| 1 | [ Jan 16 19:48:47 Enabled. ] | ||
| 2 | [ Jan 16 19:48:47 Rereading configuration. ] | ||
| 3 | [ Jan 16 19:48:49 Rereading configuration. ] | ||
| 4 | [ Jan 16 19:48:54 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 16 19:48:54 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.16 19:48:55.283037 [ 1 ] {} <Information> Application: Will watch for the process with pid 24003 | ||
| 29 | 2025.01.16 19:48:55.283640 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.01.16 19:48:55.488334 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 24003 | ||
| 31 | 2025.01.16 19:48:55.489089 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.01.16 19:48:55.489820 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.01.16 19:48:55.574246 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.01.16 19:48:55.632636 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.01.16 19:48:55.632691 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.01.16 19:48:55.632706 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.01.16 19:48:55.632774 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.01.16 19:48:55.633206 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.01.16 19:48:55.634791 [ 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.16 19:48:55.635488 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.01.16 19:48:55.635813 [ 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.16 19:48:55.635831 [ 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.16 19:48:55.635846 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.01.16 19:48:55.636009 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.01.16 19:48:55.636956 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.01.16 19:48:55.641961 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.01.16 19:48:55.642825 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.01.16 19:48:55.644114 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.01.16 19:48:55.644174 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.01.16 19:48:55.645775 [ 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.16 19:48:55.646250 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.01.16 19:48:55.650434 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.01.16 19:48:55.650787 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.01.16 19:48:55.652267 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.01.16 19:48:55.652580 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.01.16 19:48:55.653041 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.01.16 19:48:55.653347 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.01.16 19:48:55.654667 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.01.16 19:48:55.654692 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.01.16 19:48:55.654764 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.01.16 19:48:55.654912 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.01.16 19:48:55.683865 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.01.16 19:48:55.683892 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000156943 sec | ||
| 68 | 2025.01.16 19:48:55.683938 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.01.16 19:48:55.683954 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.01.16 19:48:55.685089 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.01.16 19:48:55.686077 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.01.16 19:48:55.697549 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.01.16 19:48:55.697591 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.01.16 19:48:55.697611 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.01.16 19:48:55.697624 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.01.16 19:48:55.697652 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.01.16 19:48:55.697672 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.01.16 19:48:55.700223 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.01.16 19:48:55.700267 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.01.16 19:48:55.700289 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.01.16 19:48:55.700463 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.01.16 19:48:55.700482 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.01.16 19:48:55.700514 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.01.16 19:48:55.700532 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.01.16 19:48:55.700545 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.01.16 19:48:55.700574 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.01.16 19:48:55.700592 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.01.16 19:48:55.727111 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.01.16 19:48:55.741538 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.01.16 19:48:55.741568 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.8471e-05 sec | ||
| 91 | 2025.01.16 19:48:55.741581 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.01.16 19:48:55.741591 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.01.16 19:48:55.741614 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.01.16 19:48:55.741827 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.01.16 19:48:55.741873 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.01.16 19:48:55.741887 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.01.16 19:48:55.741898 [ 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.16 19:48:55.741910 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.01.16 19:48:55.745703 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.01.16 19:48:55.745907 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.35 MiB | ||
| 101 | 2025.01.16 19:48:55.746879 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.32e-05 sec. | ||
| 102 | 2025.01.16 19:48:55.747752 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.01.16 19:48:55.747857 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.01.16 19:48:55.747874 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.01.16 19:48:56.434426 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64486 | ||
| 106 | 2025.01.16 19:48:56.434705 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.01.16 19:48:56.434764 [ 3 ] {} <Debug> TCP-Session: b9bb1235-3b69-4b95-b5bc-6366a1534581 Authenticating user 'default' from [fd00:1122:3344:101::e]:64486 | ||
| 108 | 2025.01.16 19:48:56.434801 [ 3 ] {} <Debug> TCP-Session: b9bb1235-3b69-4b95-b5bc-6366a1534581 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.01.16 19:48:56.434826 [ 3 ] {} <Debug> TCP-Session: b9bb1235-3b69-4b95-b5bc-6366a1534581 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.01.16 19:48:56.434925 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.01.16 19:48:56.434957 [ 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.16 19:48:56.434987 [ 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.16 19:48:56.435340 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45234 | ||
| 114 | 2025.01.16 19:48:56.435490 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 115 | 2025.01.16 19:48:56.435524 [ 4 ] {} <Debug> TCP-Session: 177722fe-63b0-4a2e-9c9a-38d866d57301 Authenticating user 'default' from [fd00:1122:3344:101::e]:45234 | ||
| 116 | 2025.01.16 19:48:56.435553 [ 4 ] {} <Debug> TCP-Session: 177722fe-63b0-4a2e-9c9a-38d866d57301 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 117 | 2025.01.16 19:48:56.435586 [ 4 ] {} <Debug> TCP-Session: 177722fe-63b0-4a2e-9c9a-38d866d57301 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2025.01.16 19:48:56.436209 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40821 | ||
| 119 | 2025.01.16 19:48:56.436231 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33495 | ||
| 120 | 2025.01.16 19:48:56.436307 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64293 | ||
| 121 | 2025.01.16 19:48:56.436336 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 122 | 2025.01.16 19:48:56.436596 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 123 | 2025.01.16 19:48:56.436597 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61212 | ||
| 124 | 2025.01.16 19:48:56.436639 [ 253 ] {} <Debug> TCP-Session: f5e9092f-0e2c-4d34-93a1-5596ef422d13 Authenticating user 'default' from [fd00:1122:3344:101::e]:40821 | ||
| 125 | 2025.01.16 19:48:56.436660 [ 5 ] {} <Debug> TCP-Session: a72f0e3c-eeef-44d9-834c-d9e3f2ff6812 Authenticating user 'default' from [fd00:1122:3344:101::e]:33495 | ||
| 126 | 2025.01.16 19:48:56.436614 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 127 | 2025.01.16 19:48:56.436765 [ 253 ] {} <Debug> TCP-Session: f5e9092f-0e2c-4d34-93a1-5596ef422d13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2025.01.16 19:48:56.436805 [ 5 ] {} <Debug> TCP-Session: a72f0e3c-eeef-44d9-834c-d9e3f2ff6812 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 129 | 2025.01.16 19:48:56.436821 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 130 | 2025.01.16 19:48:56.436845 [ 254 ] {} <Debug> TCP-Session: c3127154-17d9-4b70-a599-fdda16e8e227 Authenticating user 'default' from [fd00:1122:3344:101::e]:64293 | ||
| 131 | 2025.01.16 19:48:56.436901 [ 5 ] {} <Debug> TCP-Session: a72f0e3c-eeef-44d9-834c-d9e3f2ff6812 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 132 | 2025.01.16 19:48:56.436902 [ 253 ] {} <Debug> TCP-Session: f5e9092f-0e2c-4d34-93a1-5596ef422d13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 133 | 2025.01.16 19:48:56.436903 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38526 | ||
| 134 | 2025.01.16 19:48:56.436951 [ 254 ] {} <Debug> TCP-Session: c3127154-17d9-4b70-a599-fdda16e8e227 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 135 | 2025.01.16 19:48:56.437019 [ 255 ] {} <Debug> TCP-Session: 774328a4-6e9c-44a7-855a-73f66f72e41d Authenticating user 'default' from [fd00:1122:3344:101::e]:61212 | ||
| 136 | 2025.01.16 19:48:56.437088 [ 254 ] {} <Debug> TCP-Session: c3127154-17d9-4b70-a599-fdda16e8e227 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2025.01.16 19:48:56.437110 [ 255 ] {} <Debug> TCP-Session: 774328a4-6e9c-44a7-855a-73f66f72e41d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 138 | 2025.01.16 19:48:56.437246 [ 255 ] {} <Debug> TCP-Session: 774328a4-6e9c-44a7-855a-73f66f72e41d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 139 | 2025.01.16 19:48:56.437334 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55685 | ||
| 140 | 2025.01.16 19:48:56.437331 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 141 | 2025.01.16 19:48:56.437442 [ 256 ] {} <Debug> TCP-Session: 8edcb3c3-ed33-45f9-9126-a1d4605fafe7 Authenticating user 'default' from [fd00:1122:3344:101::e]:38526 | ||
| 142 | 2025.01.16 19:48:56.437496 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 143 | 2025.01.16 19:48:56.437505 [ 256 ] {} <Debug> TCP-Session: 8edcb3c3-ed33-45f9-9126-a1d4605fafe7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2025.01.16 19:48:56.437533 [ 257 ] {} <Debug> TCP-Session: 7f49102e-0aef-411d-af76-baec2d670f3e Authenticating user 'default' from [fd00:1122:3344:101::e]:55685 | ||
| 145 | 2025.01.16 19:48:56.437555 [ 256 ] {} <Debug> TCP-Session: 8edcb3c3-ed33-45f9-9126-a1d4605fafe7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2025.01.16 19:48:56.437563 [ 257 ] {} <Debug> TCP-Session: 7f49102e-0aef-411d-af76-baec2d670f3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.01.16 19:48:56.437615 [ 257 ] {} <Debug> TCP-Session: 7f49102e-0aef-411d-af76-baec2d670f3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.01.16 19:48:56.568155 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43643 | ||
| 149 | 2025.01.16 19:48:56.568298 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 150 | 2025.01.16 19:48:56.568341 [ 258 ] {} <Debug> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Authenticating user 'default' from [fd00:1122:3344:101::d]:43643 | ||
| 151 | 2025.01.16 19:48:56.568360 [ 258 ] {} <Debug> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.01.16 19:48:56.568373 [ 258 ] {} <Debug> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.01.16 19:48:56.568433 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 154 | 2025.01.16 19:48:56.568462 [ 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.16 19:48:56.568485 [ 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.16 19:48:56.568799 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34519 | ||
| 157 | 2025.01.16 19:48:56.568874 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46196 | ||
| 158 | 2025.01.16 19:48:56.569093 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 159 | 2025.01.16 19:48:56.569095 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47254 | ||
| 160 | 2025.01.16 19:48:56.569131 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 161 | 2025.01.16 19:48:56.569165 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60838 | ||
| 162 | 2025.01.16 19:48:56.569144 [ 260 ] {} <Debug> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Authenticating user 'default' from [fd00:1122:3344:101::d]:46196 | ||
| 163 | 2025.01.16 19:48:56.569209 [ 259 ] {} <Debug> TCP-Session: db902e49-6726-415f-9023-95fcee0f1de6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34519 | ||
| 164 | 2025.01.16 19:48:56.569316 [ 260 ] {} <Debug> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 165 | 2025.01.16 19:48:56.569349 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 166 | 2025.01.16 19:48:56.569506 [ 260 ] {} <Debug> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 167 | 2025.01.16 19:48:56.569498 [ 259 ] {} <Debug> TCP-Session: db902e49-6726-415f-9023-95fcee0f1de6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 168 | 2025.01.16 19:48:56.569537 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64511 | ||
| 169 | 2025.01.16 19:48:56.569569 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53446 | ||
| 170 | 2025.01.16 19:48:56.569543 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 171 | 2025.01.16 19:48:56.569752 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58634 | ||
| 172 | 2025.01.16 19:48:56.569771 [ 261 ] {} <Debug> TCP-Session: 83212a61-641a-457c-a05d-019b220c4e62 Authenticating user 'default' from [fd00:1122:3344:101::d]:47254 | ||
| 173 | 2025.01.16 19:48:56.569754 [ 262 ] {} <Debug> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Authenticating user 'default' from [fd00:1122:3344:101::d]:60838 | ||
| 174 | 2025.01.16 19:48:56.570499 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45393 | ||
| 175 | 2025.01.16 19:48:56.571440 [ 262 ] {} <Debug> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 176 | 2025.01.16 19:48:56.571458 [ 261 ] {} <Debug> TCP-Session: 83212a61-641a-457c-a05d-019b220c4e62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 177 | 2025.01.16 19:48:56.571460 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 178 | 2025.01.16 19:48:56.571434 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 179 | 2025.01.16 19:48:56.571588 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 180 | 2025.01.16 19:48:56.571567 [ 262 ] {} <Debug> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 181 | 2025.01.16 19:48:56.571689 [ 264 ] {} <Debug> TCP-Session: 9f4fa7b7-ab45-4941-b6c2-e736e50c5b7f Authenticating user 'default' from [fd00:1122:3344:101::d]:64511 | ||
| 182 | 2025.01.16 19:48:56.571777 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 183 | 2025.01.16 19:48:56.571789 [ 261 ] {} <Debug> TCP-Session: 83212a61-641a-457c-a05d-019b220c4e62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 184 | 2025.01.16 19:48:56.571488 [ 259 ] {} <Debug> TCP-Session: db902e49-6726-415f-9023-95fcee0f1de6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 185 | 2025.01.16 19:48:56.571852 [ 264 ] {} <Debug> TCP-Session: 9f4fa7b7-ab45-4941-b6c2-e736e50c5b7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 186 | 2025.01.16 19:48:56.572006 [ 266 ] {} <Debug> TCP-Session: 3bf12a15-df42-4014-b6fb-1ef58651d6c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:45393 | ||
| 187 | 2025.01.16 19:48:56.572006 [ 264 ] {} <Debug> TCP-Session: 9f4fa7b7-ab45-4941-b6c2-e736e50c5b7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 188 | 2025.01.16 19:48:56.571933 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 189 | 2025.01.16 19:48:56.571925 [ 263 ] {} <Debug> TCP-Session: 15414137-1cd9-47ed-bf7b-bac1feb9f4a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:53446 | ||
| 190 | 2025.01.16 19:48:56.572184 [ 265 ] {} <Debug> TCP-Session: 5b8e98fe-5bd2-4cce-9bcc-8fa028fc1a7e Authenticating user 'default' from [fd00:1122:3344:101::d]:58634 | ||
| 191 | 2025.01.16 19:48:56.572189 [ 263 ] {} <Debug> TCP-Session: 15414137-1cd9-47ed-bf7b-bac1feb9f4a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 192 | 2025.01.16 19:48:56.572282 [ 266 ] {} <Debug> TCP-Session: 3bf12a15-df42-4014-b6fb-1ef58651d6c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2025.01.16 19:48:56.572334 [ 265 ] {} <Debug> TCP-Session: 5b8e98fe-5bd2-4cce-9bcc-8fa028fc1a7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2025.01.16 19:48:56.572360 [ 266 ] {} <Debug> TCP-Session: 3bf12a15-df42-4014-b6fb-1ef58651d6c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 195 | 2025.01.16 19:48:56.572336 [ 263 ] {} <Debug> TCP-Session: 15414137-1cd9-47ed-bf7b-bac1feb9f4a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2025.01.16 19:48:56.572393 [ 265 ] {} <Debug> TCP-Session: 5b8e98fe-5bd2-4cce-9bcc-8fa028fc1a7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 197 | 2025.01.16 19:48:56.575552 [ 258 ] {8e936d53-5115-48a5-b18b-6e04244cc7ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 198 | 2025.01.16 19:48:56.621556 [ 258 ] {8e936d53-5115-48a5-b18b-6e04244cc7ae} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:43643) (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.16 19:48:56.622920 [ 258 ] {8e936d53-5115-48a5-b18b-6e04244cc7ae} <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.16 19:48:56.623032 [ 258 ] {8e936d53-5115-48a5-b18b-6e04244cc7ae} <Debug> TCPHandler: Processed in 0.053370886 sec. | ||
| 247 | 2025.01.16 19:48:56.623406 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 248 | 2025.01.16 19:48:56.623580 [ 260 ] {a8983ae2-6cb8-40d6-97ad-efa709f8403a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 249 | 2025.01.16 19:48:56.623884 [ 260 ] {a8983ae2-6cb8-40d6-97ad-efa709f8403a} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:46196) (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.16 19:48:56.624007 [ 260 ] {a8983ae2-6cb8-40d6-97ad-efa709f8403a} <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.16 19:48:56.624093 [ 260 ] {a8983ae2-6cb8-40d6-97ad-efa709f8403a} <Debug> TCPHandler: Processed in 0.000826904 sec. | ||
| 298 | 2025.01.16 19:48:56.624299 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 299 | 2025.01.16 19:48:56.625529 [ 258 ] {a99b410d-04d9-400b-806c-dcb65b02529c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 300 | 2025.01.16 19:48:56.626152 [ 258 ] {a99b410d-04d9-400b-806c-dcb65b02529c} <Debug> TCPHandler: Processed in 0.001903793 sec. | ||
| 301 | 2025.01.16 19:48:56.626354 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 302 | 2025.01.16 19:48:56.626460 [ 260 ] {aeaeec54-7535-40f5-9ade-f77efdc8aa5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 303 | 2025.01.16 19:48:56.626555 [ 260 ] {aeaeec54-7535-40f5-9ade-f77efdc8aa5c} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 304 | 2025.01.16 19:48:56.668291 [ 260 ] {aeaeec54-7535-40f5-9ade-f77efdc8aa5c} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 305 | 2025.01.16 19:48:56.668332 [ 260 ] {aeaeec54-7535-40f5-9ade-f77efdc8aa5c} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.8531e-05 sec | ||
| 306 | 2025.01.16 19:48:56.668350 [ 260 ] {aeaeec54-7535-40f5-9ade-f77efdc8aa5c} <Trace> ReferentialDeps: No tables | ||
| 307 | 2025.01.16 19:48:56.668365 [ 260 ] {aeaeec54-7535-40f5-9ade-f77efdc8aa5c} <Trace> LoadingDeps: No tables | ||
| 308 | 2025.01.16 19:48:56.668399 [ 260 ] {aeaeec54-7535-40f5-9ade-f77efdc8aa5c} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 309 | 2025.01.16 19:48:56.668457 [ 260 ] {aeaeec54-7535-40f5-9ade-f77efdc8aa5c} <Debug> TCPHandler: Processed in 0.042152209 sec. | ||
| 310 | 2025.01.16 19:48:56.668726 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 311 | 2025.01.16 19:48:56.668935 [ 258 ] {ba154d63-9265-4391-85fa-5b2160579ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) /* 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.16 19:48:56.668998 [ 258 ] {ba154d63-9265-4391-85fa-5b2160579ddb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 314 | 2025.01.16 19:48:56.677083 [ 258 ] {ba154d63-9265-4391-85fa-5b2160579ddb} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 315 | 2025.01.16 19:48:56.708586 [ 258 ] {ba154d63-9265-4391-85fa-5b2160579ddb} <Debug> oximeter.version (120793bd-1f89-43e2-8502-fb9d97b0171c): Loading data parts | ||
| 316 | 2025.01.16 19:48:56.709048 [ 258 ] {ba154d63-9265-4391-85fa-5b2160579ddb} <Debug> oximeter.version (120793bd-1f89-43e2-8502-fb9d97b0171c): There are no data parts | ||
| 317 | 2025.01.16 19:48:56.721978 [ 258 ] {ba154d63-9265-4391-85fa-5b2160579ddb} <Debug> TCPHandler: Processed in 0.053314486 sec. | ||
| 318 | 2025.01.16 19:48:56.722273 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 319 | 2025.01.16 19:48:56.722490 [ 260 ] {5674be8b-fad9-48c9-9f52-fcdd564b7ade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) /* 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.16 19:48:56.722564 [ 260 ] {5674be8b-fad9-48c9-9f52-fcdd564b7ade} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 331 | 2025.01.16 19:48:56.745617 [ 260 ] {5674be8b-fad9-48c9-9f52-fcdd564b7ade} <Debug> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Loading data parts | ||
| 332 | 2025.01.16 19:48:56.745920 [ 260 ] {5674be8b-fad9-48c9-9f52-fcdd564b7ade} <Debug> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): There are no data parts | ||
| 333 | 2025.01.16 19:48:56.751840 [ 260 ] {5674be8b-fad9-48c9-9f52-fcdd564b7ade} <Debug> TCPHandler: Processed in 0.029628679 sec. | ||
| 334 | 2025.01.16 19:48:56.752186 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 335 | 2025.01.16 19:48:56.752489 [ 258 ] {e515d95a-bde9-471a-bec2-d80a3e0e6e57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) 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.16 19:48:56.752536 [ 258 ] {e515d95a-bde9-471a-bec2-d80a3e0e6e57} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 337 | 2025.01.16 19:48:56.764202 [ 258 ] {e515d95a-bde9-471a-bec2-d80a3e0e6e57} <Debug> oximeter.measurements_i8 (3554315e-6229-4f27-b1d3-0d506f76d489): Loading data parts | ||
| 338 | 2025.01.16 19:48:56.764471 [ 258 ] {e515d95a-bde9-471a-bec2-d80a3e0e6e57} <Debug> oximeter.measurements_i8 (3554315e-6229-4f27-b1d3-0d506f76d489): There are no data parts | ||
| 339 | 2025.01.16 19:48:56.766896 [ 258 ] {e515d95a-bde9-471a-bec2-d80a3e0e6e57} <Debug> TCPHandler: Processed in 0.0148131 sec. | ||
| 340 | 2025.01.16 19:48:56.767141 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 341 | 2025.01.16 19:48:56.767336 [ 260 ] {8f3e3933-936a-45a9-a393-9888d3b10b78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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.16 19:48:56.767398 [ 260 ] {8f3e3933-936a-45a9-a393-9888d3b10b78} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 343 | 2025.01.16 19:48:56.769243 [ 260 ] {8f3e3933-936a-45a9-a393-9888d3b10b78} <Debug> oximeter.measurements_u8 (626d011a-2c0d-4f2a-b0d3-b3555317e7f1): Loading data parts | ||
| 344 | 2025.01.16 19:48:56.769429 [ 260 ] {8f3e3933-936a-45a9-a393-9888d3b10b78} <Debug> oximeter.measurements_u8 (626d011a-2c0d-4f2a-b0d3-b3555317e7f1): There are no data parts | ||
| 345 | 2025.01.16 19:48:56.780933 [ 260 ] {8f3e3933-936a-45a9-a393-9888d3b10b78} <Debug> TCPHandler: Processed in 0.013844243 sec. | ||
| 346 | 2025.01.16 19:48:56.781159 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 347 | 2025.01.16 19:48:56.781369 [ 258 ] {f05d425e-5755-40ee-bb37-06cb35a06f75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) 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.16 19:48:56.781419 [ 258 ] {f05d425e-5755-40ee-bb37-06cb35a06f75} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 349 | 2025.01.16 19:48:56.785207 [ 258 ] {f05d425e-5755-40ee-bb37-06cb35a06f75} <Debug> oximeter.measurements_i16 (6283dc04-a1c6-4445-bdfb-57b8b210a4fd): Loading data parts | ||
| 350 | 2025.01.16 19:48:56.785396 [ 258 ] {f05d425e-5755-40ee-bb37-06cb35a06f75} <Debug> oximeter.measurements_i16 (6283dc04-a1c6-4445-bdfb-57b8b210a4fd): There are no data parts | ||
| 351 | 2025.01.16 19:48:56.796444 [ 258 ] {f05d425e-5755-40ee-bb37-06cb35a06f75} <Debug> TCPHandler: Processed in 0.015340159 sec. | ||
| 352 | 2025.01.16 19:48:56.796692 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 353 | 2025.01.16 19:48:56.796940 [ 260 ] {5b139acb-a69c-45ce-a43d-fa453443987c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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.16 19:48:56.797017 [ 260 ] {5b139acb-a69c-45ce-a43d-fa453443987c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 355 | 2025.01.16 19:48:56.800038 [ 260 ] {5b139acb-a69c-45ce-a43d-fa453443987c} <Debug> oximeter.measurements_u16 (e415f58c-fc0e-4a4d-a3da-79c2f53f89b6): Loading data parts | ||
| 356 | 2025.01.16 19:48:56.800219 [ 260 ] {5b139acb-a69c-45ce-a43d-fa453443987c} <Debug> oximeter.measurements_u16 (e415f58c-fc0e-4a4d-a3da-79c2f53f89b6): There are no data parts | ||
| 357 | 2025.01.16 19:48:56.811984 [ 260 ] {5b139acb-a69c-45ce-a43d-fa453443987c} <Debug> TCPHandler: Processed in 0.01536011 sec. | ||
| 358 | 2025.01.16 19:48:56.812243 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 359 | 2025.01.16 19:48:56.812478 [ 258 ] {ed7e2860-a3ed-4912-bb03-40f6a07eb6dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) 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.16 19:48:56.812529 [ 258 ] {ed7e2860-a3ed-4912-bb03-40f6a07eb6dc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 361 | 2025.01.16 19:48:56.815681 [ 258 ] {ed7e2860-a3ed-4912-bb03-40f6a07eb6dc} <Debug> oximeter.measurements_i32 (6366b1b5-cc34-4947-aa72-ac4afdd66a98): Loading data parts | ||
| 362 | 2025.01.16 19:48:56.815860 [ 258 ] {ed7e2860-a3ed-4912-bb03-40f6a07eb6dc} <Debug> oximeter.measurements_i32 (6366b1b5-cc34-4947-aa72-ac4afdd66a98): There are no data parts | ||
| 363 | 2025.01.16 19:48:56.826015 [ 258 ] {ed7e2860-a3ed-4912-bb03-40f6a07eb6dc} <Debug> TCPHandler: Processed in 0.013850383 sec. | ||
| 364 | 2025.01.16 19:48:56.826254 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 365 | 2025.01.16 19:48:56.826485 [ 260 ] {a68372d2-1af1-4e51-a3be-47de797fb4d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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.16 19:48:56.826565 [ 260 ] {a68372d2-1af1-4e51-a3be-47de797fb4d2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 367 | 2025.01.16 19:48:56.829646 [ 260 ] {a68372d2-1af1-4e51-a3be-47de797fb4d2} <Debug> oximeter.measurements_u32 (74891a5c-af57-4f1f-a5db-49a71849d8ad): Loading data parts | ||
| 368 | 2025.01.16 19:48:56.829854 [ 260 ] {a68372d2-1af1-4e51-a3be-47de797fb4d2} <Debug> oximeter.measurements_u32 (74891a5c-af57-4f1f-a5db-49a71849d8ad): There are no data parts | ||
| 369 | 2025.01.16 19:48:56.842795 [ 260 ] {a68372d2-1af1-4e51-a3be-47de797fb4d2} <Debug> TCPHandler: Processed in 0.016601412 sec. | ||
| 370 | 2025.01.16 19:48:56.843022 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 371 | 2025.01.16 19:48:56.843298 [ 258 ] {6a0ae1b7-f0d3-4000-ab19-4c389a86391e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) 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.16 19:48:56.843358 [ 258 ] {6a0ae1b7-f0d3-4000-ab19-4c389a86391e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 373 | 2025.01.16 19:48:56.847184 [ 258 ] {6a0ae1b7-f0d3-4000-ab19-4c389a86391e} <Debug> oximeter.measurements_i64 (3f854c1c-4bc7-4c6b-ab9c-ecd374649c79): Loading data parts | ||
| 374 | 2025.01.16 19:48:56.847379 [ 258 ] {6a0ae1b7-f0d3-4000-ab19-4c389a86391e} <Debug> oximeter.measurements_i64 (3f854c1c-4bc7-4c6b-ab9c-ecd374649c79): There are no data parts | ||
| 375 | 2025.01.16 19:48:56.858187 [ 258 ] {6a0ae1b7-f0d3-4000-ab19-4c389a86391e} <Debug> TCPHandler: Processed in 0.015235978 sec. | ||
| 376 | 2025.01.16 19:48:56.858444 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 377 | 2025.01.16 19:48:56.858697 [ 260 ] {6f3dcd12-5f52-465d-8231-318b0a3d7c1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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.16 19:48:56.858819 [ 260 ] {6f3dcd12-5f52-465d-8231-318b0a3d7c1a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 379 | 2025.01.16 19:48:56.862415 [ 260 ] {6f3dcd12-5f52-465d-8231-318b0a3d7c1a} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Loading data parts | ||
| 380 | 2025.01.16 19:48:56.862612 [ 260 ] {6f3dcd12-5f52-465d-8231-318b0a3d7c1a} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): There are no data parts | ||
| 381 | 2025.01.16 19:48:56.875779 [ 260 ] {6f3dcd12-5f52-465d-8231-318b0a3d7c1a} <Debug> TCPHandler: Processed in 0.017404455 sec. | ||
| 382 | 2025.01.16 19:48:56.876015 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 383 | 2025.01.16 19:48:56.876265 [ 258 ] {b9ae449d-492b-4fce-849a-473e8490634f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) 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.16 19:48:56.876318 [ 258 ] {b9ae449d-492b-4fce-849a-473e8490634f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 385 | 2025.01.16 19:48:56.888989 [ 258 ] {b9ae449d-492b-4fce-849a-473e8490634f} <Debug> oximeter.measurements_f32 (c9d8d7cc-065a-462a-ae40-ff48627e9d9f): Loading data parts | ||
| 386 | 2025.01.16 19:48:56.889188 [ 258 ] {b9ae449d-492b-4fce-849a-473e8490634f} <Debug> oximeter.measurements_f32 (c9d8d7cc-065a-462a-ae40-ff48627e9d9f): There are no data parts | ||
| 387 | 2025.01.16 19:48:56.891289 [ 258 ] {b9ae449d-492b-4fce-849a-473e8490634f} <Debug> TCPHandler: Processed in 0.015339009 sec. | ||
| 388 | 2025.01.16 19:48:56.891545 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 389 | 2025.01.16 19:48:56.891749 [ 260 ] {489a8155-7137-45f9-8f5e-98ad5c4c919f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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.16 19:48:56.891819 [ 260 ] {489a8155-7137-45f9-8f5e-98ad5c4c919f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 391 | 2025.01.16 19:48:56.906870 [ 260 ] {489a8155-7137-45f9-8f5e-98ad5c4c919f} <Debug> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Loading data parts | ||
| 392 | 2025.01.16 19:48:56.907124 [ 260 ] {489a8155-7137-45f9-8f5e-98ad5c4c919f} <Debug> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): There are no data parts | ||
| 393 | 2025.01.16 19:48:56.919992 [ 260 ] {489a8155-7137-45f9-8f5e-98ad5c4c919f} <Debug> TCPHandler: Processed in 0.0285135 sec. | ||
| 394 | 2025.01.16 19:48:56.920310 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 395 | 2025.01.16 19:48:56.920608 [ 258 ] {cdacce70-8141-438c-a6ad-28b0018aad20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) 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.16 19:48:56.920681 [ 258 ] {cdacce70-8141-438c-a6ad-28b0018aad20} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 397 | 2025.01.16 19:48:56.924073 [ 258 ] {cdacce70-8141-438c-a6ad-28b0018aad20} <Debug> oximeter.measurements_string (4e0040c2-d3ca-4c4e-98fc-722b7946bbd0): Loading data parts | ||
| 398 | 2025.01.16 19:48:56.924251 [ 258 ] {cdacce70-8141-438c-a6ad-28b0018aad20} <Debug> oximeter.measurements_string (4e0040c2-d3ca-4c4e-98fc-722b7946bbd0): There are no data parts | ||
| 399 | 2025.01.16 19:48:56.937873 [ 258 ] {cdacce70-8141-438c-a6ad-28b0018aad20} <Debug> TCPHandler: Processed in 0.01767467 sec. | ||
| 400 | 2025.01.16 19:48:56.938212 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 401 | 2025.01.16 19:48:56.938484 [ 260 ] {268eb411-97fb-4396-bb8a-469420a54333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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.16 19:48:56.938615 [ 260 ] {268eb411-97fb-4396-bb8a-469420a54333} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 410 | 2025.01.16 19:48:56.950698 [ 260 ] {268eb411-97fb-4396-bb8a-469420a54333} <Debug> oximeter.measurements_bytes (83438581-4f52-4dcd-bbea-01730d61951a): Loading data parts | ||
| 411 | 2025.01.16 19:48:56.950896 [ 260 ] {268eb411-97fb-4396-bb8a-469420a54333} <Debug> oximeter.measurements_bytes (83438581-4f52-4dcd-bbea-01730d61951a): There are no data parts | ||
| 412 | 2025.01.16 19:48:56.953620 [ 260 ] {268eb411-97fb-4396-bb8a-469420a54333} <Debug> TCPHandler: Processed in 0.015494002 sec. | ||
| 413 | 2025.01.16 19:48:56.953902 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 414 | 2025.01.16 19:48:56.954193 [ 258 ] {acd1b5b4-0fbc-4ac5-802a-fb4b87ed0062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) 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.16 19:48:56.954353 [ 258 ] {acd1b5b4-0fbc-4ac5-802a-fb4b87ed0062} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 416 | 2025.01.16 19:48:56.968877 [ 258 ] {acd1b5b4-0fbc-4ac5-802a-fb4b87ed0062} <Debug> oximeter.measurements_cumulativei64 (7f51af13-068b-41fd-80f5-11eb01f7f08a): Loading data parts | ||
| 417 | 2025.01.16 19:48:56.969141 [ 258 ] {acd1b5b4-0fbc-4ac5-802a-fb4b87ed0062} <Debug> oximeter.measurements_cumulativei64 (7f51af13-068b-41fd-80f5-11eb01f7f08a): There are no data parts | ||
| 418 | 2025.01.16 19:48:56.972761 [ 258 ] {acd1b5b4-0fbc-4ac5-802a-fb4b87ed0062} <Debug> TCPHandler: Processed in 0.018934122 sec. | ||
| 419 | 2025.01.16 19:48:56.973038 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 420 | 2025.01.16 19:48:56.973349 [ 260 ] {d6e29e9a-3aa8-485c-8792-9b0b1c79be19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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.16 19:48:56.973430 [ 260 ] {d6e29e9a-3aa8-485c-8792-9b0b1c79be19} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 422 | 2025.01.16 19:48:56.982935 [ 260 ] {d6e29e9a-3aa8-485c-8792-9b0b1c79be19} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Loading data parts | ||
| 423 | 2025.01.16 19:48:56.983154 [ 260 ] {d6e29e9a-3aa8-485c-8792-9b0b1c79be19} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): There are no data parts | ||
| 424 | 2025.01.16 19:48:56.986103 [ 260 ] {d6e29e9a-3aa8-485c-8792-9b0b1c79be19} <Debug> TCPHandler: Processed in 0.013171181 sec. | ||
| 425 | 2025.01.16 19:48:56.986331 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 426 | 2025.01.16 19:48:56.986606 [ 258 ] {3f76518c-6928-438f-b0e3-8dad6f131142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) 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.16 19:48:56.986706 [ 258 ] {3f76518c-6928-438f-b0e3-8dad6f131142} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 428 | 2025.01.16 19:48:56.998493 [ 258 ] {3f76518c-6928-438f-b0e3-8dad6f131142} <Debug> oximeter.measurements_cumulativef32 (22b05078-0de3-4f6b-98a4-84fc81933398): Loading data parts | ||
| 429 | 2025.01.16 19:48:56.998695 [ 258 ] {3f76518c-6928-438f-b0e3-8dad6f131142} <Debug> oximeter.measurements_cumulativef32 (22b05078-0de3-4f6b-98a4-84fc81933398): There are no data parts | ||
| 430 | 2025.01.16 19:48:57.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 123.11 MiB, peak 123.11 MiB, free memory in arenas 0.00 B, will set to 134.23 MiB (RSS), difference: 11.13 MiB | ||
| 431 | 2025.01.16 19:48:57.001309 [ 258 ] {3f76518c-6928-438f-b0e3-8dad6f131142} <Debug> TCPHandler: Processed in 0.015045434 sec. | ||
| 432 | 2025.01.16 19:48:57.001541 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2025.01.16 19:48:57.001814 [ 260 ] {c848d22c-7150-4684-ba40-aa87ec2be1e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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) | ||
| 434 | 2025.01.16 19:48:57.001913 [ 260 ] {c848d22c-7150-4684-ba40-aa87ec2be1e3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 435 | 2025.01.16 19:48:57.011583 [ 260 ] {c848d22c-7150-4684-ba40-aa87ec2be1e3} <Debug> oximeter.measurements_cumulativef64 (72bf5779-6b06-419d-a826-07241b6e1af4): Loading data parts | ||
| 436 | 2025.01.16 19:48:57.011770 [ 260 ] {c848d22c-7150-4684-ba40-aa87ec2be1e3} <Debug> oximeter.measurements_cumulativef64 (72bf5779-6b06-419d-a826-07241b6e1af4): There are no data parts | ||
| 437 | 2025.01.16 19:48:57.015011 [ 260 ] {c848d22c-7150-4684-ba40-aa87ec2be1e3} <Debug> TCPHandler: Processed in 0.013544487 sec. | ||
| 438 | 2025.01.16 19:48:57.015301 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 439 | 2025.01.16 19:48:57.015608 [ 258 ] {d9b38035-283b-487c-b956-5aa3c38de5ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 440 | * NOTE: Array types cannot be Nullable, see | ||
| 441 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 442 | * for more details. | ||
| 443 | * | ||
| 444 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 445 | * is unfortunate, and at this point relies on the fact that an | ||
| 446 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 447 | * to figure out another way to represent missing samples here. | ||
| 448 | */ | ||
| 449 | 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) | ||
| 450 | 2025.01.16 19:48:57.015719 [ 258 ] {d9b38035-283b-487c-b956-5aa3c38de5ba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 451 | 2025.01.16 19:48:57.027380 [ 258 ] {d9b38035-283b-487c-b956-5aa3c38de5ba} <Debug> oximeter.measurements_histogrami8 (cdbfebfd-aeb2-458c-900f-8bb4f49030a0): Loading data parts | ||
| 452 | 2025.01.16 19:48:57.027607 [ 258 ] {d9b38035-283b-487c-b956-5aa3c38de5ba} <Debug> oximeter.measurements_histogrami8 (cdbfebfd-aeb2-458c-900f-8bb4f49030a0): There are no data parts | ||
| 453 | 2025.01.16 19:48:57.039832 [ 258 ] {d9b38035-283b-487c-b956-5aa3c38de5ba} <Debug> TCPHandler: Processed in 0.024601922 sec. | ||
| 454 | 2025.01.16 19:48:57.040072 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 455 | 2025.01.16 19:48:57.040371 [ 260 ] {c0f1cf97-bdee-40e9-8dc6-3a65684d68b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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) | ||
| 456 | 2025.01.16 19:48:57.040456 [ 260 ] {c0f1cf97-bdee-40e9-8dc6-3a65684d68b5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 457 | 2025.01.16 19:48:57.054293 [ 260 ] {c0f1cf97-bdee-40e9-8dc6-3a65684d68b5} <Debug> oximeter.measurements_histogramu8 (005d9ad5-6b64-43b6-b558-66869627ff4b): Loading data parts | ||
| 458 | 2025.01.16 19:48:57.054539 [ 260 ] {c0f1cf97-bdee-40e9-8dc6-3a65684d68b5} <Debug> oximeter.measurements_histogramu8 (005d9ad5-6b64-43b6-b558-66869627ff4b): There are no data parts | ||
| 459 | 2025.01.16 19:48:57.059965 [ 260 ] {c0f1cf97-bdee-40e9-8dc6-3a65684d68b5} <Debug> TCPHandler: Processed in 0.01995406 sec. | ||
| 460 | 2025.01.16 19:48:57.060244 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 461 | 2025.01.16 19:48:57.060528 [ 258 ] {eaa75f4a-6987-4ef9-9bda-c7f5edfd1699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) 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) | ||
| 462 | 2025.01.16 19:48:57.060613 [ 258 ] {eaa75f4a-6987-4ef9-9bda-c7f5edfd1699} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 463 | 2025.01.16 19:48:57.070067 [ 258 ] {eaa75f4a-6987-4ef9-9bda-c7f5edfd1699} <Debug> oximeter.measurements_histogrami16 (d48d914e-863d-4113-9936-e4cdb9ee5276): Loading data parts | ||
| 464 | 2025.01.16 19:48:57.070248 [ 258 ] {eaa75f4a-6987-4ef9-9bda-c7f5edfd1699} <Debug> oximeter.measurements_histogrami16 (d48d914e-863d-4113-9936-e4cdb9ee5276): There are no data parts | ||
| 465 | 2025.01.16 19:48:57.073143 [ 258 ] {eaa75f4a-6987-4ef9-9bda-c7f5edfd1699} <Debug> TCPHandler: Processed in 0.012964537 sec. | ||
| 466 | 2025.01.16 19:48:57.073351 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 467 | 2025.01.16 19:48:57.073653 [ 260 ] {b45e21db-d15f-42c0-8072-179bfdb57ed8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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) | ||
| 468 | 2025.01.16 19:48:57.073736 [ 260 ] {b45e21db-d15f-42c0-8072-179bfdb57ed8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 469 | 2025.01.16 19:48:57.085220 [ 260 ] {b45e21db-d15f-42c0-8072-179bfdb57ed8} <Debug> oximeter.measurements_histogramu16 (03351a13-a438-46e7-ab2d-c999b2429c4d): Loading data parts | ||
| 470 | 2025.01.16 19:48:57.085434 [ 260 ] {b45e21db-d15f-42c0-8072-179bfdb57ed8} <Debug> oximeter.measurements_histogramu16 (03351a13-a438-46e7-ab2d-c999b2429c4d): There are no data parts | ||
| 471 | 2025.01.16 19:48:57.088854 [ 260 ] {b45e21db-d15f-42c0-8072-179bfdb57ed8} <Debug> TCPHandler: Processed in 0.015556003 sec. | ||
| 472 | 2025.01.16 19:48:57.089164 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 473 | 2025.01.16 19:48:57.089456 [ 258 ] {bdd7f261-6a9f-453c-9e6a-4826b2ba4321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) 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.16 19:48:57.089620 [ 258 ] {bdd7f261-6a9f-453c-9e6a-4826b2ba4321} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 475 | 2025.01.16 19:48:57.098766 [ 258 ] {bdd7f261-6a9f-453c-9e6a-4826b2ba4321} <Debug> oximeter.measurements_histogrami32 (27c6d4ca-5668-4868-b229-dd4a692ff5d4): Loading data parts | ||
| 476 | 2025.01.16 19:48:57.098978 [ 258 ] {bdd7f261-6a9f-453c-9e6a-4826b2ba4321} <Debug> oximeter.measurements_histogrami32 (27c6d4ca-5668-4868-b229-dd4a692ff5d4): There are no data parts | ||
| 477 | 2025.01.16 19:48:57.102345 [ 258 ] {bdd7f261-6a9f-453c-9e6a-4826b2ba4321} <Debug> TCPHandler: Processed in 0.013239822 sec. | ||
| 478 | 2025.01.16 19:48:57.102569 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 479 | 2025.01.16 19:48:57.102839 [ 260 ] {edc7e4ab-d18a-4cf6-818a-4f92d73fa898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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.16 19:48:57.102924 [ 260 ] {edc7e4ab-d18a-4cf6-818a-4f92d73fa898} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 481 | 2025.01.16 19:48:57.114366 [ 260 ] {edc7e4ab-d18a-4cf6-818a-4f92d73fa898} <Debug> oximeter.measurements_histogramu32 (eb43ffc5-476f-4939-b00c-e46e8318ba8a): Loading data parts | ||
| 482 | 2025.01.16 19:48:57.114564 [ 260 ] {edc7e4ab-d18a-4cf6-818a-4f92d73fa898} <Debug> oximeter.measurements_histogramu32 (eb43ffc5-476f-4939-b00c-e46e8318ba8a): There are no data parts | ||
| 483 | 2025.01.16 19:48:57.117648 [ 260 ] {edc7e4ab-d18a-4cf6-818a-4f92d73fa898} <Debug> TCPHandler: Processed in 0.015134165 sec. | ||
| 484 | 2025.01.16 19:48:57.117876 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 485 | 2025.01.16 19:48:57.118206 [ 258 ] {a3a0fc99-1604-41a6-9119-7ecb5b152cf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) 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.16 19:48:57.118311 [ 258 ] {a3a0fc99-1604-41a6-9119-7ecb5b152cf2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 487 | 2025.01.16 19:48:57.127608 [ 258 ] {a3a0fc99-1604-41a6-9119-7ecb5b152cf2} <Debug> oximeter.measurements_histogrami64 (45b27067-2ad9-4766-9a55-e3f8f987911b): Loading data parts | ||
| 488 | 2025.01.16 19:48:57.127794 [ 258 ] {a3a0fc99-1604-41a6-9119-7ecb5b152cf2} <Debug> oximeter.measurements_histogrami64 (45b27067-2ad9-4766-9a55-e3f8f987911b): There are no data parts | ||
| 489 | 2025.01.16 19:48:57.130785 [ 258 ] {a3a0fc99-1604-41a6-9119-7ecb5b152cf2} <Debug> TCPHandler: Processed in 0.012973808 sec. | ||
| 490 | 2025.01.16 19:48:57.130998 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 491 | 2025.01.16 19:48:57.131326 [ 260 ] {64a93027-59f3-4504-9893-675a7184085c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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.16 19:48:57.131419 [ 260 ] {64a93027-59f3-4504-9893-675a7184085c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 493 | 2025.01.16 19:48:57.143367 [ 260 ] {64a93027-59f3-4504-9893-675a7184085c} <Debug> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Loading data parts | ||
| 494 | 2025.01.16 19:48:57.143540 [ 260 ] {64a93027-59f3-4504-9893-675a7184085c} <Debug> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): There are no data parts | ||
| 495 | 2025.01.16 19:48:57.147097 [ 260 ] {64a93027-59f3-4504-9893-675a7184085c} <Debug> TCPHandler: Processed in 0.016164974 sec. | ||
| 496 | 2025.01.16 19:48:57.147336 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 497 | 2025.01.16 19:48:57.147674 [ 258 ] {c857c873-97e9-4980-bbac-e4f53102f5cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) 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.16 19:48:57.147785 [ 258 ] {c857c873-97e9-4980-bbac-e4f53102f5cc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 499 | 2025.01.16 19:48:57.157046 [ 258 ] {c857c873-97e9-4980-bbac-e4f53102f5cc} <Debug> oximeter.measurements_histogramf32 (ab45c07e-910d-4019-88a4-7b7ff32f3168): Loading data parts | ||
| 500 | 2025.01.16 19:48:57.157242 [ 258 ] {c857c873-97e9-4980-bbac-e4f53102f5cc} <Debug> oximeter.measurements_histogramf32 (ab45c07e-910d-4019-88a4-7b7ff32f3168): There are no data parts | ||
| 501 | 2025.01.16 19:48:57.160241 [ 258 ] {c857c873-97e9-4980-bbac-e4f53102f5cc} <Debug> TCPHandler: Processed in 0.012969338 sec. | ||
| 502 | 2025.01.16 19:48:57.160437 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 503 | 2025.01.16 19:48:57.160707 [ 260 ] {4ec360ae-6b5f-4094-ba70-c370ff10db2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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.16 19:48:57.160795 [ 260 ] {4ec360ae-6b5f-4094-ba70-c370ff10db2e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 505 | 2025.01.16 19:48:57.172370 [ 260 ] {4ec360ae-6b5f-4094-ba70-c370ff10db2e} <Debug> oximeter.measurements_histogramf64 (16ef3d9b-30d4-4315-b90d-7a66c24d8ace): Loading data parts | ||
| 506 | 2025.01.16 19:48:57.172550 [ 260 ] {4ec360ae-6b5f-4094-ba70-c370ff10db2e} <Debug> oximeter.measurements_histogramf64 (16ef3d9b-30d4-4315-b90d-7a66c24d8ace): There are no data parts | ||
| 507 | 2025.01.16 19:48:57.175658 [ 260 ] {4ec360ae-6b5f-4094-ba70-c370ff10db2e} <Debug> TCPHandler: Processed in 0.015271468 sec. | ||
| 508 | 2025.01.16 19:48:57.175908 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 509 | 2025.01.16 19:48:57.176158 [ 258 ] {12458756-f062-4145-b530-ea88f9a1631d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) /* 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.16 19:48:57.176247 [ 258 ] {12458756-f062-4145-b530-ea88f9a1631d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 536 | 2025.01.16 19:48:57.185799 [ 258 ] {12458756-f062-4145-b530-ea88f9a1631d} <Debug> oximeter.fields_bool (161f5fef-1c3e-4d8d-b215-7fd36fa01e27): Loading data parts | ||
| 537 | 2025.01.16 19:48:57.185988 [ 258 ] {12458756-f062-4145-b530-ea88f9a1631d} <Debug> oximeter.fields_bool (161f5fef-1c3e-4d8d-b215-7fd36fa01e27): There are no data parts | ||
| 538 | 2025.01.16 19:48:57.188191 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48368 | ||
| 539 | 2025.01.16 19:48:57.188843 [ 258 ] {12458756-f062-4145-b530-ea88f9a1631d} <Debug> TCPHandler: Processed in 0.012999639 sec. | ||
| 540 | 2025.01.16 19:48:57.188883 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 541 | 2025.01.16 19:48:57.188930 [ 269 ] {} <Debug> TCP-Session: cb1b3e1c-e2c8-4a04-a546-b1c840c371ec Authenticating user 'default' from [fd00:1122:3344:101::c]:48368 | ||
| 542 | 2025.01.16 19:48:57.189086 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 543 | 2025.01.16 19:48:57.189098 [ 269 ] {} <Debug> TCP-Session: cb1b3e1c-e2c8-4a04-a546-b1c840c371ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 544 | 2025.01.16 19:48:57.189127 [ 269 ] {} <Debug> TCP-Session: cb1b3e1c-e2c8-4a04-a546-b1c840c371ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 545 | 2025.01.16 19:48:57.189249 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 546 | 2025.01.16 19:48:57.189290 [ 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 | ||
| 547 | 2025.01.16 19:48:57.189355 [ 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 | ||
| 548 | 2025.01.16 19:48:57.189359 [ 260 ] {593ee62f-8200-4aa3-aa47-01840337a00f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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) | ||
| 549 | 2025.01.16 19:48:57.189421 [ 260 ] {593ee62f-8200-4aa3-aa47-01840337a00f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 550 | 2025.01.16 19:48:57.189871 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60835 | ||
| 551 | 2025.01.16 19:48:57.190016 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46202 | ||
| 552 | 2025.01.16 19:48:57.190102 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 553 | 2025.01.16 19:48:57.190217 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61949 | ||
| 554 | 2025.01.16 19:48:57.190618 [ 270 ] {} <Debug> TCP-Session: 2e8f95e5-f4fc-49d3-811c-87ff7ae6d51b Authenticating user 'default' from [fd00:1122:3344:101::c]:60835 | ||
| 555 | 2025.01.16 19:48:57.190614 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 556 | 2025.01.16 19:48:57.190690 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34193 | ||
| 557 | 2025.01.16 19:48:57.190775 [ 270 ] {} <Debug> TCP-Session: 2e8f95e5-f4fc-49d3-811c-87ff7ae6d51b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 558 | 2025.01.16 19:48:57.190810 [ 271 ] {} <Debug> TCP-Session: 380ac9c6-5dd0-4812-9f2e-cfeb71c2e701 Authenticating user 'default' from [fd00:1122:3344:101::c]:46202 | ||
| 559 | 2025.01.16 19:48:57.190758 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60354 | ||
| 560 | 2025.01.16 19:48:57.190841 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51389 | ||
| 561 | 2025.01.16 19:48:57.190867 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55747 | ||
| 562 | 2025.01.16 19:48:57.190931 [ 270 ] {} <Debug> TCP-Session: 2e8f95e5-f4fc-49d3-811c-87ff7ae6d51b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 563 | 2025.01.16 19:48:57.191550 [ 271 ] {} <Debug> TCP-Session: 380ac9c6-5dd0-4812-9f2e-cfeb71c2e701 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 564 | 2025.01.16 19:48:57.191792 [ 271 ] {} <Debug> TCP-Session: 380ac9c6-5dd0-4812-9f2e-cfeb71c2e701 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 565 | 2025.01.16 19:48:57.195758 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 566 | 2025.01.16 19:48:57.195797 [ 272 ] {} <Debug> TCP-Session: 91a1cd73-1c76-4171-bebe-0e4665e5e7ac Authenticating user 'default' from [fd00:1122:3344:101::c]:61949 | ||
| 567 | 2025.01.16 19:48:57.195852 [ 272 ] {} <Debug> TCP-Session: 91a1cd73-1c76-4171-bebe-0e4665e5e7ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 568 | 2025.01.16 19:48:57.195888 [ 272 ] {} <Debug> TCP-Session: 91a1cd73-1c76-4171-bebe-0e4665e5e7ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 569 | 2025.01.16 19:48:57.196320 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 570 | 2025.01.16 19:48:57.196371 [ 273 ] {} <Debug> TCP-Session: 63e64290-22b5-46c0-b61a-a908f20d1f54 Authenticating user 'default' from [fd00:1122:3344:101::c]:34193 | ||
| 571 | 2025.01.16 19:48:57.196449 [ 273 ] {} <Debug> TCP-Session: 63e64290-22b5-46c0-b61a-a908f20d1f54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 572 | 2025.01.16 19:48:57.196468 [ 273 ] {} <Debug> TCP-Session: 63e64290-22b5-46c0-b61a-a908f20d1f54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 573 | 2025.01.16 19:48:57.196882 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 574 | 2025.01.16 19:48:57.196956 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 575 | 2025.01.16 19:48:57.196968 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 576 | 2025.01.16 19:48:57.197026 [ 275 ] {} <Debug> TCP-Session: 77533131-214a-4dfc-933b-2caf549e0458 Authenticating user 'default' from [fd00:1122:3344:101::c]:60354 | ||
| 577 | 2025.01.16 19:48:57.197036 [ 276 ] {} <Debug> TCP-Session: ade84507-6be5-4235-97e5-e5530900c60f Authenticating user 'default' from [fd00:1122:3344:101::c]:51389 | ||
| 578 | 2025.01.16 19:48:57.197050 [ 274 ] {} <Debug> TCP-Session: 968b034b-6823-47f8-a6dd-3bb367112293 Authenticating user 'default' from [fd00:1122:3344:101::c]:55747 | ||
| 579 | 2025.01.16 19:48:57.197081 [ 275 ] {} <Debug> TCP-Session: 77533131-214a-4dfc-933b-2caf549e0458 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 580 | 2025.01.16 19:48:57.197104 [ 274 ] {} <Debug> TCP-Session: 968b034b-6823-47f8-a6dd-3bb367112293 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 581 | 2025.01.16 19:48:57.197096 [ 276 ] {} <Debug> TCP-Session: ade84507-6be5-4235-97e5-e5530900c60f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 582 | 2025.01.16 19:48:57.197146 [ 275 ] {} <Debug> TCP-Session: 77533131-214a-4dfc-933b-2caf549e0458 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 583 | 2025.01.16 19:48:57.197159 [ 274 ] {} <Debug> TCP-Session: 968b034b-6823-47f8-a6dd-3bb367112293 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 584 | 2025.01.16 19:48:57.197182 [ 276 ] {} <Debug> TCP-Session: ade84507-6be5-4235-97e5-e5530900c60f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 585 | 2025.01.16 19:48:57.201219 [ 260 ] {593ee62f-8200-4aa3-aa47-01840337a00f} <Debug> oximeter.fields_i8 (73374ea9-531e-46a1-80eb-86224a68a9a3): Loading data parts | ||
| 586 | 2025.01.16 19:48:57.201479 [ 260 ] {593ee62f-8200-4aa3-aa47-01840337a00f} <Debug> oximeter.fields_i8 (73374ea9-531e-46a1-80eb-86224a68a9a3): There are no data parts | ||
| 587 | 2025.01.16 19:48:57.204874 [ 260 ] {593ee62f-8200-4aa3-aa47-01840337a00f} <Debug> TCPHandler: Processed in 0.015843408 sec. | ||
| 588 | 2025.01.16 19:48:57.205104 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 589 | 2025.01.16 19:48:57.205354 [ 258 ] {872f2526-e1b0-4579-af20-2395baeeb5b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 590 | 2025.01.16 19:48:57.205418 [ 258 ] {872f2526-e1b0-4579-af20-2395baeeb5b7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 591 | 2025.01.16 19:48:57.217879 [ 258 ] {872f2526-e1b0-4579-af20-2395baeeb5b7} <Debug> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Loading data parts | ||
| 592 | 2025.01.16 19:48:57.218087 [ 258 ] {872f2526-e1b0-4579-af20-2395baeeb5b7} <Debug> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): There are no data parts | ||
| 593 | 2025.01.16 19:48:57.231146 [ 258 ] {872f2526-e1b0-4579-af20-2395baeeb5b7} <Debug> TCPHandler: Processed in 0.026104798 sec. | ||
| 594 | 2025.01.16 19:48:57.231419 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 595 | 2025.01.16 19:48:57.231663 [ 260 ] {217e2454-1a62-4e55-afe4-eb2af090f000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 596 | 2025.01.16 19:48:57.231768 [ 260 ] {217e2454-1a62-4e55-afe4-eb2af090f000} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 597 | 2025.01.16 19:48:57.244390 [ 260 ] {217e2454-1a62-4e55-afe4-eb2af090f000} <Debug> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Loading data parts | ||
| 598 | 2025.01.16 19:48:57.244632 [ 260 ] {217e2454-1a62-4e55-afe4-eb2af090f000} <Debug> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): There are no data parts | ||
| 599 | 2025.01.16 19:48:57.247541 [ 260 ] {217e2454-1a62-4e55-afe4-eb2af090f000} <Debug> TCPHandler: Processed in 0.016190214 sec. | ||
| 600 | 2025.01.16 19:48:57.247750 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 601 | 2025.01.16 19:48:57.248034 [ 258 ] {a699ba80-e8ba-4a37-8978-0e9fa32409e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 602 | 2025.01.16 19:48:57.248133 [ 258 ] {a699ba80-e8ba-4a37-8978-0e9fa32409e2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 603 | 2025.01.16 19:48:57.283175 [ 258 ] {a699ba80-e8ba-4a37-8978-0e9fa32409e2} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Loading data parts | ||
| 604 | 2025.01.16 19:48:57.283352 [ 258 ] {a699ba80-e8ba-4a37-8978-0e9fa32409e2} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): There are no data parts | ||
| 605 | 2025.01.16 19:48:57.287772 [ 258 ] {a699ba80-e8ba-4a37-8978-0e9fa32409e2} <Debug> TCPHandler: Processed in 0.040076294 sec. | ||
| 606 | 2025.01.16 19:48:57.288008 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 607 | 2025.01.16 19:48:57.288246 [ 260 ] {a4679f06-7462-4b4d-8a64-43c420be5f97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 608 | 2025.01.16 19:48:57.288370 [ 260 ] {a4679f06-7462-4b4d-8a64-43c420be5f97} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 609 | 2025.01.16 19:48:57.296495 [ 260 ] {a4679f06-7462-4b4d-8a64-43c420be5f97} <Debug> oximeter.fields_i32 (856c1647-780e-497f-bcf3-1963ca0b5307): Loading data parts | ||
| 610 | 2025.01.16 19:48:57.296725 [ 260 ] {a4679f06-7462-4b4d-8a64-43c420be5f97} <Debug> oximeter.fields_i32 (856c1647-780e-497f-bcf3-1963ca0b5307): There are no data parts | ||
| 611 | 2025.01.16 19:48:57.299410 [ 260 ] {a4679f06-7462-4b4d-8a64-43c420be5f97} <Debug> TCPHandler: Processed in 0.011466972 sec. | ||
| 612 | 2025.01.16 19:48:57.299658 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 613 | 2025.01.16 19:48:57.299938 [ 258 ] {674af4f1-cc6b-4efe-9362-4a062833f911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 614 | 2025.01.16 19:48:57.300028 [ 258 ] {674af4f1-cc6b-4efe-9362-4a062833f911} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 615 | 2025.01.16 19:48:57.311426 [ 258 ] {674af4f1-cc6b-4efe-9362-4a062833f911} <Debug> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Loading data parts | ||
| 616 | 2025.01.16 19:48:57.311629 [ 258 ] {674af4f1-cc6b-4efe-9362-4a062833f911} <Debug> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): There are no data parts | ||
| 617 | 2025.01.16 19:48:57.313710 [ 258 ] {674af4f1-cc6b-4efe-9362-4a062833f911} <Debug> TCPHandler: Processed in 0.014138698 sec. | ||
| 618 | 2025.01.16 19:48:57.313913 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 619 | 2025.01.16 19:48:57.314116 [ 260 ] {c45751df-fc73-4bae-9693-d61655a83ef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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.16 19:48:57.314196 [ 260 ] {c45751df-fc73-4bae-9693-d61655a83ef3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 621 | 2025.01.16 19:48:57.325643 [ 260 ] {c45751df-fc73-4bae-9693-d61655a83ef3} <Debug> oximeter.fields_i64 (6b08769f-0505-4853-b976-1c36469271bb): Loading data parts | ||
| 622 | 2025.01.16 19:48:57.325856 [ 260 ] {c45751df-fc73-4bae-9693-d61655a83ef3} <Debug> oximeter.fields_i64 (6b08769f-0505-4853-b976-1c36469271bb): There are no data parts | ||
| 623 | 2025.01.16 19:48:57.332426 [ 260 ] {c45751df-fc73-4bae-9693-d61655a83ef3} <Debug> TCPHandler: Processed in 0.018566076 sec. | ||
| 624 | 2025.01.16 19:48:57.332639 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 625 | 2025.01.16 19:48:57.332879 [ 258 ] {7f9b5025-23d0-470d-a709-4ef2579998ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) 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.16 19:48:57.332958 [ 258 ] {7f9b5025-23d0-470d-a709-4ef2579998ae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 627 | 2025.01.16 19:48:57.336299 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50830 | ||
| 628 | 2025.01.16 19:48:57.336872 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 629 | 2025.01.16 19:48:57.336950 [ 277 ] {} <Debug> TCP-Session: 18488e2c-1688-45ed-a2b7-4d6d85b623af Authenticating user 'default' from [fd00:1122:3344:101::a]:50830 | ||
| 630 | 2025.01.16 19:48:57.337007 [ 277 ] {} <Debug> TCP-Session: 18488e2c-1688-45ed-a2b7-4d6d85b623af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 631 | 2025.01.16 19:48:57.337033 [ 277 ] {} <Debug> TCP-Session: 18488e2c-1688-45ed-a2b7-4d6d85b623af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 632 | 2025.01.16 19:48:57.337129 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 633 | 2025.01.16 19:48:57.337182 [ 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 | ||
| 634 | 2025.01.16 19:48:57.337224 [ 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 | ||
| 635 | 2025.01.16 19:48:57.337608 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41952 | ||
| 636 | 2025.01.16 19:48:57.337776 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 637 | 2025.01.16 19:48:57.337814 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46030 | ||
| 638 | 2025.01.16 19:48:57.337803 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39040 | ||
| 639 | 2025.01.16 19:48:57.337887 [ 278 ] {} <Debug> TCP-Session: c98ddae9-0837-4326-8ec1-ca8e20be2304 Authenticating user 'default' from [fd00:1122:3344:101::a]:41952 | ||
| 640 | 2025.01.16 19:48:57.337870 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65453 | ||
| 641 | 2025.01.16 19:48:57.337929 [ 258 ] {7f9b5025-23d0-470d-a709-4ef2579998ae} <Debug> oximeter.fields_u64 (924c8936-5abb-44e4-9c48-9afb88dec406): Loading data parts | ||
| 642 | 2025.01.16 19:48:57.338099 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 643 | 2025.01.16 19:48:57.338269 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33014 | ||
| 644 | 2025.01.16 19:48:57.338234 [ 278 ] {} <Debug> TCP-Session: c98ddae9-0837-4326-8ec1-ca8e20be2304 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 645 | 2025.01.16 19:48:57.338447 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39800 | ||
| 646 | 2025.01.16 19:48:57.338463 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 647 | 2025.01.16 19:48:57.338507 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34372 | ||
| 648 | 2025.01.16 19:48:57.338674 [ 279 ] {} <Debug> TCP-Session: debe281c-f0e5-4786-b2f0-64b6bded6c22 Authenticating user 'default' from [fd00:1122:3344:101::a]:39040 | ||
| 649 | 2025.01.16 19:48:57.338714 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 650 | 2025.01.16 19:48:57.338831 [ 279 ] {} <Debug> TCP-Session: debe281c-f0e5-4786-b2f0-64b6bded6c22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 651 | 2025.01.16 19:48:57.338889 [ 283 ] {} <Debug> TCP-Session: 2d533a69-b0a0-40ec-aa69-05be27264d6a Authenticating user 'default' from [fd00:1122:3344:101::a]:33014 | ||
| 652 | 2025.01.16 19:48:57.338512 [ 278 ] {} <Debug> TCP-Session: c98ddae9-0837-4326-8ec1-ca8e20be2304 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 653 | 2025.01.16 19:48:57.338972 [ 280 ] {} <Debug> TCP-Session: 3fd78ad6-70b8-4143-addd-20d2b66bdb5c Authenticating user 'default' from [fd00:1122:3344:101::a]:46030 | ||
| 654 | 2025.01.16 19:48:57.338817 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 655 | 2025.01.16 19:48:57.339017 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 656 | 2025.01.16 19:48:57.339060 [ 279 ] {} <Debug> TCP-Session: debe281c-f0e5-4786-b2f0-64b6bded6c22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 657 | 2025.01.16 19:48:57.339096 [ 283 ] {} <Debug> TCP-Session: 2d533a69-b0a0-40ec-aa69-05be27264d6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 658 | 2025.01.16 19:48:57.339184 [ 281 ] {} <Debug> TCP-Session: 55b57f18-ea46-4731-9a02-7526ad376bb3 Authenticating user 'default' from [fd00:1122:3344:101::a]:65453 | ||
| 659 | 2025.01.16 19:48:57.339219 [ 280 ] {} <Debug> TCP-Session: 3fd78ad6-70b8-4143-addd-20d2b66bdb5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 660 | 2025.01.16 19:48:57.339242 [ 283 ] {} <Debug> TCP-Session: 2d533a69-b0a0-40ec-aa69-05be27264d6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 661 | 2025.01.16 19:48:57.339289 [ 258 ] {7f9b5025-23d0-470d-a709-4ef2579998ae} <Debug> oximeter.fields_u64 (924c8936-5abb-44e4-9c48-9afb88dec406): There are no data parts | ||
| 662 | 2025.01.16 19:48:57.339337 [ 281 ] {} <Debug> TCP-Session: 55b57f18-ea46-4731-9a02-7526ad376bb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2025.01.16 19:48:57.339418 [ 281 ] {} <Debug> TCP-Session: 55b57f18-ea46-4731-9a02-7526ad376bb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 664 | 2025.01.16 19:48:57.339487 [ 280 ] {} <Debug> TCP-Session: 3fd78ad6-70b8-4143-addd-20d2b66bdb5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 665 | 2025.01.16 19:48:57.339495 [ 282 ] {} <Debug> TCP-Session: dbe02123-4f53-43ee-9753-a186504ad0c4 Authenticating user 'default' from [fd00:1122:3344:101::a]:34372 | ||
| 666 | 2025.01.16 19:48:57.339619 [ 282 ] {} <Debug> TCP-Session: dbe02123-4f53-43ee-9753-a186504ad0c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 667 | 2025.01.16 19:48:57.339732 [ 282 ] {} <Debug> TCP-Session: dbe02123-4f53-43ee-9753-a186504ad0c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 668 | 2025.01.16 19:48:57.342880 [ 258 ] {7f9b5025-23d0-470d-a709-4ef2579998ae} <Debug> TCPHandler: Processed in 0.010300171 sec. | ||
| 669 | 2025.01.16 19:48:57.343107 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 670 | 2025.01.16 19:48:57.343365 [ 260 ] {f03da449-502f-4e70-ad64-c9b73756a8a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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) | ||
| 671 | 2025.01.16 19:48:57.343437 [ 260 ] {f03da449-502f-4e70-ad64-c9b73756a8a6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 672 | 2025.01.16 19:48:57.345093 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 673 | 2025.01.16 19:48:57.345133 [ 284 ] {} <Debug> TCP-Session: 73d4ae85-a04a-4303-97bf-dbefdf5d8eb5 Authenticating user 'default' from [fd00:1122:3344:101::a]:39800 | ||
| 674 | 2025.01.16 19:48:57.345214 [ 284 ] {} <Debug> TCP-Session: 73d4ae85-a04a-4303-97bf-dbefdf5d8eb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 675 | 2025.01.16 19:48:57.345229 [ 284 ] {} <Debug> TCP-Session: 73d4ae85-a04a-4303-97bf-dbefdf5d8eb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 676 | 2025.01.16 19:48:57.353285 [ 260 ] {f03da449-502f-4e70-ad64-c9b73756a8a6} <Debug> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Loading data parts | ||
| 677 | 2025.01.16 19:48:57.353534 [ 260 ] {f03da449-502f-4e70-ad64-c9b73756a8a6} <Debug> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): There are no data parts | ||
| 678 | 2025.01.16 19:48:57.358700 [ 260 ] {f03da449-502f-4e70-ad64-c9b73756a8a6} <Debug> TCPHandler: Processed in 0.015652924 sec. | ||
| 679 | 2025.01.16 19:48:57.358939 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 680 | 2025.01.16 19:48:57.359190 [ 258 ] {4e9374a6-769a-49b0-9c23-c9644cb6ec54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) 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) | ||
| 681 | 2025.01.16 19:48:57.359273 [ 258 ] {4e9374a6-769a-49b0-9c23-c9644cb6ec54} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 682 | 2025.01.16 19:48:57.366632 [ 258 ] {4e9374a6-769a-49b0-9c23-c9644cb6ec54} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Loading data parts | ||
| 683 | 2025.01.16 19:48:57.366827 [ 258 ] {4e9374a6-769a-49b0-9c23-c9644cb6ec54} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): There are no data parts | ||
| 684 | 2025.01.16 19:48:57.371586 [ 258 ] {4e9374a6-769a-49b0-9c23-c9644cb6ec54} <Debug> TCPHandler: Processed in 0.012714473 sec. | ||
| 685 | 2025.01.16 19:48:57.371841 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 686 | 2025.01.16 19:48:57.372098 [ 260 ] {5f05dce1-4bd2-4a19-af9a-62badd4a6346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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) | ||
| 687 | 2025.01.16 19:48:57.372196 [ 260 ] {5f05dce1-4bd2-4a19-af9a-62badd4a6346} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 688 | 2025.01.16 19:48:57.381550 [ 260 ] {5f05dce1-4bd2-4a19-af9a-62badd4a6346} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Loading data parts | ||
| 689 | 2025.01.16 19:48:57.381750 [ 260 ] {5f05dce1-4bd2-4a19-af9a-62badd4a6346} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): There are no data parts | ||
| 690 | 2025.01.16 19:48:57.386735 [ 260 ] {5f05dce1-4bd2-4a19-af9a-62badd4a6346} <Debug> TCPHandler: Processed in 0.014961502 sec. | ||
| 691 | 2025.01.16 19:48:57.386988 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 692 | 2025.01.16 19:48:57.387307 [ 258 ] {d02e108d-d932-4814-a964-1b344b58f9c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) /* The timeseries schema table stores the extracted schema for the samples | ||
| 693 | * oximeter collects. | ||
| 694 | */ | ||
| 695 | 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) | ||
| 696 | 2025.01.16 19:48:57.387404 [ 258 ] {d02e108d-d932-4814-a964-1b344b58f9c2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 697 | 2025.01.16 19:48:57.395308 [ 258 ] {d02e108d-d932-4814-a964-1b344b58f9c2} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef): Loading data parts | ||
| 698 | 2025.01.16 19:48:57.395519 [ 258 ] {d02e108d-d932-4814-a964-1b344b58f9c2} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef): There are no data parts | ||
| 699 | 2025.01.16 19:48:57.410348 [ 258 ] {d02e108d-d932-4814-a964-1b344b58f9c2} <Debug> TCPHandler: Processed in 0.023419451 sec. | ||
| 700 | 2025.01.16 19:48:57.410566 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 701 | 2025.01.16 19:48:57.410799 [ 260 ] {f4eacf64-5926-4613-8876-1832a14748e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 702 | 2025.01.16 19:48:57.412039 [ 260 ] {f4eacf64-5926-4613-8876-1832a14748e1} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 703 | 2025.01.16 19:48:57.420903 [ 268 ] {f4eacf64-5926-4613-8876-1832a14748e1} <Trace> oximeter.version (120793bd-1f89-43e2-8502-fb9d97b0171c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 704 | 2025.01.16 19:48:57.421004 [ 268 ] {f4eacf64-5926-4613-8876-1832a14748e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 705 | 2025.01.16 19:48:57.426714 [ 268 ] {f4eacf64-5926-4613-8876-1832a14748e1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 706 | 2025.01.16 19:48:57.427164 [ 268 ] {f4eacf64-5926-4613-8876-1832a14748e1} <Trace> oximeter.version (120793bd-1f89-43e2-8502-fb9d97b0171c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 707 | 2025.01.16 19:48:57.427533 [ 260 ] {f4eacf64-5926-4613-8876-1832a14748e1} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.01681 sec., 59.488399762046406 rows/sec., 951.81 B/sec. | ||
| 708 | 2025.01.16 19:48:57.427815 [ 260 ] {f4eacf64-5926-4613-8876-1832a14748e1} <Debug> TCPHandler: Processed in 0.017307984 sec. | ||
| 709 | 2025.01.16 19:48:58.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 136.35 MiB, peak 136.35 MiB, free memory in arenas 0.00 B, will set to 140.98 MiB (RSS), difference: 4.63 MiB | ||
| 710 | 2025.01.16 19:48:58.321455 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57554 | ||
| 711 | 2025.01.16 19:48:58.321969 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 712 | 2025.01.16 19:48:58.322008 [ 285 ] {} <Debug> TCP-Session: 86f5a6a2-11f5-44da-a095-7139ddc1571b Authenticating user 'default' from [fd00:1122:3344:101::b]:57554 | ||
| 713 | 2025.01.16 19:48:58.322130 [ 285 ] {} <Debug> TCP-Session: 86f5a6a2-11f5-44da-a095-7139ddc1571b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 714 | 2025.01.16 19:48:58.322148 [ 285 ] {} <Debug> TCP-Session: 86f5a6a2-11f5-44da-a095-7139ddc1571b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 715 | 2025.01.16 19:48:58.322206 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 716 | 2025.01.16 19:48:58.322250 [ 285 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 717 | 2025.01.16 19:48:58.322281 [ 285 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 718 | 2025.01.16 19:48:58.322597 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58123 | ||
| 719 | 2025.01.16 19:48:58.322699 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49949 | ||
| 720 | 2025.01.16 19:48:58.322774 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 721 | 2025.01.16 19:48:58.322820 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39177 | ||
| 722 | 2025.01.16 19:48:58.322981 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63077 | ||
| 723 | 2025.01.16 19:48:58.322984 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 724 | 2025.01.16 19:48:58.323007 [ 286 ] {} <Debug> TCP-Session: ce388618-dd9e-42b2-b9db-2963eb15a85d Authenticating user 'default' from [fd00:1122:3344:101::b]:58123 | ||
| 725 | 2025.01.16 19:48:58.323210 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 726 | 2025.01.16 19:48:58.323355 [ 286 ] {} <Debug> TCP-Session: ce388618-dd9e-42b2-b9db-2963eb15a85d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 727 | 2025.01.16 19:48:58.323370 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60227 | ||
| 728 | 2025.01.16 19:48:58.323457 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62691 | ||
| 729 | 2025.01.16 19:48:58.323442 [ 287 ] {} <Debug> TCP-Session: 659efd05-79a0-4f3a-bc8c-d2e89da602d4 Authenticating user 'default' from [fd00:1122:3344:101::b]:49949 | ||
| 730 | 2025.01.16 19:48:58.323425 [ 286 ] {} <Debug> TCP-Session: ce388618-dd9e-42b2-b9db-2963eb15a85d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 731 | 2025.01.16 19:48:58.323578 [ 287 ] {} <Debug> TCP-Session: 659efd05-79a0-4f3a-bc8c-d2e89da602d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 732 | 2025.01.16 19:48:58.323414 [ 289 ] {} <Debug> TCP-Session: 9e13b96d-c010-4340-8ca2-ba17ca3260a4 Authenticating user 'default' from [fd00:1122:3344:101::b]:63077 | ||
| 733 | 2025.01.16 19:48:58.323412 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49805 | ||
| 734 | 2025.01.16 19:48:58.323387 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 735 | 2025.01.16 19:48:58.323978 [ 289 ] {} <Debug> TCP-Session: 9e13b96d-c010-4340-8ca2-ba17ca3260a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 736 | 2025.01.16 19:48:58.324008 [ 287 ] {} <Debug> TCP-Session: 659efd05-79a0-4f3a-bc8c-d2e89da602d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 737 | 2025.01.16 19:48:58.323999 [ 288 ] {} <Debug> TCP-Session: 3230a74c-3511-4201-bd78-ec91cc6041bf Authenticating user 'default' from [fd00:1122:3344:101::b]:39177 | ||
| 738 | 2025.01.16 19:48:58.324046 [ 289 ] {} <Debug> TCP-Session: 9e13b96d-c010-4340-8ca2-ba17ca3260a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 739 | 2025.01.16 19:48:58.324130 [ 288 ] {} <Debug> TCP-Session: 3230a74c-3511-4201-bd78-ec91cc6041bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 740 | 2025.01.16 19:48:58.324170 [ 288 ] {} <Debug> TCP-Session: 3230a74c-3511-4201-bd78-ec91cc6041bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 741 | 2025.01.16 19:48:58.326201 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 742 | 2025.01.16 19:48:58.326243 [ 290 ] {} <Debug> TCP-Session: 325bb1bc-a230-451c-af80-acc21acd6d08 Authenticating user 'default' from [fd00:1122:3344:101::b]:49805 | ||
| 743 | 2025.01.16 19:48:58.326262 [ 290 ] {} <Debug> TCP-Session: 325bb1bc-a230-451c-af80-acc21acd6d08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 744 | 2025.01.16 19:48:58.326441 [ 290 ] {} <Debug> TCP-Session: 325bb1bc-a230-451c-af80-acc21acd6d08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 745 | 2025.01.16 19:48:58.326786 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 746 | 2025.01.16 19:48:58.326832 [ 292 ] {} <Debug> TCP-Session: 1090231f-c496-4b33-97f7-d6050395921b Authenticating user 'default' from [fd00:1122:3344:101::b]:62691 | ||
| 747 | 2025.01.16 19:48:58.326988 [ 292 ] {} <Debug> TCP-Session: 1090231f-c496-4b33-97f7-d6050395921b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 748 | 2025.01.16 19:48:58.327005 [ 292 ] {} <Debug> TCP-Session: 1090231f-c496-4b33-97f7-d6050395921b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 749 | 2025.01.16 19:48:58.330703 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 750 | 2025.01.16 19:48:58.330793 [ 291 ] {} <Debug> TCP-Session: 11e5dc5d-9645-444e-b40b-d74606b2a7f4 Authenticating user 'default' from [fd00:1122:3344:101::b]:60227 | ||
| 751 | 2025.01.16 19:48:58.330818 [ 291 ] {} <Debug> TCP-Session: 11e5dc5d-9645-444e-b40b-d74606b2a7f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 752 | 2025.01.16 19:48:58.330835 [ 291 ] {} <Debug> TCP-Session: 11e5dc5d-9645-444e-b40b-d74606b2a7f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 753 | 2025.01.16 19:49:03.200972 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 754 | 2025.01.16 19:49:03.200990 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
| 755 | 2025.01.16 19:49:03.201090 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 756 | 2025.01.16 19:49:03.201149 [ 243 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 757 | 2025.01.16 19:49:03.216456 [ 243 ] {} <Debug> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Loading data parts | ||
| 758 | 2025.01.16 19:49:03.216961 [ 243 ] {} <Debug> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): There are no data parts | ||
| 759 | 2025.01.16 19:49:03.226770 [ 244 ] {} <Debug> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Loading data parts | ||
| 760 | 2025.01.16 19:49:03.227100 [ 244 ] {} <Debug> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): There are no data parts | ||
| 761 | 2025.01.16 19:49:03.231686 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 762 | 2025.01.16 19:49:03.231799 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 763 | 2025.01.16 19:49:03.235169 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 764 | 2025.01.16 19:49:03.235512 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 765 | 2025.01.16 19:49:03.235767 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
| 766 | 2025.01.16 19:49:03.265205 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 767 | 2025.01.16 19:49:03.265259 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 768 | 2025.01.16 19:49:03.272606 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 769 | 2025.01.16 19:49:03.273386 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): 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.16 19:49:03.275804 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 771 | 2025.01.16 19:49:04.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.38 MiB, peak 150.38 MiB, free memory in arenas 0.00 B, will set to 151.21 MiB (RSS), difference: 4.83 MiB | ||
| 772 | 2025.01.16 19:49:05.700960 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 773 | 2025.01.16 19:49:05.701080 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 774 | 2025.01.16 19:49:05.718632 [ 242 ] {} <Debug> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Loading data parts | ||
| 775 | 2025.01.16 19:49:05.718802 [ 242 ] {} <Debug> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): There are no data parts | ||
| 776 | 2025.01.16 19:49:05.727803 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 777 | 2025.01.16 19:49:05.727844 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 778 | 2025.01.16 19:49:05.729437 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 779 | 2025.01.16 19:49:05.729802 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): 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.16 19:49:05.730323 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 781 | 2025.01.16 19:49:06.000178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.40 MiB, peak 155.40 MiB, free memory in arenas 0.00 B, will set to 151.61 MiB (RSS), difference: -3.78 MiB | ||
| 782 | 2025.01.16 19:49:10.655177 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 783 | 2025.01.16 19:49:10.655285 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 784 | 2025.01.16 19:49:10.735981 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
| 785 | 2025.01.16 19:49:10.736833 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 786 | 2025.01.16 19:49:10.736873 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 787 | 2025.01.16 19:49:10.737543 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 788 | 2025.01.16 19:49:10.738020 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): 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.16 19:49:10.738288 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 790 | 2025.01.16 19:49:10.776000 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 791 | 2025.01.16 19:49:10.798787 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 792 | 2025.01.16 19:49:10.798851 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 793 | 2025.01.16 19:49:10.805753 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 794 | 2025.01.16 19:49:10.806837 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): 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.16 19:49:10.809420 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 796 | 2025.01.16 19:49:11.001188 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.29 MiB, peak 156.29 MiB, free memory in arenas 0.00 B, will set to 154.16 MiB (RSS), difference: 1.87 MiB | ||
| 797 | 2025.01.16 19:49:16.000187 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.18 MiB, peak 156.29 MiB, free memory in arenas 0.00 B, will set to 154.20 MiB (RSS), difference: 4.01 MiB | ||
| 798 | 2025.01.16 19:49:17.432518 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 799 | 2025.01.16 19:49:17.432727 [ 258 ] {ee3280ff-e979-48f8-bfd3-01ee5262fef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 800 | 2025.01.16 19:49:17.437207 [ 258 ] {ee3280ff-e979-48f8-bfd3-01ee5262fef5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 801 | 2025.01.16 19:49:17.443776 [ 258 ] {ee3280ff-e979-48f8-bfd3-01ee5262fef5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 802 | 2025.01.16 19:49:17.449746 [ 258 ] {ee3280ff-e979-48f8-bfd3-01ee5262fef5} <Debug> TCPHandler: Processed in 0.017373625 sec. | ||
| 803 | 2025.01.16 19:49:17.454953 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 804 | 2025.01.16 19:49:17.455135 [ 260 ] {341f7786-5af4-42fd-8160-d50e5b9090ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
| 805 | 2025.01.16 19:49:17.464915 [ 260 ] {341f7786-5af4-42fd-8160-d50e5b9090ec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 806 | 2025.01.16 19:49:17.464985 [ 260 ] {341f7786-5af4-42fd-8160-d50e5b9090ec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 807 | 2025.01.16 19:49:17.465569 [ 260 ] {341f7786-5af4-42fd-8160-d50e5b9090ec} <Debug> TCPHandler: Processed in 0.010703298 sec. | ||
| 808 | 2025.01.16 19:49:17.466012 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 809 | 2025.01.16 19:49:17.466170 [ 258 ] {f325c936-ecc7-4e0b-889a-577c903e348c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) 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.16 19:49:17.466547 [ 258 ] {f325c936-ecc7-4e0b-889a-577c903e348c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 811 | 2025.01.16 19:49:17.466601 [ 258 ] {f325c936-ecc7-4e0b-889a-577c903e348c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 812 | 2025.01.16 19:49:17.467119 [ 258 ] {f325c936-ecc7-4e0b-889a-577c903e348c} <Debug> TCPHandler: Processed in 0.0011706 sec. | ||
| 813 | 2025.01.16 19:49:17.467430 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 814 | 2025.01.16 19:49:17.467576 [ 260 ] {cfe29c21-9b78-4d67-aa7e-028848612365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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.16 19:49:17.467905 [ 260 ] {cfe29c21-9b78-4d67-aa7e-028848612365} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 816 | 2025.01.16 19:49:17.467959 [ 260 ] {cfe29c21-9b78-4d67-aa7e-028848612365} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 817 | 2025.01.16 19:49:17.468453 [ 260 ] {cfe29c21-9b78-4d67-aa7e-028848612365} <Debug> TCPHandler: Processed in 0.001074899 sec. | ||
| 818 | 2025.01.16 19:49:17.468783 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 819 | 2025.01.16 19:49:17.468926 [ 258 ] {5dea1bf2-6d95-4500-8df7-72739511cfaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) 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.16 19:49:17.469247 [ 258 ] {5dea1bf2-6d95-4500-8df7-72739511cfaf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 821 | 2025.01.16 19:49:17.469310 [ 258 ] {5dea1bf2-6d95-4500-8df7-72739511cfaf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 822 | 2025.01.16 19:49:17.469766 [ 258 ] {5dea1bf2-6d95-4500-8df7-72739511cfaf} <Debug> TCPHandler: Processed in 0.001034588 sec. | ||
| 823 | 2025.01.16 19:49:17.470082 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 824 | 2025.01.16 19:49:17.470227 [ 260 ] {cfe8adaf-d006-4a40-b9f8-7f3bd030926e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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.16 19:49:17.470584 [ 260 ] {cfe8adaf-d006-4a40-b9f8-7f3bd030926e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 826 | 2025.01.16 19:49:17.470640 [ 260 ] {cfe8adaf-d006-4a40-b9f8-7f3bd030926e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 827 | 2025.01.16 19:49:17.471126 [ 260 ] {cfe8adaf-d006-4a40-b9f8-7f3bd030926e} <Debug> TCPHandler: Processed in 0.00109953 sec. | ||
| 828 | 2025.01.16 19:49:17.471397 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 829 | 2025.01.16 19:49:17.471542 [ 258 ] {4859ae30-b53e-4aaf-8851-05726e343ad1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) 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.16 19:49:17.471880 [ 258 ] {4859ae30-b53e-4aaf-8851-05726e343ad1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 831 | 2025.01.16 19:49:17.471934 [ 258 ] {4859ae30-b53e-4aaf-8851-05726e343ad1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 832 | 2025.01.16 19:49:17.472411 [ 258 ] {4859ae30-b53e-4aaf-8851-05726e343ad1} <Debug> TCPHandler: Processed in 0.001070079 sec. | ||
| 833 | 2025.01.16 19:49:17.472689 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 834 | 2025.01.16 19:49:17.472833 [ 260 ] {70dbb155-6038-4e75-a2a0-241af42deb33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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.16 19:49:17.473169 [ 260 ] {70dbb155-6038-4e75-a2a0-241af42deb33} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 836 | 2025.01.16 19:49:17.473223 [ 260 ] {70dbb155-6038-4e75-a2a0-241af42deb33} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 837 | 2025.01.16 19:49:17.473675 [ 260 ] {70dbb155-6038-4e75-a2a0-241af42deb33} <Debug> TCPHandler: Processed in 0.001044168 sec. | ||
| 838 | 2025.01.16 19:49:17.473941 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 839 | 2025.01.16 19:49:17.474082 [ 258 ] {7c6cf58e-3aaa-4a29-be66-b390e4532e02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) 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.16 19:49:17.474426 [ 258 ] {7c6cf58e-3aaa-4a29-be66-b390e4532e02} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 841 | 2025.01.16 19:49:17.474479 [ 258 ] {7c6cf58e-3aaa-4a29-be66-b390e4532e02} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 842 | 2025.01.16 19:49:17.474933 [ 258 ] {7c6cf58e-3aaa-4a29-be66-b390e4532e02} <Debug> TCPHandler: Processed in 0.001042659 sec. | ||
| 843 | 2025.01.16 19:49:17.475199 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 844 | 2025.01.16 19:49:17.475343 [ 260 ] {15669af5-c4c9-45d6-bed8-c4afd89ab78b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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.16 19:49:17.475684 [ 260 ] {15669af5-c4c9-45d6-bed8-c4afd89ab78b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 846 | 2025.01.16 19:49:17.475738 [ 260 ] {15669af5-c4c9-45d6-bed8-c4afd89ab78b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 847 | 2025.01.16 19:49:17.476197 [ 260 ] {15669af5-c4c9-45d6-bed8-c4afd89ab78b} <Debug> TCPHandler: Processed in 0.001051178 sec. | ||
| 848 | 2025.01.16 19:49:17.476472 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 849 | 2025.01.16 19:49:17.476616 [ 258 ] {3b43bb0c-33ec-46f3-ada3-58063c1a8672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) 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.16 19:49:17.476954 [ 258 ] {3b43bb0c-33ec-46f3-ada3-58063c1a8672} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 851 | 2025.01.16 19:49:17.477007 [ 258 ] {3b43bb0c-33ec-46f3-ada3-58063c1a8672} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 852 | 2025.01.16 19:49:17.477451 [ 258 ] {3b43bb0c-33ec-46f3-ada3-58063c1a8672} <Debug> TCPHandler: Processed in 0.001029649 sec. | ||
| 853 | 2025.01.16 19:49:17.477734 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 854 | 2025.01.16 19:49:17.477877 [ 260 ] {5e3159f6-7b5a-4045-8a21-7154be43272e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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.16 19:49:17.478221 [ 260 ] {5e3159f6-7b5a-4045-8a21-7154be43272e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 856 | 2025.01.16 19:49:17.478274 [ 260 ] {5e3159f6-7b5a-4045-8a21-7154be43272e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 857 | 2025.01.16 19:49:17.478737 [ 260 ] {5e3159f6-7b5a-4045-8a21-7154be43272e} <Debug> TCPHandler: Processed in 0.001060138 sec. | ||
| 858 | 2025.01.16 19:49:17.479026 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 859 | 2025.01.16 19:49:17.479175 [ 258 ] {271e24b3-9ce7-4788-aa8a-062870ad8ee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) 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.16 19:49:17.479524 [ 258 ] {271e24b3-9ce7-4788-aa8a-062870ad8ee7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 861 | 2025.01.16 19:49:17.479577 [ 258 ] {271e24b3-9ce7-4788-aa8a-062870ad8ee7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 862 | 2025.01.16 19:49:17.480060 [ 258 ] {271e24b3-9ce7-4788-aa8a-062870ad8ee7} <Debug> TCPHandler: Processed in 0.001083139 sec. | ||
| 863 | 2025.01.16 19:49:17.480451 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 864 | 2025.01.16 19:49:17.480635 [ 260 ] {31d2f3d7-4899-49e7-97da-6e2c14704d91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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.16 19:49:17.481132 [ 260 ] {31d2f3d7-4899-49e7-97da-6e2c14704d91} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 866 | 2025.01.16 19:49:17.481207 [ 260 ] {31d2f3d7-4899-49e7-97da-6e2c14704d91} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 867 | 2025.01.16 19:49:17.481833 [ 260 ] {31d2f3d7-4899-49e7-97da-6e2c14704d91} <Debug> TCPHandler: Processed in 0.001481816 sec. | ||
| 868 | 2025.01.16 19:49:17.483805 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 869 | 2025.01.16 19:49:17.483937 [ 258 ] {3f79c9ee-19a6-49c1-addf-83911feb6cd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 870 | 2025.01.16 19:49:17.483987 [ 258 ] {3f79c9ee-19a6-49c1-addf-83911feb6cd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 871 | 2025.01.16 19:49:17.486847 [ 258 ] {3f79c9ee-19a6-49c1-addf-83911feb6cd0} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 872 | 2025.01.16 19:49:17.487065 [ 258 ] {3f79c9ee-19a6-49c1-addf-83911feb6cd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 873 | 2025.01.16 19:49:17.488024 [ 258 ] {3f79c9ee-19a6-49c1-addf-83911feb6cd0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 874 | 2025.01.16 19:49:17.488758 [ 258 ] {3f79c9ee-19a6-49c1-addf-83911feb6cd0} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef): 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.16 19:49:17.489349 [ 258 ] {3f79c9ee-19a6-49c1-addf-83911feb6cd0} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.00545 sec., 2568.8073394495414 rows/sec., 368.59 KiB/sec. | ||
| 876 | 2025.01.16 19:49:17.489430 [ 258 ] {3f79c9ee-19a6-49c1-addf-83911feb6cd0} <Debug> TCPHandler: Processed in 0.00568183 sec. | ||
| 877 | 2025.01.16 19:49:17.489917 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 878 | 2025.01.16 19:49:17.490120 [ 260 ] {d5a55855-8804-4c78-bfe9-5d0b27fecec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 879 | 2025.01.16 19:49:17.490185 [ 260 ] {d5a55855-8804-4c78-bfe9-5d0b27fecec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 880 | 2025.01.16 19:49:17.494319 [ 260 ] {d5a55855-8804-4c78-bfe9-5d0b27fecec6} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 881 | 2025.01.16 19:49:17.494360 [ 260 ] {d5a55855-8804-4c78-bfe9-5d0b27fecec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 882 | 2025.01.16 19:49:17.495113 [ 260 ] {d5a55855-8804-4c78-bfe9-5d0b27fecec6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 883 | 2025.01.16 19:49:17.496124 [ 260 ] {d5a55855-8804-4c78-bfe9-5d0b27fecec6} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): 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.16 19:49:17.496383 [ 260 ] {d5a55855-8804-4c78-bfe9-5d0b27fecec6} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.006318 sec., 4115.22633744856 rows/sec., 326.29 KiB/sec. | ||
| 885 | 2025.01.16 19:49:17.496447 [ 260 ] {d5a55855-8804-4c78-bfe9-5d0b27fecec6} <Debug> TCPHandler: Processed in 0.006620616 sec. | ||
| 886 | 2025.01.16 19:49:17.496641 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 887 | 2025.01.16 19:49:17.496769 [ 258 ] {10f0deaf-bda6-4e61-bbaa-fb8938b7c885} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 888 | 2025.01.16 19:49:17.496824 [ 258 ] {10f0deaf-bda6-4e61-bbaa-fb8938b7c885} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 889 | 2025.01.16 19:49:17.497448 [ 258 ] {10f0deaf-bda6-4e61-bbaa-fb8938b7c885} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 890 | 2025.01.16 19:49:17.497496 [ 258 ] {10f0deaf-bda6-4e61-bbaa-fb8938b7c885} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 891 | 2025.01.16 19:49:17.498022 [ 258 ] {10f0deaf-bda6-4e61-bbaa-fb8938b7c885} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 892 | 2025.01.16 19:49:17.498595 [ 258 ] {10f0deaf-bda6-4e61-bbaa-fb8938b7c885} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): 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.16 19:49:17.498836 [ 258 ] {10f0deaf-bda6-4e61-bbaa-fb8938b7c885} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002087 sec., 13416.387158600863 rows/sec., 1.05 MiB/sec. | ||
| 894 | 2025.01.16 19:49:17.498990 [ 258 ] {10f0deaf-bda6-4e61-bbaa-fb8938b7c885} <Debug> TCPHandler: Processed in 0.002406133 sec. | ||
| 895 | 2025.01.16 19:49:17.499179 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 896 | 2025.01.16 19:49:17.499294 [ 260 ] {3134280b-cc78-46e4-935e-973ecb83c27a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 897 | 2025.01.16 19:49:17.499347 [ 260 ] {3134280b-cc78-46e4-935e-973ecb83c27a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 898 | 2025.01.16 19:49:17.500663 [ 260 ] {3134280b-cc78-46e4-935e-973ecb83c27a} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 899 | 2025.01.16 19:49:17.500709 [ 260 ] {3134280b-cc78-46e4-935e-973ecb83c27a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 900 | 2025.01.16 19:49:17.501289 [ 260 ] {3134280b-cc78-46e4-935e-973ecb83c27a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 901 | 2025.01.16 19:49:17.501946 [ 260 ] {3134280b-cc78-46e4-935e-973ecb83c27a} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): 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.16 19:49:17.502188 [ 260 ] {3134280b-cc78-46e4-935e-973ecb83c27a} <Debug> executeQuery: Read 40 rows, 2.84 KiB in 0.002919 sec., 13703.323055841041 rows/sec., 972.88 KiB/sec. | ||
| 903 | 2025.01.16 19:49:17.502245 [ 260 ] {3134280b-cc78-46e4-935e-973ecb83c27a} <Debug> TCPHandler: Processed in 0.003126235 sec. | ||
| 904 | 2025.01.16 19:49:17.502409 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 905 | 2025.01.16 19:49:17.502537 [ 258 ] {c54fcb69-91fc-4813-ba8f-7fe4971d020b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 906 | 2025.01.16 19:49:17.502586 [ 258 ] {c54fcb69-91fc-4813-ba8f-7fe4971d020b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 907 | 2025.01.16 19:49:17.503021 [ 258 ] {c54fcb69-91fc-4813-ba8f-7fe4971d020b} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 908 | 2025.01.16 19:49:17.503060 [ 258 ] {c54fcb69-91fc-4813-ba8f-7fe4971d020b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 909 | 2025.01.16 19:49:17.503528 [ 258 ] {c54fcb69-91fc-4813-ba8f-7fe4971d020b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 910 | 2025.01.16 19:49:17.504006 [ 258 ] {c54fcb69-91fc-4813-ba8f-7fe4971d020b} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): 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.16 19:49:17.504185 [ 258 ] {c54fcb69-91fc-4813-ba8f-7fe4971d020b} <Debug> executeQuery: Read 16 rows, 1.13 KiB in 0.001674 sec., 9557.94504181601 rows/sec., 672.04 KiB/sec. | ||
| 912 | 2025.01.16 19:49:17.504234 [ 258 ] {c54fcb69-91fc-4813-ba8f-7fe4971d020b} <Debug> TCPHandler: Processed in 0.001882473 sec. | ||
| 913 | 2025.01.16 19:49:18.238492 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
| 914 | 2025.01.16 19:49:18.239144 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 915 | 2025.01.16 19:49:18.239191 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 916 | 2025.01.16 19:49:18.239903 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 917 | 2025.01.16 19:49:18.240464 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): 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.16 19:49:18.240740 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
| 919 | 2025.01.16 19:49:18.309600 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 920 | 2025.01.16 19:49:18.327995 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 921 | 2025.01.16 19:49:18.328056 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 922 | 2025.01.16 19:49:18.334352 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 923 | 2025.01.16 19:49:18.335487 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): 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.16 19:49:18.337883 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 925 | 2025.01.16 19:49:22.435202 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 926 | 2025.01.16 19:49:22.435440 [ 258 ] {96accef8-b302-490c-8d8c-965aa9bdb8ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 927 | 2025.01.16 19:49:22.435526 [ 258 ] {96accef8-b302-490c-8d8c-965aa9bdb8ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 928 | 2025.01.16 19:49:22.436287 [ 258 ] {96accef8-b302-490c-8d8c-965aa9bdb8ba} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 929 | 2025.01.16 19:49:22.436340 [ 258 ] {96accef8-b302-490c-8d8c-965aa9bdb8ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 930 | 2025.01.16 19:49:22.436755 [ 258 ] {96accef8-b302-490c-8d8c-965aa9bdb8ba} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 931 | 2025.01.16 19:49:22.437017 [ 258 ] {96accef8-b302-490c-8d8c-965aa9bdb8ba} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): 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.16 19:49:22.437254 [ 258 ] {96accef8-b302-490c-8d8c-965aa9bdb8ba} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001887 sec., 13778.48436671966 rows/sec., 1.07 MiB/sec. | ||
| 933 | 2025.01.16 19:49:22.437321 [ 258 ] {96accef8-b302-490c-8d8c-965aa9bdb8ba} <Debug> TCPHandler: Processed in 0.00226625 sec. | ||
| 934 | 2025.01.16 19:49:22.437523 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 935 | 2025.01.16 19:49:22.437642 [ 260 ] {db8693c7-78e2-46db-9979-16de44d59435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 936 | 2025.01.16 19:49:22.437689 [ 260 ] {db8693c7-78e2-46db-9979-16de44d59435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 937 | 2025.01.16 19:49:22.438239 [ 260 ] {db8693c7-78e2-46db-9979-16de44d59435} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 938 | 2025.01.16 19:49:22.438282 [ 260 ] {db8693c7-78e2-46db-9979-16de44d59435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 939 | 2025.01.16 19:49:22.438643 [ 260 ] {db8693c7-78e2-46db-9979-16de44d59435} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 940 | 2025.01.16 19:49:22.438880 [ 260 ] {db8693c7-78e2-46db-9979-16de44d59435} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): 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.16 19:49:22.439082 [ 260 ] {db8693c7-78e2-46db-9979-16de44d59435} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00147 sec., 19047.61904761905 rows/sec., 1.49 MiB/sec. | ||
| 942 | 2025.01.16 19:49:22.439135 [ 260 ] {db8693c7-78e2-46db-9979-16de44d59435} <Debug> TCPHandler: Processed in 0.001680569 sec. | ||
| 943 | 2025.01.16 19:49:22.439301 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 944 | 2025.01.16 19:49:22.439414 [ 258 ] {a6bf5a2c-0119-46cf-b661-cf3fb089f60d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 945 | 2025.01.16 19:49:22.439465 [ 258 ] {a6bf5a2c-0119-46cf-b661-cf3fb089f60d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 946 | 2025.01.16 19:49:22.439976 [ 258 ] {a6bf5a2c-0119-46cf-b661-cf3fb089f60d} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 947 | 2025.01.16 19:49:22.440015 [ 258 ] {a6bf5a2c-0119-46cf-b661-cf3fb089f60d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 948 | 2025.01.16 19:49:22.440400 [ 258 ] {a6bf5a2c-0119-46cf-b661-cf3fb089f60d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 949 | 2025.01.16 19:49:22.440640 [ 258 ] {a6bf5a2c-0119-46cf-b661-cf3fb089f60d} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): 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.16 19:49:22.440834 [ 258 ] {a6bf5a2c-0119-46cf-b661-cf3fb089f60d} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001476 sec., 33875.33875338753 rows/sec., 2.35 MiB/sec. | ||
| 951 | 2025.01.16 19:49:22.440884 [ 258 ] {a6bf5a2c-0119-46cf-b661-cf3fb089f60d} <Debug> TCPHandler: Processed in 0.001679329 sec. | ||
| 952 | 2025.01.16 19:49:22.441056 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 953 | 2025.01.16 19:49:22.441158 [ 260 ] {9a0e7c8a-df53-43e1-bc22-7f6a7c0715d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 954 | 2025.01.16 19:49:22.441203 [ 260 ] {9a0e7c8a-df53-43e1-bc22-7f6a7c0715d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 955 | 2025.01.16 19:49:22.441680 [ 260 ] {9a0e7c8a-df53-43e1-bc22-7f6a7c0715d7} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 956 | 2025.01.16 19:49:22.441719 [ 260 ] {9a0e7c8a-df53-43e1-bc22-7f6a7c0715d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 957 | 2025.01.16 19:49:22.442073 [ 260 ] {9a0e7c8a-df53-43e1-bc22-7f6a7c0715d7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 958 | 2025.01.16 19:49:22.442311 [ 260 ] {9a0e7c8a-df53-43e1-bc22-7f6a7c0715d7} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): 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.16 19:49:22.442527 [ 260 ] {9a0e7c8a-df53-43e1-bc22-7f6a7c0715d7} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001332 sec., 15015.015015015015 rows/sec., 1.03 MiB/sec. | ||
| 960 | 2025.01.16 19:49:22.442673 [ 260 ] {9a0e7c8a-df53-43e1-bc22-7f6a7c0715d7} <Debug> TCPHandler: Processed in 0.001626499 sec. | ||
| 961 | 2025.01.16 19:49:25.655343 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 962 | 2025.01.16 19:49:25.655416 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 963 | 2025.01.16 19:49:25.731103 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 136 | ||
| 964 | 2025.01.16 19:49:25.735051 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 965 | 2025.01.16 19:49:25.735108 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 966 | 2025.01.16 19:49:25.736599 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 967 | 2025.01.16 19:49:25.736906 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): 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.16 19:49:25.737529 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 136 | ||
| 969 | 2025.01.16 19:49:25.740943 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
| 970 | 2025.01.16 19:49:25.741574 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 971 | 2025.01.16 19:49:25.741611 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 972 | 2025.01.16 19:49:25.742185 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 973 | 2025.01.16 19:49:25.742441 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): 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.16 19:49:25.742620 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 975 | 2025.01.16 19:49:25.838046 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 976 | 2025.01.16 19:49:25.859106 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 977 | 2025.01.16 19:49:25.859175 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 978 | 2025.01.16 19:49:25.865935 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 979 | 2025.01.16 19:49:25.866711 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): 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.16 19:49:25.869775 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 981 | 2025.01.16 19:49:27.433491 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 982 | 2025.01.16 19:49:27.433748 [ 258 ] {0a4502f9-2100-439f-87e2-c04341e84e9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) 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.16 19:49:27.436156 [ 258 ] {0a4502f9-2100-439f-87e2-c04341e84e9f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 984 | 2025.01.16 19:49:27.440087 [ 258 ] {0a4502f9-2100-439f-87e2-c04341e84e9f} <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.16 19:49:27.440473 [ 258 ] {0a4502f9-2100-439f-87e2-c04341e84e9f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 986 | 2025.01.16 19:49:27.446228 [ 258 ] {0a4502f9-2100-439f-87e2-c04341e84e9f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 987 | 2025.01.16 19:49:27.448372 [ 258 ] {0a4502f9-2100-439f-87e2-c04341e84e9f} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 988 | 2025.01.16 19:49:27.453513 [ 258 ] {0a4502f9-2100-439f-87e2-c04341e84e9f} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 989 | 2025.01.16 19:49:27.455430 [ 258 ] {0a4502f9-2100-439f-87e2-c04341e84e9f} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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.16 19:49:27.455457 [ 258 ] {0a4502f9-2100-439f-87e2-c04341e84e9f} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 991 | 2025.01.16 19:49:27.457400 [ 258 ] {0a4502f9-2100-439f-87e2-c04341e84e9f} <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.16 19:49:27.457436 [ 258 ] {0a4502f9-2100-439f-87e2-c04341e84e9f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 993 | 2025.01.16 19:49:27.476245 [ 258 ] {0a4502f9-2100-439f-87e2-c04341e84e9f} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.042596 sec., 328.669358625223 rows/sec., 13.41 KiB/sec. | ||
| 994 | 2025.01.16 19:49:27.476356 [ 258 ] {0a4502f9-2100-439f-87e2-c04341e84e9f} <Debug> TCPHandler: Processed in 0.043027755 sec. | ||
| 995 | 2025.01.16 19:49:27.478101 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 996 | 2025.01.16 19:49:27.478276 [ 260 ] {2f248cb7-ece1-4ef4-9312-0195357c9e2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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.16 19:49:27.478610 [ 260 ] {2f248cb7-ece1-4ef4-9312-0195357c9e2c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 998 | 2025.01.16 19:49:27.478652 [ 260 ] {2f248cb7-ece1-4ef4-9312-0195357c9e2c} <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.16 19:49:27.478911 [ 260 ] {2f248cb7-ece1-4ef4-9312-0195357c9e2c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1000 | 2025.01.16 19:49:27.478982 [ 260 ] {2f248cb7-ece1-4ef4-9312-0195357c9e2c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1001 | 2025.01.16 19:49:27.479134 [ 260 ] {2f248cb7-ece1-4ef4-9312-0195357c9e2c} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1002 | 2025.01.16 19:49:27.479169 [ 260 ] {2f248cb7-ece1-4ef4-9312-0195357c9e2c} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1003 | 2025.01.16 19:49:27.479194 [ 260 ] {2f248cb7-ece1-4ef4-9312-0195357c9e2c} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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.16 19:49:27.479212 [ 260 ] {2f248cb7-ece1-4ef4-9312-0195357c9e2c} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1005 | 2025.01.16 19:49:27.479256 [ 260 ] {2f248cb7-ece1-4ef4-9312-0195357c9e2c} <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.16 19:49:27.479278 [ 260 ] {2f248cb7-ece1-4ef4-9312-0195357c9e2c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1007 | 2025.01.16 19:49:27.479845 [ 260 ] {2f248cb7-ece1-4ef4-9312-0195357c9e2c} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001646 sec., 8505.46780072904 rows/sec., 347.08 KiB/sec. | ||
| 1008 | 2025.01.16 19:49:27.479935 [ 260 ] {2f248cb7-ece1-4ef4-9312-0195357c9e2c} <Debug> TCPHandler: Processed in 0.001902074 sec. | ||
| 1009 | 2025.01.16 19:49:27.480216 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1010 | 2025.01.16 19:49:27.480377 [ 258 ] {113a36b8-f6c8-47bd-a60d-7cb4596f94a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1011 | 2025.01.16 19:49:27.480689 [ 258 ] {113a36b8-f6c8-47bd-a60d-7cb4596f94a9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1012 | 2025.01.16 19:49:27.480731 [ 258 ] {113a36b8-f6c8-47bd-a60d-7cb4596f94a9} <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', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1013 | 2025.01.16 19:49:27.480986 [ 258 ] {113a36b8-f6c8-47bd-a60d-7cb4596f94a9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1014 | 2025.01.16 19:49:27.481055 [ 258 ] {113a36b8-f6c8-47bd-a60d-7cb4596f94a9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1015 | 2025.01.16 19:49:27.481197 [ 258 ] {113a36b8-f6c8-47bd-a60d-7cb4596f94a9} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1016 | 2025.01.16 19:49:27.481230 [ 258 ] {113a36b8-f6c8-47bd-a60d-7cb4596f94a9} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1017 | 2025.01.16 19:49:27.481253 [ 258 ] {113a36b8-f6c8-47bd-a60d-7cb4596f94a9} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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.16 19:49:27.481269 [ 258 ] {113a36b8-f6c8-47bd-a60d-7cb4596f94a9} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1019 | 2025.01.16 19:49:27.481312 [ 258 ] {113a36b8-f6c8-47bd-a60d-7cb4596f94a9} <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', 'http_service:request_latency_histogram'))" | ||
| 1020 | 2025.01.16 19:49:27.481334 [ 258 ] {113a36b8-f6c8-47bd-a60d-7cb4596f94a9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1021 | 2025.01.16 19:49:27.481848 [ 258 ] {113a36b8-f6c8-47bd-a60d-7cb4596f94a9} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.00154 sec., 9090.909090909092 rows/sec., 370.97 KiB/sec. | ||
| 1022 | 2025.01.16 19:49:27.481930 [ 258 ] {113a36b8-f6c8-47bd-a60d-7cb4596f94a9} <Debug> TCPHandler: Processed in 0.001769591 sec. | ||
| 1023 | 2025.01.16 19:49:27.482250 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1024 | 2025.01.16 19:49:27.482410 [ 260 ] {a5cca629-b8d2-48aa-b8fc-f165f351649a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1025 | 2025.01.16 19:49:27.482674 [ 260 ] {a5cca629-b8d2-48aa-b8fc-f165f351649a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1026 | 2025.01.16 19:49:27.482715 [ 260 ] {a5cca629-b8d2-48aa-b8fc-f165f351649a} <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', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1027 | 2025.01.16 19:49:27.482978 [ 260 ] {a5cca629-b8d2-48aa-b8fc-f165f351649a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1028 | 2025.01.16 19:49:27.483044 [ 260 ] {a5cca629-b8d2-48aa-b8fc-f165f351649a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1029 | 2025.01.16 19:49:27.483198 [ 260 ] {a5cca629-b8d2-48aa-b8fc-f165f351649a} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1030 | 2025.01.16 19:49:27.483231 [ 260 ] {a5cca629-b8d2-48aa-b8fc-f165f351649a} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1031 | 2025.01.16 19:49:27.483255 [ 260 ] {a5cca629-b8d2-48aa-b8fc-f165f351649a} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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.16 19:49:27.483272 [ 260 ] {a5cca629-b8d2-48aa-b8fc-f165f351649a} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1033 | 2025.01.16 19:49:27.483315 [ 260 ] {a5cca629-b8d2-48aa-b8fc-f165f351649a} <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', 'http_service:request_latency_histogram'))" | ||
| 1034 | 2025.01.16 19:49:27.483336 [ 260 ] {a5cca629-b8d2-48aa-b8fc-f165f351649a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1035 | 2025.01.16 19:49:27.483845 [ 260 ] {a5cca629-b8d2-48aa-b8fc-f165f351649a} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001504 sec., 9308.510638297872 rows/sec., 379.85 KiB/sec. | ||
| 1036 | 2025.01.16 19:49:27.483926 [ 260 ] {a5cca629-b8d2-48aa-b8fc-f165f351649a} <Debug> TCPHandler: Processed in 0.001731561 sec. | ||
| 1037 | 2025.01.16 19:49:27.487316 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1038 | 2025.01.16 19:49:27.487437 [ 258 ] {0849ff0e-4d51-4cdd-803d-895e1e9ea1ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1039 | 2025.01.16 19:49:27.487485 [ 258 ] {0849ff0e-4d51-4cdd-803d-895e1e9ea1ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1040 | 2025.01.16 19:49:27.488158 [ 258 ] {0849ff0e-4d51-4cdd-803d-895e1e9ea1ee} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1041 | 2025.01.16 19:49:27.488200 [ 258 ] {0849ff0e-4d51-4cdd-803d-895e1e9ea1ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1042 | 2025.01.16 19:49:27.488678 [ 258 ] {0849ff0e-4d51-4cdd-803d-895e1e9ea1ee} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1043 | 2025.01.16 19:49:27.488898 [ 258 ] {0849ff0e-4d51-4cdd-803d-895e1e9ea1ee} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1044 | 2025.01.16 19:49:27.489153 [ 258 ] {0849ff0e-4d51-4cdd-803d-895e1e9ea1ee} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.001743 sec., 2294.8938611589215 rows/sec., 242.60 KiB/sec. | ||
| 1045 | 2025.01.16 19:49:27.489308 [ 258 ] {0849ff0e-4d51-4cdd-803d-895e1e9ea1ee} <Debug> TCPHandler: Processed in 0.002045546 sec. | ||
| 1046 | 2025.01.16 19:49:27.489455 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1047 | 2025.01.16 19:49:27.489568 [ 260 ] {0a846a35-51c1-4b6c-bf3d-49d3145dd9b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1048 | 2025.01.16 19:49:27.489612 [ 260 ] {0a846a35-51c1-4b6c-bf3d-49d3145dd9b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1049 | 2025.01.16 19:49:27.490299 [ 260 ] {0a846a35-51c1-4b6c-bf3d-49d3145dd9b6} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1050 | 2025.01.16 19:49:27.490346 [ 260 ] {0a846a35-51c1-4b6c-bf3d-49d3145dd9b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1051 | 2025.01.16 19:49:27.490792 [ 260 ] {0a846a35-51c1-4b6c-bf3d-49d3145dd9b6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1052 | 2025.01.16 19:49:27.491029 [ 260 ] {0a846a35-51c1-4b6c-bf3d-49d3145dd9b6} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1053 | 2025.01.16 19:49:27.491241 [ 260 ] {0a846a35-51c1-4b6c-bf3d-49d3145dd9b6} <Debug> executeQuery: Read 84 rows, 7.56 KiB in 0.001699 sec., 49440.847557386696 rows/sec., 4.35 MiB/sec. | ||
| 1054 | 2025.01.16 19:49:27.491292 [ 260 ] {0a846a35-51c1-4b6c-bf3d-49d3145dd9b6} <Debug> TCPHandler: Processed in 0.001894713 sec. | ||
| 1055 | 2025.01.16 19:49:27.491431 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1056 | 2025.01.16 19:49:27.491539 [ 258 ] {fb85721e-3c93-4b3e-9e50-981ff4cec281} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1057 | 2025.01.16 19:49:27.491582 [ 258 ] {fb85721e-3c93-4b3e-9e50-981ff4cec281} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1058 | 2025.01.16 19:49:27.492275 [ 258 ] {fb85721e-3c93-4b3e-9e50-981ff4cec281} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1059 | 2025.01.16 19:49:27.492319 [ 258 ] {fb85721e-3c93-4b3e-9e50-981ff4cec281} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1060 | 2025.01.16 19:49:27.492730 [ 258 ] {fb85721e-3c93-4b3e-9e50-981ff4cec281} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1061 | 2025.01.16 19:49:27.492967 [ 258 ] {fb85721e-3c93-4b3e-9e50-981ff4cec281} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1062 | 2025.01.16 19:49:27.493238 [ 258 ] {fb85721e-3c93-4b3e-9e50-981ff4cec281} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.001715 sec., 16909.620991253643 rows/sec., 1.24 MiB/sec. | ||
| 1063 | 2025.01.16 19:49:27.493290 [ 258 ] {fb85721e-3c93-4b3e-9e50-981ff4cec281} <Debug> TCPHandler: Processed in 0.001911303 sec. | ||
| 1064 | 2025.01.16 19:49:27.493442 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1065 | 2025.01.16 19:49:27.493549 [ 260 ] {16a60aab-fd02-4b4d-acb9-2b41748a39f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1066 | 2025.01.16 19:49:27.493594 [ 260 ] {16a60aab-fd02-4b4d-acb9-2b41748a39f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1067 | 2025.01.16 19:49:27.494231 [ 260 ] {16a60aab-fd02-4b4d-acb9-2b41748a39f5} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1068 | 2025.01.16 19:49:27.494276 [ 260 ] {16a60aab-fd02-4b4d-acb9-2b41748a39f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1069 | 2025.01.16 19:49:27.494706 [ 260 ] {16a60aab-fd02-4b4d-acb9-2b41748a39f5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1070 | 2025.01.16 19:49:27.494937 [ 260 ] {16a60aab-fd02-4b4d-acb9-2b41748a39f5} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1071 | 2025.01.16 19:49:27.495161 [ 260 ] {16a60aab-fd02-4b4d-acb9-2b41748a39f5} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001632 sec., 44117.64705882353 rows/sec., 3.45 MiB/sec. | ||
| 1072 | 2025.01.16 19:49:27.495219 [ 260 ] {16a60aab-fd02-4b4d-acb9-2b41748a39f5} <Debug> TCPHandler: Processed in 0.001828172 sec. | ||
| 1073 | 2025.01.16 19:49:27.495365 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1074 | 2025.01.16 19:49:27.495474 [ 258 ] {896f4bbb-63b6-4464-b652-e6095a524a79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1075 | 2025.01.16 19:49:27.495521 [ 258 ] {896f4bbb-63b6-4464-b652-e6095a524a79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1076 | 2025.01.16 19:49:27.496038 [ 258 ] {896f4bbb-63b6-4464-b652-e6095a524a79} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1077 | 2025.01.16 19:49:27.496076 [ 258 ] {896f4bbb-63b6-4464-b652-e6095a524a79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1078 | 2025.01.16 19:49:27.496459 [ 258 ] {896f4bbb-63b6-4464-b652-e6095a524a79} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1079 | 2025.01.16 19:49:27.496855 [ 258 ] {896f4bbb-63b6-4464-b652-e6095a524a79} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1080 | 2025.01.16 19:49:27.497122 [ 258 ] {896f4bbb-63b6-4464-b652-e6095a524a79} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001669 sec., 29958.058717795087 rows/sec., 2.08 MiB/sec. | ||
| 1081 | 2025.01.16 19:49:27.497188 [ 258 ] {896f4bbb-63b6-4464-b652-e6095a524a79} <Debug> TCPHandler: Processed in 0.001876672 sec. | ||
| 1082 | 2025.01.16 19:49:27.497385 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1083 | 2025.01.16 19:49:27.497506 [ 260 ] {78ec6c6a-ed08-48a3-a1f8-f8a82caf8916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1084 | 2025.01.16 19:49:27.497581 [ 260 ] {78ec6c6a-ed08-48a3-a1f8-f8a82caf8916} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1085 | 2025.01.16 19:49:27.498917 [ 260 ] {78ec6c6a-ed08-48a3-a1f8-f8a82caf8916} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1086 | 2025.01.16 19:49:27.498955 [ 260 ] {78ec6c6a-ed08-48a3-a1f8-f8a82caf8916} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 1087 | 2025.01.16 19:49:27.501838 [ 260 ] {78ec6c6a-ed08-48a3-a1f8-f8a82caf8916} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1088 | 2025.01.16 19:49:27.502170 [ 260 ] {78ec6c6a-ed08-48a3-a1f8-f8a82caf8916} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1089 | 2025.01.16 19:49:27.502445 [ 260 ] {78ec6c6a-ed08-48a3-a1f8-f8a82caf8916} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.004969 sec., 5836.184342926142 rows/sec., 10.46 MiB/sec. | ||
| 1090 | 2025.01.16 19:49:27.502563 [ 260 ] {78ec6c6a-ed08-48a3-a1f8-f8a82caf8916} <Debug> TCPHandler: Processed in 0.005237582 sec. | ||
| 1091 | 2025.01.16 19:49:27.502712 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1092 | 2025.01.16 19:49:27.502821 [ 258 ] {11f309cc-cc82-4316-85bc-450c57f5338b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1093 | 2025.01.16 19:49:27.502869 [ 258 ] {11f309cc-cc82-4316-85bc-450c57f5338b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1094 | 2025.01.16 19:49:27.503314 [ 258 ] {11f309cc-cc82-4316-85bc-450c57f5338b} <Trace> oximeter.measurements_i64 (3f854c1c-4bc7-4c6b-ab9c-ecd374649c79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1095 | 2025.01.16 19:49:27.503354 [ 258 ] {11f309cc-cc82-4316-85bc-450c57f5338b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1096 | 2025.01.16 19:49:27.503736 [ 258 ] {11f309cc-cc82-4316-85bc-450c57f5338b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1097 | 2025.01.16 19:49:27.503999 [ 258 ] {11f309cc-cc82-4316-85bc-450c57f5338b} <Trace> oximeter.measurements_i64 (3f854c1c-4bc7-4c6b-ab9c-ecd374649c79): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1098 | 2025.01.16 19:49:27.504274 [ 258 ] {11f309cc-cc82-4316-85bc-450c57f5338b} <Debug> executeQuery: Read 24 rows, 1.78 KiB in 0.001462 sec., 16415.868673050616 rows/sec., 1.19 MiB/sec. | ||
| 1099 | 2025.01.16 19:49:27.504339 [ 258 ] {11f309cc-cc82-4316-85bc-450c57f5338b} <Debug> TCPHandler: Processed in 0.001680709 sec. | ||
| 1100 | 2025.01.16 19:49:27.504505 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1101 | 2025.01.16 19:49:27.504625 [ 260 ] {ba6ddd52-8c85-4aa9-9d07-7dd28a86998b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1102 | 2025.01.16 19:49:27.504674 [ 260 ] {ba6ddd52-8c85-4aa9-9d07-7dd28a86998b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1103 | 2025.01.16 19:49:27.505111 [ 260 ] {ba6ddd52-8c85-4aa9-9d07-7dd28a86998b} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1104 | 2025.01.16 19:49:27.505151 [ 260 ] {ba6ddd52-8c85-4aa9-9d07-7dd28a86998b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1105 | 2025.01.16 19:49:27.505511 [ 260 ] {ba6ddd52-8c85-4aa9-9d07-7dd28a86998b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1106 | 2025.01.16 19:49:27.505763 [ 260 ] {ba6ddd52-8c85-4aa9-9d07-7dd28a86998b} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1107 | 2025.01.16 19:49:27.505981 [ 260 ] {ba6ddd52-8c85-4aa9-9d07-7dd28a86998b} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001375 sec., 14545.454545454546 rows/sec., 1022.73 KiB/sec. | ||
| 1108 | 2025.01.16 19:49:27.506047 [ 260 ] {ba6ddd52-8c85-4aa9-9d07-7dd28a86998b} <Debug> TCPHandler: Processed in 0.001595018 sec. | ||
| 1109 | 2025.01.16 19:49:32.439524 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1110 | 2025.01.16 19:49:32.439716 [ 258 ] {e83cbd27-0d97-447f-bf09-fd1873c487e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1111 | 2025.01.16 19:49:32.439797 [ 258 ] {e83cbd27-0d97-447f-bf09-fd1873c487e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1112 | 2025.01.16 19:49:32.440658 [ 258 ] {e83cbd27-0d97-447f-bf09-fd1873c487e9} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1113 | 2025.01.16 19:49:32.440721 [ 258 ] {e83cbd27-0d97-447f-bf09-fd1873c487e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1114 | 2025.01.16 19:49:32.441165 [ 258 ] {e83cbd27-0d97-447f-bf09-fd1873c487e9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1115 | 2025.01.16 19:49:32.441418 [ 258 ] {e83cbd27-0d97-447f-bf09-fd1873c487e9} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1116 | 2025.01.16 19:49:32.441661 [ 258 ] {e83cbd27-0d97-447f-bf09-fd1873c487e9} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001997 sec., 26039.05858788182 rows/sec., 1.99 MiB/sec. | ||
| 1117 | 2025.01.16 19:49:32.441757 [ 258 ] {e83cbd27-0d97-447f-bf09-fd1873c487e9} <Debug> TCPHandler: Processed in 0.002367952 sec. | ||
| 1118 | 2025.01.16 19:49:32.441976 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1119 | 2025.01.16 19:49:32.442118 [ 260 ] {6e6df728-438e-426a-9bfa-34da411ff40a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1120 | 2025.01.16 19:49:32.442173 [ 260 ] {6e6df728-438e-426a-9bfa-34da411ff40a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1121 | 2025.01.16 19:49:32.442836 [ 260 ] {6e6df728-438e-426a-9bfa-34da411ff40a} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1122 | 2025.01.16 19:49:32.442879 [ 260 ] {6e6df728-438e-426a-9bfa-34da411ff40a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1123 | 2025.01.16 19:49:32.443251 [ 260 ] {6e6df728-438e-426a-9bfa-34da411ff40a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1124 | 2025.01.16 19:49:32.443493 [ 260 ] {6e6df728-438e-426a-9bfa-34da411ff40a} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1125 | 2025.01.16 19:49:32.443685 [ 260 ] {6e6df728-438e-426a-9bfa-34da411ff40a} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001595 sec., 35109.71786833856 rows/sec., 2.74 MiB/sec. | ||
| 1126 | 2025.01.16 19:49:32.443740 [ 260 ] {6e6df728-438e-426a-9bfa-34da411ff40a} <Debug> TCPHandler: Processed in 0.001822581 sec. | ||
| 1127 | 2025.01.16 19:49:32.443899 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1128 | 2025.01.16 19:49:32.444015 [ 258 ] {43996c6a-384a-41bf-a1cd-6531ec284bfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1129 | 2025.01.16 19:49:32.444067 [ 258 ] {43996c6a-384a-41bf-a1cd-6531ec284bfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1130 | 2025.01.16 19:49:32.444595 [ 258 ] {43996c6a-384a-41bf-a1cd-6531ec284bfe} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1131 | 2025.01.16 19:49:32.444637 [ 258 ] {43996c6a-384a-41bf-a1cd-6531ec284bfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1132 | 2025.01.16 19:49:32.445050 [ 258 ] {43996c6a-384a-41bf-a1cd-6531ec284bfe} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1133 | 2025.01.16 19:49:32.445297 [ 258 ] {43996c6a-384a-41bf-a1cd-6531ec284bfe} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1134 | 2025.01.16 19:49:32.445507 [ 258 ] {43996c6a-384a-41bf-a1cd-6531ec284bfe} <Debug> executeQuery: Read 130 rows, 9.23 KiB in 0.001522 sec., 85413.92904073588 rows/sec., 5.92 MiB/sec. | ||
| 1135 | 2025.01.16 19:49:32.445555 [ 258 ] {43996c6a-384a-41bf-a1cd-6531ec284bfe} <Debug> TCPHandler: Processed in 0.001717131 sec. | ||
| 1136 | 2025.01.16 19:49:32.445703 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1137 | 2025.01.16 19:49:32.445810 [ 260 ] {5198a519-4693-4f0a-8ff6-355de975a7a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1138 | 2025.01.16 19:49:32.445855 [ 260 ] {5198a519-4693-4f0a-8ff6-355de975a7a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1139 | 2025.01.16 19:49:32.446306 [ 260 ] {5198a519-4693-4f0a-8ff6-355de975a7a3} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1140 | 2025.01.16 19:49:32.446340 [ 260 ] {5198a519-4693-4f0a-8ff6-355de975a7a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1141 | 2025.01.16 19:49:32.446752 [ 260 ] {5198a519-4693-4f0a-8ff6-355de975a7a3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1142 | 2025.01.16 19:49:32.446991 [ 260 ] {5198a519-4693-4f0a-8ff6-355de975a7a3} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1143 | 2025.01.16 19:49:32.447204 [ 260 ] {5198a519-4693-4f0a-8ff6-355de975a7a3} <Debug> executeQuery: Read 44 rows, 3.09 KiB in 0.001395 sec., 31541.21863799283 rows/sec., 2.16 MiB/sec. | ||
| 1144 | 2025.01.16 19:49:32.447254 [ 260 ] {5198a519-4693-4f0a-8ff6-355de975a7a3} <Debug> TCPHandler: Processed in 0.001590218 sec. | ||
| 1145 | 2025.01.16 19:49:33.242806 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
| 1146 | 2025.01.16 19:49:33.243476 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1147 | 2025.01.16 19:49:33.243529 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1148 | 2025.01.16 19:49:33.244079 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1149 | 2025.01.16 19:49:33.244338 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1150 | 2025.01.16 19:49:33.244585 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
| 1151 | 2025.01.16 19:49:33.369921 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1152 | 2025.01.16 19:49:33.389494 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1153 | 2025.01.16 19:49:33.389561 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1154 | 2025.01.16 19:49:33.396726 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1155 | 2025.01.16 19:49:33.397514 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1156 | 2025.01.16 19:49:33.400760 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1157 | 2025.01.16 19:49:35.737862 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 168 | ||
| 1158 | 2025.01.16 19:49:35.740901 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1159 | 2025.01.16 19:49:35.740959 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1160 | 2025.01.16 19:49:35.742501 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1161 | 2025.01.16 19:49:35.742812 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1162 | 2025.01.16 19:49:35.743517 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 168 | ||
| 1163 | 2025.01.16 19:49:37.441207 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1164 | 2025.01.16 19:49:37.441405 [ 258 ] {72f4d270-631f-4204-8d5c-d10249d74aac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1165 | 2025.01.16 19:49:37.441479 [ 258 ] {72f4d270-631f-4204-8d5c-d10249d74aac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1166 | 2025.01.16 19:49:37.442282 [ 258 ] {72f4d270-631f-4204-8d5c-d10249d74aac} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1167 | 2025.01.16 19:49:37.442335 [ 258 ] {72f4d270-631f-4204-8d5c-d10249d74aac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1168 | 2025.01.16 19:49:37.442771 [ 258 ] {72f4d270-631f-4204-8d5c-d10249d74aac} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1169 | 2025.01.16 19:49:37.443029 [ 258 ] {72f4d270-631f-4204-8d5c-d10249d74aac} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1170 | 2025.01.16 19:49:37.443239 [ 258 ] {72f4d270-631f-4204-8d5c-d10249d74aac} <Debug> executeQuery: Read 114 rows, 9.96 KiB in 0.00189 sec., 60317.46031746032 rows/sec., 5.15 MiB/sec. | ||
| 1171 | 2025.01.16 19:49:37.443301 [ 258 ] {72f4d270-631f-4204-8d5c-d10249d74aac} <Debug> TCPHandler: Processed in 0.002233429 sec. | ||
| 1172 | 2025.01.16 19:49:37.443498 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1173 | 2025.01.16 19:49:37.443642 [ 260 ] {bebca5fd-5760-4faf-ac4f-80c3a8834327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1174 | 2025.01.16 19:49:37.443700 [ 260 ] {bebca5fd-5760-4faf-ac4f-80c3a8834327} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1175 | 2025.01.16 19:49:37.444317 [ 260 ] {bebca5fd-5760-4faf-ac4f-80c3a8834327} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1176 | 2025.01.16 19:49:37.444355 [ 260 ] {bebca5fd-5760-4faf-ac4f-80c3a8834327} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1177 | 2025.01.16 19:49:37.444722 [ 260 ] {bebca5fd-5760-4faf-ac4f-80c3a8834327} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1178 | 2025.01.16 19:49:37.444964 [ 260 ] {bebca5fd-5760-4faf-ac4f-80c3a8834327} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1179 | 2025.01.16 19:49:37.445155 [ 260 ] {bebca5fd-5760-4faf-ac4f-80c3a8834327} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001544 sec., 20077.720207253886 rows/sec., 1.47 MiB/sec. | ||
| 1180 | 2025.01.16 19:49:37.445210 [ 260 ] {bebca5fd-5760-4faf-ac4f-80c3a8834327} <Debug> TCPHandler: Processed in 0.001785031 sec. | ||
| 1181 | 2025.01.16 19:49:37.445366 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1182 | 2025.01.16 19:49:37.445499 [ 258 ] {fdda0a68-9a9b-41a7-a340-7673951379af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1183 | 2025.01.16 19:49:37.445553 [ 258 ] {fdda0a68-9a9b-41a7-a340-7673951379af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1184 | 2025.01.16 19:49:37.446183 [ 258 ] {fdda0a68-9a9b-41a7-a340-7673951379af} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1185 | 2025.01.16 19:49:37.446220 [ 258 ] {fdda0a68-9a9b-41a7-a340-7673951379af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1186 | 2025.01.16 19:49:37.446573 [ 258 ] {fdda0a68-9a9b-41a7-a340-7673951379af} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1187 | 2025.01.16 19:49:37.446808 [ 258 ] {fdda0a68-9a9b-41a7-a340-7673951379af} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1188 | 2025.01.16 19:49:37.447024 [ 258 ] {fdda0a68-9a9b-41a7-a340-7673951379af} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001552 sec., 56056.701030927834 rows/sec., 4.38 MiB/sec. | ||
| 1189 | 2025.01.16 19:49:37.447201 [ 258 ] {fdda0a68-9a9b-41a7-a340-7673951379af} <Debug> TCPHandler: Processed in 0.001896403 sec. | ||
| 1190 | 2025.01.16 19:49:37.447380 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1191 | 2025.01.16 19:49:37.447512 [ 260 ] {96f30eeb-5568-44b0-8893-ef1837bbf472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1192 | 2025.01.16 19:49:37.447570 [ 260 ] {96f30eeb-5568-44b0-8893-ef1837bbf472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1193 | 2025.01.16 19:49:37.448175 [ 260 ] {96f30eeb-5568-44b0-8893-ef1837bbf472} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1194 | 2025.01.16 19:49:37.448212 [ 260 ] {96f30eeb-5568-44b0-8893-ef1837bbf472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1195 | 2025.01.16 19:49:37.448586 [ 260 ] {96f30eeb-5568-44b0-8893-ef1837bbf472} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1196 | 2025.01.16 19:49:37.448817 [ 260 ] {96f30eeb-5568-44b0-8893-ef1837bbf472} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1197 | 2025.01.16 19:49:37.449018 [ 260 ] {96f30eeb-5568-44b0-8893-ef1837bbf472} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001536 sec., 97656.25 rows/sec., 6.77 MiB/sec. | ||
| 1198 | 2025.01.16 19:49:37.449071 [ 260 ] {96f30eeb-5568-44b0-8893-ef1837bbf472} <Debug> TCPHandler: Processed in 0.00175412 sec. | ||
| 1199 | 2025.01.16 19:49:37.449226 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1200 | 2025.01.16 19:49:37.449334 [ 258 ] {d5cf60be-6e91-48c3-837b-cfeac16a6158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1201 | 2025.01.16 19:49:37.449399 [ 258 ] {d5cf60be-6e91-48c3-837b-cfeac16a6158} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1202 | 2025.01.16 19:49:37.450545 [ 258 ] {d5cf60be-6e91-48c3-837b-cfeac16a6158} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1203 | 2025.01.16 19:49:37.450584 [ 258 ] {d5cf60be-6e91-48c3-837b-cfeac16a6158} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1204 | 2025.01.16 19:49:37.451216 [ 258 ] {d5cf60be-6e91-48c3-837b-cfeac16a6158} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1205 | 2025.01.16 19:49:37.451475 [ 258 ] {d5cf60be-6e91-48c3-837b-cfeac16a6158} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1206 | 2025.01.16 19:49:37.451670 [ 258 ] {d5cf60be-6e91-48c3-837b-cfeac16a6158} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002358 sec., 13146.734520780323 rows/sec., 23.56 MiB/sec. | ||
| 1207 | 2025.01.16 19:49:37.451771 [ 258 ] {d5cf60be-6e91-48c3-837b-cfeac16a6158} <Debug> TCPHandler: Processed in 0.002596196 sec. | ||
| 1208 | 2025.01.16 19:49:37.451918 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1209 | 2025.01.16 19:49:37.452028 [ 260 ] {265c0c39-8f7e-4799-9534-75d56b3ad88c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1210 | 2025.01.16 19:49:37.452073 [ 260 ] {265c0c39-8f7e-4799-9534-75d56b3ad88c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1211 | 2025.01.16 19:49:37.452493 [ 260 ] {265c0c39-8f7e-4799-9534-75d56b3ad88c} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1212 | 2025.01.16 19:49:37.452530 [ 260 ] {265c0c39-8f7e-4799-9534-75d56b3ad88c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1213 | 2025.01.16 19:49:37.452879 [ 260 ] {265c0c39-8f7e-4799-9534-75d56b3ad88c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1214 | 2025.01.16 19:49:37.453118 [ 260 ] {265c0c39-8f7e-4799-9534-75d56b3ad88c} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1215 | 2025.01.16 19:49:37.453358 [ 260 ] {265c0c39-8f7e-4799-9534-75d56b3ad88c} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001331 sec., 37565.74004507889 rows/sec., 2.58 MiB/sec. | ||
| 1216 | 2025.01.16 19:49:37.453471 [ 260 ] {265c0c39-8f7e-4799-9534-75d56b3ad88c} <Debug> TCPHandler: Processed in 0.001607359 sec. | ||
| 1217 | 2025.01.16 19:49:40.655466 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1218 | 2025.01.16 19:49:40.655530 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1219 | 2025.01.16 19:49:40.744777 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
| 1220 | 2025.01.16 19:49:40.745417 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1221 | 2025.01.16 19:49:40.745482 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1222 | 2025.01.16 19:49:40.746255 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1223 | 2025.01.16 19:49:40.746629 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1224 | 2025.01.16 19:49:40.746897 [ 73 ] {} <Debug> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1225 | 2025.01.16 19:49:40.746964 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1226 | 2025.01.16 19:49:40.747000 [ 73 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1227 | 2025.01.16 19:49:40.747032 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1228 | 2025.01.16 19:49:40.751174 [ 204 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::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 | ||
| 1229 | 2025.01.16 19:49:40.753586 [ 204 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1230 | 2025.01.16 19:49:40.753706 [ 204 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part | ||
| 1231 | 2025.01.16 19:49:40.753851 [ 204 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::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 | ||
| 1232 | 2025.01.16 19:49:40.754126 [ 204 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::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 | ||
| 1233 | 2025.01.16 19:49:40.754310 [ 204 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::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 | ||
| 1234 | 2025.01.16 19:49:40.754590 [ 204 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::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 | ||
| 1235 | 2025.01.16 19:49:40.754704 [ 204 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::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 | ||
| 1236 | 2025.01.16 19:49:40.781375 [ 186 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.03424615 sec., 81936.21764782318 rows/sec., 1.17 MiB/sec. | ||
| 1237 | 2025.01.16 19:49:40.782097 [ 186 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1238 | 2025.01.16 19:49:40.782462 [ 186 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_6_1} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1239 | 2025.01.16 19:49:40.782560 [ 186 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_6_1} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1240 | 2025.01.16 19:49:40.782704 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1241 | 2025.01.16 19:49:40.900902 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1242 | 2025.01.16 19:49:40.922924 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1243 | 2025.01.16 19:49:40.922992 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1244 | 2025.01.16 19:49:40.930026 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1245 | 2025.01.16 19:49:40.930810 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1246 | 2025.01.16 19:49:40.931221 [ 73 ] {} <Debug> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1247 | 2025.01.16 19:49:40.931348 [ 73 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1248 | 2025.01.16 19:49:40.931421 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1249 | 2025.01.16 19:49:40.931904 [ 186 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 1250 | 2025.01.16 19:49:40.946596 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1251 | 2025.01.16 19:49:40.948535 [ 186 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1252 | 2025.01.16 19:49:40.950292 [ 186 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 1253 | 2025.01.16 19:49:40.956328 [ 186 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 1254 | 2025.01.16 19:49:40.961905 [ 186 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 1255 | 2025.01.16 19:49:40.967167 [ 186 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 1256 | 2025.01.16 19:49:40.976422 [ 186 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 1257 | 2025.01.16 19:49:40.981008 [ 186 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 1258 | 2025.01.16 19:49:41.000199 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.78 MiB, peak 169.78 MiB, free memory in arenas 0.00 B, will set to 163.10 MiB (RSS), difference: -6.68 MiB | ||
| 1259 | 2025.01.16 19:49:41.045952 [ 187 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.114365057 sec., 402.22075874101995 rows/sec., 2.08 MiB/sec. | ||
| 1260 | 2025.01.16 19:49:41.048548 [ 189 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1261 | 2025.01.16 19:49:41.051449 [ 189 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_6_1} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1262 | 2025.01.16 19:49:41.051580 [ 189 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_6_1} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1263 | 2025.01.16 19:49:41.053782 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1264 | 2025.01.16 19:49:42.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 153.70 MiB, peak 169.78 MiB, free memory in arenas 0.00 B, will set to 163.69 MiB (RSS), difference: 9.99 MiB | ||
| 1265 | 2025.01.16 19:49:42.434189 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1266 | 2025.01.16 19:49:42.434438 [ 258 ] {c5275739-e21f-4429-9f9a-6e9289114d9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1267 | 2025.01.16 19:49:42.434840 [ 258 ] {c5275739-e21f-4429-9f9a-6e9289114d9e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1268 | 2025.01.16 19:49:42.434885 [ 258 ] {c5275739-e21f-4429-9f9a-6e9289114d9e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1269 | 2025.01.16 19:49:42.435189 [ 258 ] {c5275739-e21f-4429-9f9a-6e9289114d9e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1270 | 2025.01.16 19:49:42.435277 [ 258 ] {c5275739-e21f-4429-9f9a-6e9289114d9e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1271 | 2025.01.16 19:49:42.435457 [ 258 ] {c5275739-e21f-4429-9f9a-6e9289114d9e} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1272 | 2025.01.16 19:49:42.435700 [ 294 ] {c5275739-e21f-4429-9f9a-6e9289114d9e} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1273 | 2025.01.16 19:49:42.435753 [ 295 ] {c5275739-e21f-4429-9f9a-6e9289114d9e} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1274 | 2025.01.16 19:49:42.435873 [ 258 ] {c5275739-e21f-4429-9f9a-6e9289114d9e} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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 | ||
| 1275 | 2025.01.16 19:49:42.435908 [ 258 ] {c5275739-e21f-4429-9f9a-6e9289114d9e} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1276 | 2025.01.16 19:49:42.439901 [ 258 ] {c5275739-e21f-4429-9f9a-6e9289114d9e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1277 | 2025.01.16 19:49:42.439941 [ 258 ] {c5275739-e21f-4429-9f9a-6e9289114d9e} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1278 | 2025.01.16 19:49:42.440007 [ 258 ] {c5275739-e21f-4429-9f9a-6e9289114d9e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1279 | 2025.01.16 19:49:42.440060 [ 258 ] {c5275739-e21f-4429-9f9a-6e9289114d9e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1280 | 2025.01.16 19:49:42.441513 [ 258 ] {c5275739-e21f-4429-9f9a-6e9289114d9e} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.007183 sec., 2505.9167478769314 rows/sec., 105.23 KiB/sec. | ||
| 1281 | 2025.01.16 19:49:42.441692 [ 258 ] {c5275739-e21f-4429-9f9a-6e9289114d9e} <Debug> TCPHandler: Processed in 0.007637874 sec. | ||
| 1282 | 2025.01.16 19:49:42.442120 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1283 | 2025.01.16 19:49:42.442299 [ 260 ] {edc7f0ef-ab99-4797-9744-b3527b46b083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete) | ||
| 1284 | 2025.01.16 19:49:42.442598 [ 260 ] {edc7f0ef-ab99-4797-9744-b3527b46b083} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1285 | 2025.01.16 19:49:42.442643 [ 260 ] {edc7f0ef-ab99-4797-9744-b3527b46b083} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled')" moved to PREWHERE | ||
| 1286 | 2025.01.16 19:49:42.442916 [ 260 ] {edc7f0ef-ab99-4797-9744-b3527b46b083} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1287 | 2025.01.16 19:49:42.442984 [ 260 ] {edc7f0ef-ab99-4797-9744-b3527b46b083} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1288 | 2025.01.16 19:49:42.443136 [ 260 ] {edc7f0ef-ab99-4797-9744-b3527b46b083} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1289 | 2025.01.16 19:49:42.443256 [ 294 ] {edc7f0ef-ab99-4797-9744-b3527b46b083} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1290 | 2025.01.16 19:49:42.443258 [ 296 ] {edc7f0ef-ab99-4797-9744-b3527b46b083} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1291 | 2025.01.16 19:49:42.443382 [ 260 ] {edc7f0ef-ab99-4797-9744-b3527b46b083} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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 | ||
| 1292 | 2025.01.16 19:49:42.443407 [ 260 ] {edc7f0ef-ab99-4797-9744-b3527b46b083} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1293 | 2025.01.16 19:49:42.443489 [ 260 ] {edc7f0ef-ab99-4797-9744-b3527b46b083} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1294 | 2025.01.16 19:49:42.443511 [ 260 ] {edc7f0ef-ab99-4797-9744-b3527b46b083} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1295 | 2025.01.16 19:49:42.443552 [ 260 ] {edc7f0ef-ab99-4797-9744-b3527b46b083} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled'))" | ||
| 1296 | 2025.01.16 19:49:42.443595 [ 260 ] {edc7f0ef-ab99-4797-9744-b3527b46b083} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled'))" | ||
| 1297 | 2025.01.16 19:49:42.444693 [ 260 ] {edc7f0ef-ab99-4797-9744-b3527b46b083} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002476 sec., 7269.789983844911 rows/sec., 305.27 KiB/sec. | ||
| 1298 | 2025.01.16 19:49:42.444850 [ 260 ] {edc7f0ef-ab99-4797-9744-b3527b46b083} <Debug> TCPHandler: Processed in 0.002803319 sec. | ||
| 1299 | 2025.01.16 19:49:42.445457 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1300 | 2025.01.16 19:49:42.445628 [ 258 ] {026c9ebf-ba35-4277-a1dc-43f6dec8bf20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete) | ||
| 1301 | 2025.01.16 19:49:42.445915 [ 258 ] {026c9ebf-ba35-4277-a1dc-43f6dec8bf20} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1302 | 2025.01.16 19:49:42.445958 [ 258 ] {026c9ebf-ba35-4277-a1dc-43f6dec8bf20} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE | ||
| 1303 | 2025.01.16 19:49:42.446226 [ 258 ] {026c9ebf-ba35-4277-a1dc-43f6dec8bf20} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1304 | 2025.01.16 19:49:42.446295 [ 258 ] {026c9ebf-ba35-4277-a1dc-43f6dec8bf20} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1305 | 2025.01.16 19:49:42.446442 [ 258 ] {026c9ebf-ba35-4277-a1dc-43f6dec8bf20} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1306 | 2025.01.16 19:49:42.446553 [ 295 ] {026c9ebf-ba35-4277-a1dc-43f6dec8bf20} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1307 | 2025.01.16 19:49:42.446562 [ 296 ] {026c9ebf-ba35-4277-a1dc-43f6dec8bf20} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1308 | 2025.01.16 19:49:42.446689 [ 258 ] {026c9ebf-ba35-4277-a1dc-43f6dec8bf20} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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 | ||
| 1309 | 2025.01.16 19:49:42.446714 [ 258 ] {026c9ebf-ba35-4277-a1dc-43f6dec8bf20} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1310 | 2025.01.16 19:49:42.446795 [ 258 ] {026c9ebf-ba35-4277-a1dc-43f6dec8bf20} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1311 | 2025.01.16 19:49:42.446819 [ 258 ] {026c9ebf-ba35-4277-a1dc-43f6dec8bf20} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1312 | 2025.01.16 19:49:42.446861 [ 258 ] {026c9ebf-ba35-4277-a1dc-43f6dec8bf20} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
| 1313 | 2025.01.16 19:49:42.446904 [ 258 ] {026c9ebf-ba35-4277-a1dc-43f6dec8bf20} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
| 1314 | 2025.01.16 19:49:42.447945 [ 258 ] {026c9ebf-ba35-4277-a1dc-43f6dec8bf20} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002396 sec., 7512.520868113522 rows/sec., 315.47 KiB/sec. | ||
| 1315 | 2025.01.16 19:49:42.448100 [ 258 ] {026c9ebf-ba35-4277-a1dc-43f6dec8bf20} <Debug> TCPHandler: Processed in 0.002704457 sec. | ||
| 1316 | 2025.01.16 19:49:42.448446 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1317 | 2025.01.16 19:49:42.448619 [ 260 ] {3bda94e9-3702-48e5-806f-61b05906354c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1318 | 2025.01.16 19:49:42.448902 [ 260 ] {3bda94e9-3702-48e5-806f-61b05906354c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1319 | 2025.01.16 19:49:42.448946 [ 260 ] {3bda94e9-3702-48e5-806f-61b05906354c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE | ||
| 1320 | 2025.01.16 19:49:42.449215 [ 260 ] {3bda94e9-3702-48e5-806f-61b05906354c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1321 | 2025.01.16 19:49:42.449281 [ 260 ] {3bda94e9-3702-48e5-806f-61b05906354c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1322 | 2025.01.16 19:49:42.449426 [ 260 ] {3bda94e9-3702-48e5-806f-61b05906354c} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1323 | 2025.01.16 19:49:42.449500 [ 296 ] {3bda94e9-3702-48e5-806f-61b05906354c} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1324 | 2025.01.16 19:49:42.449527 [ 295 ] {3bda94e9-3702-48e5-806f-61b05906354c} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1325 | 2025.01.16 19:49:42.449618 [ 260 ] {3bda94e9-3702-48e5-806f-61b05906354c} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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 | ||
| 1326 | 2025.01.16 19:49:42.449643 [ 260 ] {3bda94e9-3702-48e5-806f-61b05906354c} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1327 | 2025.01.16 19:49:42.449718 [ 260 ] {3bda94e9-3702-48e5-806f-61b05906354c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1328 | 2025.01.16 19:49:42.449738 [ 260 ] {3bda94e9-3702-48e5-806f-61b05906354c} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1329 | 2025.01.16 19:49:42.449775 [ 260 ] {3bda94e9-3702-48e5-806f-61b05906354c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
| 1330 | 2025.01.16 19:49:42.449815 [ 260 ] {3bda94e9-3702-48e5-806f-61b05906354c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
| 1331 | 2025.01.16 19:49:42.450882 [ 260 ] {3bda94e9-3702-48e5-806f-61b05906354c} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002335 sec., 7708.779443254819 rows/sec., 323.71 KiB/sec. | ||
| 1332 | 2025.01.16 19:49:42.451018 [ 260 ] {3bda94e9-3702-48e5-806f-61b05906354c} <Debug> TCPHandler: Processed in 0.002633726 sec. | ||
| 1333 | 2025.01.16 19:49:42.451294 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1334 | 2025.01.16 19:49:42.451451 [ 258 ] {7fc8579d-7e22-4431-a23b-594b551824d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1335 | 2025.01.16 19:49:42.451764 [ 258 ] {7fc8579d-7e22-4431-a23b-594b551824d0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1336 | 2025.01.16 19:49:42.451809 [ 258 ] {7fc8579d-7e22-4431-a23b-594b551824d0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1337 | 2025.01.16 19:49:42.452084 [ 258 ] {7fc8579d-7e22-4431-a23b-594b551824d0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1338 | 2025.01.16 19:49:42.452151 [ 258 ] {7fc8579d-7e22-4431-a23b-594b551824d0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1339 | 2025.01.16 19:49:42.452290 [ 258 ] {7fc8579d-7e22-4431-a23b-594b551824d0} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1340 | 2025.01.16 19:49:42.452410 [ 296 ] {7fc8579d-7e22-4431-a23b-594b551824d0} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1341 | 2025.01.16 19:49:42.452413 [ 294 ] {7fc8579d-7e22-4431-a23b-594b551824d0} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1342 | 2025.01.16 19:49:42.452528 [ 258 ] {7fc8579d-7e22-4431-a23b-594b551824d0} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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 | ||
| 1343 | 2025.01.16 19:49:42.452556 [ 258 ] {7fc8579d-7e22-4431-a23b-594b551824d0} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1344 | 2025.01.16 19:49:42.452639 [ 258 ] {7fc8579d-7e22-4431-a23b-594b551824d0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1345 | 2025.01.16 19:49:42.452660 [ 258 ] {7fc8579d-7e22-4431-a23b-594b551824d0} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1346 | 2025.01.16 19:49:42.452701 [ 258 ] {7fc8579d-7e22-4431-a23b-594b551824d0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1347 | 2025.01.16 19:49:42.452742 [ 258 ] {7fc8579d-7e22-4431-a23b-594b551824d0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1348 | 2025.01.16 19:49:42.453795 [ 258 ] {7fc8579d-7e22-4431-a23b-594b551824d0} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002411 sec., 7465.7818332642055 rows/sec., 313.50 KiB/sec. | ||
| 1349 | 2025.01.16 19:49:42.453931 [ 258 ] {7fc8579d-7e22-4431-a23b-594b551824d0} <Debug> TCPHandler: Processed in 0.002697268 sec. | ||
| 1350 | 2025.01.16 19:49:42.454216 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1351 | 2025.01.16 19:49:42.454374 [ 260 ] {ad9d6ccb-798d-4fd6-8306-24873ee6475d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1352 | 2025.01.16 19:49:42.454657 [ 260 ] {ad9d6ccb-798d-4fd6-8306-24873ee6475d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1353 | 2025.01.16 19:49:42.454701 [ 260 ] {ad9d6ccb-798d-4fd6-8306-24873ee6475d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1354 | 2025.01.16 19:49:42.454977 [ 260 ] {ad9d6ccb-798d-4fd6-8306-24873ee6475d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1355 | 2025.01.16 19:49:42.455044 [ 260 ] {ad9d6ccb-798d-4fd6-8306-24873ee6475d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1356 | 2025.01.16 19:49:42.455187 [ 260 ] {ad9d6ccb-798d-4fd6-8306-24873ee6475d} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1357 | 2025.01.16 19:49:42.455270 [ 296 ] {ad9d6ccb-798d-4fd6-8306-24873ee6475d} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1358 | 2025.01.16 19:49:42.455296 [ 295 ] {ad9d6ccb-798d-4fd6-8306-24873ee6475d} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1359 | 2025.01.16 19:49:42.455398 [ 260 ] {ad9d6ccb-798d-4fd6-8306-24873ee6475d} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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 | ||
| 1360 | 2025.01.16 19:49:42.455427 [ 260 ] {ad9d6ccb-798d-4fd6-8306-24873ee6475d} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1361 | 2025.01.16 19:49:42.455507 [ 260 ] {ad9d6ccb-798d-4fd6-8306-24873ee6475d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1362 | 2025.01.16 19:49:42.455529 [ 260 ] {ad9d6ccb-798d-4fd6-8306-24873ee6475d} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1363 | 2025.01.16 19:49:42.455568 [ 260 ] {ad9d6ccb-798d-4fd6-8306-24873ee6475d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1364 | 2025.01.16 19:49:42.455610 [ 260 ] {ad9d6ccb-798d-4fd6-8306-24873ee6475d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1365 | 2025.01.16 19:49:42.456698 [ 260 ] {ad9d6ccb-798d-4fd6-8306-24873ee6475d} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002393 sec., 7521.938988717091 rows/sec., 315.86 KiB/sec. | ||
| 1366 | 2025.01.16 19:49:42.456846 [ 260 ] {ad9d6ccb-798d-4fd6-8306-24873ee6475d} <Debug> TCPHandler: Processed in 0.002692488 sec. | ||
| 1367 | 2025.01.16 19:49:42.457137 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1368 | 2025.01.16 19:49:42.457296 [ 258 ] {5597ad83-8f5c-4a6b-8593-c79a5668d8b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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) | ||
| 1369 | 2025.01.16 19:49:42.457580 [ 258 ] {5597ad83-8f5c-4a6b-8593-c79a5668d8b0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1370 | 2025.01.16 19:49:42.457625 [ 258 ] {5597ad83-8f5c-4a6b-8593-c79a5668d8b0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 | ||
| 1371 | 2025.01.16 19:49:42.457905 [ 258 ] {5597ad83-8f5c-4a6b-8593-c79a5668d8b0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1372 | 2025.01.16 19:49:42.457972 [ 258 ] {5597ad83-8f5c-4a6b-8593-c79a5668d8b0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1373 | 2025.01.16 19:49:42.458115 [ 258 ] {5597ad83-8f5c-4a6b-8593-c79a5668d8b0} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1374 | 2025.01.16 19:49:42.458208 [ 294 ] {5597ad83-8f5c-4a6b-8593-c79a5668d8b0} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1375 | 2025.01.16 19:49:42.458231 [ 296 ] {5597ad83-8f5c-4a6b-8593-c79a5668d8b0} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1376 | 2025.01.16 19:49:42.458318 [ 258 ] {5597ad83-8f5c-4a6b-8593-c79a5668d8b0} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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 | ||
| 1377 | 2025.01.16 19:49:42.458342 [ 258 ] {5597ad83-8f5c-4a6b-8593-c79a5668d8b0} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1378 | 2025.01.16 19:49:42.458422 [ 258 ] {5597ad83-8f5c-4a6b-8593-c79a5668d8b0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1379 | 2025.01.16 19:49:42.458443 [ 258 ] {5597ad83-8f5c-4a6b-8593-c79a5668d8b0} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1380 | 2025.01.16 19:49:42.458482 [ 258 ] {5597ad83-8f5c-4a6b-8593-c79a5668d8b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1381 | 2025.01.16 19:49:42.458522 [ 258 ] {5597ad83-8f5c-4a6b-8593-c79a5668d8b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1382 | 2025.01.16 19:49:42.459540 [ 258 ] {5597ad83-8f5c-4a6b-8593-c79a5668d8b0} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002313 sec., 7782.101167315175 rows/sec., 326.79 KiB/sec. | ||
| 1383 | 2025.01.16 19:49:42.459675 [ 258 ] {5597ad83-8f5c-4a6b-8593-c79a5668d8b0} <Debug> TCPHandler: Processed in 0.002597885 sec. | ||
| 1384 | 2025.01.16 19:49:42.459959 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1385 | 2025.01.16 19:49:42.460141 [ 260 ] {40ef42cd-432d-497a-8506-f8cf0f0a796e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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) | ||
| 1386 | 2025.01.16 19:49:42.460525 [ 260 ] {40ef42cd-432d-497a-8506-f8cf0f0a796e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1387 | 2025.01.16 19:49:42.460600 [ 260 ] {40ef42cd-432d-497a-8506-f8cf0f0a796e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 | ||
| 1388 | 2025.01.16 19:49:42.461015 [ 260 ] {40ef42cd-432d-497a-8506-f8cf0f0a796e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1389 | 2025.01.16 19:49:42.461112 [ 260 ] {40ef42cd-432d-497a-8506-f8cf0f0a796e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1390 | 2025.01.16 19:49:42.461271 [ 260 ] {40ef42cd-432d-497a-8506-f8cf0f0a796e} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1391 | 2025.01.16 19:49:42.461389 [ 296 ] {40ef42cd-432d-497a-8506-f8cf0f0a796e} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1392 | 2025.01.16 19:49:42.461398 [ 295 ] {40ef42cd-432d-497a-8506-f8cf0f0a796e} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1393 | 2025.01.16 19:49:42.461510 [ 260 ] {40ef42cd-432d-497a-8506-f8cf0f0a796e} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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 | ||
| 1394 | 2025.01.16 19:49:42.461539 [ 260 ] {40ef42cd-432d-497a-8506-f8cf0f0a796e} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1395 | 2025.01.16 19:49:42.461621 [ 260 ] {40ef42cd-432d-497a-8506-f8cf0f0a796e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1396 | 2025.01.16 19:49:42.461642 [ 260 ] {40ef42cd-432d-497a-8506-f8cf0f0a796e} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1397 | 2025.01.16 19:49:42.461682 [ 260 ] {40ef42cd-432d-497a-8506-f8cf0f0a796e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
| 1398 | 2025.01.16 19:49:42.461723 [ 260 ] {40ef42cd-432d-497a-8506-f8cf0f0a796e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
| 1399 | 2025.01.16 19:49:42.462723 [ 260 ] {40ef42cd-432d-497a-8506-f8cf0f0a796e} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002658 sec., 6772.009029345372 rows/sec., 284.37 KiB/sec. | ||
| 1400 | 2025.01.16 19:49:42.462879 [ 260 ] {40ef42cd-432d-497a-8506-f8cf0f0a796e} <Debug> TCPHandler: Processed in 0.002983963 sec. | ||
| 1401 | 2025.01.16 19:49:42.463140 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1402 | 2025.01.16 19:49:42.463304 [ 258 ] {b753c2a0-0382-4036-bbdc-dfbf2aa90367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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) | ||
| 1403 | 2025.01.16 19:49:42.463623 [ 258 ] {b753c2a0-0382-4036-bbdc-dfbf2aa90367} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1404 | 2025.01.16 19:49:42.463674 [ 258 ] {b753c2a0-0382-4036-bbdc-dfbf2aa90367} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 | ||
| 1405 | 2025.01.16 19:49:42.463963 [ 258 ] {b753c2a0-0382-4036-bbdc-dfbf2aa90367} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1406 | 2025.01.16 19:49:42.464031 [ 258 ] {b753c2a0-0382-4036-bbdc-dfbf2aa90367} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1407 | 2025.01.16 19:49:42.464176 [ 258 ] {b753c2a0-0382-4036-bbdc-dfbf2aa90367} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1408 | 2025.01.16 19:49:42.464272 [ 294 ] {b753c2a0-0382-4036-bbdc-dfbf2aa90367} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1409 | 2025.01.16 19:49:42.464289 [ 295 ] {b753c2a0-0382-4036-bbdc-dfbf2aa90367} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1410 | 2025.01.16 19:49:42.464401 [ 258 ] {b753c2a0-0382-4036-bbdc-dfbf2aa90367} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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 | ||
| 1411 | 2025.01.16 19:49:42.464429 [ 258 ] {b753c2a0-0382-4036-bbdc-dfbf2aa90367} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1412 | 2025.01.16 19:49:42.464514 [ 258 ] {b753c2a0-0382-4036-bbdc-dfbf2aa90367} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1413 | 2025.01.16 19:49:42.464536 [ 258 ] {b753c2a0-0382-4036-bbdc-dfbf2aa90367} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1414 | 2025.01.16 19:49:42.464575 [ 258 ] {b753c2a0-0382-4036-bbdc-dfbf2aa90367} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
| 1415 | 2025.01.16 19:49:42.464616 [ 258 ] {b753c2a0-0382-4036-bbdc-dfbf2aa90367} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
| 1416 | 2025.01.16 19:49:42.465722 [ 258 ] {b753c2a0-0382-4036-bbdc-dfbf2aa90367} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002491 sec., 7226.013649136892 rows/sec., 303.44 KiB/sec. | ||
| 1417 | 2025.01.16 19:49:42.465907 [ 258 ] {b753c2a0-0382-4036-bbdc-dfbf2aa90367} <Debug> TCPHandler: Processed in 0.00282822 sec. | ||
| 1418 | 2025.01.16 19:49:42.466209 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1419 | 2025.01.16 19:49:42.466404 [ 260 ] {86be30ca-4a6a-4e71-b4b0-a190592bbad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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) | ||
| 1420 | 2025.01.16 19:49:42.466759 [ 260 ] {86be30ca-4a6a-4e71-b4b0-a190592bbad7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1421 | 2025.01.16 19:49:42.466814 [ 260 ] {86be30ca-4a6a-4e71-b4b0-a190592bbad7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 | ||
| 1422 | 2025.01.16 19:49:42.467172 [ 260 ] {86be30ca-4a6a-4e71-b4b0-a190592bbad7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1423 | 2025.01.16 19:49:42.467247 [ 260 ] {86be30ca-4a6a-4e71-b4b0-a190592bbad7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1424 | 2025.01.16 19:49:42.467389 [ 260 ] {86be30ca-4a6a-4e71-b4b0-a190592bbad7} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1425 | 2025.01.16 19:49:42.467489 [ 295 ] {86be30ca-4a6a-4e71-b4b0-a190592bbad7} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1426 | 2025.01.16 19:49:42.467504 [ 296 ] {86be30ca-4a6a-4e71-b4b0-a190592bbad7} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1427 | 2025.01.16 19:49:42.467596 [ 260 ] {86be30ca-4a6a-4e71-b4b0-a190592bbad7} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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 | ||
| 1428 | 2025.01.16 19:49:42.467619 [ 260 ] {86be30ca-4a6a-4e71-b4b0-a190592bbad7} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1429 | 2025.01.16 19:49:42.467695 [ 260 ] {86be30ca-4a6a-4e71-b4b0-a190592bbad7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1430 | 2025.01.16 19:49:42.467716 [ 260 ] {86be30ca-4a6a-4e71-b4b0-a190592bbad7} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1431 | 2025.01.16 19:49:42.467755 [ 260 ] {86be30ca-4a6a-4e71-b4b0-a190592bbad7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
| 1432 | 2025.01.16 19:49:42.467796 [ 260 ] {86be30ca-4a6a-4e71-b4b0-a190592bbad7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
| 1433 | 2025.01.16 19:49:42.468821 [ 260 ] {86be30ca-4a6a-4e71-b4b0-a190592bbad7} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002504 sec., 7188.49840255591 rows/sec., 301.86 KiB/sec. | ||
| 1434 | 2025.01.16 19:49:42.468962 [ 260 ] {86be30ca-4a6a-4e71-b4b0-a190592bbad7} <Debug> TCPHandler: Processed in 0.002818289 sec. | ||
| 1435 | 2025.01.16 19:49:42.469213 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1436 | 2025.01.16 19:49:42.469399 [ 258 ] {088866cf-e0ee-466f-9276-05c5a3b39710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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) | ||
| 1437 | 2025.01.16 19:49:42.469693 [ 258 ] {088866cf-e0ee-466f-9276-05c5a3b39710} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1438 | 2025.01.16 19:49:42.469738 [ 258 ] {088866cf-e0ee-466f-9276-05c5a3b39710} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 | ||
| 1439 | 2025.01.16 19:49:42.470033 [ 258 ] {088866cf-e0ee-466f-9276-05c5a3b39710} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1440 | 2025.01.16 19:49:42.470101 [ 258 ] {088866cf-e0ee-466f-9276-05c5a3b39710} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1441 | 2025.01.16 19:49:42.470243 [ 258 ] {088866cf-e0ee-466f-9276-05c5a3b39710} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1442 | 2025.01.16 19:49:42.470365 [ 294 ] {088866cf-e0ee-466f-9276-05c5a3b39710} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1443 | 2025.01.16 19:49:42.470371 [ 296 ] {088866cf-e0ee-466f-9276-05c5a3b39710} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1444 | 2025.01.16 19:49:42.470476 [ 258 ] {088866cf-e0ee-466f-9276-05c5a3b39710} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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 | ||
| 1445 | 2025.01.16 19:49:42.470499 [ 258 ] {088866cf-e0ee-466f-9276-05c5a3b39710} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1446 | 2025.01.16 19:49:42.470581 [ 258 ] {088866cf-e0ee-466f-9276-05c5a3b39710} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1447 | 2025.01.16 19:49:42.470652 [ 258 ] {088866cf-e0ee-466f-9276-05c5a3b39710} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1448 | 2025.01.16 19:49:42.470709 [ 258 ] {088866cf-e0ee-466f-9276-05c5a3b39710} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
| 1449 | 2025.01.16 19:49:42.470756 [ 258 ] {088866cf-e0ee-466f-9276-05c5a3b39710} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
| 1450 | 2025.01.16 19:49:42.471820 [ 258 ] {088866cf-e0ee-466f-9276-05c5a3b39710} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.0025 sec., 7200 rows/sec., 302.34 KiB/sec. | ||
| 1451 | 2025.01.16 19:49:42.471972 [ 258 ] {088866cf-e0ee-466f-9276-05c5a3b39710} <Debug> TCPHandler: Processed in 0.002815919 sec. | ||
| 1452 | 2025.01.16 19:49:42.476059 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1453 | 2025.01.16 19:49:42.476224 [ 260 ] {3a58d074-0210-42f3-8a67-ce9c896cd4e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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) | ||
| 1454 | 2025.01.16 19:49:42.476517 [ 260 ] {3a58d074-0210-42f3-8a67-ce9c896cd4e9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1455 | 2025.01.16 19:49:42.476564 [ 260 ] {3a58d074-0210-42f3-8a67-ce9c896cd4e9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 | ||
| 1456 | 2025.01.16 19:49:42.476863 [ 260 ] {3a58d074-0210-42f3-8a67-ce9c896cd4e9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1457 | 2025.01.16 19:49:42.476931 [ 260 ] {3a58d074-0210-42f3-8a67-ce9c896cd4e9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1458 | 2025.01.16 19:49:42.477073 [ 260 ] {3a58d074-0210-42f3-8a67-ce9c896cd4e9} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1459 | 2025.01.16 19:49:42.477165 [ 296 ] {3a58d074-0210-42f3-8a67-ce9c896cd4e9} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1460 | 2025.01.16 19:49:42.477184 [ 294 ] {3a58d074-0210-42f3-8a67-ce9c896cd4e9} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1461 | 2025.01.16 19:49:42.477282 [ 260 ] {3a58d074-0210-42f3-8a67-ce9c896cd4e9} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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 | ||
| 1462 | 2025.01.16 19:49:42.477311 [ 260 ] {3a58d074-0210-42f3-8a67-ce9c896cd4e9} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1463 | 2025.01.16 19:49:42.477392 [ 260 ] {3a58d074-0210-42f3-8a67-ce9c896cd4e9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1464 | 2025.01.16 19:49:42.477413 [ 260 ] {3a58d074-0210-42f3-8a67-ce9c896cd4e9} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1465 | 2025.01.16 19:49:42.477452 [ 260 ] {3a58d074-0210-42f3-8a67-ce9c896cd4e9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
| 1466 | 2025.01.16 19:49:42.477495 [ 260 ] {3a58d074-0210-42f3-8a67-ce9c896cd4e9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
| 1467 | 2025.01.16 19:49:42.478535 [ 260 ] {3a58d074-0210-42f3-8a67-ce9c896cd4e9} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002382 sec., 7556.675062972292 rows/sec., 317.32 KiB/sec. | ||
| 1468 | 2025.01.16 19:49:42.478685 [ 260 ] {3a58d074-0210-42f3-8a67-ce9c896cd4e9} <Debug> TCPHandler: Processed in 0.002681727 sec. | ||
| 1469 | 2025.01.16 19:49:42.484556 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1470 | 2025.01.16 19:49:42.484681 [ 258 ] {98f5097e-9144-4535-91ca-8fc86cd8d1a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1471 | 2025.01.16 19:49:42.484732 [ 258 ] {98f5097e-9144-4535-91ca-8fc86cd8d1a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1472 | 2025.01.16 19:49:42.485477 [ 258 ] {98f5097e-9144-4535-91ca-8fc86cd8d1a9} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1473 | 2025.01.16 19:49:42.485522 [ 258 ] {98f5097e-9144-4535-91ca-8fc86cd8d1a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1474 | 2025.01.16 19:49:42.486022 [ 258 ] {98f5097e-9144-4535-91ca-8fc86cd8d1a9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1475 | 2025.01.16 19:49:42.486254 [ 258 ] {98f5097e-9144-4535-91ca-8fc86cd8d1a9} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1476 | 2025.01.16 19:49:42.486501 [ 258 ] {98f5097e-9144-4535-91ca-8fc86cd8d1a9} <Debug> executeQuery: Read 12 rows, 2.49 KiB in 0.001848 sec., 6493.506493506494 rows/sec., 1.31 MiB/sec. | ||
| 1477 | 2025.01.16 19:49:42.486667 [ 258 ] {98f5097e-9144-4535-91ca-8fc86cd8d1a9} <Debug> TCPHandler: Processed in 0.002169848 sec. | ||
| 1478 | 2025.01.16 19:49:42.486832 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1479 | 2025.01.16 19:49:42.486959 [ 260 ] {898eef26-710e-4e25-b9af-9ee54b6d5381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1480 | 2025.01.16 19:49:42.487010 [ 260 ] {898eef26-710e-4e25-b9af-9ee54b6d5381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1481 | 2025.01.16 19:49:42.490166 [ 260 ] {898eef26-710e-4e25-b9af-9ee54b6d5381} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1482 | 2025.01.16 19:49:42.490205 [ 260 ] {898eef26-710e-4e25-b9af-9ee54b6d5381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1483 | 2025.01.16 19:49:42.490603 [ 260 ] {898eef26-710e-4e25-b9af-9ee54b6d5381} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1484 | 2025.01.16 19:49:42.490851 [ 260 ] {898eef26-710e-4e25-b9af-9ee54b6d5381} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1485 | 2025.01.16 19:49:42.491070 [ 260 ] {898eef26-710e-4e25-b9af-9ee54b6d5381} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.004137 sec., 3384.09475465313 rows/sec., 243.61 KiB/sec. | ||
| 1486 | 2025.01.16 19:49:42.491193 [ 260 ] {898eef26-710e-4e25-b9af-9ee54b6d5381} <Debug> TCPHandler: Processed in 0.004415287 sec. | ||
| 1487 | 2025.01.16 19:49:42.491353 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1488 | 2025.01.16 19:49:42.491466 [ 258 ] {2960abb6-c284-4941-84c6-f4efea242bcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1489 | 2025.01.16 19:49:42.491513 [ 258 ] {2960abb6-c284-4941-84c6-f4efea242bcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1490 | 2025.01.16 19:49:42.492164 [ 258 ] {2960abb6-c284-4941-84c6-f4efea242bcd} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1491 | 2025.01.16 19:49:42.492205 [ 258 ] {2960abb6-c284-4941-84c6-f4efea242bcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1492 | 2025.01.16 19:49:42.492578 [ 258 ] {2960abb6-c284-4941-84c6-f4efea242bcd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1493 | 2025.01.16 19:49:42.492834 [ 258 ] {2960abb6-c284-4941-84c6-f4efea242bcd} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1494 | 2025.01.16 19:49:42.493006 [ 75 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1495 | 2025.01.16 19:49:42.493077 [ 75 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1496 | 2025.01.16 19:49:42.493078 [ 258 ] {2960abb6-c284-4941-84c6-f4efea242bcd} <Debug> executeQuery: Read 199 rows, 17.66 KiB in 0.001629 sec., 122160.83486801719 rows/sec., 10.58 MiB/sec. | ||
| 1497 | 2025.01.16 19:49:42.493119 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1498 | 2025.01.16 19:49:42.493193 [ 258 ] {2960abb6-c284-4941-84c6-f4efea242bcd} <Debug> TCPHandler: Processed in 0.001893203 sec. | ||
| 1499 | 2025.01.16 19:49:42.493482 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1500 | 2025.01.16 19:49:42.493573 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::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 | ||
| 1501 | 2025.01.16 19:49:42.493726 [ 260 ] {88343e29-9722-4d88-8b6f-803099a0b087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1502 | 2025.01.16 19:49:42.493832 [ 260 ] {88343e29-9722-4d88-8b6f-803099a0b087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1503 | 2025.01.16 19:49:42.493911 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1504 | 2025.01.16 19:49:42.494008 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::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 | ||
| 1505 | 2025.01.16 19:49:42.494355 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::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 | ||
| 1506 | 2025.01.16 19:49:42.494751 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 84 rows starting from the beginning of the part | ||
| 1507 | 2025.01.16 19:49:42.495135 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 52 rows starting from the beginning of the part | ||
| 1508 | 2025.01.16 19:49:42.495452 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 114 rows starting from the beginning of the part | ||
| 1509 | 2025.01.16 19:49:42.495657 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 199 rows starting from the beginning of the part | ||
| 1510 | 2025.01.16 19:49:42.496487 [ 260 ] {88343e29-9722-4d88-8b6f-803099a0b087} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1511 | 2025.01.16 19:49:42.496558 [ 260 ] {88343e29-9722-4d88-8b6f-803099a0b087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1512 | 2025.01.16 19:49:42.497610 [ 260 ] {88343e29-9722-4d88-8b6f-803099a0b087} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1513 | 2025.01.16 19:49:42.498388 [ 260 ] {88343e29-9722-4d88-8b6f-803099a0b087} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1514 | 2025.01.16 19:49:42.498711 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 501 rows, containing 5 columns (5 merged, 0 gathered) in 0.005431585 sec., 92238.26930813013 rows/sec., 8.15 MiB/sec. | ||
| 1515 | 2025.01.16 19:49:42.498987 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1516 | 2025.01.16 19:49:42.498999 [ 260 ] {88343e29-9722-4d88-8b6f-803099a0b087} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.005322 sec., 1315.2950018789927 rows/sec., 85.69 KiB/sec. | ||
| 1517 | 2025.01.16 19:49:42.499124 [ 260 ] {88343e29-9722-4d88-8b6f-803099a0b087} <Debug> TCPHandler: Processed in 0.005797961 sec. | ||
| 1518 | 2025.01.16 19:49:42.499327 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1519 | 2025.01.16 19:49:42.499364 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_6_1} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1520 | 2025.01.16 19:49:42.499462 [ 258 ] {96b9a0b1-096f-4d9e-880f-93dc69f6f3c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1521 | 2025.01.16 19:49:42.499474 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_6_1} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1522 | 2025.01.16 19:49:42.499516 [ 258 ] {96b9a0b1-096f-4d9e-880f-93dc69f6f3c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1523 | 2025.01.16 19:49:42.499590 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 1524 | 2025.01.16 19:49:42.500264 [ 258 ] {96b9a0b1-096f-4d9e-880f-93dc69f6f3c9} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1525 | 2025.01.16 19:49:42.500312 [ 258 ] {96b9a0b1-096f-4d9e-880f-93dc69f6f3c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1526 | 2025.01.16 19:49:42.500784 [ 258 ] {96b9a0b1-096f-4d9e-880f-93dc69f6f3c9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1527 | 2025.01.16 19:49:42.501112 [ 258 ] {96b9a0b1-096f-4d9e-880f-93dc69f6f3c9} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1528 | 2025.01.16 19:49:42.501346 [ 258 ] {96b9a0b1-096f-4d9e-880f-93dc69f6f3c9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001914 sec., 7314.524555903867 rows/sec., 512.26 KiB/sec. | ||
| 1529 | 2025.01.16 19:49:42.501416 [ 258 ] {96b9a0b1-096f-4d9e-880f-93dc69f6f3c9} <Debug> TCPHandler: Processed in 0.002156478 sec. | ||
| 1530 | 2025.01.16 19:49:42.501609 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1531 | 2025.01.16 19:49:42.501723 [ 260 ] {988d4e91-49c0-46f6-82d5-939a9188a75d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1532 | 2025.01.16 19:49:42.501789 [ 260 ] {988d4e91-49c0-46f6-82d5-939a9188a75d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1533 | 2025.01.16 19:49:42.502501 [ 260 ] {988d4e91-49c0-46f6-82d5-939a9188a75d} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1534 | 2025.01.16 19:49:42.502552 [ 260 ] {988d4e91-49c0-46f6-82d5-939a9188a75d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1535 | 2025.01.16 19:49:42.502949 [ 260 ] {988d4e91-49c0-46f6-82d5-939a9188a75d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1536 | 2025.01.16 19:49:42.503207 [ 260 ] {988d4e91-49c0-46f6-82d5-939a9188a75d} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1537 | 2025.01.16 19:49:42.503484 [ 260 ] {988d4e91-49c0-46f6-82d5-939a9188a75d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001766 sec., 7361.268403171008 rows/sec., 458.97 KiB/sec. | ||
| 1538 | 2025.01.16 19:49:42.503545 [ 260 ] {988d4e91-49c0-46f6-82d5-939a9188a75d} <Debug> TCPHandler: Processed in 0.001992745 sec. | ||
| 1539 | 2025.01.16 19:49:42.503700 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1540 | 2025.01.16 19:49:42.503810 [ 258 ] {57e40f75-2d3f-46fc-8dc3-5f6d408c55a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1541 | 2025.01.16 19:49:42.503858 [ 258 ] {57e40f75-2d3f-46fc-8dc3-5f6d408c55a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1542 | 2025.01.16 19:49:42.504559 [ 258 ] {57e40f75-2d3f-46fc-8dc3-5f6d408c55a6} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1543 | 2025.01.16 19:49:42.504604 [ 258 ] {57e40f75-2d3f-46fc-8dc3-5f6d408c55a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1544 | 2025.01.16 19:49:42.505109 [ 258 ] {57e40f75-2d3f-46fc-8dc3-5f6d408c55a6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1545 | 2025.01.16 19:49:42.505376 [ 258 ] {57e40f75-2d3f-46fc-8dc3-5f6d408c55a6} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1546 | 2025.01.16 19:49:42.505544 [ 75 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1547 | 2025.01.16 19:49:42.505616 [ 75 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1548 | 2025.01.16 19:49:42.505652 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1549 | 2025.01.16 19:49:42.505658 [ 258 ] {57e40f75-2d3f-46fc-8dc3-5f6d408c55a6} <Debug> executeQuery: Read 374 rows, 27.04 KiB in 0.001859 sec., 201183.43195266274 rows/sec., 14.20 MiB/sec. | ||
| 1550 | 2025.01.16 19:49:42.505884 [ 258 ] {57e40f75-2d3f-46fc-8dc3-5f6d408c55a6} <Debug> TCPHandler: Processed in 0.002235009 sec. | ||
| 1551 | 2025.01.16 19:49:42.505968 [ 187 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::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 | ||
| 1552 | 2025.01.16 19:49:42.506115 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1553 | 2025.01.16 19:49:42.506213 [ 187 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1554 | 2025.01.16 19:49:42.506312 [ 260 ] {cd2bb446-0650-44ef-848f-6936d45a9973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1555 | 2025.01.16 19:49:42.506311 [ 187 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::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 | ||
| 1556 | 2025.01.16 19:49:42.506384 [ 260 ] {cd2bb446-0650-44ef-848f-6936d45a9973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1557 | 2025.01.16 19:49:42.506809 [ 187 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::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 | ||
| 1558 | 2025.01.16 19:49:42.507233 [ 187 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part | ||
| 1559 | 2025.01.16 19:49:42.507502 [ 187 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
| 1560 | 2025.01.16 19:49:42.507806 [ 187 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 87 rows starting from the beginning of the part | ||
| 1561 | 2025.01.16 19:49:42.508163 [ 187 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 374 rows starting from the beginning of the part | ||
| 1562 | 2025.01.16 19:49:42.508808 [ 260 ] {cd2bb446-0650-44ef-848f-6936d45a9973} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1563 | 2025.01.16 19:49:42.508876 [ 260 ] {cd2bb446-0650-44ef-848f-6936d45a9973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1564 | 2025.01.16 19:49:42.509672 [ 260 ] {cd2bb446-0650-44ef-848f-6936d45a9973} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1565 | 2025.01.16 19:49:42.510325 [ 260 ] {cd2bb446-0650-44ef-848f-6936d45a9973} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1566 | 2025.01.16 19:49:42.511066 [ 260 ] {cd2bb446-0650-44ef-848f-6936d45a9973} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004803 sec., 1249.2192379762648 rows/sec., 65.27 KiB/sec. | ||
| 1567 | 2025.01.16 19:49:42.511437 [ 260 ] {cd2bb446-0650-44ef-848f-6936d45a9973} <Debug> TCPHandler: Processed in 0.005413506 sec. | ||
| 1568 | 2025.01.16 19:49:42.511583 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 645 rows, containing 5 columns (5 merged, 0 gathered) in 0.005844283 sec., 110364.2653855058 rows/sec., 8.56 MiB/sec. | ||
| 1569 | 2025.01.16 19:49:42.511651 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1570 | 2025.01.16 19:49:42.511816 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1571 | 2025.01.16 19:49:42.511817 [ 258 ] {2a7fda4f-1317-4830-a5fb-94b888979a5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1572 | 2025.01.16 19:49:42.511954 [ 258 ] {2a7fda4f-1317-4830-a5fb-94b888979a5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1573 | 2025.01.16 19:49:42.512479 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_6_1} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1574 | 2025.01.16 19:49:42.512576 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_6_1} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1575 | 2025.01.16 19:49:42.512753 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 1576 | 2025.01.16 19:49:42.513002 [ 258 ] {2a7fda4f-1317-4830-a5fb-94b888979a5e} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1577 | 2025.01.16 19:49:42.513051 [ 258 ] {2a7fda4f-1317-4830-a5fb-94b888979a5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1578 | 2025.01.16 19:49:42.513470 [ 258 ] {2a7fda4f-1317-4830-a5fb-94b888979a5e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1579 | 2025.01.16 19:49:42.513816 [ 258 ] {2a7fda4f-1317-4830-a5fb-94b888979a5e} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1580 | 2025.01.16 19:49:42.514014 [ 75 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1581 | 2025.01.16 19:49:42.514079 [ 75 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1582 | 2025.01.16 19:49:42.514117 [ 258 ] {2a7fda4f-1317-4830-a5fb-94b888979a5e} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.002343 sec., 96884.33632095603 rows/sec., 6.46 MiB/sec. | ||
| 1583 | 2025.01.16 19:49:42.514129 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1584 | 2025.01.16 19:49:42.514417 [ 258 ] {2a7fda4f-1317-4830-a5fb-94b888979a5e} <Debug> TCPHandler: Processed in 0.00283268 sec. | ||
| 1585 | 2025.01.16 19:49:42.514530 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::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 | ||
| 1586 | 2025.01.16 19:49:42.514709 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1587 | 2025.01.16 19:49:42.514793 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1588 | 2025.01.16 19:49:42.514882 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part | ||
| 1589 | 2025.01.16 19:49:42.514923 [ 260 ] {13a855b4-3571-4c0a-9275-d17290e80062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1590 | 2025.01.16 19:49:42.515085 [ 260 ] {13a855b4-3571-4c0a-9275-d17290e80062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1591 | 2025.01.16 19:49:42.515233 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part | ||
| 1592 | 2025.01.16 19:49:42.515801 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part | ||
| 1593 | 2025.01.16 19:49:42.516146 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 130 rows starting from the beginning of the part | ||
| 1594 | 2025.01.16 19:49:42.516365 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 150 rows starting from the beginning of the part | ||
| 1595 | 2025.01.16 19:49:42.516790 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 227 rows starting from the beginning of the part | ||
| 1596 | 2025.01.16 19:49:42.517543 [ 260 ] {13a855b4-3571-4c0a-9275-d17290e80062} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1597 | 2025.01.16 19:49:42.517592 [ 260 ] {13a855b4-3571-4c0a-9275-d17290e80062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1598 | 2025.01.16 19:49:42.518736 [ 260 ] {13a855b4-3571-4c0a-9275-d17290e80062} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1599 | 2025.01.16 19:49:42.519331 [ 260 ] {13a855b4-3571-4c0a-9275-d17290e80062} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1600 | 2025.01.16 19:49:42.519737 [ 260 ] {13a855b4-3571-4c0a-9275-d17290e80062} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004838 sec., 206.69698222405952 rows/sec., 13.93 KiB/sec. | ||
| 1601 | 2025.01.16 19:49:42.519975 [ 260 ] {13a855b4-3571-4c0a-9275-d17290e80062} <Debug> TCPHandler: Processed in 0.005400664 sec. | ||
| 1602 | 2025.01.16 19:49:42.520234 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1603 | 2025.01.16 19:49:42.520409 [ 193 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 647 rows, containing 5 columns (5 merged, 0 gathered) in 0.006153068 sec., 105150.79631819444 rows/sec., 7.19 MiB/sec. | ||
| 1604 | 2025.01.16 19:49:42.520455 [ 258 ] {d8c76e3d-1f21-4ad2-9a09-bda00034f386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1605 | 2025.01.16 19:49:42.520520 [ 258 ] {d8c76e3d-1f21-4ad2-9a09-bda00034f386} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1606 | 2025.01.16 19:49:42.520754 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1607 | 2025.01.16 19:49:42.521380 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1608 | 2025.01.16 19:49:42.521584 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1609 | 2025.01.16 19:49:42.521601 [ 258 ] {d8c76e3d-1f21-4ad2-9a09-bda00034f386} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1610 | 2025.01.16 19:49:42.521682 [ 258 ] {d8c76e3d-1f21-4ad2-9a09-bda00034f386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1611 | 2025.01.16 19:49:42.521742 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 1612 | 2025.01.16 19:49:42.522140 [ 258 ] {d8c76e3d-1f21-4ad2-9a09-bda00034f386} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1613 | 2025.01.16 19:49:42.522395 [ 258 ] {d8c76e3d-1f21-4ad2-9a09-bda00034f386} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1614 | 2025.01.16 19:49:42.522567 [ 75 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1615 | 2025.01.16 19:49:42.522629 [ 75 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1616 | 2025.01.16 19:49:42.522656 [ 258 ] {d8c76e3d-1f21-4ad2-9a09-bda00034f386} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.002243 sec., 32099.866250557287 rows/sec., 2.05 MiB/sec. | ||
| 1617 | 2025.01.16 19:49:42.522670 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1618 | 2025.01.16 19:49:42.522827 [ 258 ] {d8c76e3d-1f21-4ad2-9a09-bda00034f386} <Debug> TCPHandler: Processed in 0.002716137 sec. | ||
| 1619 | 2025.01.16 19:49:42.522941 [ 197 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::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 | ||
| 1620 | 2025.01.16 19:49:42.523067 [ 197 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1621 | 2025.01.16 19:49:42.523110 [ 197 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 16 rows starting from the beginning of the part | ||
| 1622 | 2025.01.16 19:49:42.523213 [ 197 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part | ||
| 1623 | 2025.01.16 19:49:42.523393 [ 197 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part | ||
| 1624 | 2025.01.16 19:49:42.523526 [ 197 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 44 rows starting from the beginning of the part | ||
| 1625 | 2025.01.16 19:49:42.523735 [ 197 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 50 rows starting from the beginning of the part | ||
| 1626 | 2025.01.16 19:49:42.523807 [ 197 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part | ||
| 1627 | 2025.01.16 19:49:42.524955 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 4 columns (4 merged, 0 gathered) in 0.002121247 sec., 104655.4220229893 rows/sec., 7.02 MiB/sec. | ||
| 1628 | 2025.01.16 19:49:42.525108 [ 193 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1629 | 2025.01.16 19:49:42.525420 [ 193 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_6_1} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1630 | 2025.01.16 19:49:42.525500 [ 193 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_6_1} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1631 | 2025.01.16 19:49:42.525580 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 1632 | 2025.01.16 19:49:43.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.24 MiB, peak 169.78 MiB, free memory in arenas 0.00 B, will set to 164.16 MiB (RSS), difference: -1.08 MiB | ||
| 1633 | 2025.01.16 19:49:45.743808 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 226 | ||
| 1634 | 2025.01.16 19:49:45.747495 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1635 | 2025.01.16 19:49:45.747552 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1636 | 2025.01.16 19:49:45.749144 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1637 | 2025.01.16 19:49:45.749476 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1638 | 2025.01.16 19:49:45.750273 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 226 | ||
| 1639 | 2025.01.16 19:49:47.440668 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1640 | 2025.01.16 19:49:47.440881 [ 258 ] {4656d366-386b-45ae-8e93-9adaed14123b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1641 | 2025.01.16 19:49:47.440964 [ 258 ] {4656d366-386b-45ae-8e93-9adaed14123b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1642 | 2025.01.16 19:49:47.441828 [ 258 ] {4656d366-386b-45ae-8e93-9adaed14123b} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1643 | 2025.01.16 19:49:47.441875 [ 258 ] {4656d366-386b-45ae-8e93-9adaed14123b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1644 | 2025.01.16 19:49:47.442313 [ 258 ] {4656d366-386b-45ae-8e93-9adaed14123b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1645 | 2025.01.16 19:49:47.442576 [ 258 ] {4656d366-386b-45ae-8e93-9adaed14123b} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1646 | 2025.01.16 19:49:47.442812 [ 258 ] {4656d366-386b-45ae-8e93-9adaed14123b} <Debug> executeQuery: Read 114 rows, 9.96 KiB in 0.001993 sec., 57200.200702458606 rows/sec., 4.88 MiB/sec. | ||
| 1647 | 2025.01.16 19:49:47.442877 [ 258 ] {4656d366-386b-45ae-8e93-9adaed14123b} <Debug> TCPHandler: Processed in 0.002365782 sec. | ||
| 1648 | 2025.01.16 19:49:47.443057 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1649 | 2025.01.16 19:49:47.443176 [ 260 ] {25d13230-e3d9-4056-86ca-33f6f881afb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1650 | 2025.01.16 19:49:47.443226 [ 260 ] {25d13230-e3d9-4056-86ca-33f6f881afb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1651 | 2025.01.16 19:49:47.443804 [ 260 ] {25d13230-e3d9-4056-86ca-33f6f881afb7} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1652 | 2025.01.16 19:49:47.443845 [ 260 ] {25d13230-e3d9-4056-86ca-33f6f881afb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1653 | 2025.01.16 19:49:47.444202 [ 260 ] {25d13230-e3d9-4056-86ca-33f6f881afb7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1654 | 2025.01.16 19:49:47.444440 [ 260 ] {25d13230-e3d9-4056-86ca-33f6f881afb7} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1655 | 2025.01.16 19:49:47.444656 [ 260 ] {25d13230-e3d9-4056-86ca-33f6f881afb7} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001509 sec., 20543.406229290922 rows/sec., 1.51 MiB/sec. | ||
| 1656 | 2025.01.16 19:49:47.444713 [ 260 ] {25d13230-e3d9-4056-86ca-33f6f881afb7} <Debug> TCPHandler: Processed in 0.00171563 sec. | ||
| 1657 | 2025.01.16 19:49:47.444892 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1658 | 2025.01.16 19:49:47.445014 [ 258 ] {83ae7314-34b3-4117-9184-dda8ea31adb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1659 | 2025.01.16 19:49:47.445062 [ 258 ] {83ae7314-34b3-4117-9184-dda8ea31adb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1660 | 2025.01.16 19:49:47.445639 [ 258 ] {83ae7314-34b3-4117-9184-dda8ea31adb1} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1661 | 2025.01.16 19:49:47.445682 [ 258 ] {83ae7314-34b3-4117-9184-dda8ea31adb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1662 | 2025.01.16 19:49:47.446059 [ 258 ] {83ae7314-34b3-4117-9184-dda8ea31adb1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1663 | 2025.01.16 19:49:47.446300 [ 258 ] {83ae7314-34b3-4117-9184-dda8ea31adb1} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1664 | 2025.01.16 19:49:47.446518 [ 258 ] {83ae7314-34b3-4117-9184-dda8ea31adb1} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.00153 sec., 56862.74509803922 rows/sec., 4.44 MiB/sec. | ||
| 1665 | 2025.01.16 19:49:47.446573 [ 258 ] {83ae7314-34b3-4117-9184-dda8ea31adb1} <Debug> TCPHandler: Processed in 0.00176284 sec. | ||
| 1666 | 2025.01.16 19:49:47.446725 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1667 | 2025.01.16 19:49:47.446833 [ 260 ] {e88f64cf-9219-4084-bc7d-6e12eed37f76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1668 | 2025.01.16 19:49:47.446882 [ 260 ] {e88f64cf-9219-4084-bc7d-6e12eed37f76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1669 | 2025.01.16 19:49:47.447421 [ 260 ] {e88f64cf-9219-4084-bc7d-6e12eed37f76} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1670 | 2025.01.16 19:49:47.447461 [ 260 ] {e88f64cf-9219-4084-bc7d-6e12eed37f76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1671 | 2025.01.16 19:49:47.447857 [ 260 ] {e88f64cf-9219-4084-bc7d-6e12eed37f76} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1672 | 2025.01.16 19:49:47.448095 [ 260 ] {e88f64cf-9219-4084-bc7d-6e12eed37f76} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1673 | 2025.01.16 19:49:47.448304 [ 260 ] {e88f64cf-9219-4084-bc7d-6e12eed37f76} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001495 sec., 100334.44816053512 rows/sec., 6.96 MiB/sec. | ||
| 1674 | 2025.01.16 19:49:47.448365 [ 260 ] {e88f64cf-9219-4084-bc7d-6e12eed37f76} <Debug> TCPHandler: Processed in 0.00169234 sec. | ||
| 1675 | 2025.01.16 19:49:47.448545 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1676 | 2025.01.16 19:49:47.448686 [ 258 ] {0fac0d5d-5107-4cbf-8610-4ab25e8da008} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1677 | 2025.01.16 19:49:47.448778 [ 258 ] {0fac0d5d-5107-4cbf-8610-4ab25e8da008} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1678 | 2025.01.16 19:49:47.450226 [ 258 ] {0fac0d5d-5107-4cbf-8610-4ab25e8da008} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1679 | 2025.01.16 19:49:47.450267 [ 258 ] {0fac0d5d-5107-4cbf-8610-4ab25e8da008} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1680 | 2025.01.16 19:49:47.450923 [ 258 ] {0fac0d5d-5107-4cbf-8610-4ab25e8da008} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1681 | 2025.01.16 19:49:47.451190 [ 258 ] {0fac0d5d-5107-4cbf-8610-4ab25e8da008} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1682 | 2025.01.16 19:49:47.451429 [ 258 ] {0fac0d5d-5107-4cbf-8610-4ab25e8da008} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002775 sec., 11171.17117117117 rows/sec., 20.02 MiB/sec. | ||
| 1683 | 2025.01.16 19:49:47.451529 [ 258 ] {0fac0d5d-5107-4cbf-8610-4ab25e8da008} <Debug> TCPHandler: Processed in 0.003048093 sec. | ||
| 1684 | 2025.01.16 19:49:47.451677 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1685 | 2025.01.16 19:49:47.451785 [ 260 ] {a17462c1-8b9f-46b8-97f6-52a35a3d33ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1686 | 2025.01.16 19:49:47.451832 [ 260 ] {a17462c1-8b9f-46b8-97f6-52a35a3d33ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1687 | 2025.01.16 19:49:47.452264 [ 260 ] {a17462c1-8b9f-46b8-97f6-52a35a3d33ae} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1688 | 2025.01.16 19:49:47.452303 [ 260 ] {a17462c1-8b9f-46b8-97f6-52a35a3d33ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1689 | 2025.01.16 19:49:47.452660 [ 260 ] {a17462c1-8b9f-46b8-97f6-52a35a3d33ae} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1690 | 2025.01.16 19:49:47.452899 [ 260 ] {a17462c1-8b9f-46b8-97f6-52a35a3d33ae} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1691 | 2025.01.16 19:49:47.453134 [ 260 ] {a17462c1-8b9f-46b8-97f6-52a35a3d33ae} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001372 sec., 36443.14868804665 rows/sec., 2.50 MiB/sec. | ||
| 1692 | 2025.01.16 19:49:47.453185 [ 260 ] {a17462c1-8b9f-46b8-97f6-52a35a3d33ae} <Debug> TCPHandler: Processed in 0.001560788 sec. | ||
| 1693 | 2025.01.16 19:49:48.247181 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
| 1694 | 2025.01.16 19:49:48.247862 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1695 | 2025.01.16 19:49:48.247910 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1696 | 2025.01.16 19:49:48.248466 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1697 | 2025.01.16 19:49:48.248737 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): 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.16 19:49:48.248976 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
| 1699 | 2025.01.16 19:49:48.446781 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1700 | 2025.01.16 19:49:48.465969 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1701 | 2025.01.16 19:49:48.466041 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1702 | 2025.01.16 19:49:48.473041 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1703 | 2025.01.16 19:49:48.473776 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1704 | 2025.01.16 19:49:48.476488 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1705 | 2025.01.16 19:49:49.000196 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.74 MiB, peak 169.78 MiB, free memory in arenas 0.00 B, will set to 166.01 MiB (RSS), difference: 1.27 MiB | ||
| 1706 | 2025.01.16 19:49:52.443883 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1707 | 2025.01.16 19:49:52.444075 [ 258 ] {e872275f-7e61-43ed-bd9b-ac35cf61c67b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1708 | 2025.01.16 19:49:52.444149 [ 258 ] {e872275f-7e61-43ed-bd9b-ac35cf61c67b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1709 | 2025.01.16 19:49:52.444984 [ 258 ] {e872275f-7e61-43ed-bd9b-ac35cf61c67b} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1710 | 2025.01.16 19:49:52.445038 [ 258 ] {e872275f-7e61-43ed-bd9b-ac35cf61c67b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1711 | 2025.01.16 19:49:52.445540 [ 258 ] {e872275f-7e61-43ed-bd9b-ac35cf61c67b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1712 | 2025.01.16 19:49:52.445812 [ 258 ] {e872275f-7e61-43ed-bd9b-ac35cf61c67b} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1713 | 2025.01.16 19:49:52.446046 [ 258 ] {e872275f-7e61-43ed-bd9b-ac35cf61c67b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00202 sec., 6930.693069306931 rows/sec., 498.92 KiB/sec. | ||
| 1714 | 2025.01.16 19:49:52.446202 [ 258 ] {e872275f-7e61-43ed-bd9b-ac35cf61c67b} <Debug> TCPHandler: Processed in 0.002453753 sec. | ||
| 1715 | 2025.01.16 19:49:52.446379 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1716 | 2025.01.16 19:49:52.446498 [ 260 ] {a68211dc-1133-4401-88f1-6ad897ac62b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1717 | 2025.01.16 19:49:52.446548 [ 260 ] {a68211dc-1133-4401-88f1-6ad897ac62b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1718 | 2025.01.16 19:49:52.447222 [ 260 ] {a68211dc-1133-4401-88f1-6ad897ac62b1} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1719 | 2025.01.16 19:49:52.447263 [ 260 ] {a68211dc-1133-4401-88f1-6ad897ac62b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1720 | 2025.01.16 19:49:52.447653 [ 260 ] {a68211dc-1133-4401-88f1-6ad897ac62b1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1721 | 2025.01.16 19:49:52.447905 [ 260 ] {a68211dc-1133-4401-88f1-6ad897ac62b1} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1722 | 2025.01.16 19:49:52.448088 [ 260 ] {a68211dc-1133-4401-88f1-6ad897ac62b1} <Debug> executeQuery: Read 199 rows, 17.66 KiB in 0.001619 sec., 122915.37986411365 rows/sec., 10.65 MiB/sec. | ||
| 1723 | 2025.01.16 19:49:52.448142 [ 260 ] {a68211dc-1133-4401-88f1-6ad897ac62b1} <Debug> TCPHandler: Processed in 0.001820712 sec. | ||
| 1724 | 2025.01.16 19:49:52.448293 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1725 | 2025.01.16 19:49:52.448400 [ 258 ] {da344ace-f059-43a7-ade2-72b7a7ae26ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1726 | 2025.01.16 19:49:52.448445 [ 258 ] {da344ace-f059-43a7-ade2-72b7a7ae26ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1727 | 2025.01.16 19:49:52.448964 [ 258 ] {da344ace-f059-43a7-ade2-72b7a7ae26ff} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1728 | 2025.01.16 19:49:52.449001 [ 258 ] {da344ace-f059-43a7-ade2-72b7a7ae26ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1729 | 2025.01.16 19:49:52.449348 [ 258 ] {da344ace-f059-43a7-ade2-72b7a7ae26ff} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1730 | 2025.01.16 19:49:52.449583 [ 258 ] {da344ace-f059-43a7-ade2-72b7a7ae26ff} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1731 | 2025.01.16 19:49:52.449827 [ 258 ] {da344ace-f059-43a7-ade2-72b7a7ae26ff} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001423 sec., 4919.184820801124 rows/sec., 320.49 KiB/sec. | ||
| 1732 | 2025.01.16 19:49:52.449952 [ 258 ] {da344ace-f059-43a7-ade2-72b7a7ae26ff} <Debug> TCPHandler: Processed in 0.00170974 sec. | ||
| 1733 | 2025.01.16 19:49:52.450105 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1734 | 2025.01.16 19:49:52.450235 [ 260 ] {2f47c2b1-eeba-44b3-ba1a-c7fec246aad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1735 | 2025.01.16 19:49:52.450289 [ 260 ] {2f47c2b1-eeba-44b3-ba1a-c7fec246aad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1736 | 2025.01.16 19:49:52.450906 [ 260 ] {2f47c2b1-eeba-44b3-ba1a-c7fec246aad9} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1737 | 2025.01.16 19:49:52.450944 [ 260 ] {2f47c2b1-eeba-44b3-ba1a-c7fec246aad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1738 | 2025.01.16 19:49:52.451296 [ 260 ] {2f47c2b1-eeba-44b3-ba1a-c7fec246aad9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1739 | 2025.01.16 19:49:52.451529 [ 260 ] {2f47c2b1-eeba-44b3-ba1a-c7fec246aad9} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1740 | 2025.01.16 19:49:52.451771 [ 260 ] {2f47c2b1-eeba-44b3-ba1a-c7fec246aad9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001546 sec., 9055.627425614488 rows/sec., 634.20 KiB/sec. | ||
| 1741 | 2025.01.16 19:49:52.451837 [ 260 ] {2f47c2b1-eeba-44b3-ba1a-c7fec246aad9} <Debug> TCPHandler: Processed in 0.001796152 sec. | ||
| 1742 | 2025.01.16 19:49:52.452002 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1743 | 2025.01.16 19:49:52.452131 [ 258 ] {7c859120-1e4b-42e5-af1a-28dd080e975c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1744 | 2025.01.16 19:49:52.452185 [ 258 ] {7c859120-1e4b-42e5-af1a-28dd080e975c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1745 | 2025.01.16 19:49:52.452782 [ 258 ] {7c859120-1e4b-42e5-af1a-28dd080e975c} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1746 | 2025.01.16 19:49:52.452821 [ 258 ] {7c859120-1e4b-42e5-af1a-28dd080e975c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1747 | 2025.01.16 19:49:52.453166 [ 258 ] {7c859120-1e4b-42e5-af1a-28dd080e975c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1748 | 2025.01.16 19:49:52.453400 [ 258 ] {7c859120-1e4b-42e5-af1a-28dd080e975c} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1749 | 2025.01.16 19:49:52.453571 [ 258 ] {7c859120-1e4b-42e5-af1a-28dd080e975c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00147 sec., 8843.537414965987 rows/sec., 551.39 KiB/sec. | ||
| 1750 | 2025.01.16 19:49:52.453621 [ 258 ] {7c859120-1e4b-42e5-af1a-28dd080e975c} <Debug> TCPHandler: Processed in 0.001682039 sec. | ||
| 1751 | 2025.01.16 19:49:52.453780 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1752 | 2025.01.16 19:49:52.453908 [ 260 ] {f922accf-bd7b-42c5-8c52-da7f975a2c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1753 | 2025.01.16 19:49:52.453963 [ 260 ] {f922accf-bd7b-42c5-8c52-da7f975a2c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1754 | 2025.01.16 19:49:52.454720 [ 260 ] {f922accf-bd7b-42c5-8c52-da7f975a2c7a} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1755 | 2025.01.16 19:49:52.454759 [ 260 ] {f922accf-bd7b-42c5-8c52-da7f975a2c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1756 | 2025.01.16 19:49:52.455138 [ 260 ] {f922accf-bd7b-42c5-8c52-da7f975a2c7a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1757 | 2025.01.16 19:49:52.455374 [ 260 ] {f922accf-bd7b-42c5-8c52-da7f975a2c7a} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1758 | 2025.01.16 19:49:52.455547 [ 260 ] {f922accf-bd7b-42c5-8c52-da7f975a2c7a} <Debug> executeQuery: Read 374 rows, 27.04 KiB in 0.001668 sec., 224220.62350119904 rows/sec., 15.83 MiB/sec. | ||
| 1759 | 2025.01.16 19:49:52.455598 [ 260 ] {f922accf-bd7b-42c5-8c52-da7f975a2c7a} <Debug> TCPHandler: Processed in 0.001880973 sec. | ||
| 1760 | 2025.01.16 19:49:52.455741 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1761 | 2025.01.16 19:49:52.455871 [ 258 ] {71266078-5cc6-465c-99f9-962e21662a43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1762 | 2025.01.16 19:49:52.455927 [ 258 ] {71266078-5cc6-465c-99f9-962e21662a43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1763 | 2025.01.16 19:49:52.456434 [ 258 ] {71266078-5cc6-465c-99f9-962e21662a43} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1764 | 2025.01.16 19:49:52.456478 [ 258 ] {71266078-5cc6-465c-99f9-962e21662a43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1765 | 2025.01.16 19:49:52.456865 [ 258 ] {71266078-5cc6-465c-99f9-962e21662a43} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1766 | 2025.01.16 19:49:52.457101 [ 258 ] {71266078-5cc6-465c-99f9-962e21662a43} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1767 | 2025.01.16 19:49:52.457338 [ 258 ] {71266078-5cc6-465c-99f9-962e21662a43} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001482 sec., 4048.5829959514167 rows/sec., 211.52 KiB/sec. | ||
| 1768 | 2025.01.16 19:49:52.457407 [ 258 ] {71266078-5cc6-465c-99f9-962e21662a43} <Debug> TCPHandler: Processed in 0.00172816 sec. | ||
| 1769 | 2025.01.16 19:49:52.457531 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1770 | 2025.01.16 19:49:52.457639 [ 260 ] {01210417-72c5-46d4-9a56-1edfb3c010f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1771 | 2025.01.16 19:49:52.457687 [ 260 ] {01210417-72c5-46d4-9a56-1edfb3c010f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1772 | 2025.01.16 19:49:52.458208 [ 260 ] {01210417-72c5-46d4-9a56-1edfb3c010f1} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1773 | 2025.01.16 19:49:52.458247 [ 260 ] {01210417-72c5-46d4-9a56-1edfb3c010f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1774 | 2025.01.16 19:49:52.458620 [ 260 ] {01210417-72c5-46d4-9a56-1edfb3c010f1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1775 | 2025.01.16 19:49:52.458853 [ 260 ] {01210417-72c5-46d4-9a56-1edfb3c010f1} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1776 | 2025.01.16 19:49:52.459025 [ 260 ] {01210417-72c5-46d4-9a56-1edfb3c010f1} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001409 sec., 161107.16820440028 rows/sec., 10.75 MiB/sec. | ||
| 1777 | 2025.01.16 19:49:52.459076 [ 260 ] {01210417-72c5-46d4-9a56-1edfb3c010f1} <Debug> TCPHandler: Processed in 0.001595738 sec. | ||
| 1778 | 2025.01.16 19:49:52.459210 [ 258 ] {} <Trace> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1779 | 2025.01.16 19:49:52.459318 [ 258 ] {6a454625-f528-4eae-b078-58a5a902dd59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43643) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1780 | 2025.01.16 19:49:52.459365 [ 258 ] {6a454625-f528-4eae-b078-58a5a902dd59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1781 | 2025.01.16 19:49:52.459780 [ 258 ] {6a454625-f528-4eae-b078-58a5a902dd59} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1782 | 2025.01.16 19:49:52.459818 [ 258 ] {6a454625-f528-4eae-b078-58a5a902dd59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1783 | 2025.01.16 19:49:52.460185 [ 258 ] {6a454625-f528-4eae-b078-58a5a902dd59} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1784 | 2025.01.16 19:49:52.460449 [ 258 ] {6a454625-f528-4eae-b078-58a5a902dd59} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1785 | 2025.01.16 19:49:52.460674 [ 258 ] {6a454625-f528-4eae-b078-58a5a902dd59} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001357 sec., 736.9196757553427 rows/sec., 49.66 KiB/sec. | ||
| 1786 | 2025.01.16 19:49:52.460777 [ 258 ] {6a454625-f528-4eae-b078-58a5a902dd59} <Debug> TCPHandler: Processed in 0.001617149 sec. | ||
| 1787 | 2025.01.16 19:49:52.460923 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1788 | 2025.01.16 19:49:52.461033 [ 260 ] {347b6a63-94b9-4aa1-ba1f-da8c990832f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1789 | 2025.01.16 19:49:52.461079 [ 260 ] {347b6a63-94b9-4aa1-ba1f-da8c990832f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1790 | 2025.01.16 19:49:52.461514 [ 260 ] {347b6a63-94b9-4aa1-ba1f-da8c990832f0} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1791 | 2025.01.16 19:49:52.461553 [ 260 ] {347b6a63-94b9-4aa1-ba1f-da8c990832f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1792 | 2025.01.16 19:49:52.461921 [ 260 ] {347b6a63-94b9-4aa1-ba1f-da8c990832f0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1793 | 2025.01.16 19:49:52.462150 [ 260 ] {347b6a63-94b9-4aa1-ba1f-da8c990832f0} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): 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.16 19:49:52.462321 [ 260 ] {347b6a63-94b9-4aa1-ba1f-da8c990832f0} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001311 sec., 54919.908466819215 rows/sec., 3.50 MiB/sec. | ||
| 1795 | 2025.01.16 19:49:52.462370 [ 260 ] {347b6a63-94b9-4aa1-ba1f-da8c990832f0} <Debug> TCPHandler: Processed in 0.001499457 sec. | ||
| 1796 | 2025.01.16 19:49:55.655581 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1797 | 2025.01.16 19:49:55.655656 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1798 | 2025.01.16 19:49:55.749228 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
| 1799 | 2025.01.16 19:49:55.749940 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1800 | 2025.01.16 19:49:55.749991 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1801 | 2025.01.16 19:49:55.750885 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1802 | 2025.01.16 19:49:55.751013 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 258 | ||
| 1803 | 2025.01.16 19:49:55.751600 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1804 | 2025.01.16 19:49:55.752265 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1805 | 2025.01.16 19:49:55.754885 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1806 | 2025.01.16 19:49:55.754937 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1807 | 2025.01.16 19:49:55.756423 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1808 | 2025.01.16 19:49:55.756747 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1809 | 2025.01.16 19:49:55.757576 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 258 | ||
| 1810 | 2025.01.16 19:49:55.976689 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1811 | 2025.01.16 19:49:55.996287 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1812 | 2025.01.16 19:49:55.996356 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1813 | 2025.01.16 19:49:56.000203 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.58 MiB, peak 170.58 MiB, free memory in arenas 0.00 B, will set to 166.18 MiB (RSS), difference: -4.40 MiB | ||
| 1814 | 2025.01.16 19:49:56.003949 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1815 | 2025.01.16 19:49:56.004705 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1816 | 2025.01.16 19:49:56.007485 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1817 | 2025.01.16 19:49:56.571270 [ 258 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1818 | 2025.01.16 19:49:56.571359 [ 258 ] {} <Debug> TCP-Session: fbef0a87-0e5c-43cf-bae9-f55cda84be17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1819 | 2025.01.16 19:49:57.000197 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.14 MiB, peak 170.58 MiB, free memory in arenas 0.00 B, will set to 166.75 MiB (RSS), difference: 6.61 MiB | ||
| 1820 | 2025.01.16 19:49:57.441655 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1821 | 2025.01.16 19:49:57.441846 [ 260 ] {206b1db3-880d-4d6d-ac7b-60c46519ede9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1822 | 2025.01.16 19:49:57.441921 [ 260 ] {206b1db3-880d-4d6d-ac7b-60c46519ede9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1823 | 2025.01.16 19:49:57.442694 [ 260 ] {206b1db3-880d-4d6d-ac7b-60c46519ede9} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1824 | 2025.01.16 19:49:57.442747 [ 260 ] {206b1db3-880d-4d6d-ac7b-60c46519ede9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1825 | 2025.01.16 19:49:57.443185 [ 260 ] {206b1db3-880d-4d6d-ac7b-60c46519ede9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1826 | 2025.01.16 19:49:57.443436 [ 260 ] {206b1db3-880d-4d6d-ac7b-60c46519ede9} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1827 | 2025.01.16 19:49:57.443708 [ 260 ] {206b1db3-880d-4d6d-ac7b-60c46519ede9} <Debug> executeQuery: Read 114 rows, 9.96 KiB in 0.001909 sec., 59717.129387113666 rows/sec., 5.10 MiB/sec. | ||
| 1828 | 2025.01.16 19:49:57.443843 [ 260 ] {206b1db3-880d-4d6d-ac7b-60c46519ede9} <Debug> TCPHandler: Processed in 0.002326521 sec. | ||
| 1829 | 2025.01.16 19:49:57.444144 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1830 | 2025.01.16 19:49:57.444365 [ 262 ] {d14f560c-bda3-4a36-a115-a8f834cf8a55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1831 | 2025.01.16 19:49:57.444473 [ 262 ] {d14f560c-bda3-4a36-a115-a8f834cf8a55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1832 | 2025.01.16 19:49:57.445302 [ 262 ] {d14f560c-bda3-4a36-a115-a8f834cf8a55} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1833 | 2025.01.16 19:49:57.445351 [ 262 ] {d14f560c-bda3-4a36-a115-a8f834cf8a55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1834 | 2025.01.16 19:49:57.445781 [ 262 ] {d14f560c-bda3-4a36-a115-a8f834cf8a55} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1835 | 2025.01.16 19:49:57.446036 [ 262 ] {d14f560c-bda3-4a36-a115-a8f834cf8a55} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1836 | 2025.01.16 19:49:57.446228 [ 56 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1837 | 2025.01.16 19:49:57.446256 [ 262 ] {d14f560c-bda3-4a36-a115-a8f834cf8a55} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001954 sec., 15864.89252814739 rows/sec., 1.17 MiB/sec. | ||
| 1838 | 2025.01.16 19:49:57.446307 [ 56 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1839 | 2025.01.16 19:49:57.446378 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1840 | 2025.01.16 19:49:57.446385 [ 262 ] {d14f560c-bda3-4a36-a115-a8f834cf8a55} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1841 | 2025.01.16 19:49:57.446424 [ 262 ] {d14f560c-bda3-4a36-a115-a8f834cf8a55} <Debug> TCPHandler: Processed in 0.002455454 sec. | ||
| 1842 | 2025.01.16 19:49:57.446711 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1843 | 2025.01.16 19:49:57.446759 [ 197 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::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 | ||
| 1844 | 2025.01.16 19:49:57.446996 [ 260 ] {d33debd8-4bc5-4b93-a2dc-c359d4b1f4f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1845 | 2025.01.16 19:49:57.447023 [ 197 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1846 | 2025.01.16 19:49:57.447099 [ 197 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 29 rows starting from the beginning of the part | ||
| 1847 | 2025.01.16 19:49:57.447108 [ 260 ] {d33debd8-4bc5-4b93-a2dc-c359d4b1f4f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1848 | 2025.01.16 19:49:57.447421 [ 197 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 31 rows starting from the beginning of the part | ||
| 1849 | 2025.01.16 19:49:57.447685 [ 197 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::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 | ||
| 1850 | 2025.01.16 19:49:57.448017 [ 197 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 31 rows starting from the beginning of the part | ||
| 1851 | 2025.01.16 19:49:57.448414 [ 197 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::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 | ||
| 1852 | 2025.01.16 19:49:57.448803 [ 197 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 31 rows starting from the beginning of the part | ||
| 1853 | 2025.01.16 19:49:57.450053 [ 260 ] {d33debd8-4bc5-4b93-a2dc-c359d4b1f4f3} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1854 | 2025.01.16 19:49:57.450130 [ 260 ] {d33debd8-4bc5-4b93-a2dc-c359d4b1f4f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1855 | 2025.01.16 19:49:57.451083 [ 260 ] {d33debd8-4bc5-4b93-a2dc-c359d4b1f4f3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1856 | 2025.01.16 19:49:57.451559 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 136 rows, containing 5 columns (5 merged, 0 gathered) in 0.005086159 sec., 26739.234852862446 rows/sec., 2.04 MiB/sec. | ||
| 1857 | 2025.01.16 19:49:57.451621 [ 260 ] {d33debd8-4bc5-4b93-a2dc-c359d4b1f4f3} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1858 | 2025.01.16 19:49:57.451879 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1859 | 2025.01.16 19:49:57.452158 [ 260 ] {d33debd8-4bc5-4b93-a2dc-c359d4b1f4f3} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.005221 sec., 16663.47443018579 rows/sec., 1.30 MiB/sec. | ||
| 1860 | 2025.01.16 19:49:57.452400 [ 260 ] {d33debd8-4bc5-4b93-a2dc-c359d4b1f4f3} <Debug> TCPHandler: Processed in 0.005828402 sec. | ||
| 1861 | 2025.01.16 19:49:57.452629 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1862 | 2025.01.16 19:49:57.452693 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_6_1} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1863 | 2025.01.16 19:49:57.452839 [ 262 ] {9e23cde2-34bd-49e1-a497-a8dca8f0fe01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1864 | 2025.01.16 19:49:57.452904 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_6_1} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1865 | 2025.01.16 19:49:57.452941 [ 262 ] {9e23cde2-34bd-49e1-a497-a8dca8f0fe01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1866 | 2025.01.16 19:49:57.453118 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 1867 | 2025.01.16 19:49:57.453790 [ 262 ] {9e23cde2-34bd-49e1-a497-a8dca8f0fe01} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1868 | 2025.01.16 19:49:57.453842 [ 262 ] {9e23cde2-34bd-49e1-a497-a8dca8f0fe01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1869 | 2025.01.16 19:49:57.454271 [ 262 ] {9e23cde2-34bd-49e1-a497-a8dca8f0fe01} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1870 | 2025.01.16 19:49:57.454519 [ 262 ] {9e23cde2-34bd-49e1-a497-a8dca8f0fe01} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1871 | 2025.01.16 19:49:57.454811 [ 262 ] {9e23cde2-34bd-49e1-a497-a8dca8f0fe01} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.002039 sec., 73565.47327121138 rows/sec., 5.10 MiB/sec. | ||
| 1872 | 2025.01.16 19:49:57.454980 [ 262 ] {9e23cde2-34bd-49e1-a497-a8dca8f0fe01} <Debug> TCPHandler: Processed in 0.002441443 sec. | ||
| 1873 | 2025.01.16 19:49:57.455152 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1874 | 2025.01.16 19:49:57.455296 [ 260 ] {1300caa6-f431-4c61-900a-020565517965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1875 | 2025.01.16 19:49:57.455389 [ 260 ] {1300caa6-f431-4c61-900a-020565517965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1876 | 2025.01.16 19:49:57.456632 [ 260 ] {1300caa6-f431-4c61-900a-020565517965} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1877 | 2025.01.16 19:49:57.456672 [ 260 ] {1300caa6-f431-4c61-900a-020565517965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1878 | 2025.01.16 19:49:57.457348 [ 260 ] {1300caa6-f431-4c61-900a-020565517965} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1879 | 2025.01.16 19:49:57.457620 [ 260 ] {1300caa6-f431-4c61-900a-020565517965} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1880 | 2025.01.16 19:49:57.457938 [ 260 ] {1300caa6-f431-4c61-900a-020565517965} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00266 sec., 11654.135338345865 rows/sec., 20.88 MiB/sec. | ||
| 1881 | 2025.01.16 19:49:57.458066 [ 260 ] {1300caa6-f431-4c61-900a-020565517965} <Debug> TCPHandler: Processed in 0.002983492 sec. | ||
| 1882 | 2025.01.16 19:49:57.458216 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1883 | 2025.01.16 19:49:57.458335 [ 262 ] {b5640ff0-bcf3-4be7-be3a-84153b2e9488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1884 | 2025.01.16 19:49:57.458385 [ 262 ] {b5640ff0-bcf3-4be7-be3a-84153b2e9488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1885 | 2025.01.16 19:49:57.458879 [ 262 ] {b5640ff0-bcf3-4be7-be3a-84153b2e9488} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1886 | 2025.01.16 19:49:57.458920 [ 262 ] {b5640ff0-bcf3-4be7-be3a-84153b2e9488} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1887 | 2025.01.16 19:49:57.459293 [ 262 ] {b5640ff0-bcf3-4be7-be3a-84153b2e9488} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1888 | 2025.01.16 19:49:57.459537 [ 262 ] {b5640ff0-bcf3-4be7-be3a-84153b2e9488} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1889 | 2025.01.16 19:49:57.459765 [ 262 ] {b5640ff0-bcf3-4be7-be3a-84153b2e9488} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.00145 sec., 34482.75862068966 rows/sec., 2.36 MiB/sec. | ||
| 1890 | 2025.01.16 19:49:57.459842 [ 262 ] {b5640ff0-bcf3-4be7-be3a-84153b2e9488} <Debug> TCPHandler: Processed in 0.00168417 sec. | ||
| 1891 | 2025.01.16 19:49:57.897077 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1892 | 2025.01.16 19:49:57.897357 [ 260 ] {990330c4-034a-4480-bcb5-65cbb96093ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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', '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) | ||
| 1893 | 2025.01.16 19:49:57.897821 [ 260 ] {990330c4-034a-4480-bcb5-65cbb96093ec} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1894 | 2025.01.16 19:49:57.897872 [ 260 ] {990330c4-034a-4480-bcb5-65cbb96093ec} <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', '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 | ||
| 1895 | 2025.01.16 19:49:57.898244 [ 260 ] {990330c4-034a-4480-bcb5-65cbb96093ec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1896 | 2025.01.16 19:49:57.898331 [ 260 ] {990330c4-034a-4480-bcb5-65cbb96093ec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1897 | 2025.01.16 19:49:57.898513 [ 260 ] {990330c4-034a-4480-bcb5-65cbb96093ec} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1898 | 2025.01.16 19:49:57.898618 [ 296 ] {990330c4-034a-4480-bcb5-65cbb96093ec} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1899 | 2025.01.16 19:49:57.898704 [ 294 ] {990330c4-034a-4480-bcb5-65cbb96093ec} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1900 | 2025.01.16 19:49:57.898711 [ 295 ] {990330c4-034a-4480-bcb5-65cbb96093ec} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1901 | 2025.01.16 19:49:57.898866 [ 260 ] {990330c4-034a-4480-bcb5-65cbb96093ec} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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 | ||
| 1902 | 2025.01.16 19:49:57.898896 [ 260 ] {990330c4-034a-4480-bcb5-65cbb96093ec} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1903 | 2025.01.16 19:49:57.899017 [ 260 ] {990330c4-034a-4480-bcb5-65cbb96093ec} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1904 | 2025.01.16 19:49:57.899041 [ 260 ] {990330c4-034a-4480-bcb5-65cbb96093ec} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 1905 | 2025.01.16 19:49:57.899083 [ 260 ] {990330c4-034a-4480-bcb5-65cbb96093ec} <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', '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'))" | ||
| 1906 | 2025.01.16 19:49:57.899131 [ 260 ] {990330c4-034a-4480-bcb5-65cbb96093ec} <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', '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'))" | ||
| 1907 | 2025.01.16 19:49:57.899173 [ 260 ] {990330c4-034a-4480-bcb5-65cbb96093ec} <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', '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'))" | ||
| 1908 | 2025.01.16 19:49:57.901089 [ 260 ] {990330c4-034a-4480-bcb5-65cbb96093ec} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003844 sec., 7804.370447450572 rows/sec., 297.49 KiB/sec. | ||
| 1909 | 2025.01.16 19:49:57.901404 [ 260 ] {990330c4-034a-4480-bcb5-65cbb96093ec} <Debug> TCPHandler: Processed in 0.004458508 sec. | ||
| 1910 | 2025.01.16 19:49:57.901911 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1911 | 2025.01.16 19:49:57.902201 [ 262 ] {bdfcf855-e8c3-444c-b5c6-d017a3551daa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) 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: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) | ||
| 1912 | 2025.01.16 19:49:57.902691 [ 262 ] {bdfcf855-e8c3-444c-b5c6-d017a3551daa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1913 | 2025.01.16 19:49:57.902752 [ 262 ] {bdfcf855-e8c3-444c-b5c6-d017a3551daa} <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: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 | ||
| 1914 | 2025.01.16 19:49:57.903138 [ 262 ] {bdfcf855-e8c3-444c-b5c6-d017a3551daa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1915 | 2025.01.16 19:49:57.903218 [ 262 ] {bdfcf855-e8c3-444c-b5c6-d017a3551daa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1916 | 2025.01.16 19:49:57.903404 [ 262 ] {bdfcf855-e8c3-444c-b5c6-d017a3551daa} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1917 | 2025.01.16 19:49:57.903526 [ 294 ] {bdfcf855-e8c3-444c-b5c6-d017a3551daa} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1918 | 2025.01.16 19:49:57.903565 [ 295 ] {bdfcf855-e8c3-444c-b5c6-d017a3551daa} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1919 | 2025.01.16 19:49:57.903566 [ 298 ] {bdfcf855-e8c3-444c-b5c6-d017a3551daa} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1920 | 2025.01.16 19:49:57.903704 [ 262 ] {bdfcf855-e8c3-444c-b5c6-d017a3551daa} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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 | ||
| 1921 | 2025.01.16 19:49:57.903731 [ 262 ] {bdfcf855-e8c3-444c-b5c6-d017a3551daa} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1922 | 2025.01.16 19:49:57.903847 [ 262 ] {bdfcf855-e8c3-444c-b5c6-d017a3551daa} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1923 | 2025.01.16 19:49:57.903872 [ 262 ] {bdfcf855-e8c3-444c-b5c6-d017a3551daa} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 1924 | 2025.01.16 19:49:57.903915 [ 262 ] {bdfcf855-e8c3-444c-b5c6-d017a3551daa} <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: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'))" | ||
| 1925 | 2025.01.16 19:49:57.903962 [ 262 ] {bdfcf855-e8c3-444c-b5c6-d017a3551daa} <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: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'))" | ||
| 1926 | 2025.01.16 19:49:57.904004 [ 262 ] {bdfcf855-e8c3-444c-b5c6-d017a3551daa} <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: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'))" | ||
| 1927 | 2025.01.16 19:49:57.905577 [ 262 ] {bdfcf855-e8c3-444c-b5c6-d017a3551daa} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003512 sec., 8542.141230068337 rows/sec., 325.61 KiB/sec. | ||
| 1928 | 2025.01.16 19:49:57.905763 [ 262 ] {bdfcf855-e8c3-444c-b5c6-d017a3551daa} <Debug> TCPHandler: Processed in 0.00399075 sec. | ||
| 1929 | 2025.01.16 19:49:57.906020 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1930 | 2025.01.16 19:49:57.906217 [ 260 ] {6b65c32e-1d16-4f91-819f-01053261777d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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: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) | ||
| 1931 | 2025.01.16 19:49:57.906567 [ 260 ] {6b65c32e-1d16-4f91-819f-01053261777d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1932 | 2025.01.16 19:49:57.906616 [ 260 ] {6b65c32e-1d16-4f91-819f-01053261777d} <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: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 | ||
| 1933 | 2025.01.16 19:49:57.906930 [ 260 ] {6b65c32e-1d16-4f91-819f-01053261777d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1934 | 2025.01.16 19:49:57.906999 [ 260 ] {6b65c32e-1d16-4f91-819f-01053261777d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1935 | 2025.01.16 19:49:57.907155 [ 260 ] {6b65c32e-1d16-4f91-819f-01053261777d} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1936 | 2025.01.16 19:49:57.907298 [ 296 ] {6b65c32e-1d16-4f91-819f-01053261777d} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1937 | 2025.01.16 19:49:57.907319 [ 295 ] {6b65c32e-1d16-4f91-819f-01053261777d} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1938 | 2025.01.16 19:49:57.907330 [ 294 ] {6b65c32e-1d16-4f91-819f-01053261777d} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1939 | 2025.01.16 19:49:57.907460 [ 260 ] {6b65c32e-1d16-4f91-819f-01053261777d} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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 | ||
| 1940 | 2025.01.16 19:49:57.907488 [ 260 ] {6b65c32e-1d16-4f91-819f-01053261777d} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1941 | 2025.01.16 19:49:57.907598 [ 260 ] {6b65c32e-1d16-4f91-819f-01053261777d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1942 | 2025.01.16 19:49:57.907619 [ 260 ] {6b65c32e-1d16-4f91-819f-01053261777d} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 1943 | 2025.01.16 19:49:57.907662 [ 260 ] {6b65c32e-1d16-4f91-819f-01053261777d} <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: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'))" | ||
| 1944 | 2025.01.16 19:49:57.907708 [ 260 ] {6b65c32e-1d16-4f91-819f-01053261777d} <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: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'))" | ||
| 1945 | 2025.01.16 19:49:57.907751 [ 260 ] {6b65c32e-1d16-4f91-819f-01053261777d} <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: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'))" | ||
| 1946 | 2025.01.16 19:49:57.909187 [ 260 ] {6b65c32e-1d16-4f91-819f-01053261777d} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003063 sec., 9794.31929480901 rows/sec., 373.34 KiB/sec. | ||
| 1947 | 2025.01.16 19:49:57.909379 [ 260 ] {6b65c32e-1d16-4f91-819f-01053261777d} <Debug> TCPHandler: Processed in 0.00341902 sec. | ||
| 1948 | 2025.01.16 19:49:57.909640 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1949 | 2025.01.16 19:49:57.909869 [ 262 ] {c8f79c41-ec56-4bb4-8c31-6131fe1293ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) 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: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) | ||
| 1950 | 2025.01.16 19:49:57.910217 [ 262 ] {c8f79c41-ec56-4bb4-8c31-6131fe1293ba} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1951 | 2025.01.16 19:49:57.910265 [ 262 ] {c8f79c41-ec56-4bb4-8c31-6131fe1293ba} <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: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 | ||
| 1952 | 2025.01.16 19:49:57.910583 [ 262 ] {c8f79c41-ec56-4bb4-8c31-6131fe1293ba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1953 | 2025.01.16 19:49:57.910650 [ 262 ] {c8f79c41-ec56-4bb4-8c31-6131fe1293ba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1954 | 2025.01.16 19:49:57.910802 [ 262 ] {c8f79c41-ec56-4bb4-8c31-6131fe1293ba} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1955 | 2025.01.16 19:49:57.910954 [ 298 ] {c8f79c41-ec56-4bb4-8c31-6131fe1293ba} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1956 | 2025.01.16 19:49:57.910969 [ 295 ] {c8f79c41-ec56-4bb4-8c31-6131fe1293ba} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1957 | 2025.01.16 19:49:57.910974 [ 294 ] {c8f79c41-ec56-4bb4-8c31-6131fe1293ba} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1958 | 2025.01.16 19:49:57.911121 [ 262 ] {c8f79c41-ec56-4bb4-8c31-6131fe1293ba} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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 | ||
| 1959 | 2025.01.16 19:49:57.911152 [ 262 ] {c8f79c41-ec56-4bb4-8c31-6131fe1293ba} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1960 | 2025.01.16 19:49:57.911258 [ 262 ] {c8f79c41-ec56-4bb4-8c31-6131fe1293ba} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1961 | 2025.01.16 19:49:57.911278 [ 262 ] {c8f79c41-ec56-4bb4-8c31-6131fe1293ba} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 1962 | 2025.01.16 19:49:57.911319 [ 262 ] {c8f79c41-ec56-4bb4-8c31-6131fe1293ba} <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: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'))" | ||
| 1963 | 2025.01.16 19:49:57.911366 [ 262 ] {c8f79c41-ec56-4bb4-8c31-6131fe1293ba} <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: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'))" | ||
| 1964 | 2025.01.16 19:49:57.911409 [ 262 ] {c8f79c41-ec56-4bb4-8c31-6131fe1293ba} <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: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'))" | ||
| 1965 | 2025.01.16 19:49:57.912799 [ 262 ] {c8f79c41-ec56-4bb4-8c31-6131fe1293ba} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003047 sec., 9845.749917952086 rows/sec., 375.31 KiB/sec. | ||
| 1966 | 2025.01.16 19:49:57.912978 [ 262 ] {c8f79c41-ec56-4bb4-8c31-6131fe1293ba} <Debug> TCPHandler: Processed in 0.00340894 sec. | ||
| 1967 | 2025.01.16 19:49:57.913220 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1968 | 2025.01.16 19:49:57.913410 [ 260 ] {70e97093-89b9-4b03-9440-2ee0568e1e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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: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) | ||
| 1969 | 2025.01.16 19:49:57.913749 [ 260 ] {70e97093-89b9-4b03-9440-2ee0568e1e21} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1970 | 2025.01.16 19:49:57.913796 [ 260 ] {70e97093-89b9-4b03-9440-2ee0568e1e21} <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: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 | ||
| 1971 | 2025.01.16 19:49:57.914113 [ 260 ] {70e97093-89b9-4b03-9440-2ee0568e1e21} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1972 | 2025.01.16 19:49:57.914181 [ 260 ] {70e97093-89b9-4b03-9440-2ee0568e1e21} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1973 | 2025.01.16 19:49:57.914333 [ 260 ] {70e97093-89b9-4b03-9440-2ee0568e1e21} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1974 | 2025.01.16 19:49:57.914449 [ 295 ] {70e97093-89b9-4b03-9440-2ee0568e1e21} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1975 | 2025.01.16 19:49:57.914471 [ 296 ] {70e97093-89b9-4b03-9440-2ee0568e1e21} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1976 | 2025.01.16 19:49:57.914494 [ 294 ] {70e97093-89b9-4b03-9440-2ee0568e1e21} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1977 | 2025.01.16 19:49:57.914609 [ 260 ] {70e97093-89b9-4b03-9440-2ee0568e1e21} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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 | ||
| 1978 | 2025.01.16 19:49:57.914637 [ 260 ] {70e97093-89b9-4b03-9440-2ee0568e1e21} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1979 | 2025.01.16 19:49:57.914745 [ 260 ] {70e97093-89b9-4b03-9440-2ee0568e1e21} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1980 | 2025.01.16 19:49:57.914767 [ 260 ] {70e97093-89b9-4b03-9440-2ee0568e1e21} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 1981 | 2025.01.16 19:49:57.914808 [ 260 ] {70e97093-89b9-4b03-9440-2ee0568e1e21} <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: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'))" | ||
| 1982 | 2025.01.16 19:49:57.914854 [ 260 ] {70e97093-89b9-4b03-9440-2ee0568e1e21} <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: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'))" | ||
| 1983 | 2025.01.16 19:49:57.914897 [ 260 ] {70e97093-89b9-4b03-9440-2ee0568e1e21} <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: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'))" | ||
| 1984 | 2025.01.16 19:49:57.916263 [ 260 ] {70e97093-89b9-4b03-9440-2ee0568e1e21} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.002947 sec., 10179.84390906006 rows/sec., 388.04 KiB/sec. | ||
| 1985 | 2025.01.16 19:49:57.916442 [ 260 ] {70e97093-89b9-4b03-9440-2ee0568e1e21} <Debug> TCPHandler: Processed in 0.003279027 sec. | ||
| 1986 | 2025.01.16 19:49:57.916700 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1987 | 2025.01.16 19:49:57.916897 [ 262 ] {491f7f20-9bdd-4e90-bd5d-5ed9d0a88547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) 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', '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) | ||
| 1988 | 2025.01.16 19:49:57.917308 [ 262 ] {491f7f20-9bdd-4e90-bd5d-5ed9d0a88547} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1989 | 2025.01.16 19:49:57.917367 [ 262 ] {491f7f20-9bdd-4e90-bd5d-5ed9d0a88547} <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', '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 | ||
| 1990 | 2025.01.16 19:49:57.917765 [ 262 ] {491f7f20-9bdd-4e90-bd5d-5ed9d0a88547} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1991 | 2025.01.16 19:49:57.917845 [ 262 ] {491f7f20-9bdd-4e90-bd5d-5ed9d0a88547} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1992 | 2025.01.16 19:49:57.918004 [ 262 ] {491f7f20-9bdd-4e90-bd5d-5ed9d0a88547} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1993 | 2025.01.16 19:49:57.918119 [ 295 ] {491f7f20-9bdd-4e90-bd5d-5ed9d0a88547} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1994 | 2025.01.16 19:49:57.918149 [ 298 ] {491f7f20-9bdd-4e90-bd5d-5ed9d0a88547} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1995 | 2025.01.16 19:49:57.918173 [ 294 ] {491f7f20-9bdd-4e90-bd5d-5ed9d0a88547} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1996 | 2025.01.16 19:49:57.918282 [ 262 ] {491f7f20-9bdd-4e90-bd5d-5ed9d0a88547} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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 | ||
| 1997 | 2025.01.16 19:49:57.918311 [ 262 ] {491f7f20-9bdd-4e90-bd5d-5ed9d0a88547} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1998 | 2025.01.16 19:49:57.918415 [ 262 ] {491f7f20-9bdd-4e90-bd5d-5ed9d0a88547} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1999 | 2025.01.16 19:49:57.918436 [ 262 ] {491f7f20-9bdd-4e90-bd5d-5ed9d0a88547} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2000 | 2025.01.16 19:49:57.918478 [ 262 ] {491f7f20-9bdd-4e90-bd5d-5ed9d0a88547} <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', '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'))" | ||
| 2001 | 2025.01.16 19:49:57.918524 [ 262 ] {491f7f20-9bdd-4e90-bd5d-5ed9d0a88547} <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', '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'))" | ||
| 2002 | 2025.01.16 19:49:57.918566 [ 262 ] {491f7f20-9bdd-4e90-bd5d-5ed9d0a88547} <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', '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'))" | ||
| 2003 | 2025.01.16 19:49:57.919965 [ 262 ] {491f7f20-9bdd-4e90-bd5d-5ed9d0a88547} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003163 sec., 9484.6664558963 rows/sec., 361.54 KiB/sec. | ||
| 2004 | 2025.01.16 19:49:57.920145 [ 262 ] {491f7f20-9bdd-4e90-bd5d-5ed9d0a88547} <Debug> TCPHandler: Processed in 0.003505461 sec. | ||
| 2005 | 2025.01.16 19:49:57.990892 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2006 | 2025.01.16 19:49:57.991127 [ 260 ] {a3cfbe7a-83ef-4e2e-a8d0-6548070aaf1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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) | ||
| 2007 | 2025.01.16 19:49:57.991530 [ 260 ] {a3cfbe7a-83ef-4e2e-a8d0-6548070aaf1d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2008 | 2025.01.16 19:49:57.991583 [ 260 ] {a3cfbe7a-83ef-4e2e-a8d0-6548070aaf1d} <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 | ||
| 2009 | 2025.01.16 19:49:57.991931 [ 260 ] {a3cfbe7a-83ef-4e2e-a8d0-6548070aaf1d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2010 | 2025.01.16 19:49:57.992013 [ 260 ] {a3cfbe7a-83ef-4e2e-a8d0-6548070aaf1d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2011 | 2025.01.16 19:49:57.992188 [ 260 ] {a3cfbe7a-83ef-4e2e-a8d0-6548070aaf1d} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 2012 | 2025.01.16 19:49:57.992349 [ 298 ] {a3cfbe7a-83ef-4e2e-a8d0-6548070aaf1d} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2013 | 2025.01.16 19:49:57.992377 [ 295 ] {a3cfbe7a-83ef-4e2e-a8d0-6548070aaf1d} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2014 | 2025.01.16 19:49:57.992380 [ 294 ] {a3cfbe7a-83ef-4e2e-a8d0-6548070aaf1d} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2015 | 2025.01.16 19:49:57.992543 [ 260 ] {a3cfbe7a-83ef-4e2e-a8d0-6548070aaf1d} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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 | ||
| 2016 | 2025.01.16 19:49:57.992574 [ 260 ] {a3cfbe7a-83ef-4e2e-a8d0-6548070aaf1d} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2017 | 2025.01.16 19:49:57.992693 [ 260 ] {a3cfbe7a-83ef-4e2e-a8d0-6548070aaf1d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2018 | 2025.01.16 19:49:57.992715 [ 260 ] {a3cfbe7a-83ef-4e2e-a8d0-6548070aaf1d} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
| 2019 | 2025.01.16 19:49:57.992759 [ 260 ] {a3cfbe7a-83ef-4e2e-a8d0-6548070aaf1d} <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'))" | ||
| 2020 | 2025.01.16 19:49:57.992808 [ 260 ] {a3cfbe7a-83ef-4e2e-a8d0-6548070aaf1d} <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'))" | ||
| 2021 | 2025.01.16 19:49:57.992852 [ 260 ] {a3cfbe7a-83ef-4e2e-a8d0-6548070aaf1d} <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'))" | ||
| 2022 | 2025.01.16 19:49:57.994356 [ 260 ] {a3cfbe7a-83ef-4e2e-a8d0-6548070aaf1d} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003341 sec., 8979.34750074828 rows/sec., 342.28 KiB/sec. | ||
| 2023 | 2025.01.16 19:49:57.994554 [ 260 ] {a3cfbe7a-83ef-4e2e-a8d0-6548070aaf1d} <Debug> TCPHandler: Processed in 0.003761046 sec. | ||
| 2024 | 2025.01.16 19:49:57.995042 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2025 | 2025.01.16 19:49:57.995180 [ 262 ] {97b0fb1c-4e53-4b47-89c4-ebfeaa38a457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2026 | 2025.01.16 19:49:57.995237 [ 262 ] {97b0fb1c-4e53-4b47-89c4-ebfeaa38a457} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2027 | 2025.01.16 19:49:57.995994 [ 262 ] {97b0fb1c-4e53-4b47-89c4-ebfeaa38a457} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2028 | 2025.01.16 19:49:57.996038 [ 262 ] {97b0fb1c-4e53-4b47-89c4-ebfeaa38a457} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 2029 | 2025.01.16 19:49:57.996550 [ 262 ] {97b0fb1c-4e53-4b47-89c4-ebfeaa38a457} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2030 | 2025.01.16 19:49:57.996773 [ 262 ] {97b0fb1c-4e53-4b47-89c4-ebfeaa38a457} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2031 | 2025.01.16 19:49:57.997037 [ 262 ] {97b0fb1c-4e53-4b47-89c4-ebfeaa38a457} <Debug> executeQuery: Read 7 rows, 1.42 KiB in 0.001874 sec., 3735.325506937033 rows/sec., 759.78 KiB/sec. | ||
| 2032 | 2025.01.16 19:49:57.997325 [ 262 ] {97b0fb1c-4e53-4b47-89c4-ebfeaa38a457} <Debug> TCPHandler: Processed in 0.002348121 sec. | ||
| 2033 | 2025.01.16 19:49:57.997494 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2034 | 2025.01.16 19:49:57.997661 [ 260 ] {5310b33b-af16-439e-a40c-c9bf78542aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2035 | 2025.01.16 19:49:57.997731 [ 260 ] {5310b33b-af16-439e-a40c-c9bf78542aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2036 | 2025.01.16 19:49:57.998383 [ 260 ] {5310b33b-af16-439e-a40c-c9bf78542aed} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2037 | 2025.01.16 19:49:57.998426 [ 260 ] {5310b33b-af16-439e-a40c-c9bf78542aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 2038 | 2025.01.16 19:49:57.998830 [ 260 ] {5310b33b-af16-439e-a40c-c9bf78542aed} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2039 | 2025.01.16 19:49:57.999084 [ 260 ] {5310b33b-af16-439e-a40c-c9bf78542aed} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2040 | 2025.01.16 19:49:57.999465 [ 260 ] {5310b33b-af16-439e-a40c-c9bf78542aed} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001799 sec., 7782.101167315175 rows/sec., 560.21 KiB/sec. | ||
| 2041 | 2025.01.16 19:49:57.999625 [ 260 ] {5310b33b-af16-439e-a40c-c9bf78542aed} <Debug> TCPHandler: Processed in 0.002209219 sec. | ||
| 2042 | 2025.01.16 19:49:57.999778 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2043 | 2025.01.16 19:49:57.999917 [ 262 ] {74a18177-d77c-464d-8d8e-19acc71a21d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2044 | 2025.01.16 19:49:57.999975 [ 262 ] {74a18177-d77c-464d-8d8e-19acc71a21d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2045 | 2025.01.16 19:49:58.000198 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.85 MiB, peak 172.19 MiB, free memory in arenas 0.00 B, will set to 166.86 MiB (RSS), difference: -2.98 MiB | ||
| 2046 | 2025.01.16 19:49:58.001706 [ 262 ] {74a18177-d77c-464d-8d8e-19acc71a21d6} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2047 | 2025.01.16 19:49:58.001751 [ 262 ] {74a18177-d77c-464d-8d8e-19acc71a21d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 2048 | 2025.01.16 19:49:58.002244 [ 262 ] {74a18177-d77c-464d-8d8e-19acc71a21d6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2049 | 2025.01.16 19:49:58.002505 [ 262 ] {74a18177-d77c-464d-8d8e-19acc71a21d6} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2050 | 2025.01.16 19:49:58.002711 [ 262 ] {74a18177-d77c-464d-8d8e-19acc71a21d6} <Debug> executeQuery: Read 1340 rows, 114.29 KiB in 0.002825 sec., 474336.28318584076 rows/sec., 39.51 MiB/sec. | ||
| 2051 | 2025.01.16 19:49:58.002781 [ 262 ] {74a18177-d77c-464d-8d8e-19acc71a21d6} <Debug> TCPHandler: Processed in 0.003072033 sec. | ||
| 2052 | 2025.01.16 19:49:58.002941 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2053 | 2025.01.16 19:49:58.003084 [ 260 ] {da5eea76-81d9-4f7e-9ef4-87a6c456030a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2054 | 2025.01.16 19:49:58.003142 [ 260 ] {da5eea76-81d9-4f7e-9ef4-87a6c456030a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2055 | 2025.01.16 19:49:58.003829 [ 260 ] {da5eea76-81d9-4f7e-9ef4-87a6c456030a} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2056 | 2025.01.16 19:49:58.003877 [ 260 ] {da5eea76-81d9-4f7e-9ef4-87a6c456030a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 2057 | 2025.01.16 19:49:58.004247 [ 260 ] {da5eea76-81d9-4f7e-9ef4-87a6c456030a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2058 | 2025.01.16 19:49:58.004488 [ 260 ] {da5eea76-81d9-4f7e-9ef4-87a6c456030a} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2059 | 2025.01.16 19:49:58.004728 [ 260 ] {da5eea76-81d9-4f7e-9ef4-87a6c456030a} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001666 sec., 4201.680672268908 rows/sec., 273.74 KiB/sec. | ||
| 2060 | 2025.01.16 19:49:58.004923 [ 260 ] {da5eea76-81d9-4f7e-9ef4-87a6c456030a} <Debug> TCPHandler: Processed in 0.002050006 sec. | ||
| 2061 | 2025.01.16 19:49:58.005085 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2062 | 2025.01.16 19:49:58.005232 [ 262 ] {60f5e84d-20c2-4d1a-b89f-e1587e62f4db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2063 | 2025.01.16 19:49:58.005293 [ 262 ] {60f5e84d-20c2-4d1a-b89f-e1587e62f4db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2064 | 2025.01.16 19:49:58.006051 [ 262 ] {60f5e84d-20c2-4d1a-b89f-e1587e62f4db} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2065 | 2025.01.16 19:49:58.006091 [ 262 ] {60f5e84d-20c2-4d1a-b89f-e1587e62f4db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 2066 | 2025.01.16 19:49:58.006609 [ 262 ] {60f5e84d-20c2-4d1a-b89f-e1587e62f4db} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2067 | 2025.01.16 19:49:58.006865 [ 262 ] {60f5e84d-20c2-4d1a-b89f-e1587e62f4db} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2068 | 2025.01.16 19:49:58.007052 [ 262 ] {60f5e84d-20c2-4d1a-b89f-e1587e62f4db} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001853 sec., 130599.0286022666 rows/sec., 8.85 MiB/sec. | ||
| 2069 | 2025.01.16 19:49:58.007105 [ 262 ] {60f5e84d-20c2-4d1a-b89f-e1587e62f4db} <Debug> TCPHandler: Processed in 0.002097427 sec. | ||
| 2070 | 2025.01.16 19:49:58.007253 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2071 | 2025.01.16 19:49:58.007377 [ 260 ] {9335dd97-9a86-433b-a17f-eb75097dfc3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2072 | 2025.01.16 19:49:58.007425 [ 260 ] {9335dd97-9a86-433b-a17f-eb75097dfc3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2073 | 2025.01.16 19:49:58.008015 [ 260 ] {9335dd97-9a86-433b-a17f-eb75097dfc3b} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2074 | 2025.01.16 19:49:58.008054 [ 260 ] {9335dd97-9a86-433b-a17f-eb75097dfc3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 2075 | 2025.01.16 19:49:58.008408 [ 260 ] {9335dd97-9a86-433b-a17f-eb75097dfc3b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2076 | 2025.01.16 19:49:58.008656 [ 260 ] {9335dd97-9a86-433b-a17f-eb75097dfc3b} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2077 | 2025.01.16 19:49:58.009014 [ 260 ] {9335dd97-9a86-433b-a17f-eb75097dfc3b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001624 sec., 8004.926108374384 rows/sec., 499.11 KiB/sec. | ||
| 2078 | 2025.01.16 19:49:58.009191 [ 260 ] {9335dd97-9a86-433b-a17f-eb75097dfc3b} <Debug> TCPHandler: Processed in 0.002007125 sec. | ||
| 2079 | 2025.01.16 19:49:58.009334 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2080 | 2025.01.16 19:49:58.009476 [ 262 ] {87ba3e54-19e3-4bd0-bafb-d12e76dd2d37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2081 | 2025.01.16 19:49:58.009535 [ 262 ] {87ba3e54-19e3-4bd0-bafb-d12e76dd2d37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2082 | 2025.01.16 19:49:58.010466 [ 262 ] {87ba3e54-19e3-4bd0-bafb-d12e76dd2d37} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2083 | 2025.01.16 19:49:58.010507 [ 262 ] {87ba3e54-19e3-4bd0-bafb-d12e76dd2d37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 2084 | 2025.01.16 19:49:58.010926 [ 262 ] {87ba3e54-19e3-4bd0-bafb-d12e76dd2d37} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2085 | 2025.01.16 19:49:58.011187 [ 262 ] {87ba3e54-19e3-4bd0-bafb-d12e76dd2d37} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2086 | 2025.01.16 19:49:58.011462 [ 262 ] {87ba3e54-19e3-4bd0-bafb-d12e76dd2d37} <Debug> executeQuery: Read 830 rows, 61.33 KiB in 0.001993 sec., 416457.60160561965 rows/sec., 30.05 MiB/sec. | ||
| 2087 | 2025.01.16 19:49:58.011594 [ 262 ] {87ba3e54-19e3-4bd0-bafb-d12e76dd2d37} <Debug> TCPHandler: Processed in 0.002330421 sec. | ||
| 2088 | 2025.01.16 19:49:58.011741 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2089 | 2025.01.16 19:49:58.011863 [ 260 ] {0852ba6d-218b-4d74-92aa-cac04c5aa802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2090 | 2025.01.16 19:49:58.011913 [ 260 ] {0852ba6d-218b-4d74-92aa-cac04c5aa802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2091 | 2025.01.16 19:49:58.012481 [ 260 ] {0852ba6d-218b-4d74-92aa-cac04c5aa802} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2092 | 2025.01.16 19:49:58.012541 [ 260 ] {0852ba6d-218b-4d74-92aa-cac04c5aa802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 2093 | 2025.01.16 19:49:58.012908 [ 260 ] {0852ba6d-218b-4d74-92aa-cac04c5aa802} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2094 | 2025.01.16 19:49:58.013153 [ 260 ] {0852ba6d-218b-4d74-92aa-cac04c5aa802} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2095 | 2025.01.16 19:49:58.013448 [ 260 ] {0852ba6d-218b-4d74-92aa-cac04c5aa802} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001591 sec., 3771.213073538655 rows/sec., 197.03 KiB/sec. | ||
| 2096 | 2025.01.16 19:49:58.013520 [ 260 ] {0852ba6d-218b-4d74-92aa-cac04c5aa802} <Debug> TCPHandler: Processed in 0.001838742 sec. | ||
| 2097 | 2025.01.16 19:49:58.013658 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2098 | 2025.01.16 19:49:58.013781 [ 262 ] {5404dace-71b5-495d-8eca-120c5ea4c43e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2099 | 2025.01.16 19:49:58.013836 [ 262 ] {5404dace-71b5-495d-8eca-120c5ea4c43e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2100 | 2025.01.16 19:49:58.016947 [ 262 ] {5404dace-71b5-495d-8eca-120c5ea4c43e} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2101 | 2025.01.16 19:49:58.016995 [ 262 ] {5404dace-71b5-495d-8eca-120c5ea4c43e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 2102 | 2025.01.16 19:49:58.017657 [ 262 ] {5404dace-71b5-495d-8eca-120c5ea4c43e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2103 | 2025.01.16 19:49:58.017971 [ 262 ] {5404dace-71b5-495d-8eca-120c5ea4c43e} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2104 | 2025.01.16 19:49:58.018177 [ 262 ] {5404dace-71b5-495d-8eca-120c5ea4c43e} <Debug> executeQuery: Read 2028 rows, 138.31 KiB in 0.004423 sec., 458512.3219534253 rows/sec., 30.54 MiB/sec. | ||
| 2105 | 2025.01.16 19:49:58.018252 [ 262 ] {5404dace-71b5-495d-8eca-120c5ea4c43e} <Debug> TCPHandler: Processed in 0.004652662 sec. | ||
| 2106 | 2025.01.16 19:49:58.018402 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2107 | 2025.01.16 19:49:58.018543 [ 260 ] {e3d50d0f-eb02-45b7-81c3-b40364b38121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2108 | 2025.01.16 19:49:58.018602 [ 260 ] {e3d50d0f-eb02-45b7-81c3-b40364b38121} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2109 | 2025.01.16 19:49:58.019104 [ 260 ] {e3d50d0f-eb02-45b7-81c3-b40364b38121} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2110 | 2025.01.16 19:49:58.019144 [ 260 ] {e3d50d0f-eb02-45b7-81c3-b40364b38121} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 2111 | 2025.01.16 19:49:58.019511 [ 260 ] {e3d50d0f-eb02-45b7-81c3-b40364b38121} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2112 | 2025.01.16 19:49:58.019769 [ 260 ] {e3d50d0f-eb02-45b7-81c3-b40364b38121} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2113 | 2025.01.16 19:49:58.019982 [ 260 ] {e3d50d0f-eb02-45b7-81c3-b40364b38121} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001472 sec., 679.3478260869565 rows/sec., 45.78 KiB/sec. | ||
| 2114 | 2025.01.16 19:49:58.020043 [ 260 ] {e3d50d0f-eb02-45b7-81c3-b40364b38121} <Debug> TCPHandler: Processed in 0.00170789 sec. | ||
| 2115 | 2025.01.16 19:49:58.020195 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2116 | 2025.01.16 19:49:58.020339 [ 262 ] {a98df892-edec-4d97-98e1-df893a735abf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2117 | 2025.01.16 19:49:58.020402 [ 262 ] {a98df892-edec-4d97-98e1-df893a735abf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2118 | 2025.01.16 19:49:58.020962 [ 262 ] {a98df892-edec-4d97-98e1-df893a735abf} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2119 | 2025.01.16 19:49:58.021001 [ 262 ] {a98df892-edec-4d97-98e1-df893a735abf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 2120 | 2025.01.16 19:49:58.021372 [ 262 ] {a98df892-edec-4d97-98e1-df893a735abf} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2121 | 2025.01.16 19:49:58.021618 [ 262 ] {a98df892-edec-4d97-98e1-df893a735abf} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2122 | 2025.01.16 19:49:58.021805 [ 262 ] {a98df892-edec-4d97-98e1-df893a735abf} <Debug> executeQuery: Read 32 rows, 1.89 KiB in 0.001499 sec., 21347.565043362243 rows/sec., 1.23 MiB/sec. | ||
| 2123 | 2025.01.16 19:49:58.021858 [ 262 ] {a98df892-edec-4d97-98e1-df893a735abf} <Debug> TCPHandler: Processed in 0.00173397 sec. | ||
| 2124 | 2025.01.16 19:50:02.434395 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2125 | 2025.01.16 19:50:02.434675 [ 260 ] {0cc67720-7ac0-4bed-bdff-a4fa2187a53d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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', 'kstat_sampler:expired_targets', '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) | ||
| 2126 | 2025.01.16 19:50:02.435125 [ 260 ] {0cc67720-7ac0-4bed-bdff-a4fa2187a53d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2127 | 2025.01.16 19:50:02.435184 [ 260 ] {0cc67720-7ac0-4bed-bdff-a4fa2187a53d} <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', 'kstat_sampler:expired_targets', '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 | ||
| 2128 | 2025.01.16 19:50:02.435583 [ 260 ] {0cc67720-7ac0-4bed-bdff-a4fa2187a53d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2129 | 2025.01.16 19:50:02.435675 [ 260 ] {0cc67720-7ac0-4bed-bdff-a4fa2187a53d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2130 | 2025.01.16 19:50:02.435859 [ 260 ] {0cc67720-7ac0-4bed-bdff-a4fa2187a53d} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2131 | 2025.01.16 19:50:02.436100 [ 296 ] {0cc67720-7ac0-4bed-bdff-a4fa2187a53d} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2132 | 2025.01.16 19:50:02.436127 [ 298 ] {0cc67720-7ac0-4bed-bdff-a4fa2187a53d} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2133 | 2025.01.16 19:50:02.436164 [ 294 ] {0cc67720-7ac0-4bed-bdff-a4fa2187a53d} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2134 | 2025.01.16 19:50:02.436172 [ 295 ] {0cc67720-7ac0-4bed-bdff-a4fa2187a53d} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2135 | 2025.01.16 19:50:02.436376 [ 260 ] {0cc67720-7ac0-4bed-bdff-a4fa2187a53d} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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 | ||
| 2136 | 2025.01.16 19:50:02.436413 [ 260 ] {0cc67720-7ac0-4bed-bdff-a4fa2187a53d} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2137 | 2025.01.16 19:50:02.436565 [ 260 ] {0cc67720-7ac0-4bed-bdff-a4fa2187a53d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2138 | 2025.01.16 19:50:02.436590 [ 260 ] {0cc67720-7ac0-4bed-bdff-a4fa2187a53d} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Reading approx. 37 rows with 4 streams | ||
| 2139 | 2025.01.16 19:50:02.436636 [ 260 ] {0cc67720-7ac0-4bed-bdff-a4fa2187a53d} <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', 'kstat_sampler:expired_targets', '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'))" | ||
| 2140 | 2025.01.16 19:50:02.436686 [ 260 ] {0cc67720-7ac0-4bed-bdff-a4fa2187a53d} <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', 'kstat_sampler:expired_targets', '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'))" | ||
| 2141 | 2025.01.16 19:50:02.436730 [ 260 ] {0cc67720-7ac0-4bed-bdff-a4fa2187a53d} <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', 'kstat_sampler:expired_targets', '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'))" | ||
| 2142 | 2025.01.16 19:50:02.436770 [ 260 ] {0cc67720-7ac0-4bed-bdff-a4fa2187a53d} <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', 'kstat_sampler:expired_targets', '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'))" | ||
| 2143 | 2025.01.16 19:50:02.439032 [ 260 ] {0cc67720-7ac0-4bed-bdff-a4fa2187a53d} <Debug> executeQuery: Read 37 rows, 1.40 KiB in 0.004482 sec., 8255.243195002231 rows/sec., 311.79 KiB/sec. | ||
| 2144 | 2025.01.16 19:50:02.439312 [ 260 ] {0cc67720-7ac0-4bed-bdff-a4fa2187a53d} <Debug> MemoryTracker: Peak memory usage (for query): 142.88 KiB. | ||
| 2145 | 2025.01.16 19:50:02.439329 [ 260 ] {0cc67720-7ac0-4bed-bdff-a4fa2187a53d} <Debug> TCPHandler: Processed in 0.005080169 sec. | ||
| 2146 | 2025.01.16 19:50:02.439717 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2147 | 2025.01.16 19:50:02.440012 [ 262 ] {0c9aa908-3a76-413b-a4c3-f2c0816f419b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) 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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', '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) | ||
| 2148 | 2025.01.16 19:50:02.440463 [ 262 ] {0c9aa908-3a76-413b-a4c3-f2c0816f419b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2149 | 2025.01.16 19:50:02.440517 [ 262 ] {0c9aa908-3a76-413b-a4c3-f2c0816f419b} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', '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 | ||
| 2150 | 2025.01.16 19:50:02.440881 [ 262 ] {0c9aa908-3a76-413b-a4c3-f2c0816f419b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2151 | 2025.01.16 19:50:02.440960 [ 262 ] {0c9aa908-3a76-413b-a4c3-f2c0816f419b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2152 | 2025.01.16 19:50:02.441138 [ 262 ] {0c9aa908-3a76-413b-a4c3-f2c0816f419b} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2153 | 2025.01.16 19:50:02.441281 [ 298 ] {0c9aa908-3a76-413b-a4c3-f2c0816f419b} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2154 | 2025.01.16 19:50:02.441326 [ 296 ] {0c9aa908-3a76-413b-a4c3-f2c0816f419b} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2155 | 2025.01.16 19:50:02.441351 [ 295 ] {0c9aa908-3a76-413b-a4c3-f2c0816f419b} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2156 | 2025.01.16 19:50:02.441365 [ 300 ] {0c9aa908-3a76-413b-a4c3-f2c0816f419b} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2157 | 2025.01.16 19:50:02.441508 [ 262 ] {0c9aa908-3a76-413b-a4c3-f2c0816f419b} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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 | ||
| 2158 | 2025.01.16 19:50:02.441539 [ 262 ] {0c9aa908-3a76-413b-a4c3-f2c0816f419b} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2159 | 2025.01.16 19:50:02.441677 [ 262 ] {0c9aa908-3a76-413b-a4c3-f2c0816f419b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2160 | 2025.01.16 19:50:02.441701 [ 262 ] {0c9aa908-3a76-413b-a4c3-f2c0816f419b} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Reading approx. 37 rows with 4 streams | ||
| 2161 | 2025.01.16 19:50:02.441746 [ 262 ] {0c9aa908-3a76-413b-a4c3-f2c0816f419b} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', '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'))" | ||
| 2162 | 2025.01.16 19:50:02.441797 [ 262 ] {0c9aa908-3a76-413b-a4c3-f2c0816f419b} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', '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'))" | ||
| 2163 | 2025.01.16 19:50:02.441842 [ 262 ] {0c9aa908-3a76-413b-a4c3-f2c0816f419b} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', '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'))" | ||
| 2164 | 2025.01.16 19:50:02.441885 [ 262 ] {0c9aa908-3a76-413b-a4c3-f2c0816f419b} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', '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'))" | ||
| 2165 | 2025.01.16 19:50:02.443757 [ 262 ] {0c9aa908-3a76-413b-a4c3-f2c0816f419b} <Debug> executeQuery: Read 37 rows, 1.40 KiB in 0.003889 sec., 9514.013885317561 rows/sec., 359.34 KiB/sec. | ||
| 2166 | 2025.01.16 19:50:02.443989 [ 262 ] {0c9aa908-3a76-413b-a4c3-f2c0816f419b} <Debug> MemoryTracker: Peak memory usage (for query): 142.72 KiB. | ||
| 2167 | 2025.01.16 19:50:02.444008 [ 262 ] {0c9aa908-3a76-413b-a4c3-f2c0816f419b} <Debug> TCPHandler: Processed in 0.004434477 sec. | ||
| 2168 | 2025.01.16 19:50:02.444320 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2169 | 2025.01.16 19:50:02.444593 [ 260 ] {0d5863b0-c85d-45c2-b283-8297b25c9ba3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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) | ||
| 2170 | 2025.01.16 19:50:02.445058 [ 260 ] {0d5863b0-c85d-45c2-b283-8297b25c9ba3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2171 | 2025.01.16 19:50:02.445114 [ 260 ] {0d5863b0-c85d-45c2-b283-8297b25c9ba3} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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 | ||
| 2172 | 2025.01.16 19:50:02.445471 [ 260 ] {0d5863b0-c85d-45c2-b283-8297b25c9ba3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2173 | 2025.01.16 19:50:02.445554 [ 260 ] {0d5863b0-c85d-45c2-b283-8297b25c9ba3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2174 | 2025.01.16 19:50:02.445725 [ 260 ] {0d5863b0-c85d-45c2-b283-8297b25c9ba3} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2175 | 2025.01.16 19:50:02.445898 [ 295 ] {0d5863b0-c85d-45c2-b283-8297b25c9ba3} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2176 | 2025.01.16 19:50:02.445913 [ 298 ] {0d5863b0-c85d-45c2-b283-8297b25c9ba3} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2177 | 2025.01.16 19:50:02.445934 [ 300 ] {0d5863b0-c85d-45c2-b283-8297b25c9ba3} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2178 | 2025.01.16 19:50:02.445931 [ 296 ] {0d5863b0-c85d-45c2-b283-8297b25c9ba3} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2179 | 2025.01.16 19:50:02.446107 [ 260 ] {0d5863b0-c85d-45c2-b283-8297b25c9ba3} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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 | ||
| 2180 | 2025.01.16 19:50:02.446133 [ 260 ] {0d5863b0-c85d-45c2-b283-8297b25c9ba3} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2181 | 2025.01.16 19:50:02.446265 [ 260 ] {0d5863b0-c85d-45c2-b283-8297b25c9ba3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2182 | 2025.01.16 19:50:02.446289 [ 260 ] {0d5863b0-c85d-45c2-b283-8297b25c9ba3} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Reading approx. 37 rows with 4 streams | ||
| 2183 | 2025.01.16 19:50:02.446331 [ 260 ] {0d5863b0-c85d-45c2-b283-8297b25c9ba3} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
| 2184 | 2025.01.16 19:50:02.446378 [ 260 ] {0d5863b0-c85d-45c2-b283-8297b25c9ba3} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
| 2185 | 2025.01.16 19:50:02.446422 [ 260 ] {0d5863b0-c85d-45c2-b283-8297b25c9ba3} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
| 2186 | 2025.01.16 19:50:02.446465 [ 260 ] {0d5863b0-c85d-45c2-b283-8297b25c9ba3} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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'))" | ||
| 2187 | 2025.01.16 19:50:02.448257 [ 260 ] {0d5863b0-c85d-45c2-b283-8297b25c9ba3} <Debug> executeQuery: Read 37 rows, 1.40 KiB in 0.003807 sec., 9718.938796952982 rows/sec., 367.08 KiB/sec. | ||
| 2188 | 2025.01.16 19:50:02.448510 [ 260 ] {0d5863b0-c85d-45c2-b283-8297b25c9ba3} <Debug> MemoryTracker: Peak memory usage (for query): 143.18 KiB. | ||
| 2189 | 2025.01.16 19:50:02.448528 [ 260 ] {0d5863b0-c85d-45c2-b283-8297b25c9ba3} <Debug> TCPHandler: Processed in 0.004302896 sec. | ||
| 2190 | 2025.01.16 19:50:02.448789 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2191 | 2025.01.16 19:50:02.449018 [ 262 ] {605d872d-e475-45f0-9595-b050b611c05e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) 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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2192 | 2025.01.16 19:50:02.449387 [ 262 ] {605d872d-e475-45f0-9595-b050b611c05e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2193 | 2025.01.16 19:50:02.449437 [ 262 ] {605d872d-e475-45f0-9595-b050b611c05e} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2194 | 2025.01.16 19:50:02.449776 [ 262 ] {605d872d-e475-45f0-9595-b050b611c05e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2195 | 2025.01.16 19:50:02.449842 [ 262 ] {605d872d-e475-45f0-9595-b050b611c05e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2196 | 2025.01.16 19:50:02.450030 [ 262 ] {605d872d-e475-45f0-9595-b050b611c05e} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2197 | 2025.01.16 19:50:02.450098 [ 298 ] {605d872d-e475-45f0-9595-b050b611c05e} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2198 | 2025.01.16 19:50:02.450207 [ 295 ] {605d872d-e475-45f0-9595-b050b611c05e} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2199 | 2025.01.16 19:50:02.450215 [ 300 ] {605d872d-e475-45f0-9595-b050b611c05e} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2200 | 2025.01.16 19:50:02.450230 [ 296 ] {605d872d-e475-45f0-9595-b050b611c05e} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2201 | 2025.01.16 19:50:02.450394 [ 262 ] {605d872d-e475-45f0-9595-b050b611c05e} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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 | ||
| 2202 | 2025.01.16 19:50:02.450423 [ 262 ] {605d872d-e475-45f0-9595-b050b611c05e} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2203 | 2025.01.16 19:50:02.450576 [ 262 ] {605d872d-e475-45f0-9595-b050b611c05e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2204 | 2025.01.16 19:50:02.450600 [ 262 ] {605d872d-e475-45f0-9595-b050b611c05e} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Reading approx. 37 rows with 4 streams | ||
| 2205 | 2025.01.16 19:50:02.450642 [ 262 ] {605d872d-e475-45f0-9595-b050b611c05e} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2206 | 2025.01.16 19:50:02.450687 [ 262 ] {605d872d-e475-45f0-9595-b050b611c05e} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2207 | 2025.01.16 19:50:02.450732 [ 262 ] {605d872d-e475-45f0-9595-b050b611c05e} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2208 | 2025.01.16 19:50:02.450774 [ 262 ] {605d872d-e475-45f0-9595-b050b611c05e} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2209 | 2025.01.16 19:50:02.452643 [ 262 ] {605d872d-e475-45f0-9595-b050b611c05e} <Debug> executeQuery: Read 37 rows, 1.40 KiB in 0.003743 sec., 9885.118888592038 rows/sec., 373.35 KiB/sec. | ||
| 2210 | 2025.01.16 19:50:02.452882 [ 262 ] {605d872d-e475-45f0-9595-b050b611c05e} <Debug> MemoryTracker: Peak memory usage (for query): 143.36 KiB. | ||
| 2211 | 2025.01.16 19:50:02.452899 [ 262 ] {605d872d-e475-45f0-9595-b050b611c05e} <Debug> TCPHandler: Processed in 0.004180754 sec. | ||
| 2212 | 2025.01.16 19:50:02.457707 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2213 | 2025.01.16 19:50:02.457860 [ 260 ] {f72c09f7-6a47-4de7-9fc4-2d9cf3c7f247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2214 | 2025.01.16 19:50:02.457933 [ 260 ] {f72c09f7-6a47-4de7-9fc4-2d9cf3c7f247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2215 | 2025.01.16 19:50:02.458893 [ 260 ] {f72c09f7-6a47-4de7-9fc4-2d9cf3c7f247} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2216 | 2025.01.16 19:50:02.458954 [ 260 ] {f72c09f7-6a47-4de7-9fc4-2d9cf3c7f247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 2217 | 2025.01.16 19:50:02.459591 [ 260 ] {f72c09f7-6a47-4de7-9fc4-2d9cf3c7f247} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2218 | 2025.01.16 19:50:02.459963 [ 260 ] {f72c09f7-6a47-4de7-9fc4-2d9cf3c7f247} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2219 | 2025.01.16 19:50:02.460259 [ 260 ] {f72c09f7-6a47-4de7-9fc4-2d9cf3c7f247} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.002436 sec., 1642.0361247947455 rows/sec., 208.86 KiB/sec. | ||
| 2220 | 2025.01.16 19:50:02.460396 [ 260 ] {f72c09f7-6a47-4de7-9fc4-2d9cf3c7f247} <Debug> TCPHandler: Processed in 0.002769829 sec. | ||
| 2221 | 2025.01.16 19:50:02.460592 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2222 | 2025.01.16 19:50:02.460754 [ 262 ] {697e140a-c181-449d-afa1-9e3b1f09a8c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2223 | 2025.01.16 19:50:02.460825 [ 262 ] {697e140a-c181-449d-afa1-9e3b1f09a8c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2224 | 2025.01.16 19:50:02.461516 [ 262 ] {697e140a-c181-449d-afa1-9e3b1f09a8c6} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2225 | 2025.01.16 19:50:02.461564 [ 262 ] {697e140a-c181-449d-afa1-9e3b1f09a8c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 2226 | 2025.01.16 19:50:02.462005 [ 262 ] {697e140a-c181-449d-afa1-9e3b1f09a8c6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2227 | 2025.01.16 19:50:02.462262 [ 262 ] {697e140a-c181-449d-afa1-9e3b1f09a8c6} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2228 | 2025.01.16 19:50:02.462489 [ 44 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2229 | 2025.01.16 19:50:02.462549 [ 262 ] {697e140a-c181-449d-afa1-9e3b1f09a8c6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001835 sec., 30517.711171662126 rows/sec., 2.34 MiB/sec. | ||
| 2230 | 2025.01.16 19:50:02.462578 [ 44 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2231 | 2025.01.16 19:50:02.462641 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 2232 | 2025.01.16 19:50:02.462670 [ 262 ] {697e140a-c181-449d-afa1-9e3b1f09a8c6} <Debug> TCPHandler: Processed in 0.002156188 sec. | ||
| 2233 | 2025.01.16 19:50:02.462852 [ 194 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::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 | ||
| 2234 | 2025.01.16 19:50:02.462865 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2235 | 2025.01.16 19:50:02.463005 [ 194 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2236 | 2025.01.16 19:50:02.463050 [ 260 ] {c952c9d8-ecd7-416a-8796-2cfe8b9d527a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2237 | 2025.01.16 19:50:02.463055 [ 194 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 261 rows starting from the beginning of the part | ||
| 2238 | 2025.01.16 19:50:02.463111 [ 260 ] {c952c9d8-ecd7-416a-8796-2cfe8b9d527a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2239 | 2025.01.16 19:50:02.463305 [ 194 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 114 rows starting from the beginning of the part | ||
| 2240 | 2025.01.16 19:50:02.463500 [ 194 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 199 rows starting from the beginning of the part | ||
| 2241 | 2025.01.16 19:50:02.463689 [ 194 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 114 rows starting from the beginning of the part | ||
| 2242 | 2025.01.16 19:50:02.463942 [ 194 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1340 rows starting from the beginning of the part | ||
| 2243 | 2025.01.16 19:50:02.464221 [ 194 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
| 2244 | 2025.01.16 19:50:02.465064 [ 260 ] {c952c9d8-ecd7-416a-8796-2cfe8b9d527a} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2245 | 2025.01.16 19:50:02.465108 [ 260 ] {c952c9d8-ecd7-416a-8796-2cfe8b9d527a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 2246 | 2025.01.16 19:50:02.465686 [ 260 ] {c952c9d8-ecd7-416a-8796-2cfe8b9d527a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2247 | 2025.01.16 19:50:02.465992 [ 260 ] {c952c9d8-ecd7-416a-8796-2cfe8b9d527a} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2248 | 2025.01.16 19:50:02.466353 [ 43 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2249 | 2025.01.16 19:50:02.466411 [ 194 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2084 rows, containing 5 columns (5 merged, 0 gathered) in 0.003652274 sec., 570603.4103684444 rows/sec., 50.26 MiB/sec. | ||
| 2250 | 2025.01.16 19:50:02.466446 [ 43 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2251 | 2025.01.16 19:50:02.466476 [ 260 ] {c952c9d8-ecd7-416a-8796-2cfe8b9d527a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003462 sec., 18486.424032351242 rows/sec., 1.44 MiB/sec. | ||
| 2252 | 2025.01.16 19:50:02.466496 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 2253 | 2025.01.16 19:50:02.466777 [ 260 ] {c952c9d8-ecd7-416a-8796-2cfe8b9d527a} <Debug> TCPHandler: Processed in 0.00399375 sec. | ||
| 2254 | 2025.01.16 19:50:02.466817 [ 194 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2255 | 2025.01.16 19:50:02.466984 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::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 | ||
| 2256 | 2025.01.16 19:50:02.467077 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2257 | 2025.01.16 19:50:02.467380 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2258 | 2025.01.16 19:50:02.467386 [ 262 ] {ffdb9bfc-169b-4038-8f3f-820434fdd10d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2259 | 2025.01.16 19:50:02.467466 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 420 rows starting from the beginning of the part | ||
| 2260 | 2025.01.16 19:50:02.467538 [ 262 ] {ffdb9bfc-169b-4038-8f3f-820434fdd10d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2261 | 2025.01.16 19:50:02.467932 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 87 rows starting from the beginning of the part | ||
| 2262 | 2025.01.16 19:50:02.468012 [ 195 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_11_2} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2263 | 2025.01.16 19:50:02.468498 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 374 rows starting from the beginning of the part | ||
| 2264 | 2025.01.16 19:50:02.468605 [ 195 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_11_2} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2265 | 2025.01.16 19:50:02.469077 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 87 rows starting from the beginning of the part | ||
| 2266 | 2025.01.16 19:50:02.469142 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 2267 | 2025.01.16 19:50:02.469443 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 830 rows starting from the beginning of the part | ||
| 2268 | 2025.01.16 19:50:02.469634 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
| 2269 | 2025.01.16 19:50:02.470290 [ 262 ] {ffdb9bfc-169b-4038-8f3f-820434fdd10d} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2270 | 2025.01.16 19:50:02.470340 [ 262 ] {ffdb9bfc-169b-4038-8f3f-820434fdd10d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 2271 | 2025.01.16 19:50:02.471054 [ 262 ] {ffdb9bfc-169b-4038-8f3f-820434fdd10d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2272 | 2025.01.16 19:50:02.471397 [ 262 ] {ffdb9bfc-169b-4038-8f3f-820434fdd10d} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2273 | 2025.01.16 19:50:02.471749 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2274 | 2025.01.16 19:50:02.471757 [ 195 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1862 rows, containing 5 columns (5 merged, 0 gathered) in 0.005049809 sec., 368726.81719249184 rows/sec., 28.12 MiB/sec. | ||
| 2275 | 2025.01.16 19:50:02.471852 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2276 | 2025.01.16 19:50:02.471921 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 2277 | 2025.01.16 19:50:02.471929 [ 262 ] {ffdb9bfc-169b-4038-8f3f-820434fdd10d} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.00464 sec., 27586.206896551725 rows/sec., 1.92 MiB/sec. | ||
| 2278 | 2025.01.16 19:50:02.472247 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2279 | 2025.01.16 19:50:02.472292 [ 262 ] {ffdb9bfc-169b-4038-8f3f-820434fdd10d} <Debug> TCPHandler: Processed in 0.005374055 sec. | ||
| 2280 | 2025.01.16 19:50:02.472618 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2281 | 2025.01.16 19:50:02.473027 [ 260 ] {97ba0008-0398-4a0f-bae1-ea7b08bc3ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2282 | 2025.01.16 19:50:02.473182 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::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 | ||
| 2283 | 2025.01.16 19:50:02.473201 [ 260 ] {97ba0008-0398-4a0f-bae1-ea7b08bc3ca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2284 | 2025.01.16 19:50:02.473350 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_11_2} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2285 | 2025.01.16 19:50:02.473718 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_11_2} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2286 | 2025.01.16 19:50:02.473808 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2287 | 2025.01.16 19:50:02.474007 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 2288 | 2025.01.16 19:50:02.474011 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 647 rows starting from the beginning of the part | ||
| 2289 | 2025.01.16 19:50:02.474468 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 150 rows starting from the beginning of the part | ||
| 2290 | 2025.01.16 19:50:02.474722 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 227 rows starting from the beginning of the part | ||
| 2291 | 2025.01.16 19:50:02.475118 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 150 rows starting from the beginning of the part | ||
| 2292 | 2025.01.16 19:50:02.475462 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2028 rows starting from the beginning of the part | ||
| 2293 | 2025.01.16 19:50:02.475823 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 128 rows starting from the beginning of the part | ||
| 2294 | 2025.01.16 19:50:02.475963 [ 260 ] {97ba0008-0398-4a0f-bae1-ea7b08bc3ca8} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2295 | 2025.01.16 19:50:02.476077 [ 260 ] {97ba0008-0398-4a0f-bae1-ea7b08bc3ca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 2296 | 2025.01.16 19:50:02.477091 [ 260 ] {97ba0008-0398-4a0f-bae1-ea7b08bc3ca8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2297 | 2025.01.16 19:50:02.477637 [ 260 ] {97ba0008-0398-4a0f-bae1-ea7b08bc3ca8} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2298 | 2025.01.16 19:50:02.478025 [ 43 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2299 | 2025.01.16 19:50:02.478170 [ 43 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2300 | 2025.01.16 19:50:02.478266 [ 260 ] {97ba0008-0398-4a0f-bae1-ea7b08bc3ca8} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005365 sec., 8946.877912395154 rows/sec., 617.43 KiB/sec. | ||
| 2301 | 2025.01.16 19:50:02.478271 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 2302 | 2025.01.16 19:50:02.478537 [ 260 ] {97ba0008-0398-4a0f-bae1-ea7b08bc3ca8} <Debug> TCPHandler: Processed in 0.006090467 sec. | ||
| 2303 | 2025.01.16 19:50:02.478843 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::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 | ||
| 2304 | 2025.01.16 19:50:02.479112 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2305 | 2025.01.16 19:50:02.479156 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 222 rows starting from the beginning of the part | ||
| 2306 | 2025.01.16 19:50:02.479299 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 50 rows starting from the beginning of the part | ||
| 2307 | 2025.01.16 19:50:02.479444 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 72 rows starting from the beginning of the part | ||
| 2308 | 2025.01.16 19:50:02.479649 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 50 rows starting from the beginning of the part | ||
| 2309 | 2025.01.16 19:50:02.479904 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 32 rows starting from the beginning of the part | ||
| 2310 | 2025.01.16 19:50:02.480330 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 48 rows starting from the beginning of the part | ||
| 2311 | 2025.01.16 19:50:02.480824 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3330 rows, containing 5 columns (5 merged, 0 gathered) in 0.008692122 sec., 383105.5293517509 rows/sec., 25.79 MiB/sec. | ||
| 2312 | 2025.01.16 19:50:02.481226 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2313 | 2025.01.16 19:50:02.481844 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2314 | 2025.01.16 19:50:02.482095 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2315 | 2025.01.16 19:50:02.482304 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 2316 | 2025.01.16 19:50:02.482710 [ 198 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 474 rows, containing 4 columns (4 merged, 0 gathered) in 0.004226904 sec., 112138.81365652023 rows/sec., 7.43 MiB/sec. | ||
| 2317 | 2025.01.16 19:50:02.482897 [ 200 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2318 | 2025.01.16 19:50:02.483203 [ 200 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_11_2} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2319 | 2025.01.16 19:50:02.483290 [ 200 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_11_2} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2320 | 2025.01.16 19:50:02.483377 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 2321 | 2025.01.16 19:50:03.252492 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
| 2322 | 2025.01.16 19:50:03.253256 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2323 | 2025.01.16 19:50:03.253305 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2324 | 2025.01.16 19:50:03.253844 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2325 | 2025.01.16 19:50:03.254107 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2326 | 2025.01.16 19:50:03.254376 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
| 2327 | 2025.01.16 19:50:03.507683 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2328 | 2025.01.16 19:50:03.527624 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2329 | 2025.01.16 19:50:03.527679 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2330 | 2025.01.16 19:50:03.535170 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2331 | 2025.01.16 19:50:03.535936 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2332 | 2025.01.16 19:50:03.538414 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2333 | 2025.01.16 19:50:04.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.58 MiB, peak 174.29 MiB, free memory in arenas 0.00 B, will set to 168.73 MiB (RSS), difference: 1.15 MiB | ||
| 2334 | 2025.01.16 19:50:05.757968 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 324 | ||
| 2335 | 2025.01.16 19:50:05.761872 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2336 | 2025.01.16 19:50:05.761912 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2337 | 2025.01.16 19:50:05.763481 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2338 | 2025.01.16 19:50:05.763800 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2339 | 2025.01.16 19:50:05.763970 [ 38 ] {} <Debug> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2340 | 2025.01.16 19:50:05.764046 [ 38 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2341 | 2025.01.16 19:50:05.764093 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2342 | 2025.01.16 19:50:05.764642 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::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 | ||
| 2343 | 2025.01.16 19:50:05.765229 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 324 | ||
| 2344 | 2025.01.16 19:50:05.765563 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2345 | 2025.01.16 19:50:05.765689 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::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 | ||
| 2346 | 2025.01.16 19:50:05.766114 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::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 | ||
| 2347 | 2025.01.16 19:50:05.766495 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 32 rows starting from the beginning of the part | ||
| 2348 | 2025.01.16 19:50:05.766880 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 58 rows starting from the beginning of the part | ||
| 2349 | 2025.01.16 19:50:05.767363 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 32 rows starting from the beginning of the part | ||
| 2350 | 2025.01.16 19:50:05.767923 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 66 rows starting from the beginning of the part | ||
| 2351 | 2025.01.16 19:50:05.777558 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 324 rows, containing 72 columns (72 merged, 0 gathered) in 0.013363544 sec., 24245.065530520948 rows/sec., 24.76 MiB/sec. | ||
| 2352 | 2025.01.16 19:50:05.778319 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2353 | 2025.01.16 19:50:05.778975 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_6_1} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2354 | 2025.01.16 19:50:05.779051 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_6_1} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2355 | 2025.01.16 19:50:05.779234 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.71 MiB. | ||
| 2356 | 2025.01.16 19:50:07.442288 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2357 | 2025.01.16 19:50:07.442482 [ 260 ] {8cf4fa41-f412-4750-9699-904a332f7153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2358 | 2025.01.16 19:50:07.442557 [ 260 ] {8cf4fa41-f412-4750-9699-904a332f7153} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2359 | 2025.01.16 19:50:07.443336 [ 260 ] {8cf4fa41-f412-4750-9699-904a332f7153} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2360 | 2025.01.16 19:50:07.443390 [ 260 ] {8cf4fa41-f412-4750-9699-904a332f7153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2361 | 2025.01.16 19:50:07.443844 [ 260 ] {8cf4fa41-f412-4750-9699-904a332f7153} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2362 | 2025.01.16 19:50:07.444117 [ 260 ] {8cf4fa41-f412-4750-9699-904a332f7153} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2363 | 2025.01.16 19:50:07.444363 [ 260 ] {8cf4fa41-f412-4750-9699-904a332f7153} <Debug> executeQuery: Read 118 rows, 10.30 KiB in 0.001933 sec., 61045.007759958615 rows/sec., 5.20 MiB/sec. | ||
| 2364 | 2025.01.16 19:50:07.444431 [ 260 ] {8cf4fa41-f412-4750-9699-904a332f7153} <Debug> TCPHandler: Processed in 0.002276189 sec. | ||
| 2365 | 2025.01.16 19:50:07.444676 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2366 | 2025.01.16 19:50:07.444869 [ 262 ] {94e96131-2fe7-4be1-a29c-305161827236} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2367 | 2025.01.16 19:50:07.444944 [ 262 ] {94e96131-2fe7-4be1-a29c-305161827236} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2368 | 2025.01.16 19:50:07.445699 [ 262 ] {94e96131-2fe7-4be1-a29c-305161827236} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2369 | 2025.01.16 19:50:07.445755 [ 262 ] {94e96131-2fe7-4be1-a29c-305161827236} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2370 | 2025.01.16 19:50:07.446200 [ 262 ] {94e96131-2fe7-4be1-a29c-305161827236} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2371 | 2025.01.16 19:50:07.446458 [ 262 ] {94e96131-2fe7-4be1-a29c-305161827236} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2372 | 2025.01.16 19:50:07.446792 [ 262 ] {94e96131-2fe7-4be1-a29c-305161827236} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001946 sec., 15930.11305241521 rows/sec., 1.17 MiB/sec. | ||
| 2373 | 2025.01.16 19:50:07.446945 [ 262 ] {94e96131-2fe7-4be1-a29c-305161827236} <Debug> TCPHandler: Processed in 0.002406292 sec. | ||
| 2374 | 2025.01.16 19:50:07.447099 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2375 | 2025.01.16 19:50:07.447249 [ 260 ] {54b8085c-a207-47fa-adda-921be3cd66bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2376 | 2025.01.16 19:50:07.447312 [ 260 ] {54b8085c-a207-47fa-adda-921be3cd66bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2377 | 2025.01.16 19:50:07.447961 [ 260 ] {54b8085c-a207-47fa-adda-921be3cd66bf} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2378 | 2025.01.16 19:50:07.448005 [ 260 ] {54b8085c-a207-47fa-adda-921be3cd66bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2379 | 2025.01.16 19:50:07.448390 [ 260 ] {54b8085c-a207-47fa-adda-921be3cd66bf} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2380 | 2025.01.16 19:50:07.448637 [ 260 ] {54b8085c-a207-47fa-adda-921be3cd66bf} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2381 | 2025.01.16 19:50:07.448865 [ 260 ] {54b8085c-a207-47fa-adda-921be3cd66bf} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001651 sec., 57540.88431253786 rows/sec., 4.49 MiB/sec. | ||
| 2382 | 2025.01.16 19:50:07.448925 [ 260 ] {54b8085c-a207-47fa-adda-921be3cd66bf} <Debug> TCPHandler: Processed in 0.001896373 sec. | ||
| 2383 | 2025.01.16 19:50:07.449073 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2384 | 2025.01.16 19:50:07.449196 [ 262 ] {d686092b-662a-4d0e-a1a4-5cda76510379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2385 | 2025.01.16 19:50:07.449254 [ 262 ] {d686092b-662a-4d0e-a1a4-5cda76510379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2386 | 2025.01.16 19:50:07.449914 [ 262 ] {d686092b-662a-4d0e-a1a4-5cda76510379} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2387 | 2025.01.16 19:50:07.449962 [ 262 ] {d686092b-662a-4d0e-a1a4-5cda76510379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2388 | 2025.01.16 19:50:07.450421 [ 262 ] {d686092b-662a-4d0e-a1a4-5cda76510379} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2389 | 2025.01.16 19:50:07.450666 [ 262 ] {d686092b-662a-4d0e-a1a4-5cda76510379} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2390 | 2025.01.16 19:50:07.450928 [ 262 ] {d686092b-662a-4d0e-a1a4-5cda76510379} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001755 sec., 91168.09116809117 rows/sec., 6.35 MiB/sec. | ||
| 2391 | 2025.01.16 19:50:07.451088 [ 262 ] {d686092b-662a-4d0e-a1a4-5cda76510379} <Debug> TCPHandler: Processed in 0.002075176 sec. | ||
| 2392 | 2025.01.16 19:50:07.451229 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2393 | 2025.01.16 19:50:07.451354 [ 260 ] {e2324b16-309b-4854-857f-dee870a87f9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2394 | 2025.01.16 19:50:07.451438 [ 260 ] {e2324b16-309b-4854-857f-dee870a87f9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2395 | 2025.01.16 19:50:07.452631 [ 260 ] {e2324b16-309b-4854-857f-dee870a87f9d} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2396 | 2025.01.16 19:50:07.452671 [ 260 ] {e2324b16-309b-4854-857f-dee870a87f9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2397 | 2025.01.16 19:50:07.453338 [ 260 ] {e2324b16-309b-4854-857f-dee870a87f9d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2398 | 2025.01.16 19:50:07.453602 [ 260 ] {e2324b16-309b-4854-857f-dee870a87f9d} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2399 | 2025.01.16 19:50:07.453857 [ 260 ] {e2324b16-309b-4854-857f-dee870a87f9d} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00253 sec., 12252.96442687747 rows/sec., 21.96 MiB/sec. | ||
| 2400 | 2025.01.16 19:50:07.453987 [ 260 ] {e2324b16-309b-4854-857f-dee870a87f9d} <Debug> TCPHandler: Processed in 0.002816379 sec. | ||
| 2401 | 2025.01.16 19:50:07.454134 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2402 | 2025.01.16 19:50:07.454275 [ 262 ] {7bdf788c-6249-4dd7-9d01-821b5cdfaacf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2403 | 2025.01.16 19:50:07.454336 [ 262 ] {7bdf788c-6249-4dd7-9d01-821b5cdfaacf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2404 | 2025.01.16 19:50:07.454908 [ 262 ] {7bdf788c-6249-4dd7-9d01-821b5cdfaacf} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2405 | 2025.01.16 19:50:07.454954 [ 262 ] {7bdf788c-6249-4dd7-9d01-821b5cdfaacf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2406 | 2025.01.16 19:50:07.455395 [ 262 ] {7bdf788c-6249-4dd7-9d01-821b5cdfaacf} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2407 | 2025.01.16 19:50:07.455639 [ 262 ] {7bdf788c-6249-4dd7-9d01-821b5cdfaacf} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2408 | 2025.01.16 19:50:07.455917 [ 262 ] {7bdf788c-6249-4dd7-9d01-821b5cdfaacf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001671 sec., 35906.64272890485 rows/sec., 2.42 MiB/sec. | ||
| 2409 | 2025.01.16 19:50:07.456143 [ 262 ] {7bdf788c-6249-4dd7-9d01-821b5cdfaacf} <Debug> TCPHandler: Processed in 0.002068756 sec. | ||
| 2410 | 2025.01.16 19:50:10.655728 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2411 | 2025.01.16 19:50:10.655813 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2412 | 2025.01.16 19:50:10.754624 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
| 2413 | 2025.01.16 19:50:10.755317 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2414 | 2025.01.16 19:50:10.755374 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2415 | 2025.01.16 19:50:10.755905 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2416 | 2025.01.16 19:50:10.756170 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2417 | 2025.01.16 19:50:10.756434 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2418 | 2025.01.16 19:50:11.038592 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2419 | 2025.01.16 19:50:11.058895 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2420 | 2025.01.16 19:50:11.058945 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2421 | 2025.01.16 19:50:11.066139 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2422 | 2025.01.16 19:50:11.066875 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2423 | 2025.01.16 19:50:11.069572 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2424 | 2025.01.16 19:50:12.446110 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2425 | 2025.01.16 19:50:12.446328 [ 260 ] {4e835c43-96b3-437c-9bd4-d2d0530e8e51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2426 | 2025.01.16 19:50:12.446408 [ 260 ] {4e835c43-96b3-437c-9bd4-d2d0530e8e51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2427 | 2025.01.16 19:50:12.447140 [ 260 ] {4e835c43-96b3-437c-9bd4-d2d0530e8e51} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2428 | 2025.01.16 19:50:12.447188 [ 260 ] {4e835c43-96b3-437c-9bd4-d2d0530e8e51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2429 | 2025.01.16 19:50:12.447627 [ 260 ] {4e835c43-96b3-437c-9bd4-d2d0530e8e51} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2430 | 2025.01.16 19:50:12.447893 [ 260 ] {4e835c43-96b3-437c-9bd4-d2d0530e8e51} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2431 | 2025.01.16 19:50:12.448136 [ 260 ] {4e835c43-96b3-437c-9bd4-d2d0530e8e51} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001867 sec., 7498.660953401179 rows/sec., 539.80 KiB/sec. | ||
| 2432 | 2025.01.16 19:50:12.448195 [ 260 ] {4e835c43-96b3-437c-9bd4-d2d0530e8e51} <Debug> TCPHandler: Processed in 0.002224499 sec. | ||
| 2433 | 2025.01.16 19:50:12.448452 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2434 | 2025.01.16 19:50:12.448670 [ 262 ] {914cb302-1ff0-4c8a-9b1e-d122e48c0557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2435 | 2025.01.16 19:50:12.448755 [ 262 ] {914cb302-1ff0-4c8a-9b1e-d122e48c0557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2436 | 2025.01.16 19:50:12.449688 [ 262 ] {914cb302-1ff0-4c8a-9b1e-d122e48c0557} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2437 | 2025.01.16 19:50:12.449741 [ 262 ] {914cb302-1ff0-4c8a-9b1e-d122e48c0557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2438 | 2025.01.16 19:50:12.450197 [ 262 ] {914cb302-1ff0-4c8a-9b1e-d122e48c0557} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2439 | 2025.01.16 19:50:12.450449 [ 262 ] {914cb302-1ff0-4c8a-9b1e-d122e48c0557} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2440 | 2025.01.16 19:50:12.450691 [ 262 ] {914cb302-1ff0-4c8a-9b1e-d122e48c0557} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002083 sec., 97455.59289486316 rows/sec., 8.44 MiB/sec. | ||
| 2441 | 2025.01.16 19:50:12.450754 [ 262 ] {914cb302-1ff0-4c8a-9b1e-d122e48c0557} <Debug> TCPHandler: Processed in 0.002449673 sec. | ||
| 2442 | 2025.01.16 19:50:12.450906 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2443 | 2025.01.16 19:50:12.451045 [ 260 ] {74a6c91b-4ee5-4add-8282-f47dcdd21cea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2444 | 2025.01.16 19:50:12.451110 [ 260 ] {74a6c91b-4ee5-4add-8282-f47dcdd21cea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2445 | 2025.01.16 19:50:12.451748 [ 260 ] {74a6c91b-4ee5-4add-8282-f47dcdd21cea} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2446 | 2025.01.16 19:50:12.451787 [ 260 ] {74a6c91b-4ee5-4add-8282-f47dcdd21cea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2447 | 2025.01.16 19:50:12.452148 [ 260 ] {74a6c91b-4ee5-4add-8282-f47dcdd21cea} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2448 | 2025.01.16 19:50:12.452387 [ 260 ] {74a6c91b-4ee5-4add-8282-f47dcdd21cea} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2449 | 2025.01.16 19:50:12.452602 [ 260 ] {74a6c91b-4ee5-4add-8282-f47dcdd21cea} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001588 sec., 4408.060453400503 rows/sec., 287.19 KiB/sec. | ||
| 2450 | 2025.01.16 19:50:12.452656 [ 260 ] {74a6c91b-4ee5-4add-8282-f47dcdd21cea} <Debug> TCPHandler: Processed in 0.001818621 sec. | ||
| 2451 | 2025.01.16 19:50:12.452806 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2452 | 2025.01.16 19:50:12.452949 [ 262 ] {24066b69-bcb5-45f9-ab69-7bdc65ec1154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2453 | 2025.01.16 19:50:12.453009 [ 262 ] {24066b69-bcb5-45f9-ab69-7bdc65ec1154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2454 | 2025.01.16 19:50:12.453672 [ 262 ] {24066b69-bcb5-45f9-ab69-7bdc65ec1154} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2455 | 2025.01.16 19:50:12.453713 [ 262 ] {24066b69-bcb5-45f9-ab69-7bdc65ec1154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2456 | 2025.01.16 19:50:12.454067 [ 262 ] {24066b69-bcb5-45f9-ab69-7bdc65ec1154} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2457 | 2025.01.16 19:50:12.454308 [ 262 ] {24066b69-bcb5-45f9-ab69-7bdc65ec1154} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2458 | 2025.01.16 19:50:12.454555 [ 262 ] {24066b69-bcb5-45f9-ab69-7bdc65ec1154} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00164 sec., 8536.585365853658 rows/sec., 597.85 KiB/sec. | ||
| 2459 | 2025.01.16 19:50:12.454759 [ 262 ] {24066b69-bcb5-45f9-ab69-7bdc65ec1154} <Debug> TCPHandler: Processed in 0.002019295 sec. | ||
| 2460 | 2025.01.16 19:50:12.454906 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2461 | 2025.01.16 19:50:12.455044 [ 260 ] {39e63a9d-cdbe-42af-b7b0-56f1168c5bb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2462 | 2025.01.16 19:50:12.455102 [ 260 ] {39e63a9d-cdbe-42af-b7b0-56f1168c5bb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2463 | 2025.01.16 19:50:12.455751 [ 260 ] {39e63a9d-cdbe-42af-b7b0-56f1168c5bb5} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2464 | 2025.01.16 19:50:12.455791 [ 260 ] {39e63a9d-cdbe-42af-b7b0-56f1168c5bb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2465 | 2025.01.16 19:50:12.456142 [ 260 ] {39e63a9d-cdbe-42af-b7b0-56f1168c5bb5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2466 | 2025.01.16 19:50:12.456380 [ 260 ] {39e63a9d-cdbe-42af-b7b0-56f1168c5bb5} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2467 | 2025.01.16 19:50:12.456606 [ 260 ] {39e63a9d-cdbe-42af-b7b0-56f1168c5bb5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001584 sec., 8207.070707070707 rows/sec., 511.71 KiB/sec. | ||
| 2468 | 2025.01.16 19:50:12.456675 [ 260 ] {39e63a9d-cdbe-42af-b7b0-56f1168c5bb5} <Debug> TCPHandler: Processed in 0.001837012 sec. | ||
| 2469 | 2025.01.16 19:50:12.456825 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2470 | 2025.01.16 19:50:12.456962 [ 262 ] {9d91426a-b97b-48a5-b9e0-cedeeac1b72b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2471 | 2025.01.16 19:50:12.457018 [ 262 ] {9d91426a-b97b-48a5-b9e0-cedeeac1b72b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2472 | 2025.01.16 19:50:12.457789 [ 262 ] {9d91426a-b97b-48a5-b9e0-cedeeac1b72b} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2473 | 2025.01.16 19:50:12.457828 [ 262 ] {9d91426a-b97b-48a5-b9e0-cedeeac1b72b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2474 | 2025.01.16 19:50:12.458208 [ 262 ] {9d91426a-b97b-48a5-b9e0-cedeeac1b72b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2475 | 2025.01.16 19:50:12.458460 [ 262 ] {9d91426a-b97b-48a5-b9e0-cedeeac1b72b} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2476 | 2025.01.16 19:50:12.458745 [ 262 ] {9d91426a-b97b-48a5-b9e0-cedeeac1b72b} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001791 sec., 213288.66554997207 rows/sec., 15.09 MiB/sec. | ||
| 2477 | 2025.01.16 19:50:12.458902 [ 262 ] {9d91426a-b97b-48a5-b9e0-cedeeac1b72b} <Debug> TCPHandler: Processed in 0.002143778 sec. | ||
| 2478 | 2025.01.16 19:50:12.459055 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2479 | 2025.01.16 19:50:12.459199 [ 260 ] {817dea26-635c-4ce7-abca-59eab8c599fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2480 | 2025.01.16 19:50:12.459259 [ 260 ] {817dea26-635c-4ce7-abca-59eab8c599fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2481 | 2025.01.16 19:50:12.459776 [ 260 ] {817dea26-635c-4ce7-abca-59eab8c599fb} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2482 | 2025.01.16 19:50:12.459815 [ 260 ] {817dea26-635c-4ce7-abca-59eab8c599fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2483 | 2025.01.16 19:50:12.460193 [ 260 ] {817dea26-635c-4ce7-abca-59eab8c599fb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2484 | 2025.01.16 19:50:12.460436 [ 260 ] {817dea26-635c-4ce7-abca-59eab8c599fb} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2485 | 2025.01.16 19:50:12.460650 [ 260 ] {817dea26-635c-4ce7-abca-59eab8c599fb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001482 sec., 4048.5829959514167 rows/sec., 211.52 KiB/sec. | ||
| 2486 | 2025.01.16 19:50:12.460702 [ 260 ] {817dea26-635c-4ce7-abca-59eab8c599fb} <Debug> TCPHandler: Processed in 0.00171738 sec. | ||
| 2487 | 2025.01.16 19:50:12.460842 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2488 | 2025.01.16 19:50:12.460981 [ 262 ] {dcb84744-9167-45ab-a38e-dbfb1b47da62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2489 | 2025.01.16 19:50:12.461043 [ 262 ] {dcb84744-9167-45ab-a38e-dbfb1b47da62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2490 | 2025.01.16 19:50:12.461686 [ 262 ] {dcb84744-9167-45ab-a38e-dbfb1b47da62} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2491 | 2025.01.16 19:50:12.461724 [ 262 ] {dcb84744-9167-45ab-a38e-dbfb1b47da62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2492 | 2025.01.16 19:50:12.462110 [ 262 ] {dcb84744-9167-45ab-a38e-dbfb1b47da62} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2493 | 2025.01.16 19:50:12.462339 [ 262 ] {dcb84744-9167-45ab-a38e-dbfb1b47da62} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2494 | 2025.01.16 19:50:12.462620 [ 262 ] {dcb84744-9167-45ab-a38e-dbfb1b47da62} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001647 sec., 143897.99635701274 rows/sec., 9.65 MiB/sec. | ||
| 2495 | 2025.01.16 19:50:12.462776 [ 262 ] {dcb84744-9167-45ab-a38e-dbfb1b47da62} <Debug> TCPHandler: Processed in 0.002001445 sec. | ||
| 2496 | 2025.01.16 19:50:12.462917 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2497 | 2025.01.16 19:50:12.463038 [ 260 ] {eb8b5d63-7fa4-4618-b883-302f44071f61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2498 | 2025.01.16 19:50:12.463090 [ 260 ] {eb8b5d63-7fa4-4618-b883-302f44071f61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2499 | 2025.01.16 19:50:12.463544 [ 260 ] {eb8b5d63-7fa4-4618-b883-302f44071f61} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2500 | 2025.01.16 19:50:12.463582 [ 260 ] {eb8b5d63-7fa4-4618-b883-302f44071f61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2501 | 2025.01.16 19:50:12.463953 [ 260 ] {eb8b5d63-7fa4-4618-b883-302f44071f61} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2502 | 2025.01.16 19:50:12.464196 [ 260 ] {eb8b5d63-7fa4-4618-b883-302f44071f61} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2503 | 2025.01.16 19:50:12.464394 [ 260 ] {eb8b5d63-7fa4-4618-b883-302f44071f61} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001369 sec., 730.4601899196493 rows/sec., 49.22 KiB/sec. | ||
| 2504 | 2025.01.16 19:50:12.464542 [ 260 ] {eb8b5d63-7fa4-4618-b883-302f44071f61} <Debug> TCPHandler: Processed in 0.00168314 sec. | ||
| 2505 | 2025.01.16 19:50:12.464675 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2506 | 2025.01.16 19:50:12.464791 [ 262 ] {57a9580d-cec8-4718-b981-c92359b64abc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2507 | 2025.01.16 19:50:12.464841 [ 262 ] {57a9580d-cec8-4718-b981-c92359b64abc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2508 | 2025.01.16 19:50:12.465325 [ 262 ] {57a9580d-cec8-4718-b981-c92359b64abc} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2509 | 2025.01.16 19:50:12.465364 [ 262 ] {57a9580d-cec8-4718-b981-c92359b64abc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2510 | 2025.01.16 19:50:12.465720 [ 262 ] {57a9580d-cec8-4718-b981-c92359b64abc} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2511 | 2025.01.16 19:50:12.465948 [ 262 ] {57a9580d-cec8-4718-b981-c92359b64abc} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2512 | 2025.01.16 19:50:12.466210 [ 262 ] {57a9580d-cec8-4718-b981-c92359b64abc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001434 sec., 57182.705718270576 rows/sec., 3.63 MiB/sec. | ||
| 2513 | 2025.01.16 19:50:12.466365 [ 262 ] {57a9580d-cec8-4718-b981-c92359b64abc} <Debug> TCPHandler: Processed in 0.001744191 sec. | ||
| 2514 | 2025.01.16 19:50:13.817964 [ 28 ] {} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2515 | 2025.01.16 19:50:13.818089 [ 28 ] {} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2516 | 2025.01.16 19:50:13.818133 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2517 | 2025.01.16 19:50:13.818484 [ 198 ] {09e76587-4bbd-4ee4-8822-5244b85c35ef::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 | ||
| 2518 | 2025.01.16 19:50:13.819071 [ 198 ] {09e76587-4bbd-4ee4-8822-5244b85c35ef::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2519 | 2025.01.16 19:50:13.819116 [ 198 ] {09e76587-4bbd-4ee4-8822-5244b85c35ef::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 | ||
| 2520 | 2025.01.16 19:50:13.819236 [ 198 ] {09e76587-4bbd-4ee4-8822-5244b85c35ef::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 2521 | 2025.01.16 19:50:13.819355 [ 198 ] {09e76587-4bbd-4ee4-8822-5244b85c35ef::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 | ||
| 2522 | 2025.01.16 19:50:13.819459 [ 198 ] {09e76587-4bbd-4ee4-8822-5244b85c35ef::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 7 rows starting from the beginning of the part | ||
| 2523 | 2025.01.16 19:50:13.819560 [ 198 ] {09e76587-4bbd-4ee4-8822-5244b85c35ef::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
| 2524 | 2025.01.16 19:50:13.821786 [ 199 ] {09e76587-4bbd-4ee4-8822-5244b85c35ef::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.003520972 sec., 11644.511799582617 rows/sec., 1.90 MiB/sec. | ||
| 2525 | 2025.01.16 19:50:13.822136 [ 199 ] {09e76587-4bbd-4ee4-8822-5244b85c35ef::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2526 | 2025.01.16 19:50:13.822813 [ 199 ] {09e76587-4bbd-4ee4-8822-5244b85c35ef::all_1_5_1} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2527 | 2025.01.16 19:50:13.822900 [ 199 ] {09e76587-4bbd-4ee4-8822-5244b85c35ef::all_1_5_1} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2528 | 2025.01.16 19:50:13.823000 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2529 | 2025.01.16 19:50:15.765686 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 356 | ||
| 2530 | 2025.01.16 19:50:15.768967 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2531 | 2025.01.16 19:50:15.769017 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2532 | 2025.01.16 19:50:15.770460 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2533 | 2025.01.16 19:50:15.770765 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2534 | 2025.01.16 19:50:15.771751 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 356 | ||
| 2535 | 2025.01.16 19:50:17.434888 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2536 | 2025.01.16 19:50:17.435194 [ 260 ] {c68afd48-49e2-4248-acb8-b2a9962eb867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2537 | 2025.01.16 19:50:17.435708 [ 260 ] {c68afd48-49e2-4248-acb8-b2a9962eb867} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2538 | 2025.01.16 19:50:17.435784 [ 260 ] {c68afd48-49e2-4248-acb8-b2a9962eb867} <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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2539 | 2025.01.16 19:50:17.436192 [ 260 ] {c68afd48-49e2-4248-acb8-b2a9962eb867} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2540 | 2025.01.16 19:50:17.436273 [ 260 ] {c68afd48-49e2-4248-acb8-b2a9962eb867} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2541 | 2025.01.16 19:50:17.436452 [ 260 ] {c68afd48-49e2-4248-acb8-b2a9962eb867} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2542 | 2025.01.16 19:50:17.436494 [ 260 ] {c68afd48-49e2-4248-acb8-b2a9962eb867} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2543 | 2025.01.16 19:50:17.436518 [ 260 ] {c68afd48-49e2-4248-acb8-b2a9962eb867} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (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 | ||
| 2544 | 2025.01.16 19:50:17.436537 [ 260 ] {c68afd48-49e2-4248-acb8-b2a9962eb867} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2545 | 2025.01.16 19:50:17.436590 [ 260 ] {c68afd48-49e2-4248-acb8-b2a9962eb867} <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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2546 | 2025.01.16 19:50:17.436615 [ 260 ] {c68afd48-49e2-4248-acb8-b2a9962eb867} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 2547 | 2025.01.16 19:50:17.437818 [ 260 ] {c68afd48-49e2-4248-acb8-b2a9962eb867} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002775 sec., 14774.774774774774 rows/sec., 563.06 KiB/sec. | ||
| 2548 | 2025.01.16 19:50:17.437949 [ 260 ] {c68afd48-49e2-4248-acb8-b2a9962eb867} <Debug> TCPHandler: Processed in 0.003209936 sec. | ||
| 2549 | 2025.01.16 19:50:17.446957 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2550 | 2025.01.16 19:50:17.447105 [ 260 ] {e395bfb2-f9fa-4de5-8495-7c5e9c7b5c9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2551 | 2025.01.16 19:50:17.447166 [ 260 ] {e395bfb2-f9fa-4de5-8495-7c5e9c7b5c9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2552 | 2025.01.16 19:50:17.447927 [ 260 ] {e395bfb2-f9fa-4de5-8495-7c5e9c7b5c9e} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2553 | 2025.01.16 19:50:17.447971 [ 260 ] {e395bfb2-f9fa-4de5-8495-7c5e9c7b5c9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2554 | 2025.01.16 19:50:17.448468 [ 260 ] {e395bfb2-f9fa-4de5-8495-7c5e9c7b5c9e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2555 | 2025.01.16 19:50:17.448693 [ 260 ] {e395bfb2-f9fa-4de5-8495-7c5e9c7b5c9e} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2556 | 2025.01.16 19:50:17.448923 [ 260 ] {e395bfb2-f9fa-4de5-8495-7c5e9c7b5c9e} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001861 sec., 537.345513164965 rows/sec., 121.74 KiB/sec. | ||
| 2557 | 2025.01.16 19:50:17.448979 [ 260 ] {e395bfb2-f9fa-4de5-8495-7c5e9c7b5c9e} <Debug> TCPHandler: Processed in 0.002088627 sec. | ||
| 2558 | 2025.01.16 19:50:17.449225 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2559 | 2025.01.16 19:50:17.449438 [ 262 ] {2a76ff28-0a5f-420c-b9f6-2fdc052947ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2560 | 2025.01.16 19:50:17.449520 [ 262 ] {2a76ff28-0a5f-420c-b9f6-2fdc052947ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2561 | 2025.01.16 19:50:17.450275 [ 262 ] {2a76ff28-0a5f-420c-b9f6-2fdc052947ac} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2562 | 2025.01.16 19:50:17.450317 [ 262 ] {2a76ff28-0a5f-420c-b9f6-2fdc052947ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2563 | 2025.01.16 19:50:17.450740 [ 262 ] {2a76ff28-0a5f-420c-b9f6-2fdc052947ac} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2564 | 2025.01.16 19:50:17.451008 [ 262 ] {2a76ff28-0a5f-420c-b9f6-2fdc052947ac} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2565 | 2025.01.16 19:50:17.451233 [ 262 ] {2a76ff28-0a5f-420c-b9f6-2fdc052947ac} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001854 sec., 3236.2459546925566 rows/sec., 263.89 KiB/sec. | ||
| 2566 | 2025.01.16 19:50:17.451303 [ 262 ] {2a76ff28-0a5f-420c-b9f6-2fdc052947ac} <Debug> TCPHandler: Processed in 0.002221599 sec. | ||
| 2567 | 2025.01.16 19:50:17.451463 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2568 | 2025.01.16 19:50:17.451606 [ 260 ] {e3f5034e-22c1-4787-856b-0848939af0e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2569 | 2025.01.16 19:50:17.451664 [ 260 ] {e3f5034e-22c1-4787-856b-0848939af0e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2570 | 2025.01.16 19:50:17.452326 [ 260 ] {e3f5034e-22c1-4787-856b-0848939af0e4} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2571 | 2025.01.16 19:50:17.452369 [ 260 ] {e3f5034e-22c1-4787-856b-0848939af0e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2572 | 2025.01.16 19:50:17.452748 [ 260 ] {e3f5034e-22c1-4787-856b-0848939af0e4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2573 | 2025.01.16 19:50:17.452997 [ 260 ] {e3f5034e-22c1-4787-856b-0848939af0e4} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2574 | 2025.01.16 19:50:17.453232 [ 260 ] {e3f5034e-22c1-4787-856b-0848939af0e4} <Debug> executeQuery: Read 121 rows, 10.52 KiB in 0.001655 sec., 73111.78247734139 rows/sec., 6.21 MiB/sec. | ||
| 2575 | 2025.01.16 19:50:17.453334 [ 260 ] {e3f5034e-22c1-4787-856b-0848939af0e4} <Debug> TCPHandler: Processed in 0.001939165 sec. | ||
| 2576 | 2025.01.16 19:50:17.453481 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2577 | 2025.01.16 19:50:17.453606 [ 262 ] {746788c9-8ab8-443a-9740-b2ea1787a1be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2578 | 2025.01.16 19:50:17.453658 [ 262 ] {746788c9-8ab8-443a-9740-b2ea1787a1be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2579 | 2025.01.16 19:50:17.454257 [ 262 ] {746788c9-8ab8-443a-9740-b2ea1787a1be} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2580 | 2025.01.16 19:50:17.454295 [ 262 ] {746788c9-8ab8-443a-9740-b2ea1787a1be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2581 | 2025.01.16 19:50:17.454664 [ 262 ] {746788c9-8ab8-443a-9740-b2ea1787a1be} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2582 | 2025.01.16 19:50:17.454906 [ 262 ] {746788c9-8ab8-443a-9740-b2ea1787a1be} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2583 | 2025.01.16 19:50:17.455087 [ 262 ] {746788c9-8ab8-443a-9740-b2ea1787a1be} <Debug> executeQuery: Read 37 rows, 2.75 KiB in 0.001512 sec., 24470.89947089947 rows/sec., 1.78 MiB/sec. | ||
| 2584 | 2025.01.16 19:50:17.455142 [ 262 ] {746788c9-8ab8-443a-9740-b2ea1787a1be} <Debug> TCPHandler: Processed in 0.0017174 sec. | ||
| 2585 | 2025.01.16 19:50:17.455279 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2586 | 2025.01.16 19:50:17.455396 [ 260 ] {4c1c1a9d-bb7c-421c-9b84-3a7dabe00e48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2587 | 2025.01.16 19:50:17.455444 [ 260 ] {4c1c1a9d-bb7c-421c-9b84-3a7dabe00e48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2588 | 2025.01.16 19:50:17.456056 [ 260 ] {4c1c1a9d-bb7c-421c-9b84-3a7dabe00e48} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2589 | 2025.01.16 19:50:17.456097 [ 260 ] {4c1c1a9d-bb7c-421c-9b84-3a7dabe00e48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2590 | 2025.01.16 19:50:17.456462 [ 260 ] {4c1c1a9d-bb7c-421c-9b84-3a7dabe00e48} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2591 | 2025.01.16 19:50:17.456698 [ 260 ] {4c1c1a9d-bb7c-421c-9b84-3a7dabe00e48} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2592 | 2025.01.16 19:50:17.456952 [ 260 ] {4c1c1a9d-bb7c-421c-9b84-3a7dabe00e48} <Debug> executeQuery: Read 101 rows, 8.09 KiB in 0.001579 sec., 63964.53451551615 rows/sec., 5.00 MiB/sec. | ||
| 2593 | 2025.01.16 19:50:17.457154 [ 260 ] {4c1c1a9d-bb7c-421c-9b84-3a7dabe00e48} <Debug> TCPHandler: Processed in 0.001931903 sec. | ||
| 2594 | 2025.01.16 19:50:17.457320 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2595 | 2025.01.16 19:50:17.457463 [ 262 ] {408a4fb7-62d2-404d-a83c-414393a83d87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2596 | 2025.01.16 19:50:17.457527 [ 262 ] {408a4fb7-62d2-404d-a83c-414393a83d87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2597 | 2025.01.16 19:50:17.458123 [ 262 ] {408a4fb7-62d2-404d-a83c-414393a83d87} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2598 | 2025.01.16 19:50:17.458159 [ 262 ] {408a4fb7-62d2-404d-a83c-414393a83d87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2599 | 2025.01.16 19:50:17.458552 [ 262 ] {408a4fb7-62d2-404d-a83c-414393a83d87} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2600 | 2025.01.16 19:50:17.458792 [ 262 ] {408a4fb7-62d2-404d-a83c-414393a83d87} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2601 | 2025.01.16 19:50:17.458970 [ 262 ] {408a4fb7-62d2-404d-a83c-414393a83d87} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.00154 sec., 105844.15584415584 rows/sec., 7.37 MiB/sec. | ||
| 2602 | 2025.01.16 19:50:17.459021 [ 262 ] {408a4fb7-62d2-404d-a83c-414393a83d87} <Debug> TCPHandler: Processed in 0.001772711 sec. | ||
| 2603 | 2025.01.16 19:50:17.459170 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2604 | 2025.01.16 19:50:17.459310 [ 260 ] {7bec951a-f2ad-43c8-8b24-537137dd9a22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2605 | 2025.01.16 19:50:17.459403 [ 260 ] {7bec951a-f2ad-43c8-8b24-537137dd9a22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2606 | 2025.01.16 19:50:17.460597 [ 260 ] {7bec951a-f2ad-43c8-8b24-537137dd9a22} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2607 | 2025.01.16 19:50:17.460636 [ 260 ] {7bec951a-f2ad-43c8-8b24-537137dd9a22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2608 | 2025.01.16 19:50:17.461282 [ 260 ] {7bec951a-f2ad-43c8-8b24-537137dd9a22} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2609 | 2025.01.16 19:50:17.461540 [ 260 ] {7bec951a-f2ad-43c8-8b24-537137dd9a22} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2610 | 2025.01.16 19:50:17.461701 [ 85 ] {} <Debug> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2611 | 2025.01.16 19:50:17.461779 [ 85 ] {} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2612 | 2025.01.16 19:50:17.461808 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2613 | 2025.01.16 19:50:17.461841 [ 260 ] {7bec951a-f2ad-43c8-8b24-537137dd9a22} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002549 sec., 12161.632012553942 rows/sec., 21.79 MiB/sec. | ||
| 2614 | 2025.01.16 19:50:17.462038 [ 198 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::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 | ||
| 2615 | 2025.01.16 19:50:17.462066 [ 260 ] {7bec951a-f2ad-43c8-8b24-537137dd9a22} <Debug> TCPHandler: Processed in 0.002972203 sec. | ||
| 2616 | 2025.01.16 19:50:17.462264 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2617 | 2025.01.16 19:50:17.462559 [ 262 ] {ed6745ac-dfc9-495a-a14e-5cff2ebca11e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2618 | 2025.01.16 19:50:17.462577 [ 198 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2619 | 2025.01.16 19:50:17.462688 [ 262 ] {ed6745ac-dfc9-495a-a14e-5cff2ebca11e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2620 | 2025.01.16 19:50:17.462730 [ 198 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 29 rows starting from the beginning of the part | ||
| 2621 | 2025.01.16 19:50:17.463711 [ 198 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 31 rows starting from the beginning of the part | ||
| 2622 | 2025.01.16 19:50:17.464359 [ 198 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 31 rows starting from the beginning of the part | ||
| 2623 | 2025.01.16 19:50:17.465117 [ 262 ] {ed6745ac-dfc9-495a-a14e-5cff2ebca11e} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2624 | 2025.01.16 19:50:17.465134 [ 198 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 31 rows starting from the beginning of the part | ||
| 2625 | 2025.01.16 19:50:17.465188 [ 262 ] {ed6745ac-dfc9-495a-a14e-5cff2ebca11e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2626 | 2025.01.16 19:50:17.465749 [ 198 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 31 rows starting from the beginning of the part | ||
| 2627 | 2025.01.16 19:50:17.466415 [ 198 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 31 rows starting from the beginning of the part | ||
| 2628 | 2025.01.16 19:50:17.466647 [ 262 ] {ed6745ac-dfc9-495a-a14e-5cff2ebca11e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2629 | 2025.01.16 19:50:17.467334 [ 262 ] {ed6745ac-dfc9-495a-a14e-5cff2ebca11e} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2630 | 2025.01.16 19:50:17.467734 [ 262 ] {ed6745ac-dfc9-495a-a14e-5cff2ebca11e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00527 sec., 11385.199240986716 rows/sec., 785.70 KiB/sec. | ||
| 2631 | 2025.01.16 19:50:17.467930 [ 262 ] {ed6745ac-dfc9-495a-a14e-5cff2ebca11e} <Debug> TCPHandler: Processed in 0.005766722 sec. | ||
| 2632 | 2025.01.16 19:50:17.470850 [ 192 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 19 columns (19 merged, 0 gathered) in 0.008941237 sec., 20578.808055305995 rows/sec., 36.88 MiB/sec. | ||
| 2633 | 2025.01.16 19:50:17.471440 [ 192 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2634 | 2025.01.16 19:50:17.471952 [ 192 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2635 | 2025.01.16 19:50:17.472043 [ 192 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2636 | 2025.01.16 19:50:17.472216 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
| 2637 | 2025.01.16 19:50:18.256628 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
| 2638 | 2025.01.16 19:50:18.257765 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2639 | 2025.01.16 19:50:18.257861 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2640 | 2025.01.16 19:50:18.258396 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2641 | 2025.01.16 19:50:18.258650 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2642 | 2025.01.16 19:50:18.258887 [ 112 ] {} <Debug> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2643 | 2025.01.16 19:50:18.258922 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
| 2644 | 2025.01.16 19:50:18.259015 [ 112 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2645 | 2025.01.16 19:50:18.259062 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2646 | 2025.01.16 19:50:18.259262 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::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 | ||
| 2647 | 2025.01.16 19:50:18.259480 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2648 | 2025.01.16 19:50:18.259558 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part | ||
| 2649 | 2025.01.16 19:50:18.259728 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::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 | ||
| 2650 | 2025.01.16 19:50:18.259978 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::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 | ||
| 2651 | 2025.01.16 19:50:18.260212 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::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 | ||
| 2652 | 2025.01.16 19:50:18.260349 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part | ||
| 2653 | 2025.01.16 19:50:18.260523 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part | ||
| 2654 | 2025.01.16 19:50:18.262332 [ 198 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.003154506 sec., 1624343.082561897 rows/sec., 23.24 MiB/sec. | ||
| 2655 | 2025.01.16 19:50:18.263082 [ 188 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2656 | 2025.01.16 19:50:18.263395 [ 188 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_11_2} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2657 | 2025.01.16 19:50:18.263480 [ 188 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_11_2} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2658 | 2025.01.16 19:50:18.263564 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2659 | 2025.01.16 19:50:18.569711 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2660 | 2025.01.16 19:50:18.590995 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2661 | 2025.01.16 19:50:18.591044 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2662 | 2025.01.16 19:50:18.598440 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2663 | 2025.01.16 19:50:18.599196 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2664 | 2025.01.16 19:50:18.599497 [ 112 ] {} <Debug> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2665 | 2025.01.16 19:50:18.599566 [ 112 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2666 | 2025.01.16 19:50:18.599605 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2667 | 2025.01.16 19:50:18.599859 [ 196 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 2668 | 2025.01.16 19:50:18.608285 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2669 | 2025.01.16 19:50:18.609492 [ 196 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2670 | 2025.01.16 19:50:18.610358 [ 196 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 2671 | 2025.01.16 19:50:18.615191 [ 196 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 2672 | 2025.01.16 19:50:18.619768 [ 196 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 2673 | 2025.01.16 19:50:18.624584 [ 196 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 2674 | 2025.01.16 19:50:18.629717 [ 196 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 2675 | 2025.01.16 19:50:18.634097 [ 196 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 2676 | 2025.01.16 19:50:18.690957 [ 198 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.091258072 sec., 909.5085857172174 rows/sec., 4.70 MiB/sec. | ||
| 2677 | 2025.01.16 19:50:18.692580 [ 204 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2678 | 2025.01.16 19:50:18.695012 [ 204 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_11_2} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2679 | 2025.01.16 19:50:18.695124 [ 204 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_11_2} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2680 | 2025.01.16 19:50:18.696582 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2681 | 2025.01.16 19:50:19.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.55 MiB, peak 180.43 MiB, free memory in arenas 0.00 B, will set to 172.29 MiB (RSS), difference: 1.75 MiB | ||
| 2682 | 2025.01.16 19:50:22.445946 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2683 | 2025.01.16 19:50:22.446166 [ 260 ] {e01aeb4b-feb1-4a43-adcc-cb3fcdef843f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2684 | 2025.01.16 19:50:22.446251 [ 260 ] {e01aeb4b-feb1-4a43-adcc-cb3fcdef843f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2685 | 2025.01.16 19:50:22.447101 [ 260 ] {e01aeb4b-feb1-4a43-adcc-cb3fcdef843f} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2686 | 2025.01.16 19:50:22.447155 [ 260 ] {e01aeb4b-feb1-4a43-adcc-cb3fcdef843f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2687 | 2025.01.16 19:50:22.447606 [ 260 ] {e01aeb4b-feb1-4a43-adcc-cb3fcdef843f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2688 | 2025.01.16 19:50:22.447877 [ 260 ] {e01aeb4b-feb1-4a43-adcc-cb3fcdef843f} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2689 | 2025.01.16 19:50:22.448079 [ 96 ] {} <Debug> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2690 | 2025.01.16 19:50:22.448158 [ 260 ] {e01aeb4b-feb1-4a43-adcc-cb3fcdef843f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002046 sec., 6842.619745845552 rows/sec., 492.58 KiB/sec. | ||
| 2691 | 2025.01.16 19:50:22.448166 [ 96 ] {} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2692 | 2025.01.16 19:50:22.448249 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2693 | 2025.01.16 19:50:22.448321 [ 260 ] {e01aeb4b-feb1-4a43-adcc-cb3fcdef843f} <Debug> TCPHandler: Processed in 0.002503464 sec. | ||
| 2694 | 2025.01.16 19:50:22.448557 [ 189 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::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 | ||
| 2695 | 2025.01.16 19:50:22.448618 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2696 | 2025.01.16 19:50:22.448756 [ 189 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2697 | 2025.01.16 19:50:22.448808 [ 189 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::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 | ||
| 2698 | 2025.01.16 19:50:22.448815 [ 262 ] {319c7b42-0872-444a-a261-fcf47f3de80b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2699 | 2025.01.16 19:50:22.448894 [ 262 ] {319c7b42-0872-444a-a261-fcf47f3de80b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2700 | 2025.01.16 19:50:22.449009 [ 189 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::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 | ||
| 2701 | 2025.01.16 19:50:22.449359 [ 189 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::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 | ||
| 2702 | 2025.01.16 19:50:22.449619 [ 189 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::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 | ||
| 2703 | 2025.01.16 19:50:22.449977 [ 189 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::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 | ||
| 2704 | 2025.01.16 19:50:22.451201 [ 262 ] {319c7b42-0872-444a-a261-fcf47f3de80b} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2705 | 2025.01.16 19:50:22.451253 [ 262 ] {319c7b42-0872-444a-a261-fcf47f3de80b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2706 | 2025.01.16 19:50:22.451824 [ 204 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00343565 sec., 20374.60160377221 rows/sec., 1.51 MiB/sec. | ||
| 2707 | 2025.01.16 19:50:22.452106 [ 198 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2708 | 2025.01.16 19:50:22.452110 [ 262 ] {319c7b42-0872-444a-a261-fcf47f3de80b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2709 | 2025.01.16 19:50:22.452602 [ 262 ] {319c7b42-0872-444a-a261-fcf47f3de80b} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2710 | 2025.01.16 19:50:22.452708 [ 198 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_5_1} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2711 | 2025.01.16 19:50:22.452986 [ 198 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_5_1} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2712 | 2025.01.16 19:50:22.453158 [ 262 ] {319c7b42-0872-444a-a261-fcf47f3de80b} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.004375 sec., 46399.99999999999 rows/sec., 4.02 MiB/sec. | ||
| 2713 | 2025.01.16 19:50:22.453271 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2714 | 2025.01.16 19:50:22.453448 [ 262 ] {319c7b42-0872-444a-a261-fcf47f3de80b} <Debug> TCPHandler: Processed in 0.004984148 sec. | ||
| 2715 | 2025.01.16 19:50:22.453637 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2716 | 2025.01.16 19:50:22.453785 [ 260 ] {5b6fad7c-81d0-4937-8534-2c5355023295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2717 | 2025.01.16 19:50:22.453848 [ 260 ] {5b6fad7c-81d0-4937-8534-2c5355023295} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2718 | 2025.01.16 19:50:22.454457 [ 260 ] {5b6fad7c-81d0-4937-8534-2c5355023295} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2719 | 2025.01.16 19:50:22.454499 [ 260 ] {5b6fad7c-81d0-4937-8534-2c5355023295} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2720 | 2025.01.16 19:50:22.454863 [ 260 ] {5b6fad7c-81d0-4937-8534-2c5355023295} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2721 | 2025.01.16 19:50:22.455105 [ 260 ] {5b6fad7c-81d0-4937-8534-2c5355023295} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2722 | 2025.01.16 19:50:22.455291 [ 96 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2723 | 2025.01.16 19:50:22.455360 [ 260 ] {5b6fad7c-81d0-4937-8534-2c5355023295} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001599 sec., 4377.736085053159 rows/sec., 285.21 KiB/sec. | ||
| 2724 | 2025.01.16 19:50:22.455373 [ 96 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2725 | 2025.01.16 19:50:22.455467 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2726 | 2025.01.16 19:50:22.455494 [ 260 ] {5b6fad7c-81d0-4937-8534-2c5355023295} <Debug> TCPHandler: Processed in 0.001921843 sec. | ||
| 2727 | 2025.01.16 19:50:22.455749 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2728 | 2025.01.16 19:50:22.455768 [ 204 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::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 | ||
| 2729 | 2025.01.16 19:50:22.455978 [ 262 ] {5d01abaa-3cb2-44de-8791-e5ec67d33fc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2730 | 2025.01.16 19:50:22.456053 [ 204 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2731 | 2025.01.16 19:50:22.456080 [ 262 ] {5d01abaa-3cb2-44de-8791-e5ec67d33fc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2732 | 2025.01.16 19:50:22.456111 [ 204 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 38 rows starting from the beginning of the part | ||
| 2733 | 2025.01.16 19:50:22.456488 [ 204 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::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 | ||
| 2734 | 2025.01.16 19:50:22.456784 [ 204 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 31 rows starting from the beginning of the part | ||
| 2735 | 2025.01.16 19:50:22.457184 [ 204 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::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 | ||
| 2736 | 2025.01.16 19:50:22.457552 [ 204 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 37 rows starting from the beginning of the part | ||
| 2737 | 2025.01.16 19:50:22.457884 [ 204 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::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 | ||
| 2738 | 2025.01.16 19:50:22.458857 [ 262 ] {5d01abaa-3cb2-44de-8791-e5ec67d33fc8} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2739 | 2025.01.16 19:50:22.458919 [ 262 ] {5d01abaa-3cb2-44de-8791-e5ec67d33fc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2740 | 2025.01.16 19:50:22.459978 [ 262 ] {5d01abaa-3cb2-44de-8791-e5ec67d33fc8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2741 | 2025.01.16 19:50:22.460592 [ 262 ] {5d01abaa-3cb2-44de-8791-e5ec67d33fc8} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2742 | 2025.01.16 19:50:22.460595 [ 204 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 127 rows, containing 5 columns (5 merged, 0 gathered) in 0.004996758 sec., 25416.48004566161 rows/sec., 1.90 MiB/sec. | ||
| 2743 | 2025.01.16 19:50:22.460826 [ 204 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2744 | 2025.01.16 19:50:22.461017 [ 262 ] {5d01abaa-3cb2-44de-8791-e5ec67d33fc8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005116 sec., 2736.512900703675 rows/sec., 191.65 KiB/sec. | ||
| 2745 | 2025.01.16 19:50:22.461162 [ 262 ] {5d01abaa-3cb2-44de-8791-e5ec67d33fc8} <Debug> TCPHandler: Processed in 0.005545977 sec. | ||
| 2746 | 2025.01.16 19:50:22.461359 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2747 | 2025.01.16 19:50:22.461406 [ 198 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_11_2} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2748 | 2025.01.16 19:50:22.461515 [ 260 ] {a4ea1ea1-24b2-4e28-bef1-08eee1f76086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2749 | 2025.01.16 19:50:22.461536 [ 198 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_11_2} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2750 | 2025.01.16 19:50:22.461570 [ 260 ] {a4ea1ea1-24b2-4e28-bef1-08eee1f76086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2751 | 2025.01.16 19:50:22.461655 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2752 | 2025.01.16 19:50:22.462189 [ 260 ] {a4ea1ea1-24b2-4e28-bef1-08eee1f76086} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2753 | 2025.01.16 19:50:22.462228 [ 260 ] {a4ea1ea1-24b2-4e28-bef1-08eee1f76086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2754 | 2025.01.16 19:50:22.462587 [ 260 ] {a4ea1ea1-24b2-4e28-bef1-08eee1f76086} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2755 | 2025.01.16 19:50:22.462825 [ 260 ] {a4ea1ea1-24b2-4e28-bef1-08eee1f76086} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2756 | 2025.01.16 19:50:22.462967 [ 96 ] {} <Debug> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2757 | 2025.01.16 19:50:22.463036 [ 96 ] {} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2758 | 2025.01.16 19:50:22.463064 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2759 | 2025.01.16 19:50:22.463098 [ 260 ] {a4ea1ea1-24b2-4e28-bef1-08eee1f76086} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001609 sec., 8079.552517091362 rows/sec., 503.76 KiB/sec. | ||
| 2760 | 2025.01.16 19:50:22.463438 [ 260 ] {a4ea1ea1-24b2-4e28-bef1-08eee1f76086} <Debug> TCPHandler: Processed in 0.002147808 sec. | ||
| 2761 | 2025.01.16 19:50:22.463433 [ 186 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::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 | ||
| 2762 | 2025.01.16 19:50:22.463680 [ 186 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2763 | 2025.01.16 19:50:22.463692 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2764 | 2025.01.16 19:50:22.463722 [ 186 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::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 | ||
| 2765 | 2025.01.16 19:50:22.463928 [ 186 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::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 | ||
| 2766 | 2025.01.16 19:50:22.464133 [ 262 ] {768a31b9-c1c2-48fd-a9ea-c7769c1f3038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2767 | 2025.01.16 19:50:22.464239 [ 186 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::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 | ||
| 2768 | 2025.01.16 19:50:22.464272 [ 262 ] {768a31b9-c1c2-48fd-a9ea-c7769c1f3038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2769 | 2025.01.16 19:50:22.464596 [ 186 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::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 | ||
| 2770 | 2025.01.16 19:50:22.464936 [ 186 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::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 | ||
| 2771 | 2025.01.16 19:50:22.466835 [ 262 ] {768a31b9-c1c2-48fd-a9ea-c7769c1f3038} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2772 | 2025.01.16 19:50:22.466915 [ 262 ] {768a31b9-c1c2-48fd-a9ea-c7769c1f3038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2773 | 2025.01.16 19:50:22.467302 [ 198 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004157393 sec., 15634.798057340262 rows/sec., 1.01 MiB/sec. | ||
| 2774 | 2025.01.16 19:50:22.467496 [ 186 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2775 | 2025.01.16 19:50:22.467799 [ 262 ] {768a31b9-c1c2-48fd-a9ea-c7769c1f3038} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2776 | 2025.01.16 19:50:22.467965 [ 186 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_5_1} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2777 | 2025.01.16 19:50:22.468104 [ 186 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_5_1} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2778 | 2025.01.16 19:50:22.468238 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2779 | 2025.01.16 19:50:22.468278 [ 262 ] {768a31b9-c1c2-48fd-a9ea-c7769c1f3038} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2780 | 2025.01.16 19:50:22.468575 [ 262 ] {768a31b9-c1c2-48fd-a9ea-c7769c1f3038} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.00461 sec., 82863.34056399131 rows/sec., 5.86 MiB/sec. | ||
| 2781 | 2025.01.16 19:50:22.468711 [ 262 ] {768a31b9-c1c2-48fd-a9ea-c7769c1f3038} <Debug> TCPHandler: Processed in 0.00515757 sec. | ||
| 2782 | 2025.01.16 19:50:22.468865 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2783 | 2025.01.16 19:50:22.469007 [ 260 ] {268d2892-284b-450d-9ca8-5dfdfd54703a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2784 | 2025.01.16 19:50:22.469067 [ 260 ] {268d2892-284b-450d-9ca8-5dfdfd54703a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2785 | 2025.01.16 19:50:22.469633 [ 260 ] {268d2892-284b-450d-9ca8-5dfdfd54703a} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2786 | 2025.01.16 19:50:22.469680 [ 260 ] {268d2892-284b-450d-9ca8-5dfdfd54703a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2787 | 2025.01.16 19:50:22.470085 [ 260 ] {268d2892-284b-450d-9ca8-5dfdfd54703a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2788 | 2025.01.16 19:50:22.470339 [ 260 ] {268d2892-284b-450d-9ca8-5dfdfd54703a} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2789 | 2025.01.16 19:50:22.470631 [ 260 ] {268d2892-284b-450d-9ca8-5dfdfd54703a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00163 sec., 3680.9815950920247 rows/sec., 192.32 KiB/sec. | ||
| 2790 | 2025.01.16 19:50:22.470741 [ 260 ] {268d2892-284b-450d-9ca8-5dfdfd54703a} <Debug> TCPHandler: Processed in 0.001942554 sec. | ||
| 2791 | 2025.01.16 19:50:22.470875 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2792 | 2025.01.16 19:50:22.470996 [ 262 ] {6868839b-0a7c-4a99-a030-9d64d0ea8abc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2793 | 2025.01.16 19:50:22.471049 [ 262 ] {6868839b-0a7c-4a99-a030-9d64d0ea8abc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2794 | 2025.01.16 19:50:22.471652 [ 262 ] {6868839b-0a7c-4a99-a030-9d64d0ea8abc} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2795 | 2025.01.16 19:50:22.471689 [ 262 ] {6868839b-0a7c-4a99-a030-9d64d0ea8abc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2796 | 2025.01.16 19:50:22.472094 [ 262 ] {6868839b-0a7c-4a99-a030-9d64d0ea8abc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2797 | 2025.01.16 19:50:22.472332 [ 262 ] {6868839b-0a7c-4a99-a030-9d64d0ea8abc} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2798 | 2025.01.16 19:50:22.472540 [ 262 ] {6868839b-0a7c-4a99-a030-9d64d0ea8abc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00156 sec., 151923.07692307694 rows/sec., 10.18 MiB/sec. | ||
| 2799 | 2025.01.16 19:50:22.472672 [ 262 ] {6868839b-0a7c-4a99-a030-9d64d0ea8abc} <Debug> TCPHandler: Processed in 0.001850373 sec. | ||
| 2800 | 2025.01.16 19:50:22.472865 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2801 | 2025.01.16 19:50:22.472999 [ 260 ] {268b7f91-8e4d-4c81-8e61-9339a76e4188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2802 | 2025.01.16 19:50:22.473058 [ 260 ] {268b7f91-8e4d-4c81-8e61-9339a76e4188} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2803 | 2025.01.16 19:50:22.473602 [ 260 ] {268b7f91-8e4d-4c81-8e61-9339a76e4188} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2804 | 2025.01.16 19:50:22.473649 [ 260 ] {268b7f91-8e4d-4c81-8e61-9339a76e4188} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2805 | 2025.01.16 19:50:22.474051 [ 260 ] {268b7f91-8e4d-4c81-8e61-9339a76e4188} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2806 | 2025.01.16 19:50:22.474285 [ 260 ] {268b7f91-8e4d-4c81-8e61-9339a76e4188} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2807 | 2025.01.16 19:50:22.474443 [ 153 ] {} <Debug> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2808 | 2025.01.16 19:50:22.474504 [ 153 ] {} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2809 | 2025.01.16 19:50:22.474540 [ 260 ] {268b7f91-8e4d-4c81-8e61-9339a76e4188} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001558 sec., 641.8485237483955 rows/sec., 43.25 KiB/sec. | ||
| 2810 | 2025.01.16 19:50:22.474550 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2811 | 2025.01.16 19:50:22.474722 [ 260 ] {268b7f91-8e4d-4c81-8e61-9339a76e4188} <Debug> TCPHandler: Processed in 0.001933884 sec. | ||
| 2812 | 2025.01.16 19:50:22.475021 [ 198 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::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 | ||
| 2813 | 2025.01.16 19:50:22.475070 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2814 | 2025.01.16 19:50:22.475396 [ 198 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2815 | 2025.01.16 19:50:22.475405 [ 262 ] {02a75a6d-aadd-4a48-a3c3-ec438b57cf18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2816 | 2025.01.16 19:50:22.475450 [ 198 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::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 | ||
| 2817 | 2025.01.16 19:50:22.475518 [ 262 ] {02a75a6d-aadd-4a48-a3c3-ec438b57cf18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2818 | 2025.01.16 19:50:22.475723 [ 198 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::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 | ||
| 2819 | 2025.01.16 19:50:22.476078 [ 198 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::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 | ||
| 2820 | 2025.01.16 19:50:22.476527 [ 198 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::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 | ||
| 2821 | 2025.01.16 19:50:22.476909 [ 198 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::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 | ||
| 2822 | 2025.01.16 19:50:22.477853 [ 262 ] {02a75a6d-aadd-4a48-a3c3-ec438b57cf18} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2823 | 2025.01.16 19:50:22.477925 [ 262 ] {02a75a6d-aadd-4a48-a3c3-ec438b57cf18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2824 | 2025.01.16 19:50:22.479023 [ 262 ] {02a75a6d-aadd-4a48-a3c3-ec438b57cf18} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2825 | 2025.01.16 19:50:22.479201 [ 190 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.004510789 sec., 1108.453532186941 rows/sec., 74.69 KiB/sec. | ||
| 2826 | 2025.01.16 19:50:22.479412 [ 190 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2827 | 2025.01.16 19:50:22.479505 [ 262 ] {02a75a6d-aadd-4a48-a3c3-ec438b57cf18} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2828 | 2025.01.16 19:50:22.480076 [ 262 ] {02a75a6d-aadd-4a48-a3c3-ec438b57cf18} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004729 sec., 17339.818143370692 rows/sec., 1.10 MiB/sec. | ||
| 2829 | 2025.01.16 19:50:22.480242 [ 190 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_5_1} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2830 | 2025.01.16 19:50:22.480419 [ 262 ] {02a75a6d-aadd-4a48-a3c3-ec438b57cf18} <Debug> TCPHandler: Processed in 0.005573698 sec. | ||
| 2831 | 2025.01.16 19:50:22.480554 [ 190 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_5_1} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2832 | 2025.01.16 19:50:22.480631 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2833 | 2025.01.16 19:50:25.656058 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2834 | 2025.01.16 19:50:25.656122 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2835 | 2025.01.16 19:50:25.759193 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 | ||
| 2836 | 2025.01.16 19:50:25.760177 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2837 | 2025.01.16 19:50:25.760245 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2838 | 2025.01.16 19:50:25.760833 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2839 | 2025.01.16 19:50:25.761084 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2840 | 2025.01.16 19:50:25.761310 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2841 | 2025.01.16 19:50:25.772035 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 394 | ||
| 2842 | 2025.01.16 19:50:25.775411 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2843 | 2025.01.16 19:50:25.775467 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2844 | 2025.01.16 19:50:25.776987 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2845 | 2025.01.16 19:50:25.777307 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2846 | 2025.01.16 19:50:25.777896 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 394 | ||
| 2847 | 2025.01.16 19:50:26.108433 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2848 | 2025.01.16 19:50:26.127310 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2849 | 2025.01.16 19:50:26.127369 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2850 | 2025.01.16 19:50:26.134548 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2851 | 2025.01.16 19:50:26.135319 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2852 | 2025.01.16 19:50:26.138306 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2853 | 2025.01.16 19:50:27.436512 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2854 | 2025.01.16 19:50:27.436832 [ 260 ] {bc5bf060-25cf-4799-9c66-de46adda9929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) 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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2855 | 2025.01.16 19:50:27.437346 [ 260 ] {bc5bf060-25cf-4799-9c66-de46adda9929} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2856 | 2025.01.16 19:50:27.437410 [ 260 ] {bc5bf060-25cf-4799-9c66-de46adda9929} <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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2857 | 2025.01.16 19:50:27.437814 [ 260 ] {bc5bf060-25cf-4799-9c66-de46adda9929} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2858 | 2025.01.16 19:50:27.437901 [ 260 ] {bc5bf060-25cf-4799-9c66-de46adda9929} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2859 | 2025.01.16 19:50:27.438084 [ 260 ] {bc5bf060-25cf-4799-9c66-de46adda9929} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
| 2860 | 2025.01.16 19:50:27.438198 [ 296 ] {bc5bf060-25cf-4799-9c66-de46adda9929} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2861 | 2025.01.16 19:50:27.438243 [ 298 ] {bc5bf060-25cf-4799-9c66-de46adda9929} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 2862 | 2025.01.16 19:50:27.438354 [ 260 ] {bc5bf060-25cf-4799-9c66-de46adda9929} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 2863 | 2025.01.16 19:50:27.438382 [ 260 ] {bc5bf060-25cf-4799-9c66-de46adda9929} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2864 | 2025.01.16 19:50:27.438445 [ 260 ] {bc5bf060-25cf-4799-9c66-de46adda9929} <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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2865 | 2025.01.16 19:50:27.438472 [ 260 ] {bc5bf060-25cf-4799-9c66-de46adda9929} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 2866 | 2025.01.16 19:50:27.439266 [ 260 ] {bc5bf060-25cf-4799-9c66-de46adda9929} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002596 sec., 15793.528505392913 rows/sec., 601.89 KiB/sec. | ||
| 2867 | 2025.01.16 19:50:27.439395 [ 260 ] {bc5bf060-25cf-4799-9c66-de46adda9929} <Debug> TCPHandler: Processed in 0.003027773 sec. | ||
| 2868 | 2025.01.16 19:50:27.446320 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2869 | 2025.01.16 19:50:27.446455 [ 260 ] {d3697192-330c-4c2e-b270-2e3168be4564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2870 | 2025.01.16 19:50:27.446514 [ 260 ] {d3697192-330c-4c2e-b270-2e3168be4564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2871 | 2025.01.16 19:50:27.447262 [ 260 ] {d3697192-330c-4c2e-b270-2e3168be4564} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2872 | 2025.01.16 19:50:27.447312 [ 260 ] {d3697192-330c-4c2e-b270-2e3168be4564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2873 | 2025.01.16 19:50:27.447858 [ 260 ] {d3697192-330c-4c2e-b270-2e3168be4564} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2874 | 2025.01.16 19:50:27.448098 [ 260 ] {d3697192-330c-4c2e-b270-2e3168be4564} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2875 | 2025.01.16 19:50:27.448333 [ 260 ] {d3697192-330c-4c2e-b270-2e3168be4564} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.001919 sec., 521.1047420531527 rows/sec., 53.94 KiB/sec. | ||
| 2876 | 2025.01.16 19:50:27.448391 [ 260 ] {d3697192-330c-4c2e-b270-2e3168be4564} <Debug> TCPHandler: Processed in 0.002132928 sec. | ||
| 2877 | 2025.01.16 19:50:27.448700 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2878 | 2025.01.16 19:50:27.448883 [ 262 ] {143af818-6bfa-43c8-bdd3-d40dd33c7a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2879 | 2025.01.16 19:50:27.448959 [ 262 ] {143af818-6bfa-43c8-bdd3-d40dd33c7a59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2880 | 2025.01.16 19:50:27.449779 [ 262 ] {143af818-6bfa-43c8-bdd3-d40dd33c7a59} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2881 | 2025.01.16 19:50:27.449832 [ 262 ] {143af818-6bfa-43c8-bdd3-d40dd33c7a59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2882 | 2025.01.16 19:50:27.450313 [ 262 ] {143af818-6bfa-43c8-bdd3-d40dd33c7a59} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2883 | 2025.01.16 19:50:27.450574 [ 262 ] {143af818-6bfa-43c8-bdd3-d40dd33c7a59} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2884 | 2025.01.16 19:50:27.450714 [ 89 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2885 | 2025.01.16 19:50:27.450753 [ 89 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2886 | 2025.01.16 19:50:27.450779 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2887 | 2025.01.16 19:50:27.450778 [ 262 ] {143af818-6bfa-43c8-bdd3-d40dd33c7a59} <Debug> executeQuery: Read 137 rows, 12.11 KiB in 0.001948 sec., 70328.54209445584 rows/sec., 6.07 MiB/sec. | ||
| 2888 | 2025.01.16 19:50:27.451081 [ 262 ] {143af818-6bfa-43c8-bdd3-d40dd33c7a59} <Debug> TCPHandler: Processed in 0.002501784 sec. | ||
| 2889 | 2025.01.16 19:50:27.451296 [ 198 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::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 | ||
| 2890 | 2025.01.16 19:50:27.451402 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2891 | 2025.01.16 19:50:27.451523 [ 198 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2892 | 2025.01.16 19:50:27.451566 [ 198 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1406 rows starting from the beginning of the part | ||
| 2893 | 2025.01.16 19:50:27.451608 [ 260 ] {bcee575a-3f53-4878-805e-a815bb7e2c5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2894 | 2025.01.16 19:50:27.451679 [ 198 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 118 rows starting from the beginning of the part | ||
| 2895 | 2025.01.16 19:50:27.451707 [ 260 ] {bcee575a-3f53-4878-805e-a815bb7e2c5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2896 | 2025.01.16 19:50:27.452007 [ 198 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 203 rows starting from the beginning of the part | ||
| 2897 | 2025.01.16 19:50:27.452307 [ 198 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 121 rows starting from the beginning of the part | ||
| 2898 | 2025.01.16 19:50:27.452476 [ 198 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 203 rows starting from the beginning of the part | ||
| 2899 | 2025.01.16 19:50:27.452706 [ 198 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 137 rows starting from the beginning of the part | ||
| 2900 | 2025.01.16 19:50:27.453549 [ 260 ] {bcee575a-3f53-4878-805e-a815bb7e2c5e} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2901 | 2025.01.16 19:50:27.453601 [ 260 ] {bcee575a-3f53-4878-805e-a815bb7e2c5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2902 | 2025.01.16 19:50:27.454271 [ 260 ] {bcee575a-3f53-4878-805e-a815bb7e2c5e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2903 | 2025.01.16 19:50:27.454547 [ 260 ] {bcee575a-3f53-4878-805e-a815bb7e2c5e} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2904 | 2025.01.16 19:50:27.454955 [ 260 ] {bcee575a-3f53-4878-805e-a815bb7e2c5e} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.003385 sec., 11816.838995568685 rows/sec., 888.57 KiB/sec. | ||
| 2905 | 2025.01.16 19:50:27.454958 [ 187 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2188 rows, containing 5 columns (5 merged, 0 gathered) in 0.004074052 sec., 537057.4553294852 rows/sec., 47.46 MiB/sec. | ||
| 2906 | 2025.01.16 19:50:27.455081 [ 260 ] {bcee575a-3f53-4878-805e-a815bb7e2c5e} <Debug> TCPHandler: Processed in 0.003847707 sec. | ||
| 2907 | 2025.01.16 19:50:27.455276 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2908 | 2025.01.16 19:50:27.455363 [ 187 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2909 | 2025.01.16 19:50:27.455496 [ 262 ] {1e775442-3bcf-4b77-b49c-922c9e5752a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2910 | 2025.01.16 19:50:27.455570 [ 262 ] {1e775442-3bcf-4b77-b49c-922c9e5752a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2911 | 2025.01.16 19:50:27.455962 [ 187 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_16_3} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2912 | 2025.01.16 19:50:27.456288 [ 187 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_16_3} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2913 | 2025.01.16 19:50:27.456464 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 2914 | 2025.01.16 19:50:27.456714 [ 262 ] {1e775442-3bcf-4b77-b49c-922c9e5752a8} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2915 | 2025.01.16 19:50:27.456758 [ 262 ] {1e775442-3bcf-4b77-b49c-922c9e5752a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2916 | 2025.01.16 19:50:27.457115 [ 262 ] {1e775442-3bcf-4b77-b49c-922c9e5752a8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2917 | 2025.01.16 19:50:27.457356 [ 262 ] {1e775442-3bcf-4b77-b49c-922c9e5752a8} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2918 | 2025.01.16 19:50:27.457528 [ 46 ] {} <Debug> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2919 | 2025.01.16 19:50:27.457591 [ 46 ] {} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2920 | 2025.01.16 19:50:27.457598 [ 262 ] {1e775442-3bcf-4b77-b49c-922c9e5752a8} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.002173 sec., 460.1932811780948 rows/sec., 30.56 KiB/sec. | ||
| 2921 | 2025.01.16 19:50:27.457627 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2922 | 2025.01.16 19:50:27.457755 [ 262 ] {1e775442-3bcf-4b77-b49c-922c9e5752a8} <Debug> TCPHandler: Processed in 0.002557865 sec. | ||
| 2923 | 2025.01.16 19:50:27.458053 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::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 | ||
| 2924 | 2025.01.16 19:50:27.458074 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2925 | 2025.01.16 19:50:27.458340 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2926 | 2025.01.16 19:50:27.458354 [ 260 ] {76a9152a-738d-425e-9212-ad7363bc77f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2927 | 2025.01.16 19:50:27.458395 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::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 | ||
| 2928 | 2025.01.16 19:50:27.458457 [ 260 ] {76a9152a-738d-425e-9212-ad7363bc77f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2929 | 2025.01.16 19:50:27.458679 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::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 | ||
| 2930 | 2025.01.16 19:50:27.459019 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::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 | ||
| 2931 | 2025.01.16 19:50:27.459341 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::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 | ||
| 2932 | 2025.01.16 19:50:27.459696 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::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 | ||
| 2933 | 2025.01.16 19:50:27.460058 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 2934 | 2025.01.16 19:50:27.461375 [ 260 ] {76a9152a-738d-425e-9212-ad7363bc77f9} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2935 | 2025.01.16 19:50:27.461454 [ 260 ] {76a9152a-738d-425e-9212-ad7363bc77f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2936 | 2025.01.16 19:50:27.462507 [ 260 ] {76a9152a-738d-425e-9212-ad7363bc77f9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2937 | 2025.01.16 19:50:27.462766 [ 187 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 5 columns (5 merged, 0 gathered) in 0.005012678 sec., 59648.754617791135 rows/sec., 4.28 MiB/sec. | ||
| 2938 | 2025.01.16 19:50:27.463018 [ 187 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2939 | 2025.01.16 19:50:27.463027 [ 260 ] {76a9152a-738d-425e-9212-ad7363bc77f9} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2940 | 2025.01.16 19:50:27.463323 [ 46 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2941 | 2025.01.16 19:50:27.463409 [ 46 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2942 | 2025.01.16 19:50:27.463474 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2943 | 2025.01.16 19:50:27.463586 [ 260 ] {76a9152a-738d-425e-9212-ad7363bc77f9} <Debug> executeQuery: Read 107 rows, 8.56 KiB in 0.005278 sec., 20272.830617658205 rows/sec., 1.58 MiB/sec. | ||
| 2944 | 2025.01.16 19:50:27.463896 [ 260 ] {76a9152a-738d-425e-9212-ad7363bc77f9} <Debug> TCPHandler: Processed in 0.005999916 sec. | ||
| 2945 | 2025.01.16 19:50:27.463896 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::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 | ||
| 2946 | 2025.01.16 19:50:27.464047 [ 191 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_6_1} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2947 | 2025.01.16 19:50:27.464151 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2948 | 2025.01.16 19:50:27.464376 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2949 | 2025.01.16 19:50:27.464452 [ 191 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_6_1} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2950 | 2025.01.16 19:50:27.464464 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 884 rows starting from the beginning of the part | ||
| 2951 | 2025.01.16 19:50:27.464476 [ 262 ] {1a89503a-4c0e-462a-9a47-6a2f3e2c166d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2952 | 2025.01.16 19:50:27.464755 [ 262 ] {1a89503a-4c0e-462a-9a47-6a2f3e2c166d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2953 | 2025.01.16 19:50:27.464889 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 95 rows starting from the beginning of the part | ||
| 2954 | 2025.01.16 19:50:27.464893 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 2955 | 2025.01.16 19:50:27.465223 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 382 rows starting from the beginning of the part | ||
| 2956 | 2025.01.16 19:50:27.465476 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 101 rows starting from the beginning of the part | ||
| 2957 | 2025.01.16 19:50:27.465725 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 382 rows starting from the beginning of the part | ||
| 2958 | 2025.01.16 19:50:27.466061 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 107 rows starting from the beginning of the part | ||
| 2959 | 2025.01.16 19:50:27.466678 [ 262 ] {1a89503a-4c0e-462a-9a47-6a2f3e2c166d} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2960 | 2025.01.16 19:50:27.466721 [ 262 ] {1a89503a-4c0e-462a-9a47-6a2f3e2c166d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2961 | 2025.01.16 19:50:27.467306 [ 262 ] {1a89503a-4c0e-462a-9a47-6a2f3e2c166d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2962 | 2025.01.16 19:50:27.467568 [ 262 ] {1a89503a-4c0e-462a-9a47-6a2f3e2c166d} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2963 | 2025.01.16 19:50:27.467871 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1951 rows, containing 5 columns (5 merged, 0 gathered) in 0.004263705 sec., 457583.2521246194 rows/sec., 35.02 MiB/sec. | ||
| 2964 | 2025.01.16 19:50:27.467877 [ 46 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2965 | 2025.01.16 19:50:27.467979 [ 262 ] {1a89503a-4c0e-462a-9a47-6a2f3e2c166d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003568 sec., 44843.04932735426 rows/sec., 3.12 MiB/sec. | ||
| 2966 | 2025.01.16 19:50:27.467991 [ 46 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2967 | 2025.01.16 19:50:27.468106 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2968 | 2025.01.16 19:50:27.468123 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2969 | 2025.01.16 19:50:27.468204 [ 262 ] {1a89503a-4c0e-462a-9a47-6a2f3e2c166d} <Debug> TCPHandler: Processed in 0.004171463 sec. | ||
| 2970 | 2025.01.16 19:50:27.468576 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2971 | 2025.01.16 19:50:27.469153 [ 260 ] {34c53891-75d1-47e1-be2c-78995a351c4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2972 | 2025.01.16 19:50:27.469308 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::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 | ||
| 2973 | 2025.01.16 19:50:27.469380 [ 260 ] {34c53891-75d1-47e1-be2c-78995a351c4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2974 | 2025.01.16 19:50:27.469474 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_16_3} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2975 | 2025.01.16 19:50:27.469815 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_16_3} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2976 | 2025.01.16 19:50:27.470104 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 2977 | 2025.01.16 19:50:27.470106 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2978 | 2025.01.16 19:50:27.470237 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3330 rows starting from the beginning of the part | ||
| 2979 | 2025.01.16 19:50:27.470589 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
| 2980 | 2025.01.16 19:50:27.470949 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 237 rows starting from the beginning of the part | ||
| 2981 | 2025.01.16 19:50:27.471275 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 163 rows starting from the beginning of the part | ||
| 2982 | 2025.01.16 19:50:27.471667 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 237 rows starting from the beginning of the part | ||
| 2983 | 2025.01.16 19:50:27.471882 [ 260 ] {34c53891-75d1-47e1-be2c-78995a351c4f} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2984 | 2025.01.16 19:50:27.471991 [ 260 ] {34c53891-75d1-47e1-be2c-78995a351c4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 2985 | 2025.01.16 19:50:27.472037 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
| 2986 | 2025.01.16 19:50:27.473051 [ 260 ] {34c53891-75d1-47e1-be2c-78995a351c4f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2987 | 2025.01.16 19:50:27.473456 [ 260 ] {34c53891-75d1-47e1-be2c-78995a351c4f} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2988 | 2025.01.16 19:50:27.473967 [ 260 ] {34c53891-75d1-47e1-be2c-78995a351c4f} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.005042 sec., 198.33399444664818 rows/sec., 12.59 KiB/sec. | ||
| 2989 | 2025.01.16 19:50:27.474174 [ 260 ] {34c53891-75d1-47e1-be2c-78995a351c4f} <Debug> TCPHandler: Processed in 0.005804822 sec. | ||
| 2990 | 2025.01.16 19:50:27.474418 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2991 | 2025.01.16 19:50:27.474655 [ 262 ] {7f7919e8-a804-4840-bea5-3ab14619f96b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2992 | 2025.01.16 19:50:27.474799 [ 262 ] {7f7919e8-a804-4840-bea5-3ab14619f96b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2993 | 2025.01.16 19:50:27.475981 [ 195 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4287 rows, containing 5 columns (5 merged, 0 gathered) in 0.007682885 sec., 557993.5141551644 rows/sec., 37.69 MiB/sec. | ||
| 2994 | 2025.01.16 19:50:27.476537 [ 195 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2995 | 2025.01.16 19:50:27.477238 [ 195 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2996 | 2025.01.16 19:50:27.477473 [ 195 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2997 | 2025.01.16 19:50:27.477649 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 2998 | 2025.01.16 19:50:27.477773 [ 262 ] {7f7919e8-a804-4840-bea5-3ab14619f96b} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2999 | 2025.01.16 19:50:27.477819 [ 262 ] {7f7919e8-a804-4840-bea5-3ab14619f96b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 3000 | 2025.01.16 19:50:27.478516 [ 262 ] {7f7919e8-a804-4840-bea5-3ab14619f96b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3001 | 2025.01.16 19:50:27.478788 [ 262 ] {7f7919e8-a804-4840-bea5-3ab14619f96b} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3002 | 2025.01.16 19:50:27.479131 [ 262 ] {7f7919e8-a804-4840-bea5-3ab14619f96b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.004537 sec., 8816.398501212254 rows/sec., 15.80 MiB/sec. | ||
| 3003 | 2025.01.16 19:50:27.479281 [ 262 ] {7f7919e8-a804-4840-bea5-3ab14619f96b} <Debug> TCPHandler: Processed in 0.004983448 sec. | ||
| 3004 | 2025.01.16 19:50:27.479448 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3005 | 2025.01.16 19:50:27.479573 [ 260 ] {3ffd38bf-8ede-4b30-a5b1-291e64abb7f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 3006 | 2025.01.16 19:50:27.479629 [ 260 ] {3ffd38bf-8ede-4b30-a5b1-291e64abb7f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 3007 | 2025.01.16 19:50:27.480116 [ 260 ] {3ffd38bf-8ede-4b30-a5b1-291e64abb7f1} <Trace> oximeter.measurements_i64 (3f854c1c-4bc7-4c6b-ab9c-ecd374649c79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3008 | 2025.01.16 19:50:27.480156 [ 260 ] {3ffd38bf-8ede-4b30-a5b1-291e64abb7f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 3009 | 2025.01.16 19:50:27.480533 [ 260 ] {3ffd38bf-8ede-4b30-a5b1-291e64abb7f1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3010 | 2025.01.16 19:50:27.480783 [ 260 ] {3ffd38bf-8ede-4b30-a5b1-291e64abb7f1} <Trace> oximeter.measurements_i64 (3f854c1c-4bc7-4c6b-ab9c-ecd374649c79): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3011 | 2025.01.16 19:50:27.481027 [ 260 ] {3ffd38bf-8ede-4b30-a5b1-291e64abb7f1} <Debug> executeQuery: Read 3 rows, 217.00 B in 0.001468 sec., 2043.5967302452318 rows/sec., 144.36 KiB/sec. | ||
| 3012 | 2025.01.16 19:50:27.481101 [ 260 ] {3ffd38bf-8ede-4b30-a5b1-291e64abb7f1} <Debug> TCPHandler: Processed in 0.001716031 sec. | ||
| 3013 | 2025.01.16 19:50:27.481267 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3014 | 2025.01.16 19:50:27.481386 [ 262 ] {01a05594-d4e2-4fcd-8a3e-c7551b7c684b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3015 | 2025.01.16 19:50:27.481437 [ 262 ] {01a05594-d4e2-4fcd-8a3e-c7551b7c684b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3016 | 2025.01.16 19:50:27.481929 [ 262 ] {01a05594-d4e2-4fcd-8a3e-c7551b7c684b} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3017 | 2025.01.16 19:50:27.481967 [ 262 ] {01a05594-d4e2-4fcd-8a3e-c7551b7c684b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 3018 | 2025.01.16 19:50:27.482347 [ 262 ] {01a05594-d4e2-4fcd-8a3e-c7551b7c684b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3019 | 2025.01.16 19:50:27.482593 [ 262 ] {01a05594-d4e2-4fcd-8a3e-c7551b7c684b} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3020 | 2025.01.16 19:50:27.482759 [ 46 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3021 | 2025.01.16 19:50:27.482813 [ 46 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3022 | 2025.01.16 19:50:27.482829 [ 262 ] {01a05594-d4e2-4fcd-8a3e-c7551b7c684b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001457 sec., 41180.507892930684 rows/sec., 2.78 MiB/sec. | ||
| 3023 | 2025.01.16 19:50:27.482851 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 3024 | 2025.01.16 19:50:27.482979 [ 262 ] {01a05594-d4e2-4fcd-8a3e-c7551b7c684b} <Debug> TCPHandler: Processed in 0.001775411 sec. | ||
| 3025 | 2025.01.16 19:50:27.483086 [ 187 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::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 | ||
| 3026 | 2025.01.16 19:50:27.483210 [ 187 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3027 | 2025.01.16 19:50:27.483239 [ 187 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 474 rows starting from the beginning of the part | ||
| 3028 | 2025.01.16 19:50:27.483321 [ 187 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
| 3029 | 2025.01.16 19:50:27.483523 [ 187 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 82 rows starting from the beginning of the part | ||
| 3030 | 2025.01.16 19:50:27.483689 [ 187 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
| 3031 | 2025.01.16 19:50:27.483807 [ 187 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 82 rows starting from the beginning of the part | ||
| 3032 | 2025.01.16 19:50:27.484020 [ 187 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
| 3033 | 2025.01.16 19:50:27.485292 [ 200 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 818 rows, containing 4 columns (4 merged, 0 gathered) in 0.002312211 sec., 353773.9419110107 rows/sec., 23.34 MiB/sec. | ||
| 3034 | 2025.01.16 19:50:27.485546 [ 200 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3035 | 2025.01.16 19:50:27.485953 [ 200 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_16_3} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3036 | 2025.01.16 19:50:27.486068 [ 200 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_16_3} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3037 | 2025.01.16 19:50:27.486181 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 3038 | 2025.01.16 19:50:30.725626 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3039 | 2025.01.16 19:50:30.725862 [ 260 ] {c1fd1f86-da43-4e55-9b41-83c93722e7cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3040 | 2025.01.16 19:50:30.725950 [ 260 ] {c1fd1f86-da43-4e55-9b41-83c93722e7cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3041 | 2025.01.16 19:50:30.726796 [ 260 ] {c1fd1f86-da43-4e55-9b41-83c93722e7cc} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3042 | 2025.01.16 19:50:30.726850 [ 260 ] {c1fd1f86-da43-4e55-9b41-83c93722e7cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 3043 | 2025.01.16 19:50:30.727288 [ 260 ] {c1fd1f86-da43-4e55-9b41-83c93722e7cc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3044 | 2025.01.16 19:50:30.727554 [ 260 ] {c1fd1f86-da43-4e55-9b41-83c93722e7cc} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3045 | 2025.01.16 19:50:30.727805 [ 260 ] {c1fd1f86-da43-4e55-9b41-83c93722e7cc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002004 sec., 6986.027944111776 rows/sec., 502.90 KiB/sec. | ||
| 3046 | 2025.01.16 19:50:30.727923 [ 260 ] {c1fd1f86-da43-4e55-9b41-83c93722e7cc} <Debug> TCPHandler: Processed in 0.002445223 sec. | ||
| 3047 | 2025.01.16 19:50:30.728207 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3048 | 2025.01.16 19:50:30.728433 [ 262 ] {37151201-6625-4dc0-9c6e-067d07c3adf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3049 | 2025.01.16 19:50:30.728525 [ 262 ] {37151201-6625-4dc0-9c6e-067d07c3adf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3050 | 2025.01.16 19:50:30.729377 [ 262 ] {37151201-6625-4dc0-9c6e-067d07c3adf5} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3051 | 2025.01.16 19:50:30.729434 [ 262 ] {37151201-6625-4dc0-9c6e-067d07c3adf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 3052 | 2025.01.16 19:50:30.729877 [ 262 ] {37151201-6625-4dc0-9c6e-067d07c3adf5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3053 | 2025.01.16 19:50:30.730148 [ 262 ] {37151201-6625-4dc0-9c6e-067d07c3adf5} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3054 | 2025.01.16 19:50:30.730418 [ 262 ] {37151201-6625-4dc0-9c6e-067d07c3adf5} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002046 sec., 2932.551319648094 rows/sec., 239.13 KiB/sec. | ||
| 3055 | 2025.01.16 19:50:30.730494 [ 262 ] {37151201-6625-4dc0-9c6e-067d07c3adf5} <Debug> TCPHandler: Processed in 0.002432293 sec. | ||
| 3056 | 2025.01.16 19:50:30.730659 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3057 | 2025.01.16 19:50:30.730817 [ 260 ] {6522e522-90e7-464a-89f8-14fd003e414d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3058 | 2025.01.16 19:50:30.730882 [ 260 ] {6522e522-90e7-464a-89f8-14fd003e414d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3059 | 2025.01.16 19:50:30.732196 [ 260 ] {6522e522-90e7-464a-89f8-14fd003e414d} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3060 | 2025.01.16 19:50:30.732240 [ 260 ] {6522e522-90e7-464a-89f8-14fd003e414d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 3061 | 2025.01.16 19:50:30.732707 [ 260 ] {6522e522-90e7-464a-89f8-14fd003e414d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3062 | 2025.01.16 19:50:30.732961 [ 260 ] {6522e522-90e7-464a-89f8-14fd003e414d} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3063 | 2025.01.16 19:50:30.733205 [ 260 ] {6522e522-90e7-464a-89f8-14fd003e414d} <Debug> executeQuery: Read 1346 rows, 114.77 KiB in 0.002424 sec., 555280.5280528053 rows/sec., 46.24 MiB/sec. | ||
| 3064 | 2025.01.16 19:50:30.733317 [ 260 ] {6522e522-90e7-464a-89f8-14fd003e414d} <Debug> TCPHandler: Processed in 0.002731738 sec. | ||
| 3065 | 2025.01.16 19:50:30.733478 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3066 | 2025.01.16 19:50:30.733605 [ 262 ] {0278a88d-006b-4525-8439-7df30f878012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3067 | 2025.01.16 19:50:30.733658 [ 262 ] {0278a88d-006b-4525-8439-7df30f878012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3068 | 2025.01.16 19:50:30.734267 [ 262 ] {0278a88d-006b-4525-8439-7df30f878012} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3069 | 2025.01.16 19:50:30.734310 [ 262 ] {0278a88d-006b-4525-8439-7df30f878012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 3070 | 2025.01.16 19:50:30.734689 [ 262 ] {0278a88d-006b-4525-8439-7df30f878012} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3071 | 2025.01.16 19:50:30.734946 [ 262 ] {0278a88d-006b-4525-8439-7df30f878012} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3072 | 2025.01.16 19:50:30.735167 [ 262 ] {0278a88d-006b-4525-8439-7df30f878012} <Debug> executeQuery: Read 13 rows, 896.00 B in 0.001592 sec., 8165.829145728642 rows/sec., 549.62 KiB/sec. | ||
| 3073 | 2025.01.16 19:50:30.735223 [ 262 ] {0278a88d-006b-4525-8439-7df30f878012} <Debug> TCPHandler: Processed in 0.001805831 sec. | ||
| 3074 | 2025.01.16 19:50:30.735365 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3075 | 2025.01.16 19:50:30.735513 [ 260 ] {8eaa31c2-b3f0-4259-b1a5-389e0763725b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3076 | 2025.01.16 19:50:30.735574 [ 260 ] {8eaa31c2-b3f0-4259-b1a5-389e0763725b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3077 | 2025.01.16 19:50:30.736354 [ 260 ] {8eaa31c2-b3f0-4259-b1a5-389e0763725b} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3078 | 2025.01.16 19:50:30.736396 [ 260 ] {8eaa31c2-b3f0-4259-b1a5-389e0763725b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 3079 | 2025.01.16 19:50:30.736771 [ 260 ] {8eaa31c2-b3f0-4259-b1a5-389e0763725b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3080 | 2025.01.16 19:50:30.737016 [ 260 ] {8eaa31c2-b3f0-4259-b1a5-389e0763725b} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3081 | 2025.01.16 19:50:30.737227 [ 260 ] {8eaa31c2-b3f0-4259-b1a5-389e0763725b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001752 sec., 138127.85388127854 rows/sec., 9.36 MiB/sec. | ||
| 3082 | 2025.01.16 19:50:30.737282 [ 260 ] {8eaa31c2-b3f0-4259-b1a5-389e0763725b} <Debug> TCPHandler: Processed in 0.001984984 sec. | ||
| 3083 | 2025.01.16 19:50:30.737449 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3084 | 2025.01.16 19:50:30.737594 [ 262 ] {2092feef-510e-4141-b4e0-72ebb3224c50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3085 | 2025.01.16 19:50:30.737654 [ 262 ] {2092feef-510e-4141-b4e0-72ebb3224c50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3086 | 2025.01.16 19:50:30.738446 [ 262 ] {2092feef-510e-4141-b4e0-72ebb3224c50} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3087 | 2025.01.16 19:50:30.738487 [ 262 ] {2092feef-510e-4141-b4e0-72ebb3224c50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 3088 | 2025.01.16 19:50:30.738848 [ 262 ] {2092feef-510e-4141-b4e0-72ebb3224c50} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3089 | 2025.01.16 19:50:30.739091 [ 262 ] {2092feef-510e-4141-b4e0-72ebb3224c50} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3090 | 2025.01.16 19:50:30.739296 [ 262 ] {2092feef-510e-4141-b4e0-72ebb3224c50} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001736 sec., 7488.479262672811 rows/sec., 466.90 KiB/sec. | ||
| 3091 | 2025.01.16 19:50:30.739352 [ 262 ] {2092feef-510e-4141-b4e0-72ebb3224c50} <Debug> TCPHandler: Processed in 0.001973585 sec. | ||
| 3092 | 2025.01.16 19:50:30.739498 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3093 | 2025.01.16 19:50:30.739641 [ 260 ] {816f7004-d488-4086-a6b0-eefcc7e01b40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3094 | 2025.01.16 19:50:30.739700 [ 260 ] {816f7004-d488-4086-a6b0-eefcc7e01b40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3095 | 2025.01.16 19:50:30.740661 [ 260 ] {816f7004-d488-4086-a6b0-eefcc7e01b40} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3096 | 2025.01.16 19:50:30.740709 [ 260 ] {816f7004-d488-4086-a6b0-eefcc7e01b40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 3097 | 2025.01.16 19:50:30.741247 [ 260 ] {816f7004-d488-4086-a6b0-eefcc7e01b40} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3098 | 2025.01.16 19:50:30.741556 [ 260 ] {816f7004-d488-4086-a6b0-eefcc7e01b40} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3099 | 2025.01.16 19:50:30.741808 [ 260 ] {816f7004-d488-4086-a6b0-eefcc7e01b40} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.002198 sec., 383985.4413102821 rows/sec., 27.75 MiB/sec. | ||
| 3100 | 2025.01.16 19:50:30.741888 [ 260 ] {816f7004-d488-4086-a6b0-eefcc7e01b40} <Debug> TCPHandler: Processed in 0.002457203 sec. | ||
| 3101 | 2025.01.16 19:50:30.742069 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3102 | 2025.01.16 19:50:30.742233 [ 262 ] {02cdbf15-9944-4a85-9001-3f8e7426aef7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3103 | 2025.01.16 19:50:30.742302 [ 262 ] {02cdbf15-9944-4a85-9001-3f8e7426aef7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3104 | 2025.01.16 19:50:30.742910 [ 262 ] {02cdbf15-9944-4a85-9001-3f8e7426aef7} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3105 | 2025.01.16 19:50:30.742956 [ 262 ] {02cdbf15-9944-4a85-9001-3f8e7426aef7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 3106 | 2025.01.16 19:50:30.743414 [ 262 ] {02cdbf15-9944-4a85-9001-3f8e7426aef7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3107 | 2025.01.16 19:50:30.743726 [ 262 ] {02cdbf15-9944-4a85-9001-3f8e7426aef7} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3108 | 2025.01.16 19:50:30.743903 [ 27 ] {} <Debug> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3109 | 2025.01.16 19:50:30.743979 [ 262 ] {02cdbf15-9944-4a85-9001-3f8e7426aef7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001783 sec., 3365.1149747616373 rows/sec., 175.81 KiB/sec. | ||
| 3110 | 2025.01.16 19:50:30.743989 [ 27 ] {} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3111 | 2025.01.16 19:50:30.744061 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 3112 | 2025.01.16 19:50:30.744113 [ 262 ] {02cdbf15-9944-4a85-9001-3f8e7426aef7} <Debug> TCPHandler: Processed in 0.002109817 sec. | ||
| 3113 | 2025.01.16 19:50:30.744334 [ 187 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::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 | ||
| 3114 | 2025.01.16 19:50:30.744342 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3115 | 2025.01.16 19:50:30.744600 [ 187 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3116 | 2025.01.16 19:50:30.744605 [ 260 ] {4389de61-7579-4fdf-a597-da7f60ffffe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3117 | 2025.01.16 19:50:30.744665 [ 187 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::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 | ||
| 3118 | 2025.01.16 19:50:30.744734 [ 260 ] {4389de61-7579-4fdf-a597-da7f60ffffe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3119 | 2025.01.16 19:50:30.744901 [ 187 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::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 | ||
| 3120 | 2025.01.16 19:50:30.745306 [ 187 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::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 | ||
| 3121 | 2025.01.16 19:50:30.745742 [ 187 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::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 | ||
| 3122 | 2025.01.16 19:50:30.746096 [ 187 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::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 | ||
| 3123 | 2025.01.16 19:50:30.746322 [ 187 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::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 | ||
| 3124 | 2025.01.16 19:50:30.747270 [ 260 ] {4389de61-7579-4fdf-a597-da7f60ffffe3} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3125 | 2025.01.16 19:50:30.747329 [ 260 ] {4389de61-7579-4fdf-a597-da7f60ffffe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 3126 | 2025.01.16 19:50:30.748342 [ 260 ] {4389de61-7579-4fdf-a597-da7f60ffffe3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3127 | 2025.01.16 19:50:30.748871 [ 260 ] {4389de61-7579-4fdf-a597-da7f60ffffe3} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3128 | 2025.01.16 19:50:30.749349 [ 260 ] {4389de61-7579-4fdf-a597-da7f60ffffe3} <Debug> executeQuery: Read 928 rows, 63.41 KiB in 0.004814 sec., 192771.0843373494 rows/sec., 12.86 MiB/sec. | ||
| 3129 | 2025.01.16 19:50:30.749628 [ 260 ] {4389de61-7579-4fdf-a597-da7f60ffffe3} <Debug> TCPHandler: Processed in 0.005394445 sec. | ||
| 3130 | 2025.01.16 19:50:30.749900 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3131 | 2025.01.16 19:50:30.749981 [ 187 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.005812862 sec., 6193.162679588815 rows/sec., 323.57 KiB/sec. | ||
| 3132 | 2025.01.16 19:50:30.750065 [ 262 ] {8c0baba2-3c4a-4f9b-9982-68d67b2e01b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3133 | 2025.01.16 19:50:30.750152 [ 262 ] {8c0baba2-3c4a-4f9b-9982-68d67b2e01b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3134 | 2025.01.16 19:50:30.750261 [ 187 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3135 | 2025.01.16 19:50:30.751084 [ 262 ] {8c0baba2-3c4a-4f9b-9982-68d67b2e01b6} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3136 | 2025.01.16 19:50:30.751152 [ 187 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_6_1} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3137 | 2025.01.16 19:50:30.751155 [ 262 ] {8c0baba2-3c4a-4f9b-9982-68d67b2e01b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 3138 | 2025.01.16 19:50:30.751429 [ 187 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_6_1} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3139 | 2025.01.16 19:50:30.751626 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3140 | 2025.01.16 19:50:30.751857 [ 262 ] {8c0baba2-3c4a-4f9b-9982-68d67b2e01b6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3141 | 2025.01.16 19:50:30.752117 [ 262 ] {8c0baba2-3c4a-4f9b-9982-68d67b2e01b6} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3142 | 2025.01.16 19:50:30.752337 [ 262 ] {8c0baba2-3c4a-4f9b-9982-68d67b2e01b6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002316 sec., 431.77892918825563 rows/sec., 29.09 KiB/sec. | ||
| 3143 | 2025.01.16 19:50:30.752392 [ 262 ] {8c0baba2-3c4a-4f9b-9982-68d67b2e01b6} <Debug> TCPHandler: Processed in 0.002644217 sec. | ||
| 3144 | 2025.01.16 19:50:30.752561 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3145 | 2025.01.16 19:50:30.752707 [ 260 ] {3835d63a-8bf2-4921-b20b-1b676969be3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3146 | 2025.01.16 19:50:30.752769 [ 260 ] {3835d63a-8bf2-4921-b20b-1b676969be3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3147 | 2025.01.16 19:50:30.753364 [ 260 ] {3835d63a-8bf2-4921-b20b-1b676969be3a} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3148 | 2025.01.16 19:50:30.753407 [ 260 ] {3835d63a-8bf2-4921-b20b-1b676969be3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 3149 | 2025.01.16 19:50:30.753828 [ 260 ] {3835d63a-8bf2-4921-b20b-1b676969be3a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3150 | 2025.01.16 19:50:30.754079 [ 260 ] {3835d63a-8bf2-4921-b20b-1b676969be3a} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3151 | 2025.01.16 19:50:30.754307 [ 260 ] {3835d63a-8bf2-4921-b20b-1b676969be3a} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001633 sec., 42865.89099816289 rows/sec., 2.69 MiB/sec. | ||
| 3152 | 2025.01.16 19:50:30.754374 [ 260 ] {3835d63a-8bf2-4921-b20b-1b676969be3a} <Debug> TCPHandler: Processed in 0.001881273 sec. | ||
| 3153 | 2025.01.16 19:50:32.435358 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3154 | 2025.01.16 19:50:32.435562 [ 260 ] {188bb541-2783-46f8-a34d-03d414db8d44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3155 | 2025.01.16 19:50:32.435637 [ 260 ] {188bb541-2783-46f8-a34d-03d414db8d44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3156 | 2025.01.16 19:50:32.436419 [ 260 ] {188bb541-2783-46f8-a34d-03d414db8d44} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3157 | 2025.01.16 19:50:32.436473 [ 260 ] {188bb541-2783-46f8-a34d-03d414db8d44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 3158 | 2025.01.16 19:50:32.436910 [ 260 ] {188bb541-2783-46f8-a34d-03d414db8d44} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3159 | 2025.01.16 19:50:32.437163 [ 260 ] {188bb541-2783-46f8-a34d-03d414db8d44} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3160 | 2025.01.16 19:50:32.437384 [ 260 ] {188bb541-2783-46f8-a34d-03d414db8d44} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001873 sec., 29898.558462359848 rows/sec., 2.30 MiB/sec. | ||
| 3161 | 2025.01.16 19:50:32.437442 [ 260 ] {188bb541-2783-46f8-a34d-03d414db8d44} <Debug> TCPHandler: Processed in 0.002224399 sec. | ||
| 3162 | 2025.01.16 19:50:32.437768 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3163 | 2025.01.16 19:50:32.438017 [ 262 ] {a2b18a6e-f947-4dde-bb15-3e6b2670f572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3164 | 2025.01.16 19:50:32.438114 [ 262 ] {a2b18a6e-f947-4dde-bb15-3e6b2670f572} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3165 | 2025.01.16 19:50:32.439117 [ 262 ] {a2b18a6e-f947-4dde-bb15-3e6b2670f572} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3166 | 2025.01.16 19:50:32.439167 [ 262 ] {a2b18a6e-f947-4dde-bb15-3e6b2670f572} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 3167 | 2025.01.16 19:50:32.439793 [ 262 ] {a2b18a6e-f947-4dde-bb15-3e6b2670f572} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3168 | 2025.01.16 19:50:32.440163 [ 262 ] {a2b18a6e-f947-4dde-bb15-3e6b2670f572} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3169 | 2025.01.16 19:50:32.440432 [ 262 ] {a2b18a6e-f947-4dde-bb15-3e6b2670f572} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002488 sec., 25723.47266881029 rows/sec., 2.01 MiB/sec. | ||
| 3170 | 2025.01.16 19:50:32.440510 [ 262 ] {a2b18a6e-f947-4dde-bb15-3e6b2670f572} <Debug> TCPHandler: Processed in 0.002938651 sec. | ||
| 3171 | 2025.01.16 19:50:32.440701 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3172 | 2025.01.16 19:50:32.440842 [ 260 ] {dcf9aadc-3b7b-4e98-9ab6-9a16b36e55ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3173 | 2025.01.16 19:50:32.440905 [ 260 ] {dcf9aadc-3b7b-4e98-9ab6-9a16b36e55ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3174 | 2025.01.16 19:50:32.441503 [ 260 ] {dcf9aadc-3b7b-4e98-9ab6-9a16b36e55ff} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3175 | 2025.01.16 19:50:32.441543 [ 260 ] {dcf9aadc-3b7b-4e98-9ab6-9a16b36e55ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 3176 | 2025.01.16 19:50:32.441923 [ 260 ] {dcf9aadc-3b7b-4e98-9ab6-9a16b36e55ff} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3177 | 2025.01.16 19:50:32.442163 [ 260 ] {dcf9aadc-3b7b-4e98-9ab6-9a16b36e55ff} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3178 | 2025.01.16 19:50:32.442379 [ 260 ] {dcf9aadc-3b7b-4e98-9ab6-9a16b36e55ff} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001568 sec., 20408.163265306124 rows/sec., 1.42 MiB/sec. | ||
| 3179 | 2025.01.16 19:50:32.442429 [ 260 ] {dcf9aadc-3b7b-4e98-9ab6-9a16b36e55ff} <Debug> TCPHandler: Processed in 0.001799271 sec. | ||
| 3180 | 2025.01.16 19:50:32.442600 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3181 | 2025.01.16 19:50:32.442758 [ 262 ] {d6d81a3b-17b8-4248-a755-2376a924f7bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3182 | 2025.01.16 19:50:32.442832 [ 262 ] {d6d81a3b-17b8-4248-a755-2376a924f7bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3183 | 2025.01.16 19:50:32.443502 [ 262 ] {d6d81a3b-17b8-4248-a755-2376a924f7bd} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3184 | 2025.01.16 19:50:32.443549 [ 262 ] {d6d81a3b-17b8-4248-a755-2376a924f7bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 3185 | 2025.01.16 19:50:32.444060 [ 262 ] {d6d81a3b-17b8-4248-a755-2376a924f7bd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3186 | 2025.01.16 19:50:32.444403 [ 262 ] {d6d81a3b-17b8-4248-a755-2376a924f7bd} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3187 | 2025.01.16 19:50:32.444641 [ 262 ] {d6d81a3b-17b8-4248-a755-2376a924f7bd} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001923 sec., 6240.249609984399 rows/sec., 430.64 KiB/sec. | ||
| 3188 | 2025.01.16 19:50:32.444710 [ 262 ] {d6d81a3b-17b8-4248-a755-2376a924f7bd} <Debug> TCPHandler: Processed in 0.002187528 sec. | ||
| 3189 | 2025.01.16 19:50:33.261514 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 | ||
| 3190 | 2025.01.16 19:50:33.262201 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3191 | 2025.01.16 19:50:33.262250 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3192 | 2025.01.16 19:50:33.262768 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3193 | 2025.01.16 19:50:33.263016 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3194 | 2025.01.16 19:50:33.263301 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 | ||
| 3195 | 2025.01.16 19:50:33.638463 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 3196 | 2025.01.16 19:50:33.658182 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3197 | 2025.01.16 19:50:33.658238 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3198 | 2025.01.16 19:50:33.665874 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3199 | 2025.01.16 19:50:33.666638 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3200 | 2025.01.16 19:50:33.669615 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 3201 | 2025.01.16 19:50:34.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 174.62 MiB, peak 180.43 MiB, free memory in arenas 0.00 B, will set to 175.79 MiB (RSS), difference: 1.17 MiB | ||
| 3202 | 2025.01.16 19:50:35.778211 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 446 | ||
| 3203 | 2025.01.16 19:50:35.781632 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3204 | 2025.01.16 19:50:35.781690 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3205 | 2025.01.16 19:50:35.783207 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3206 | 2025.01.16 19:50:35.783533 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3207 | 2025.01.16 19:50:35.784165 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 446 | ||
| 3208 | 2025.01.16 19:50:37.442949 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3209 | 2025.01.16 19:50:37.443259 [ 260 ] {ad2787e4-9085-4068-a806-449591593470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3210 | 2025.01.16 19:50:37.443377 [ 260 ] {ad2787e4-9085-4068-a806-449591593470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3211 | 2025.01.16 19:50:37.444292 [ 260 ] {ad2787e4-9085-4068-a806-449591593470} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3212 | 2025.01.16 19:50:37.444346 [ 260 ] {ad2787e4-9085-4068-a806-449591593470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3213 | 2025.01.16 19:50:37.444809 [ 260 ] {ad2787e4-9085-4068-a806-449591593470} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3214 | 2025.01.16 19:50:37.445069 [ 260 ] {ad2787e4-9085-4068-a806-449591593470} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3215 | 2025.01.16 19:50:37.445302 [ 260 ] {ad2787e4-9085-4068-a806-449591593470} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002132 sec., 63789.86866791744 rows/sec., 5.50 MiB/sec. | ||
| 3216 | 2025.01.16 19:50:37.445370 [ 260 ] {ad2787e4-9085-4068-a806-449591593470} <Debug> TCPHandler: Processed in 0.002608776 sec. | ||
| 3217 | 2025.01.16 19:50:37.445632 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3218 | 2025.01.16 19:50:37.445828 [ 262 ] {383a5083-ed6c-41b0-939f-fa6df4b2f159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3219 | 2025.01.16 19:50:37.445900 [ 262 ] {383a5083-ed6c-41b0-939f-fa6df4b2f159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3220 | 2025.01.16 19:50:37.446685 [ 262 ] {383a5083-ed6c-41b0-939f-fa6df4b2f159} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3221 | 2025.01.16 19:50:37.446728 [ 262 ] {383a5083-ed6c-41b0-939f-fa6df4b2f159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3222 | 2025.01.16 19:50:37.447171 [ 262 ] {383a5083-ed6c-41b0-939f-fa6df4b2f159} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3223 | 2025.01.16 19:50:37.447427 [ 262 ] {383a5083-ed6c-41b0-939f-fa6df4b2f159} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3224 | 2025.01.16 19:50:37.447660 [ 262 ] {383a5083-ed6c-41b0-939f-fa6df4b2f159} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001887 sec., 21197.668256491786 rows/sec., 1.56 MiB/sec. | ||
| 3225 | 2025.01.16 19:50:37.447718 [ 262 ] {383a5083-ed6c-41b0-939f-fa6df4b2f159} <Debug> TCPHandler: Processed in 0.002221399 sec. | ||
| 3226 | 2025.01.16 19:50:37.447881 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3227 | 2025.01.16 19:50:37.448026 [ 260 ] {943ae218-baed-4458-9663-caac4140fd2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3228 | 2025.01.16 19:50:37.448086 [ 260 ] {943ae218-baed-4458-9663-caac4140fd2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3229 | 2025.01.16 19:50:37.448776 [ 260 ] {943ae218-baed-4458-9663-caac4140fd2c} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3230 | 2025.01.16 19:50:37.448818 [ 260 ] {943ae218-baed-4458-9663-caac4140fd2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3231 | 2025.01.16 19:50:37.449188 [ 260 ] {943ae218-baed-4458-9663-caac4140fd2c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3232 | 2025.01.16 19:50:37.449431 [ 260 ] {943ae218-baed-4458-9663-caac4140fd2c} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3233 | 2025.01.16 19:50:37.449646 [ 260 ] {943ae218-baed-4458-9663-caac4140fd2c} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001656 sec., 62801.93236714976 rows/sec., 4.91 MiB/sec. | ||
| 3234 | 2025.01.16 19:50:37.449704 [ 260 ] {943ae218-baed-4458-9663-caac4140fd2c} <Debug> TCPHandler: Processed in 0.001891263 sec. | ||
| 3235 | 2025.01.16 19:50:37.449854 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3236 | 2025.01.16 19:50:37.449997 [ 262 ] {8debcf16-9e25-4484-b7ac-1bc8e6afba29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3237 | 2025.01.16 19:50:37.450061 [ 262 ] {8debcf16-9e25-4484-b7ac-1bc8e6afba29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3238 | 2025.01.16 19:50:37.450727 [ 262 ] {8debcf16-9e25-4484-b7ac-1bc8e6afba29} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3239 | 2025.01.16 19:50:37.450766 [ 262 ] {8debcf16-9e25-4484-b7ac-1bc8e6afba29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3240 | 2025.01.16 19:50:37.451176 [ 262 ] {8debcf16-9e25-4484-b7ac-1bc8e6afba29} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3241 | 2025.01.16 19:50:37.451414 [ 262 ] {8debcf16-9e25-4484-b7ac-1bc8e6afba29} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3242 | 2025.01.16 19:50:37.451627 [ 262 ] {8debcf16-9e25-4484-b7ac-1bc8e6afba29} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001663 sec., 96211.66566446182 rows/sec., 6.70 MiB/sec. | ||
| 3243 | 2025.01.16 19:50:37.451681 [ 262 ] {8debcf16-9e25-4484-b7ac-1bc8e6afba29} <Debug> TCPHandler: Processed in 0.001895673 sec. | ||
| 3244 | 2025.01.16 19:50:37.451856 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3245 | 2025.01.16 19:50:37.451998 [ 260 ] {e8401137-1d63-4fed-98f3-afda05772e4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3246 | 2025.01.16 19:50:37.452090 [ 260 ] {e8401137-1d63-4fed-98f3-afda05772e4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3247 | 2025.01.16 19:50:37.453374 [ 260 ] {e8401137-1d63-4fed-98f3-afda05772e4d} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3248 | 2025.01.16 19:50:37.453415 [ 260 ] {e8401137-1d63-4fed-98f3-afda05772e4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3249 | 2025.01.16 19:50:37.454077 [ 260 ] {e8401137-1d63-4fed-98f3-afda05772e4d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3250 | 2025.01.16 19:50:37.454335 [ 260 ] {e8401137-1d63-4fed-98f3-afda05772e4d} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3251 | 2025.01.16 19:50:37.454575 [ 260 ] {e8401137-1d63-4fed-98f3-afda05772e4d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00261 sec., 15325.670498084291 rows/sec., 27.46 MiB/sec. | ||
| 3252 | 2025.01.16 19:50:37.454698 [ 260 ] {e8401137-1d63-4fed-98f3-afda05772e4d} <Debug> TCPHandler: Processed in 0.002910321 sec. | ||
| 3253 | 2025.01.16 19:50:37.454869 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3254 | 2025.01.16 19:50:37.455008 [ 262 ] {867bf976-6f79-4b16-a7c0-37c210ea3a05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3255 | 2025.01.16 19:50:37.455068 [ 262 ] {867bf976-6f79-4b16-a7c0-37c210ea3a05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3256 | 2025.01.16 19:50:37.455636 [ 262 ] {867bf976-6f79-4b16-a7c0-37c210ea3a05} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3257 | 2025.01.16 19:50:37.455676 [ 262 ] {867bf976-6f79-4b16-a7c0-37c210ea3a05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3258 | 2025.01.16 19:50:37.456047 [ 262 ] {867bf976-6f79-4b16-a7c0-37c210ea3a05} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3259 | 2025.01.16 19:50:37.456284 [ 262 ] {867bf976-6f79-4b16-a7c0-37c210ea3a05} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3260 | 2025.01.16 19:50:37.456495 [ 262 ] {867bf976-6f79-4b16-a7c0-37c210ea3a05} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001518 sec., 39525.691699604744 rows/sec., 2.66 MiB/sec. | ||
| 3261 | 2025.01.16 19:50:37.456545 [ 262 ] {867bf976-6f79-4b16-a7c0-37c210ea3a05} <Debug> TCPHandler: Processed in 0.001743351 sec. | ||
| 3262 | 2025.01.16 19:50:40.656363 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3263 | 2025.01.16 19:50:40.656432 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3264 | 2025.01.16 19:50:40.763503 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 | ||
| 3265 | 2025.01.16 19:50:40.764144 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3266 | 2025.01.16 19:50:40.764189 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3267 | 2025.01.16 19:50:40.764809 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3268 | 2025.01.16 19:50:40.765076 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3269 | 2025.01.16 19:50:40.765323 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3270 | 2025.01.16 19:50:41.169751 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3271 | 2025.01.16 19:50:41.189890 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3272 | 2025.01.16 19:50:41.189939 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3273 | 2025.01.16 19:50:41.197457 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3274 | 2025.01.16 19:50:41.198246 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3275 | 2025.01.16 19:50:41.200741 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3276 | 2025.01.16 19:50:42.445680 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3277 | 2025.01.16 19:50:42.445875 [ 260 ] {678e0786-0eb3-45fd-8ef2-0d971ec8c5d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3278 | 2025.01.16 19:50:42.445947 [ 260 ] {678e0786-0eb3-45fd-8ef2-0d971ec8c5d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3279 | 2025.01.16 19:50:42.446708 [ 260 ] {678e0786-0eb3-45fd-8ef2-0d971ec8c5d0} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3280 | 2025.01.16 19:50:42.446758 [ 260 ] {678e0786-0eb3-45fd-8ef2-0d971ec8c5d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3281 | 2025.01.16 19:50:42.447204 [ 260 ] {678e0786-0eb3-45fd-8ef2-0d971ec8c5d0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3282 | 2025.01.16 19:50:42.447479 [ 260 ] {678e0786-0eb3-45fd-8ef2-0d971ec8c5d0} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3283 | 2025.01.16 19:50:42.447760 [ 260 ] {678e0786-0eb3-45fd-8ef2-0d971ec8c5d0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001932 sec., 7246.376811594203 rows/sec., 521.64 KiB/sec. | ||
| 3284 | 2025.01.16 19:50:42.447851 [ 260 ] {678e0786-0eb3-45fd-8ef2-0d971ec8c5d0} <Debug> TCPHandler: Processed in 0.00230781 sec. | ||
| 3285 | 2025.01.16 19:50:42.448118 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3286 | 2025.01.16 19:50:42.448335 [ 262 ] {5d78370f-474b-4dce-8642-69280521659c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3287 | 2025.01.16 19:50:42.448417 [ 262 ] {5d78370f-474b-4dce-8642-69280521659c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3288 | 2025.01.16 19:50:42.449305 [ 262 ] {5d78370f-474b-4dce-8642-69280521659c} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3289 | 2025.01.16 19:50:42.449348 [ 262 ] {5d78370f-474b-4dce-8642-69280521659c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3290 | 2025.01.16 19:50:42.449801 [ 262 ] {5d78370f-474b-4dce-8642-69280521659c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3291 | 2025.01.16 19:50:42.450060 [ 262 ] {5d78370f-474b-4dce-8642-69280521659c} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3292 | 2025.01.16 19:50:42.450268 [ 262 ] {5d78370f-474b-4dce-8642-69280521659c} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001995 sec., 101754.38596491229 rows/sec., 8.81 MiB/sec. | ||
| 3293 | 2025.01.16 19:50:42.450333 [ 262 ] {5d78370f-474b-4dce-8642-69280521659c} <Debug> TCPHandler: Processed in 0.002356652 sec. | ||
| 3294 | 2025.01.16 19:50:42.450493 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3295 | 2025.01.16 19:50:42.450648 [ 260 ] {b4b75b48-fdaf-4704-b955-f93c4a7a0fee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3296 | 2025.01.16 19:50:42.450708 [ 260 ] {b4b75b48-fdaf-4704-b955-f93c4a7a0fee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3297 | 2025.01.16 19:50:42.451444 [ 260 ] {b4b75b48-fdaf-4704-b955-f93c4a7a0fee} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3298 | 2025.01.16 19:50:42.451494 [ 260 ] {b4b75b48-fdaf-4704-b955-f93c4a7a0fee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3299 | 2025.01.16 19:50:42.451901 [ 260 ] {b4b75b48-fdaf-4704-b955-f93c4a7a0fee} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3300 | 2025.01.16 19:50:42.452160 [ 260 ] {b4b75b48-fdaf-4704-b955-f93c4a7a0fee} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3301 | 2025.01.16 19:50:42.452458 [ 260 ] {b4b75b48-fdaf-4704-b955-f93c4a7a0fee} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001817 sec., 3852.504127682994 rows/sec., 250.99 KiB/sec. | ||
| 3302 | 2025.01.16 19:50:42.452627 [ 260 ] {b4b75b48-fdaf-4704-b955-f93c4a7a0fee} <Debug> TCPHandler: Processed in 0.002203149 sec. | ||
| 3303 | 2025.01.16 19:50:42.452801 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3304 | 2025.01.16 19:50:42.452947 [ 262 ] {52609f75-d942-498a-a4a4-d2f292d5eb91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3305 | 2025.01.16 19:50:42.453008 [ 262 ] {52609f75-d942-498a-a4a4-d2f292d5eb91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3306 | 2025.01.16 19:50:42.453699 [ 262 ] {52609f75-d942-498a-a4a4-d2f292d5eb91} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3307 | 2025.01.16 19:50:42.453740 [ 262 ] {52609f75-d942-498a-a4a4-d2f292d5eb91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3308 | 2025.01.16 19:50:42.454103 [ 262 ] {52609f75-d942-498a-a4a4-d2f292d5eb91} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3309 | 2025.01.16 19:50:42.454364 [ 262 ] {52609f75-d942-498a-a4a4-d2f292d5eb91} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3310 | 2025.01.16 19:50:42.454643 [ 262 ] {52609f75-d942-498a-a4a4-d2f292d5eb91} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001709 sec., 8191.925102399064 rows/sec., 573.71 KiB/sec. | ||
| 3311 | 2025.01.16 19:50:42.454732 [ 262 ] {52609f75-d942-498a-a4a4-d2f292d5eb91} <Debug> TCPHandler: Processed in 0.002004186 sec. | ||
| 3312 | 2025.01.16 19:50:42.454888 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3313 | 2025.01.16 19:50:42.455004 [ 260 ] {73bbdd03-c024-4d95-844a-c30aa951248d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3314 | 2025.01.16 19:50:42.455053 [ 260 ] {73bbdd03-c024-4d95-844a-c30aa951248d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3315 | 2025.01.16 19:50:42.455618 [ 260 ] {73bbdd03-c024-4d95-844a-c30aa951248d} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3316 | 2025.01.16 19:50:42.455658 [ 260 ] {73bbdd03-c024-4d95-844a-c30aa951248d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3317 | 2025.01.16 19:50:42.456011 [ 260 ] {73bbdd03-c024-4d95-844a-c30aa951248d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3318 | 2025.01.16 19:50:42.456247 [ 260 ] {73bbdd03-c024-4d95-844a-c30aa951248d} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3319 | 2025.01.16 19:50:42.456461 [ 260 ] {73bbdd03-c024-4d95-844a-c30aa951248d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001481 sec., 8777.852802160704 rows/sec., 547.30 KiB/sec. | ||
| 3320 | 2025.01.16 19:50:42.456517 [ 260 ] {73bbdd03-c024-4d95-844a-c30aa951248d} <Debug> TCPHandler: Processed in 0.0016854 sec. | ||
| 3321 | 2025.01.16 19:50:42.456655 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3322 | 2025.01.16 19:50:42.456790 [ 262 ] {9ddda1d7-2418-4c7e-8238-34db63ce62eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3323 | 2025.01.16 19:50:42.456848 [ 262 ] {9ddda1d7-2418-4c7e-8238-34db63ce62eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3324 | 2025.01.16 19:50:42.457696 [ 262 ] {9ddda1d7-2418-4c7e-8238-34db63ce62eb} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3325 | 2025.01.16 19:50:42.457731 [ 262 ] {9ddda1d7-2418-4c7e-8238-34db63ce62eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3326 | 2025.01.16 19:50:42.458097 [ 262 ] {9ddda1d7-2418-4c7e-8238-34db63ce62eb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3327 | 2025.01.16 19:50:42.458326 [ 262 ] {9ddda1d7-2418-4c7e-8238-34db63ce62eb} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3328 | 2025.01.16 19:50:42.458568 [ 262 ] {9ddda1d7-2418-4c7e-8238-34db63ce62eb} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001809 sec., 211166.39027086788 rows/sec., 14.94 MiB/sec. | ||
| 3329 | 2025.01.16 19:50:42.458621 [ 262 ] {9ddda1d7-2418-4c7e-8238-34db63ce62eb} <Debug> TCPHandler: Processed in 0.002022786 sec. | ||
| 3330 | 2025.01.16 19:50:42.458795 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3331 | 2025.01.16 19:50:42.458964 [ 260 ] {837290dc-5f85-46c3-9c5f-e712e5bbd686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3332 | 2025.01.16 19:50:42.459036 [ 260 ] {837290dc-5f85-46c3-9c5f-e712e5bbd686} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3333 | 2025.01.16 19:50:42.459716 [ 260 ] {837290dc-5f85-46c3-9c5f-e712e5bbd686} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3334 | 2025.01.16 19:50:42.459767 [ 260 ] {837290dc-5f85-46c3-9c5f-e712e5bbd686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3335 | 2025.01.16 19:50:42.460123 [ 260 ] {837290dc-5f85-46c3-9c5f-e712e5bbd686} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3336 | 2025.01.16 19:50:42.460355 [ 260 ] {837290dc-5f85-46c3-9c5f-e712e5bbd686} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3337 | 2025.01.16 19:50:42.460658 [ 260 ] {837290dc-5f85-46c3-9c5f-e712e5bbd686} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001714 sec., 3500.5834305717617 rows/sec., 182.89 KiB/sec. | ||
| 3338 | 2025.01.16 19:50:42.460729 [ 260 ] {837290dc-5f85-46c3-9c5f-e712e5bbd686} <Debug> TCPHandler: Processed in 0.002017065 sec. | ||
| 3339 | 2025.01.16 19:50:42.460912 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3340 | 2025.01.16 19:50:42.461054 [ 262 ] {6e3fad11-79d1-48aa-847c-8489de6f2510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3341 | 2025.01.16 19:50:42.461116 [ 262 ] {6e3fad11-79d1-48aa-847c-8489de6f2510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3342 | 2025.01.16 19:50:42.461794 [ 262 ] {6e3fad11-79d1-48aa-847c-8489de6f2510} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3343 | 2025.01.16 19:50:42.461831 [ 262 ] {6e3fad11-79d1-48aa-847c-8489de6f2510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3344 | 2025.01.16 19:50:42.462232 [ 262 ] {6e3fad11-79d1-48aa-847c-8489de6f2510} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3345 | 2025.01.16 19:50:42.462468 [ 262 ] {6e3fad11-79d1-48aa-847c-8489de6f2510} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3346 | 2025.01.16 19:50:42.462734 [ 262 ] {6e3fad11-79d1-48aa-847c-8489de6f2510} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001691 sec., 140153.755174453 rows/sec., 9.39 MiB/sec. | ||
| 3347 | 2025.01.16 19:50:42.462958 [ 262 ] {6e3fad11-79d1-48aa-847c-8489de6f2510} <Debug> TCPHandler: Processed in 0.002111867 sec. | ||
| 3348 | 2025.01.16 19:50:42.463111 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3349 | 2025.01.16 19:50:42.463246 [ 260 ] {49fff1ff-5bcd-4284-b926-5ca731587d0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3350 | 2025.01.16 19:50:42.463305 [ 260 ] {49fff1ff-5bcd-4284-b926-5ca731587d0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3351 | 2025.01.16 19:50:42.463819 [ 260 ] {49fff1ff-5bcd-4284-b926-5ca731587d0a} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3352 | 2025.01.16 19:50:42.463857 [ 260 ] {49fff1ff-5bcd-4284-b926-5ca731587d0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3353 | 2025.01.16 19:50:42.464211 [ 260 ] {49fff1ff-5bcd-4284-b926-5ca731587d0a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3354 | 2025.01.16 19:50:42.464471 [ 260 ] {49fff1ff-5bcd-4284-b926-5ca731587d0a} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3355 | 2025.01.16 19:50:42.464681 [ 260 ] {49fff1ff-5bcd-4284-b926-5ca731587d0a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001464 sec., 683.0601092896175 rows/sec., 46.03 KiB/sec. | ||
| 3356 | 2025.01.16 19:50:42.464734 [ 260 ] {49fff1ff-5bcd-4284-b926-5ca731587d0a} <Debug> TCPHandler: Processed in 0.00168987 sec. | ||
| 3357 | 2025.01.16 19:50:42.464878 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3358 | 2025.01.16 19:50:42.464996 [ 262 ] {56af4abe-a11e-4293-b4aa-90bdba2dab69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3359 | 2025.01.16 19:50:42.465048 [ 262 ] {56af4abe-a11e-4293-b4aa-90bdba2dab69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3360 | 2025.01.16 19:50:42.465549 [ 262 ] {56af4abe-a11e-4293-b4aa-90bdba2dab69} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3361 | 2025.01.16 19:50:42.465586 [ 262 ] {56af4abe-a11e-4293-b4aa-90bdba2dab69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3362 | 2025.01.16 19:50:42.465959 [ 262 ] {56af4abe-a11e-4293-b4aa-90bdba2dab69} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3363 | 2025.01.16 19:50:42.466216 [ 262 ] {56af4abe-a11e-4293-b4aa-90bdba2dab69} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3364 | 2025.01.16 19:50:42.466396 [ 262 ] {56af4abe-a11e-4293-b4aa-90bdba2dab69} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001425 sec., 57543.8596491228 rows/sec., 3.65 MiB/sec. | ||
| 3365 | 2025.01.16 19:50:42.466452 [ 262 ] {56af4abe-a11e-4293-b4aa-90bdba2dab69} <Debug> TCPHandler: Processed in 0.001633658 sec. | ||
| 3366 | 2025.01.16 19:50:45.784519 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 478 | ||
| 3367 | 2025.01.16 19:50:45.787549 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3368 | 2025.01.16 19:50:45.787603 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3369 | 2025.01.16 19:50:45.789092 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3370 | 2025.01.16 19:50:45.789421 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3371 | 2025.01.16 19:50:45.790057 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 478 | ||
| 3372 | 2025.01.16 19:50:47.443459 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3373 | 2025.01.16 19:50:47.443671 [ 260 ] {10f2c653-2501-4cb5-87e7-7190535f9b59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3374 | 2025.01.16 19:50:47.443751 [ 260 ] {10f2c653-2501-4cb5-87e7-7190535f9b59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3375 | 2025.01.16 19:50:47.444608 [ 260 ] {10f2c653-2501-4cb5-87e7-7190535f9b59} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3376 | 2025.01.16 19:50:47.444649 [ 260 ] {10f2c653-2501-4cb5-87e7-7190535f9b59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3377 | 2025.01.16 19:50:47.445092 [ 260 ] {10f2c653-2501-4cb5-87e7-7190535f9b59} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3378 | 2025.01.16 19:50:47.445343 [ 260 ] {10f2c653-2501-4cb5-87e7-7190535f9b59} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3379 | 2025.01.16 19:50:47.445486 [ 146 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3380 | 2025.01.16 19:50:47.445537 [ 146 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3381 | 2025.01.16 19:50:47.445547 [ 260 ] {10f2c653-2501-4cb5-87e7-7190535f9b59} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.001934 sec., 70320.5791106515 rows/sec., 6.07 MiB/sec. | ||
| 3382 | 2025.01.16 19:50:47.445564 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3383 | 2025.01.16 19:50:47.445663 [ 260 ] {10f2c653-2501-4cb5-87e7-7190535f9b59} <Debug> TCPHandler: Processed in 0.002335761 sec. | ||
| 3384 | 2025.01.16 19:50:47.445803 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 3385 | 2025.01.16 19:50:47.445920 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3386 | 2025.01.16 19:50:47.445978 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3387 | 2025.01.16 19:50:47.446027 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1428 rows starting from the beginning of the part | ||
| 3388 | 2025.01.16 19:50:47.446131 [ 262 ] {dd3396f6-ab8b-4386-a8dc-be54d3e623f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3389 | 2025.01.16 19:50:47.446219 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1346 rows starting from the beginning of the part | ||
| 3390 | 2025.01.16 19:50:47.446296 [ 262 ] {dd3396f6-ab8b-4386-a8dc-be54d3e623f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3391 | 2025.01.16 19:50:47.446531 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part | ||
| 3392 | 2025.01.16 19:50:47.446719 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 136 rows starting from the beginning of the part | ||
| 3393 | 2025.01.16 19:50:47.446918 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 203 rows starting from the beginning of the part | ||
| 3394 | 2025.01.16 19:50:47.447182 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 136 rows starting from the beginning of the part | ||
| 3395 | 2025.01.16 19:50:47.448220 [ 262 ] {dd3396f6-ab8b-4386-a8dc-be54d3e623f3} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3396 | 2025.01.16 19:50:47.448278 [ 262 ] {dd3396f6-ab8b-4386-a8dc-be54d3e623f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3397 | 2025.01.16 19:50:47.448923 [ 262 ] {dd3396f6-ab8b-4386-a8dc-be54d3e623f3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3398 | 2025.01.16 19:50:47.449190 [ 262 ] {dd3396f6-ab8b-4386-a8dc-be54d3e623f3} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3399 | 2025.01.16 19:50:47.449428 [ 146 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3400 | 2025.01.16 19:50:47.449533 [ 146 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3401 | 2025.01.16 19:50:47.449569 [ 262 ] {dd3396f6-ab8b-4386-a8dc-be54d3e623f3} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.003492 sec., 11454.75372279496 rows/sec., 861.34 KiB/sec. | ||
| 3402 | 2025.01.16 19:50:47.449613 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3403 | 2025.01.16 19:50:47.450030 [ 262 ] {dd3396f6-ab8b-4386-a8dc-be54d3e623f3} <Debug> TCPHandler: Processed in 0.004224864 sec. | ||
| 3404 | 2025.01.16 19:50:47.450373 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3405 | 2025.01.16 19:50:47.450389 [ 199 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 3406 | 2025.01.16 19:50:47.450413 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3305 rows, containing 5 columns (5 merged, 0 gathered) in 0.004742153 sec., 696940.8199187163 rows/sec., 61.09 MiB/sec. | ||
| 3407 | 2025.01.16 19:50:47.450651 [ 260 ] {b549c7a3-aa84-4dbe-aeb5-915442c41694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3408 | 2025.01.16 19:50:47.450818 [ 260 ] {b549c7a3-aa84-4dbe-aeb5-915442c41694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3409 | 2025.01.16 19:50:47.450847 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3410 | 2025.01.16 19:50:47.450968 [ 199 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3411 | 2025.01.16 19:50:47.451177 [ 199 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 44 rows starting from the beginning of the part | ||
| 3412 | 2025.01.16 19:50:47.451808 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_21_4} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3413 | 2025.01.16 19:50:47.451963 [ 199 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part | ||
| 3414 | 2025.01.16 19:50:47.452137 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_21_4} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3415 | 2025.01.16 19:50:47.452439 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 3416 | 2025.01.16 19:50:47.452688 [ 199 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::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 | ||
| 3417 | 2025.01.16 19:50:47.452915 [ 199 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part | ||
| 3418 | 2025.01.16 19:50:47.453336 [ 199 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part | ||
| 3419 | 2025.01.16 19:50:47.453665 [ 199 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part | ||
| 3420 | 2025.01.16 19:50:47.454289 [ 260 ] {b549c7a3-aa84-4dbe-aeb5-915442c41694} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3421 | 2025.01.16 19:50:47.454342 [ 260 ] {b549c7a3-aa84-4dbe-aeb5-915442c41694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3422 | 2025.01.16 19:50:47.455227 [ 260 ] {b549c7a3-aa84-4dbe-aeb5-915442c41694} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3423 | 2025.01.16 19:50:47.455790 [ 260 ] {b549c7a3-aa84-4dbe-aeb5-915442c41694} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3424 | 2025.01.16 19:50:47.456091 [ 146 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3425 | 2025.01.16 19:50:47.456189 [ 146 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3426 | 2025.01.16 19:50:47.456298 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3427 | 2025.01.16 19:50:47.456517 [ 260 ] {b549c7a3-aa84-4dbe-aeb5-915442c41694} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.005898 sec., 17633.09596473381 rows/sec., 1.38 MiB/sec. | ||
| 3428 | 2025.01.16 19:50:47.456814 [ 188 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 5 columns (5 merged, 0 gathered) in 0.007013273 sec., 26235.96714401393 rows/sec., 1.99 MiB/sec. | ||
| 3429 | 2025.01.16 19:50:47.456864 [ 260 ] {b549c7a3-aa84-4dbe-aeb5-915442c41694} <Debug> TCPHandler: Processed in 0.006688847 sec. | ||
| 3430 | 2025.01.16 19:50:47.456889 [ 192 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::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 | ||
| 3431 | 2025.01.16 19:50:47.457154 [ 188 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3432 | 2025.01.16 19:50:47.457160 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3433 | 2025.01.16 19:50:47.457229 [ 192 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3434 | 2025.01.16 19:50:47.457292 [ 192 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 902 rows starting from the beginning of the part | ||
| 3435 | 2025.01.16 19:50:47.457476 [ 262 ] {212e1a12-6f33-41bd-b3a2-d71b361677a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3436 | 2025.01.16 19:50:47.457767 [ 262 ] {212e1a12-6f33-41bd-b3a2-d71b361677a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3437 | 2025.01.16 19:50:47.457784 [ 192 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 844 rows starting from the beginning of the part | ||
| 3438 | 2025.01.16 19:50:47.458372 [ 192 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part | ||
| 3439 | 2025.01.16 19:50:47.458376 [ 188 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_16_3} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3440 | 2025.01.16 19:50:47.458922 [ 188 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_16_3} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3441 | 2025.01.16 19:50:47.458919 [ 192 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 104 rows starting from the beginning of the part | ||
| 3442 | 2025.01.16 19:50:47.459413 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3443 | 2025.01.16 19:50:47.459515 [ 192 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 382 rows starting from the beginning of the part | ||
| 3444 | 2025.01.16 19:50:47.459802 [ 192 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 104 rows starting from the beginning of the part | ||
| 3445 | 2025.01.16 19:50:47.460837 [ 262 ] {212e1a12-6f33-41bd-b3a2-d71b361677a2} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3446 | 2025.01.16 19:50:47.460903 [ 262 ] {212e1a12-6f33-41bd-b3a2-d71b361677a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3447 | 2025.01.16 19:50:47.461862 [ 262 ] {212e1a12-6f33-41bd-b3a2-d71b361677a2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3448 | 2025.01.16 19:50:47.462278 [ 262 ] {212e1a12-6f33-41bd-b3a2-d71b361677a2} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3449 | 2025.01.16 19:50:47.462472 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3450 | 2025.01.16 19:50:47.462557 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3451 | 2025.01.16 19:50:47.462595 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3452 | 2025.01.16 19:50:47.462732 [ 262 ] {212e1a12-6f33-41bd-b3a2-d71b361677a2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005285 sec., 30274.361400189217 rows/sec., 2.11 MiB/sec. | ||
| 3453 | 2025.01.16 19:50:47.462997 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::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 | ||
| 3454 | 2025.01.16 19:50:47.463160 [ 262 ] {212e1a12-6f33-41bd-b3a2-d71b361677a2} <Debug> TCPHandler: Processed in 0.006152828 sec. | ||
| 3455 | 2025.01.16 19:50:47.463531 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3456 | 2025.01.16 19:50:47.463572 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3457 | 2025.01.16 19:50:47.463559 [ 192 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2400 rows, containing 5 columns (5 merged, 0 gathered) in 0.007010543 sec., 342341.52761062875 rows/sec., 26.24 MiB/sec. | ||
| 3458 | 2025.01.16 19:50:47.463629 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4287 rows starting from the beginning of the part | ||
| 3459 | 2025.01.16 19:50:47.463904 [ 192 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3460 | 2025.01.16 19:50:47.463929 [ 260 ] {4aaef26e-e3db-4c9f-8cdb-2c5b4229ff9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3461 | 2025.01.16 19:50:47.464097 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 928 rows starting from the beginning of the part | ||
| 3462 | 2025.01.16 19:50:47.464582 [ 260 ] {4aaef26e-e3db-4c9f-8cdb-2c5b4229ff9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3463 | 2025.01.16 19:50:47.464641 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 32 rows starting from the beginning of the part | ||
| 3464 | 2025.01.16 19:50:47.465158 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
| 3465 | 2025.01.16 19:50:47.465314 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_21_4} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3466 | 2025.01.16 19:50:47.465733 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 237 rows starting from the beginning of the part | ||
| 3467 | 2025.01.16 19:50:47.465842 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_21_4} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3468 | 2025.01.16 19:50:47.466353 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 3469 | 2025.01.16 19:50:47.466378 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
| 3470 | 2025.01.16 19:50:47.470083 [ 260 ] {4aaef26e-e3db-4c9f-8cdb-2c5b4229ff9b} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3471 | 2025.01.16 19:50:47.470128 [ 260 ] {4aaef26e-e3db-4c9f-8cdb-2c5b4229ff9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3472 | 2025.01.16 19:50:47.471102 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5804 rows, containing 5 columns (5 merged, 0 gathered) in 0.008394137 sec., 691434.986109948 rows/sec., 46.69 MiB/sec. | ||
| 3473 | 2025.01.16 19:50:47.471353 [ 260 ] {4aaef26e-e3db-4c9f-8cdb-2c5b4229ff9b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3474 | 2025.01.16 19:50:47.471560 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3475 | 2025.01.16 19:50:47.471867 [ 260 ] {4aaef26e-e3db-4c9f-8cdb-2c5b4229ff9b} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3476 | 2025.01.16 19:50:47.472252 [ 196 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3477 | 2025.01.16 19:50:47.472564 [ 260 ] {4aaef26e-e3db-4c9f-8cdb-2c5b4229ff9b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.008835 sec., 4527.44765138653 rows/sec., 8.11 MiB/sec. | ||
| 3478 | 2025.01.16 19:50:47.472659 [ 196 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3479 | 2025.01.16 19:50:47.472960 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
| 3480 | 2025.01.16 19:50:47.473062 [ 260 ] {4aaef26e-e3db-4c9f-8cdb-2c5b4229ff9b} <Debug> TCPHandler: Processed in 0.009757091 sec. | ||
| 3481 | 2025.01.16 19:50:47.473232 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3482 | 2025.01.16 19:50:47.473373 [ 262 ] {4bbc2cca-6088-4b53-8266-92cba4e51785} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3483 | 2025.01.16 19:50:47.473437 [ 262 ] {4bbc2cca-6088-4b53-8266-92cba4e51785} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3484 | 2025.01.16 19:50:47.474009 [ 262 ] {4bbc2cca-6088-4b53-8266-92cba4e51785} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3485 | 2025.01.16 19:50:47.474051 [ 262 ] {4bbc2cca-6088-4b53-8266-92cba4e51785} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3486 | 2025.01.16 19:50:47.474426 [ 262 ] {4bbc2cca-6088-4b53-8266-92cba4e51785} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3487 | 2025.01.16 19:50:47.474794 [ 262 ] {4bbc2cca-6088-4b53-8266-92cba4e51785} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3488 | 2025.01.16 19:50:47.474968 [ 146 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3489 | 2025.01.16 19:50:47.475024 [ 146 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3490 | 2025.01.16 19:50:47.475044 [ 262 ] {4bbc2cca-6088-4b53-8266-92cba4e51785} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001693 sec., 35440.04725339633 rows/sec., 2.39 MiB/sec. | ||
| 3491 | 2025.01.16 19:50:47.475063 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3492 | 2025.01.16 19:50:47.475194 [ 262 ] {4bbc2cca-6088-4b53-8266-92cba4e51785} <Debug> TCPHandler: Processed in 0.002026266 sec. | ||
| 3493 | 2025.01.16 19:50:47.475547 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::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 | ||
| 3494 | 2025.01.16 19:50:47.475727 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3495 | 2025.01.16 19:50:47.475760 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 818 rows starting from the beginning of the part | ||
| 3496 | 2025.01.16 19:50:47.475958 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 70 rows starting from the beginning of the part | ||
| 3497 | 2025.01.16 19:50:47.476180 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part | ||
| 3498 | 2025.01.16 19:50:47.476377 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
| 3499 | 2025.01.16 19:50:47.476555 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part | ||
| 3500 | 2025.01.16 19:50:47.476727 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
| 3501 | 2025.01.16 19:50:47.477926 [ 196 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1102 rows, containing 4 columns (4 merged, 0 gathered) in 0.002715798 sec., 405773.9198570733 rows/sec., 26.68 MiB/sec. | ||
| 3502 | 2025.01.16 19:50:47.478076 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3503 | 2025.01.16 19:50:47.478334 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_21_4} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3504 | 2025.01.16 19:50:47.478406 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_21_4} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3505 | 2025.01.16 19:50:47.478472 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 3506 | 2025.01.16 19:50:48.265510 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 | ||
| 3507 | 2025.01.16 19:50:48.266226 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3508 | 2025.01.16 19:50:48.266267 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3509 | 2025.01.16 19:50:48.266806 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3510 | 2025.01.16 19:50:48.267056 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3511 | 2025.01.16 19:50:48.267291 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 | ||
| 3512 | 2025.01.16 19:50:48.700881 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
| 3513 | 2025.01.16 19:50:48.721320 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3514 | 2025.01.16 19:50:48.721383 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3515 | 2025.01.16 19:50:48.728998 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3516 | 2025.01.16 19:50:48.729878 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3517 | 2025.01.16 19:50:48.733237 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
| 3518 | 2025.01.16 19:50:52.445978 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3519 | 2025.01.16 19:50:52.446240 [ 260 ] {65e644ce-bf15-45ca-87d1-821b5eec7446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3520 | 2025.01.16 19:50:52.446324 [ 260 ] {65e644ce-bf15-45ca-87d1-821b5eec7446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3521 | 2025.01.16 19:50:52.447175 [ 260 ] {65e644ce-bf15-45ca-87d1-821b5eec7446} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3522 | 2025.01.16 19:50:52.447232 [ 260 ] {65e644ce-bf15-45ca-87d1-821b5eec7446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3523 | 2025.01.16 19:50:52.447679 [ 260 ] {65e644ce-bf15-45ca-87d1-821b5eec7446} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3524 | 2025.01.16 19:50:52.447936 [ 260 ] {65e644ce-bf15-45ca-87d1-821b5eec7446} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3525 | 2025.01.16 19:50:52.448196 [ 260 ] {65e644ce-bf15-45ca-87d1-821b5eec7446} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002016 sec., 6944.444444444444 rows/sec., 499.91 KiB/sec. | ||
| 3526 | 2025.01.16 19:50:52.448264 [ 260 ] {65e644ce-bf15-45ca-87d1-821b5eec7446} <Debug> TCPHandler: Processed in 0.002473293 sec. | ||
| 3527 | 2025.01.16 19:50:52.448517 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3528 | 2025.01.16 19:50:52.448714 [ 262 ] {54534bef-579b-4315-98a1-c46eca835dd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3529 | 2025.01.16 19:50:52.448786 [ 262 ] {54534bef-579b-4315-98a1-c46eca835dd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3530 | 2025.01.16 19:50:52.449639 [ 262 ] {54534bef-579b-4315-98a1-c46eca835dd1} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3531 | 2025.01.16 19:50:52.449686 [ 262 ] {54534bef-579b-4315-98a1-c46eca835dd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3532 | 2025.01.16 19:50:52.450138 [ 262 ] {54534bef-579b-4315-98a1-c46eca835dd1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3533 | 2025.01.16 19:50:52.450396 [ 262 ] {54534bef-579b-4315-98a1-c46eca835dd1} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3534 | 2025.01.16 19:50:52.450632 [ 262 ] {54534bef-579b-4315-98a1-c46eca835dd1} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001972 sec., 102941.17647058825 rows/sec., 8.91 MiB/sec. | ||
| 3535 | 2025.01.16 19:50:52.450699 [ 262 ] {54534bef-579b-4315-98a1-c46eca835dd1} <Debug> TCPHandler: Processed in 0.002313321 sec. | ||
| 3536 | 2025.01.16 19:50:52.450868 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3537 | 2025.01.16 19:50:52.451021 [ 260 ] {7820a3cc-d5d6-4ba0-b10e-7055b855cf99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3538 | 2025.01.16 19:50:52.451081 [ 260 ] {7820a3cc-d5d6-4ba0-b10e-7055b855cf99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3539 | 2025.01.16 19:50:52.451788 [ 260 ] {7820a3cc-d5d6-4ba0-b10e-7055b855cf99} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3540 | 2025.01.16 19:50:52.451839 [ 260 ] {7820a3cc-d5d6-4ba0-b10e-7055b855cf99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3541 | 2025.01.16 19:50:52.452250 [ 260 ] {7820a3cc-d5d6-4ba0-b10e-7055b855cf99} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3542 | 2025.01.16 19:50:52.452495 [ 260 ] {7820a3cc-d5d6-4ba0-b10e-7055b855cf99} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3543 | 2025.01.16 19:50:52.452764 [ 260 ] {7820a3cc-d5d6-4ba0-b10e-7055b855cf99} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001773 sec., 3948.1105470953185 rows/sec., 257.22 KiB/sec. | ||
| 3544 | 2025.01.16 19:50:52.452998 [ 260 ] {7820a3cc-d5d6-4ba0-b10e-7055b855cf99} <Debug> TCPHandler: Processed in 0.002201518 sec. | ||
| 3545 | 2025.01.16 19:50:52.453181 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3546 | 2025.01.16 19:50:52.453325 [ 262 ] {feac52b9-a4fc-4969-a5f9-5e0b73de91e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3547 | 2025.01.16 19:50:52.453385 [ 262 ] {feac52b9-a4fc-4969-a5f9-5e0b73de91e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3548 | 2025.01.16 19:50:52.454085 [ 262 ] {feac52b9-a4fc-4969-a5f9-5e0b73de91e6} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3549 | 2025.01.16 19:50:52.454130 [ 262 ] {feac52b9-a4fc-4969-a5f9-5e0b73de91e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3550 | 2025.01.16 19:50:52.454480 [ 262 ] {feac52b9-a4fc-4969-a5f9-5e0b73de91e6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3551 | 2025.01.16 19:50:52.454729 [ 262 ] {feac52b9-a4fc-4969-a5f9-5e0b73de91e6} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3552 | 2025.01.16 19:50:52.454940 [ 262 ] {feac52b9-a4fc-4969-a5f9-5e0b73de91e6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001649 sec., 8489.993935718618 rows/sec., 594.58 KiB/sec. | ||
| 3553 | 2025.01.16 19:50:52.454995 [ 262 ] {feac52b9-a4fc-4969-a5f9-5e0b73de91e6} <Debug> TCPHandler: Processed in 0.001883024 sec. | ||
| 3554 | 2025.01.16 19:50:52.455145 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3555 | 2025.01.16 19:50:52.455287 [ 260 ] {7cd896ce-6da1-443a-bff0-fbaac8aa2e60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3556 | 2025.01.16 19:50:52.455346 [ 260 ] {7cd896ce-6da1-443a-bff0-fbaac8aa2e60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3557 | 2025.01.16 19:50:52.456038 [ 260 ] {7cd896ce-6da1-443a-bff0-fbaac8aa2e60} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3558 | 2025.01.16 19:50:52.456086 [ 260 ] {7cd896ce-6da1-443a-bff0-fbaac8aa2e60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3559 | 2025.01.16 19:50:52.456455 [ 260 ] {7cd896ce-6da1-443a-bff0-fbaac8aa2e60} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3560 | 2025.01.16 19:50:52.456700 [ 260 ] {7cd896ce-6da1-443a-bff0-fbaac8aa2e60} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3561 | 2025.01.16 19:50:52.457010 [ 260 ] {7cd896ce-6da1-443a-bff0-fbaac8aa2e60} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001732 sec., 7505.773672055427 rows/sec., 467.98 KiB/sec. | ||
| 3562 | 2025.01.16 19:50:52.457141 [ 260 ] {7cd896ce-6da1-443a-bff0-fbaac8aa2e60} <Debug> TCPHandler: Processed in 0.002066536 sec. | ||
| 3563 | 2025.01.16 19:50:52.457290 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3564 | 2025.01.16 19:50:52.457429 [ 262 ] {bf755187-a3d6-4253-b282-604559b0aacd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3565 | 2025.01.16 19:50:52.457487 [ 262 ] {bf755187-a3d6-4253-b282-604559b0aacd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3566 | 2025.01.16 19:50:52.458294 [ 262 ] {bf755187-a3d6-4253-b282-604559b0aacd} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3567 | 2025.01.16 19:50:52.458333 [ 262 ] {bf755187-a3d6-4253-b282-604559b0aacd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3568 | 2025.01.16 19:50:52.458712 [ 262 ] {bf755187-a3d6-4253-b282-604559b0aacd} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3569 | 2025.01.16 19:50:52.458955 [ 262 ] {bf755187-a3d6-4253-b282-604559b0aacd} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3570 | 2025.01.16 19:50:52.459168 [ 262 ] {bf755187-a3d6-4253-b282-604559b0aacd} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.00177 sec., 215819.209039548 rows/sec., 15.27 MiB/sec. | ||
| 3571 | 2025.01.16 19:50:52.459223 [ 262 ] {bf755187-a3d6-4253-b282-604559b0aacd} <Debug> TCPHandler: Processed in 0.002000485 sec. | ||
| 3572 | 2025.01.16 19:50:52.459376 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3573 | 2025.01.16 19:50:52.459515 [ 260 ] {e0ffbf45-fb1f-4c5d-b0bb-db3a14ca8437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3574 | 2025.01.16 19:50:52.459575 [ 260 ] {e0ffbf45-fb1f-4c5d-b0bb-db3a14ca8437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3575 | 2025.01.16 19:50:52.460137 [ 260 ] {e0ffbf45-fb1f-4c5d-b0bb-db3a14ca8437} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3576 | 2025.01.16 19:50:52.460175 [ 260 ] {e0ffbf45-fb1f-4c5d-b0bb-db3a14ca8437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3577 | 2025.01.16 19:50:52.460539 [ 260 ] {e0ffbf45-fb1f-4c5d-b0bb-db3a14ca8437} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3578 | 2025.01.16 19:50:52.460772 [ 260 ] {e0ffbf45-fb1f-4c5d-b0bb-db3a14ca8437} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3579 | 2025.01.16 19:50:52.461088 [ 260 ] {e0ffbf45-fb1f-4c5d-b0bb-db3a14ca8437} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001579 sec., 3799.8733375554148 rows/sec., 198.53 KiB/sec. | ||
| 3580 | 2025.01.16 19:50:52.461216 [ 260 ] {e0ffbf45-fb1f-4c5d-b0bb-db3a14ca8437} <Debug> TCPHandler: Processed in 0.001910394 sec. | ||
| 3581 | 2025.01.16 19:50:52.461376 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3582 | 2025.01.16 19:50:52.461517 [ 262 ] {ca5ba237-46bb-4930-9d4d-a971c16dc71b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3583 | 2025.01.16 19:50:52.461580 [ 262 ] {ca5ba237-46bb-4930-9d4d-a971c16dc71b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3584 | 2025.01.16 19:50:52.462238 [ 262 ] {ca5ba237-46bb-4930-9d4d-a971c16dc71b} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3585 | 2025.01.16 19:50:52.462276 [ 262 ] {ca5ba237-46bb-4930-9d4d-a971c16dc71b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3586 | 2025.01.16 19:50:52.462678 [ 262 ] {ca5ba237-46bb-4930-9d4d-a971c16dc71b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3587 | 2025.01.16 19:50:52.462913 [ 262 ] {ca5ba237-46bb-4930-9d4d-a971c16dc71b} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3588 | 2025.01.16 19:50:52.463149 [ 262 ] {ca5ba237-46bb-4930-9d4d-a971c16dc71b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00166 sec., 142771.0843373494 rows/sec., 9.57 MiB/sec. | ||
| 3589 | 2025.01.16 19:50:52.463278 [ 262 ] {ca5ba237-46bb-4930-9d4d-a971c16dc71b} <Debug> TCPHandler: Processed in 0.001969195 sec. | ||
| 3590 | 2025.01.16 19:50:52.463434 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3591 | 2025.01.16 19:50:52.463572 [ 260 ] {0a702c80-cfe8-4d15-b04c-f23b6d6fff31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3592 | 2025.01.16 19:50:52.463633 [ 260 ] {0a702c80-cfe8-4d15-b04c-f23b6d6fff31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3593 | 2025.01.16 19:50:52.464168 [ 260 ] {0a702c80-cfe8-4d15-b04c-f23b6d6fff31} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3594 | 2025.01.16 19:50:52.464206 [ 260 ] {0a702c80-cfe8-4d15-b04c-f23b6d6fff31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3595 | 2025.01.16 19:50:52.464565 [ 260 ] {0a702c80-cfe8-4d15-b04c-f23b6d6fff31} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3596 | 2025.01.16 19:50:52.464808 [ 260 ] {0a702c80-cfe8-4d15-b04c-f23b6d6fff31} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3597 | 2025.01.16 19:50:52.465105 [ 260 ] {0a702c80-cfe8-4d15-b04c-f23b6d6fff31} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001545 sec., 647.2491909385113 rows/sec., 43.61 KiB/sec. | ||
| 3598 | 2025.01.16 19:50:52.465231 [ 260 ] {0a702c80-cfe8-4d15-b04c-f23b6d6fff31} <Debug> TCPHandler: Processed in 0.001865193 sec. | ||
| 3599 | 2025.01.16 19:50:52.465372 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3600 | 2025.01.16 19:50:52.465512 [ 262 ] {4a46d24e-3afd-4ae3-99bd-c5bd0ba33ccd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3601 | 2025.01.16 19:50:52.465571 [ 262 ] {4a46d24e-3afd-4ae3-99bd-c5bd0ba33ccd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3602 | 2025.01.16 19:50:52.466100 [ 262 ] {4a46d24e-3afd-4ae3-99bd-c5bd0ba33ccd} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3603 | 2025.01.16 19:50:52.466136 [ 262 ] {4a46d24e-3afd-4ae3-99bd-c5bd0ba33ccd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3604 | 2025.01.16 19:50:52.466542 [ 262 ] {4a46d24e-3afd-4ae3-99bd-c5bd0ba33ccd} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3605 | 2025.01.16 19:50:52.466779 [ 262 ] {4a46d24e-3afd-4ae3-99bd-c5bd0ba33ccd} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3606 | 2025.01.16 19:50:52.466995 [ 262 ] {4a46d24e-3afd-4ae3-99bd-c5bd0ba33ccd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001514 sec., 54161.16248348745 rows/sec., 3.44 MiB/sec. | ||
| 3607 | 2025.01.16 19:50:52.467110 [ 262 ] {4a46d24e-3afd-4ae3-99bd-c5bd0ba33ccd} <Debug> TCPHandler: Processed in 0.001803312 sec. | ||
| 3608 | 2025.01.16 19:50:55.656689 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3609 | 2025.01.16 19:50:55.656761 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3610 | 2025.01.16 19:50:55.767513 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 | ||
| 3611 | 2025.01.16 19:50:55.768624 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3612 | 2025.01.16 19:50:55.768684 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3613 | 2025.01.16 19:50:55.769241 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3614 | 2025.01.16 19:50:55.769501 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3615 | 2025.01.16 19:50:55.769762 [ 136 ] {} <Debug> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3616 | 2025.01.16 19:50:55.769776 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3617 | 2025.01.16 19:50:55.769877 [ 136 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3618 | 2025.01.16 19:50:55.769926 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3619 | 2025.01.16 19:50:55.770232 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::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 | ||
| 3620 | 2025.01.16 19:50:55.770427 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3621 | 2025.01.16 19:50:55.770475 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part | ||
| 3622 | 2025.01.16 19:50:55.770559 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part | ||
| 3623 | 2025.01.16 19:50:55.770783 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part | ||
| 3624 | 2025.01.16 19:50:55.771099 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part | ||
| 3625 | 2025.01.16 19:50:55.771437 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part | ||
| 3626 | 2025.01.16 19:50:55.771633 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part | ||
| 3627 | 2025.01.16 19:50:55.773427 [ 188 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.00340693 sec., 2166466.584285559 rows/sec., 30.99 MiB/sec. | ||
| 3628 | 2025.01.16 19:50:55.773865 [ 204 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3629 | 2025.01.16 19:50:55.774203 [ 204 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_16_3} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3630 | 2025.01.16 19:50:55.774283 [ 204 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_16_3} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3631 | 2025.01.16 19:50:55.774365 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3632 | 2025.01.16 19:50:55.790365 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 510 | ||
| 3633 | 2025.01.16 19:50:55.793806 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3634 | 2025.01.16 19:50:55.793852 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3635 | 2025.01.16 19:50:55.795321 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3636 | 2025.01.16 19:50:55.795634 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3637 | 2025.01.16 19:50:55.795867 [ 136 ] {} <Debug> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3638 | 2025.01.16 19:50:55.795978 [ 136 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3639 | 2025.01.16 19:50:55.796063 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3640 | 2025.01.16 19:50:55.796739 [ 188 ] {ea500972-8ed8-482b-9580-399ca28f5052::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 | ||
| 3641 | 2025.01.16 19:50:55.798020 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 510 | ||
| 3642 | 2025.01.16 19:50:55.798372 [ 188 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3643 | 2025.01.16 19:50:55.798528 [ 188 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 324 rows starting from the beginning of the part | ||
| 3644 | 2025.01.16 19:50:55.799138 [ 188 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 32 rows starting from the beginning of the part | ||
| 3645 | 2025.01.16 19:50:55.799723 [ 188 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 38 rows starting from the beginning of the part | ||
| 3646 | 2025.01.16 19:50:55.800309 [ 188 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 52 rows starting from the beginning of the part | ||
| 3647 | 2025.01.16 19:50:55.800908 [ 188 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 32 rows starting from the beginning of the part | ||
| 3648 | 2025.01.16 19:50:55.801511 [ 188 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 32 rows starting from the beginning of the part | ||
| 3649 | 2025.01.16 19:50:55.809149 [ 204 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 510 rows, containing 72 columns (72 merged, 0 gathered) in 0.012893576 sec., 39554.58128916291 rows/sec., 36.31 MiB/sec. | ||
| 3650 | 2025.01.16 19:50:55.810383 [ 190 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3651 | 2025.01.16 19:50:55.811156 [ 190 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_11_2} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3652 | 2025.01.16 19:50:55.811241 [ 190 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_11_2} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3653 | 2025.01.16 19:50:55.811547 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB. | ||
| 3654 | 2025.01.16 19:50:56.001496 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001033528 sec. | ||
| 3655 | 2025.01.16 19:50:56.233382 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
| 3656 | 2025.01.16 19:50:56.255751 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3657 | 2025.01.16 19:50:56.255808 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3658 | 2025.01.16 19:50:56.263408 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3659 | 2025.01.16 19:50:56.264219 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3660 | 2025.01.16 19:50:56.264523 [ 136 ] {} <Debug> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3661 | 2025.01.16 19:50:56.264584 [ 136 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3662 | 2025.01.16 19:50:56.264622 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3663 | 2025.01.16 19:50:56.265087 [ 186 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 3664 | 2025.01.16 19:50:56.279807 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3665 | 2025.01.16 19:50:56.281640 [ 186 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3666 | 2025.01.16 19:50:56.283234 [ 186 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 3667 | 2025.01.16 19:50:56.289412 [ 186 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 3668 | 2025.01.16 19:50:56.295287 [ 186 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 3669 | 2025.01.16 19:50:56.301052 [ 186 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 3670 | 2025.01.16 19:50:56.306944 [ 186 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part | ||
| 3671 | 2025.01.16 19:50:56.311870 [ 186 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
| 3672 | 2025.01.16 19:50:56.369156 [ 190 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.104397262 sec., 1159.0342283114667 rows/sec., 5.99 MiB/sec. | ||
| 3673 | 2025.01.16 19:50:56.370888 [ 190 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3674 | 2025.01.16 19:50:56.373250 [ 190 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_16_3} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3675 | 2025.01.16 19:50:56.373365 [ 190 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_16_3} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3676 | 2025.01.16 19:50:56.374693 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB. | ||
| 3677 | 2025.01.16 19:50:57.000178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.15 MiB, peak 188.11 MiB, free memory in arenas 0.00 B, will set to 179.70 MiB (RSS), difference: 1.55 MiB | ||
| 3678 | 2025.01.16 19:50:57.443136 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3679 | 2025.01.16 19:50:57.443330 [ 260 ] {1793b16a-4103-4a43-a955-750c8907bc78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3680 | 2025.01.16 19:50:57.443404 [ 260 ] {1793b16a-4103-4a43-a955-750c8907bc78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3681 | 2025.01.16 19:50:57.444247 [ 260 ] {1793b16a-4103-4a43-a955-750c8907bc78} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3682 | 2025.01.16 19:50:57.444301 [ 260 ] {1793b16a-4103-4a43-a955-750c8907bc78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3683 | 2025.01.16 19:50:57.444764 [ 260 ] {1793b16a-4103-4a43-a955-750c8907bc78} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3684 | 2025.01.16 19:50:57.445025 [ 260 ] {1793b16a-4103-4a43-a955-750c8907bc78} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3685 | 2025.01.16 19:50:57.445244 [ 260 ] {1793b16a-4103-4a43-a955-750c8907bc78} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.00196 sec., 69387.75510204081 rows/sec., 5.99 MiB/sec. | ||
| 3686 | 2025.01.16 19:50:57.445459 [ 260 ] {1793b16a-4103-4a43-a955-750c8907bc78} <Debug> TCPHandler: Processed in 0.002446483 sec. | ||
| 3687 | 2025.01.16 19:50:57.445737 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3688 | 2025.01.16 19:50:57.445936 [ 262 ] {f568012b-c980-4e95-b899-c41d19c54c37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3689 | 2025.01.16 19:50:57.446011 [ 262 ] {f568012b-c980-4e95-b899-c41d19c54c37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3690 | 2025.01.16 19:50:57.446780 [ 262 ] {f568012b-c980-4e95-b899-c41d19c54c37} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3691 | 2025.01.16 19:50:57.446831 [ 262 ] {f568012b-c980-4e95-b899-c41d19c54c37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3692 | 2025.01.16 19:50:57.447279 [ 262 ] {f568012b-c980-4e95-b899-c41d19c54c37} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3693 | 2025.01.16 19:50:57.447531 [ 262 ] {f568012b-c980-4e95-b899-c41d19c54c37} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3694 | 2025.01.16 19:50:57.447791 [ 262 ] {f568012b-c980-4e95-b899-c41d19c54c37} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001907 sec., 20975.353959098058 rows/sec., 1.54 MiB/sec. | ||
| 3695 | 2025.01.16 19:50:57.447918 [ 262 ] {f568012b-c980-4e95-b899-c41d19c54c37} <Debug> TCPHandler: Processed in 0.00231546 sec. | ||
| 3696 | 2025.01.16 19:50:57.448093 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3697 | 2025.01.16 19:50:57.448239 [ 260 ] {bd9aedc5-f9bd-4563-b0e8-d414a8a6b052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3698 | 2025.01.16 19:50:57.448300 [ 260 ] {bd9aedc5-f9bd-4563-b0e8-d414a8a6b052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3699 | 2025.01.16 19:50:57.449044 [ 260 ] {bd9aedc5-f9bd-4563-b0e8-d414a8a6b052} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3700 | 2025.01.16 19:50:57.449090 [ 260 ] {bd9aedc5-f9bd-4563-b0e8-d414a8a6b052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3701 | 2025.01.16 19:50:57.449499 [ 260 ] {bd9aedc5-f9bd-4563-b0e8-d414a8a6b052} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3702 | 2025.01.16 19:50:57.449744 [ 260 ] {bd9aedc5-f9bd-4563-b0e8-d414a8a6b052} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3703 | 2025.01.16 19:50:57.449981 [ 260 ] {bd9aedc5-f9bd-4563-b0e8-d414a8a6b052} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001777 sec., 58525.60495216658 rows/sec., 4.57 MiB/sec. | ||
| 3704 | 2025.01.16 19:50:57.450215 [ 260 ] {bd9aedc5-f9bd-4563-b0e8-d414a8a6b052} <Debug> TCPHandler: Processed in 0.002183928 sec. | ||
| 3705 | 2025.01.16 19:50:57.450379 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3706 | 2025.01.16 19:50:57.450503 [ 262 ] {2ad983ae-7f3c-45fe-9f46-25d408ce9478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3707 | 2025.01.16 19:50:57.450561 [ 262 ] {2ad983ae-7f3c-45fe-9f46-25d408ce9478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3708 | 2025.01.16 19:50:57.451165 [ 262 ] {2ad983ae-7f3c-45fe-9f46-25d408ce9478} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3709 | 2025.01.16 19:50:57.451205 [ 262 ] {2ad983ae-7f3c-45fe-9f46-25d408ce9478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3710 | 2025.01.16 19:50:57.451635 [ 262 ] {2ad983ae-7f3c-45fe-9f46-25d408ce9478} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3711 | 2025.01.16 19:50:57.451888 [ 262 ] {2ad983ae-7f3c-45fe-9f46-25d408ce9478} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3712 | 2025.01.16 19:50:57.452116 [ 262 ] {2ad983ae-7f3c-45fe-9f46-25d408ce9478} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001642 sec., 97442.143727162 rows/sec., 6.79 MiB/sec. | ||
| 3713 | 2025.01.16 19:50:57.452259 [ 262 ] {2ad983ae-7f3c-45fe-9f46-25d408ce9478} <Debug> TCPHandler: Processed in 0.001939234 sec. | ||
| 3714 | 2025.01.16 19:50:57.452423 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3715 | 2025.01.16 19:50:57.452555 [ 260 ] {3d2a336b-e2da-422d-999e-1ec4278222ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3716 | 2025.01.16 19:50:57.452642 [ 260 ] {3d2a336b-e2da-422d-999e-1ec4278222ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3717 | 2025.01.16 19:50:57.453855 [ 260 ] {3d2a336b-e2da-422d-999e-1ec4278222ca} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3718 | 2025.01.16 19:50:57.453896 [ 260 ] {3d2a336b-e2da-422d-999e-1ec4278222ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3719 | 2025.01.16 19:50:57.454598 [ 260 ] {3d2a336b-e2da-422d-999e-1ec4278222ca} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3720 | 2025.01.16 19:50:57.454868 [ 260 ] {3d2a336b-e2da-422d-999e-1ec4278222ca} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3721 | 2025.01.16 19:50:57.455174 [ 260 ] {3d2a336b-e2da-422d-999e-1ec4278222ca} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002619 sec., 15273.004963726615 rows/sec., 27.37 MiB/sec. | ||
| 3722 | 2025.01.16 19:50:57.455377 [ 260 ] {3d2a336b-e2da-422d-999e-1ec4278222ca} <Debug> TCPHandler: Processed in 0.003014823 sec. | ||
| 3723 | 2025.01.16 19:50:57.455537 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3724 | 2025.01.16 19:50:57.455665 [ 262 ] {e52ae9c0-4b1a-4cba-99eb-8bdd6baeb85a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3725 | 2025.01.16 19:50:57.455718 [ 262 ] {e52ae9c0-4b1a-4cba-99eb-8bdd6baeb85a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3726 | 2025.01.16 19:50:57.456225 [ 262 ] {e52ae9c0-4b1a-4cba-99eb-8bdd6baeb85a} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3727 | 2025.01.16 19:50:57.456264 [ 262 ] {e52ae9c0-4b1a-4cba-99eb-8bdd6baeb85a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 3728 | 2025.01.16 19:50:57.456647 [ 262 ] {e52ae9c0-4b1a-4cba-99eb-8bdd6baeb85a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3729 | 2025.01.16 19:50:57.456890 [ 262 ] {e52ae9c0-4b1a-4cba-99eb-8bdd6baeb85a} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3730 | 2025.01.16 19:50:57.457130 [ 262 ] {e52ae9c0-4b1a-4cba-99eb-8bdd6baeb85a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001483 sec., 40458.53000674309 rows/sec., 2.73 MiB/sec. | ||
| 3731 | 2025.01.16 19:50:57.457204 [ 262 ] {e52ae9c0-4b1a-4cba-99eb-8bdd6baeb85a} <Debug> TCPHandler: Processed in 0.00172533 sec. | ||
| 3732 | 2025.01.16 19:51:00.718029 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3733 | 2025.01.16 19:51:00.718237 [ 260 ] {96233cfd-4e78-49e6-b015-765e90952612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3734 | 2025.01.16 19:51:00.718311 [ 260 ] {96233cfd-4e78-49e6-b015-765e90952612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3735 | 2025.01.16 19:51:00.719061 [ 260 ] {96233cfd-4e78-49e6-b015-765e90952612} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3736 | 2025.01.16 19:51:00.719112 [ 260 ] {96233cfd-4e78-49e6-b015-765e90952612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3737 | 2025.01.16 19:51:00.719555 [ 260 ] {96233cfd-4e78-49e6-b015-765e90952612} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3738 | 2025.01.16 19:51:00.719804 [ 260 ] {96233cfd-4e78-49e6-b015-765e90952612} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3739 | 2025.01.16 19:51:00.720005 [ 129 ] {} <Debug> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3740 | 2025.01.16 19:51:00.720050 [ 260 ] {96233cfd-4e78-49e6-b015-765e90952612} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001865 sec., 7506.7024128686335 rows/sec., 540.38 KiB/sec. | ||
| 3741 | 2025.01.16 19:51:00.720079 [ 129 ] {} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3742 | 2025.01.16 19:51:00.720149 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3743 | 2025.01.16 19:51:00.720198 [ 260 ] {96233cfd-4e78-49e6-b015-765e90952612} <Debug> TCPHandler: Processed in 0.00230157 sec. | ||
| 3744 | 2025.01.16 19:51:00.720381 [ 195 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::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 | ||
| 3745 | 2025.01.16 19:51:00.720524 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3746 | 2025.01.16 19:51:00.720596 [ 195 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3747 | 2025.01.16 19:51:00.720653 [ 195 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::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 | ||
| 3748 | 2025.01.16 19:51:00.720783 [ 262 ] {ca681c88-8e5e-4713-b910-24a31ec09cdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3749 | 2025.01.16 19:51:00.720916 [ 195 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::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 | ||
| 3750 | 2025.01.16 19:51:00.720961 [ 262 ] {ca681c88-8e5e-4713-b910-24a31ec09cdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3751 | 2025.01.16 19:51:00.721284 [ 195 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::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 | ||
| 3752 | 2025.01.16 19:51:00.721566 [ 195 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::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 | ||
| 3753 | 2025.01.16 19:51:00.721891 [ 195 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::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 | ||
| 3754 | 2025.01.16 19:51:00.723611 [ 262 ] {ca681c88-8e5e-4713-b910-24a31ec09cdb} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3755 | 2025.01.16 19:51:00.723709 [ 262 ] {ca681c88-8e5e-4713-b910-24a31ec09cdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3756 | 2025.01.16 19:51:00.724739 [ 195 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004465108 sec., 15677.11240131258 rows/sec., 1.16 MiB/sec. | ||
| 3757 | 2025.01.16 19:51:00.724847 [ 262 ] {ca681c88-8e5e-4713-b910-24a31ec09cdb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3758 | 2025.01.16 19:51:00.724937 [ 195 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3759 | 2025.01.16 19:51:00.725363 [ 262 ] {ca681c88-8e5e-4713-b910-24a31ec09cdb} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3760 | 2025.01.16 19:51:00.725547 [ 190 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_9_2} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3761 | 2025.01.16 19:51:00.725912 [ 262 ] {ca681c88-8e5e-4713-b910-24a31ec09cdb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005186 sec., 385.6536829926726 rows/sec., 31.45 KiB/sec. | ||
| 3762 | 2025.01.16 19:51:00.725970 [ 190 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_9_2} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3763 | 2025.01.16 19:51:00.726095 [ 262 ] {ca681c88-8e5e-4713-b910-24a31ec09cdb} <Debug> TCPHandler: Processed in 0.005734651 sec. | ||
| 3764 | 2025.01.16 19:51:00.726201 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3765 | 2025.01.16 19:51:00.726310 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3766 | 2025.01.16 19:51:00.726436 [ 260 ] {6a28f6b9-dec0-4dd7-85e1-edb3e706910a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3767 | 2025.01.16 19:51:00.726490 [ 260 ] {6a28f6b9-dec0-4dd7-85e1-edb3e706910a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3768 | 2025.01.16 19:51:00.727824 [ 260 ] {6a28f6b9-dec0-4dd7-85e1-edb3e706910a} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3769 | 2025.01.16 19:51:00.727867 [ 260 ] {6a28f6b9-dec0-4dd7-85e1-edb3e706910a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3770 | 2025.01.16 19:51:00.728364 [ 260 ] {6a28f6b9-dec0-4dd7-85e1-edb3e706910a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3771 | 2025.01.16 19:51:00.728615 [ 260 ] {6a28f6b9-dec0-4dd7-85e1-edb3e706910a} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3772 | 2025.01.16 19:51:00.728896 [ 260 ] {6a28f6b9-dec0-4dd7-85e1-edb3e706910a} <Debug> executeQuery: Read 1344 rows, 114.63 KiB in 0.002491 sec., 539542.3524688879 rows/sec., 44.94 MiB/sec. | ||
| 3773 | 2025.01.16 19:51:00.729135 [ 260 ] {6a28f6b9-dec0-4dd7-85e1-edb3e706910a} <Debug> TCPHandler: Processed in 0.00289124 sec. | ||
| 3774 | 2025.01.16 19:51:00.729332 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3775 | 2025.01.16 19:51:00.729477 [ 262 ] {4e12fbd6-2039-4826-81af-faf7c5c02eb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3776 | 2025.01.16 19:51:00.729535 [ 262 ] {4e12fbd6-2039-4826-81af-faf7c5c02eb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3777 | 2025.01.16 19:51:00.730212 [ 262 ] {4e12fbd6-2039-4826-81af-faf7c5c02eb0} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3778 | 2025.01.16 19:51:00.730258 [ 262 ] {4e12fbd6-2039-4826-81af-faf7c5c02eb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3779 | 2025.01.16 19:51:00.730653 [ 262 ] {4e12fbd6-2039-4826-81af-faf7c5c02eb0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3780 | 2025.01.16 19:51:00.730897 [ 262 ] {4e12fbd6-2039-4826-81af-faf7c5c02eb0} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3781 | 2025.01.16 19:51:00.731079 [ 262 ] {4e12fbd6-2039-4826-81af-faf7c5c02eb0} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.001633 sec., 5511.328842620944 rows/sec., 364.79 KiB/sec. | ||
| 3782 | 2025.01.16 19:51:00.731133 [ 262 ] {4e12fbd6-2039-4826-81af-faf7c5c02eb0} <Debug> TCPHandler: Processed in 0.001870602 sec. | ||
| 3783 | 2025.01.16 19:51:00.731273 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3784 | 2025.01.16 19:51:00.731397 [ 260 ] {4b04df09-1aee-4009-9d35-5e00c7d9e0d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3785 | 2025.01.16 19:51:00.731457 [ 260 ] {4b04df09-1aee-4009-9d35-5e00c7d9e0d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3786 | 2025.01.16 19:51:00.732283 [ 260 ] {4b04df09-1aee-4009-9d35-5e00c7d9e0d1} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3787 | 2025.01.16 19:51:00.732331 [ 260 ] {4b04df09-1aee-4009-9d35-5e00c7d9e0d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3788 | 2025.01.16 19:51:00.732721 [ 260 ] {4b04df09-1aee-4009-9d35-5e00c7d9e0d1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3789 | 2025.01.16 19:51:00.732964 [ 260 ] {4b04df09-1aee-4009-9d35-5e00c7d9e0d1} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3790 | 2025.01.16 19:51:00.733263 [ 260 ] {4b04df09-1aee-4009-9d35-5e00c7d9e0d1} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001877 sec., 128929.14224826852 rows/sec., 8.73 MiB/sec. | ||
| 3791 | 2025.01.16 19:51:00.733403 [ 260 ] {4b04df09-1aee-4009-9d35-5e00c7d9e0d1} <Debug> TCPHandler: Processed in 0.002188668 sec. | ||
| 3792 | 2025.01.16 19:51:00.733557 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3793 | 2025.01.16 19:51:00.733686 [ 262 ] {20e5a126-0c51-4327-b386-c1fd550af11b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3794 | 2025.01.16 19:51:00.733765 [ 262 ] {20e5a126-0c51-4327-b386-c1fd550af11b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3795 | 2025.01.16 19:51:00.734471 [ 262 ] {20e5a126-0c51-4327-b386-c1fd550af11b} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3796 | 2025.01.16 19:51:00.734511 [ 262 ] {20e5a126-0c51-4327-b386-c1fd550af11b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3797 | 2025.01.16 19:51:00.734889 [ 262 ] {20e5a126-0c51-4327-b386-c1fd550af11b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3798 | 2025.01.16 19:51:00.735165 [ 262 ] {20e5a126-0c51-4327-b386-c1fd550af11b} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3799 | 2025.01.16 19:51:00.735286 [ 129 ] {} <Debug> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3800 | 2025.01.16 19:51:00.735327 [ 129 ] {} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3801 | 2025.01.16 19:51:00.735352 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3802 | 2025.01.16 19:51:00.735355 [ 262 ] {20e5a126-0c51-4327-b386-c1fd550af11b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001701 sec., 7642.5631981187535 rows/sec., 476.51 KiB/sec. | ||
| 3803 | 2025.01.16 19:51:00.735546 [ 262 ] {20e5a126-0c51-4327-b386-c1fd550af11b} <Debug> TCPHandler: Processed in 0.002041606 sec. | ||
| 3804 | 2025.01.16 19:51:00.735598 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::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 | ||
| 3805 | 2025.01.16 19:51:00.735716 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3806 | 2025.01.16 19:51:00.735792 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3807 | 2025.01.16 19:51:00.735854 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::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 | ||
| 3808 | 2025.01.16 19:51:00.735971 [ 260 ] {6773b687-5b78-4662-9d6c-349853c65c81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3809 | 2025.01.16 19:51:00.736149 [ 260 ] {6773b687-5b78-4662-9d6c-349853c65c81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3810 | 2025.01.16 19:51:00.736194 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::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 | ||
| 3811 | 2025.01.16 19:51:00.736602 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::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 | ||
| 3812 | 2025.01.16 19:51:00.736957 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::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 | ||
| 3813 | 2025.01.16 19:51:00.737345 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::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 | ||
| 3814 | 2025.01.16 19:51:00.739132 [ 260 ] {6773b687-5b78-4662-9d6c-349853c65c81} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3815 | 2025.01.16 19:51:00.739195 [ 260 ] {6773b687-5b78-4662-9d6c-349853c65c81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3816 | 2025.01.16 19:51:00.739574 [ 197 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004134283 sec., 15722.19415071489 rows/sec., 1.02 MiB/sec. | ||
| 3817 | 2025.01.16 19:51:00.739765 [ 197 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3818 | 2025.01.16 19:51:00.740090 [ 260 ] {6773b687-5b78-4662-9d6c-349853c65c81} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3819 | 2025.01.16 19:51:00.740234 [ 197 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_9_2} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3820 | 2025.01.16 19:51:00.740330 [ 197 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_9_2} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3821 | 2025.01.16 19:51:00.740486 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3822 | 2025.01.16 19:51:00.740639 [ 260 ] {6773b687-5b78-4662-9d6c-349853c65c81} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3823 | 2025.01.16 19:51:00.740905 [ 260 ] {6773b687-5b78-4662-9d6c-349853c65c81} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.005022 sec., 167264.03823178014 rows/sec., 12.08 MiB/sec. | ||
| 3824 | 2025.01.16 19:51:00.740986 [ 260 ] {6773b687-5b78-4662-9d6c-349853c65c81} <Debug> TCPHandler: Processed in 0.005346004 sec. | ||
| 3825 | 2025.01.16 19:51:00.741148 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3826 | 2025.01.16 19:51:00.741290 [ 262 ] {892437f2-18bd-44f4-aa30-cb14e42e7efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3827 | 2025.01.16 19:51:00.741348 [ 262 ] {892437f2-18bd-44f4-aa30-cb14e42e7efb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3828 | 2025.01.16 19:51:00.741929 [ 262 ] {892437f2-18bd-44f4-aa30-cb14e42e7efb} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3829 | 2025.01.16 19:51:00.741977 [ 262 ] {892437f2-18bd-44f4-aa30-cb14e42e7efb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3830 | 2025.01.16 19:51:00.742423 [ 262 ] {892437f2-18bd-44f4-aa30-cb14e42e7efb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3831 | 2025.01.16 19:51:00.742667 [ 262 ] {892437f2-18bd-44f4-aa30-cb14e42e7efb} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3832 | 2025.01.16 19:51:00.742848 [ 262 ] {892437f2-18bd-44f4-aa30-cb14e42e7efb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001592 sec., 3768.8442211055276 rows/sec., 196.91 KiB/sec. | ||
| 3833 | 2025.01.16 19:51:00.742900 [ 262 ] {892437f2-18bd-44f4-aa30-cb14e42e7efb} <Debug> TCPHandler: Processed in 0.001819252 sec. | ||
| 3834 | 2025.01.16 19:51:00.743031 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3835 | 2025.01.16 19:51:00.743150 [ 260 ] {4e429106-2adc-4325-aad2-18517b64e9d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3836 | 2025.01.16 19:51:00.743205 [ 260 ] {4e429106-2adc-4325-aad2-18517b64e9d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3837 | 2025.01.16 19:51:00.743981 [ 260 ] {4e429106-2adc-4325-aad2-18517b64e9d5} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3838 | 2025.01.16 19:51:00.744021 [ 260 ] {4e429106-2adc-4325-aad2-18517b64e9d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3839 | 2025.01.16 19:51:00.744487 [ 260 ] {4e429106-2adc-4325-aad2-18517b64e9d5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3840 | 2025.01.16 19:51:00.744724 [ 260 ] {4e429106-2adc-4325-aad2-18517b64e9d5} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3841 | 2025.01.16 19:51:00.744938 [ 260 ] {4e429106-2adc-4325-aad2-18517b64e9d5} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.001815 sec., 510192.8374655647 rows/sec., 34.04 MiB/sec. | ||
| 3842 | 2025.01.16 19:51:00.744995 [ 260 ] {4e429106-2adc-4325-aad2-18517b64e9d5} <Debug> TCPHandler: Processed in 0.002021306 sec. | ||
| 3843 | 2025.01.16 19:51:00.745141 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3844 | 2025.01.16 19:51:00.745281 [ 262 ] {b012545d-86e9-4f95-8225-75119239d5ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3845 | 2025.01.16 19:51:00.745342 [ 262 ] {b012545d-86e9-4f95-8225-75119239d5ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3846 | 2025.01.16 19:51:00.745825 [ 262 ] {b012545d-86e9-4f95-8225-75119239d5ea} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3847 | 2025.01.16 19:51:00.745862 [ 262 ] {b012545d-86e9-4f95-8225-75119239d5ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3848 | 2025.01.16 19:51:00.746223 [ 262 ] {b012545d-86e9-4f95-8225-75119239d5ea} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3849 | 2025.01.16 19:51:00.746460 [ 262 ] {b012545d-86e9-4f95-8225-75119239d5ea} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3850 | 2025.01.16 19:51:00.746582 [ 129 ] {} <Debug> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 3851 | 2025.01.16 19:51:00.746620 [ 129 ] {} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3852 | 2025.01.16 19:51:00.746652 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3853 | 2025.01.16 19:51:00.746652 [ 262 ] {b012545d-86e9-4f95-8225-75119239d5ea} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0014 sec., 714.2857142857143 rows/sec., 48.13 KiB/sec. | ||
| 3854 | 2025.01.16 19:51:00.746786 [ 262 ] {b012545d-86e9-4f95-8225-75119239d5ea} <Debug> TCPHandler: Processed in 0.00170893 sec. | ||
| 3855 | 2025.01.16 19:51:00.746974 [ 191 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::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 | ||
| 3856 | 2025.01.16 19:51:00.747038 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3857 | 2025.01.16 19:51:00.747183 [ 191 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3858 | 2025.01.16 19:51:00.747236 [ 191 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 3859 | 2025.01.16 19:51:00.747415 [ 191 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3860 | 2025.01.16 19:51:00.747568 [ 191 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 3861 | 2025.01.16 19:51:00.747723 [ 191 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3862 | 2025.01.16 19:51:00.747920 [ 191 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3863 | 2025.01.16 19:51:00.748253 [ 191 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 3864 | 2025.01.16 19:51:00.749693 [ 260 ] {aa8c0749-a523-45d9-9ab5-d859effe58e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3865 | 2025.01.16 19:51:00.749870 [ 260 ] {aa8c0749-a523-45d9-9ab5-d859effe58e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3866 | 2025.01.16 19:51:00.750407 [ 191 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.003638354 sec., 2748.495610927359 rows/sec., 184.13 KiB/sec. | ||
| 3867 | 2025.01.16 19:51:00.750613 [ 191 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3868 | 2025.01.16 19:51:00.751086 [ 191 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_10_2} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3869 | 2025.01.16 19:51:00.751155 [ 260 ] {aa8c0749-a523-45d9-9ab5-d859effe58e2} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3870 | 2025.01.16 19:51:00.751219 [ 260 ] {aa8c0749-a523-45d9-9ab5-d859effe58e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3871 | 2025.01.16 19:51:00.751239 [ 191 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_10_2} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 3872 | 2025.01.16 19:51:00.751410 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 3873 | 2025.01.16 19:51:00.751759 [ 260 ] {aa8c0749-a523-45d9-9ab5-d859effe58e2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3874 | 2025.01.16 19:51:00.752009 [ 260 ] {aa8c0749-a523-45d9-9ab5-d859effe58e2} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3875 | 2025.01.16 19:51:00.752232 [ 260 ] {aa8c0749-a523-45d9-9ab5-d859effe58e2} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.002644 sec., 26475.0378214826 rows/sec., 1.66 MiB/sec. | ||
| 3876 | 2025.01.16 19:51:00.752295 [ 260 ] {aa8c0749-a523-45d9-9ab5-d859effe58e2} <Debug> TCPHandler: Processed in 0.005398525 sec. | ||
| 3877 | 2025.01.16 19:51:02.435519 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3878 | 2025.01.16 19:51:02.435724 [ 260 ] {0621928f-bbc4-4e80-b0c1-14bd2a21ce1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3879 | 2025.01.16 19:51:02.435804 [ 260 ] {0621928f-bbc4-4e80-b0c1-14bd2a21ce1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3880 | 2025.01.16 19:51:02.436670 [ 260 ] {0621928f-bbc4-4e80-b0c1-14bd2a21ce1b} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3881 | 2025.01.16 19:51:02.436744 [ 260 ] {0621928f-bbc4-4e80-b0c1-14bd2a21ce1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3882 | 2025.01.16 19:51:02.437327 [ 260 ] {0621928f-bbc4-4e80-b0c1-14bd2a21ce1b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3883 | 2025.01.16 19:51:02.437675 [ 260 ] {0621928f-bbc4-4e80-b0c1-14bd2a21ce1b} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3884 | 2025.01.16 19:51:02.437959 [ 260 ] {0621928f-bbc4-4e80-b0c1-14bd2a21ce1b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002287 sec., 24486.226497595104 rows/sec., 1.88 MiB/sec. | ||
| 3885 | 2025.01.16 19:51:02.438061 [ 260 ] {0621928f-bbc4-4e80-b0c1-14bd2a21ce1b} <Debug> TCPHandler: Processed in 0.002682297 sec. | ||
| 3886 | 2025.01.16 19:51:02.438482 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3887 | 2025.01.16 19:51:02.438745 [ 262 ] {70c858d8-1607-4b2d-a75a-20a5b8306ad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3888 | 2025.01.16 19:51:02.438848 [ 262 ] {70c858d8-1607-4b2d-a75a-20a5b8306ad8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3889 | 2025.01.16 19:51:02.439863 [ 262 ] {70c858d8-1607-4b2d-a75a-20a5b8306ad8} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3890 | 2025.01.16 19:51:02.439928 [ 262 ] {70c858d8-1607-4b2d-a75a-20a5b8306ad8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3891 | 2025.01.16 19:51:02.440399 [ 262 ] {70c858d8-1607-4b2d-a75a-20a5b8306ad8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3892 | 2025.01.16 19:51:02.440659 [ 262 ] {70c858d8-1607-4b2d-a75a-20a5b8306ad8} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3893 | 2025.01.16 19:51:02.440925 [ 262 ] {70c858d8-1607-4b2d-a75a-20a5b8306ad8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002249 sec., 28457.092040907068 rows/sec., 2.22 MiB/sec. | ||
| 3894 | 2025.01.16 19:51:02.441015 [ 262 ] {70c858d8-1607-4b2d-a75a-20a5b8306ad8} <Debug> TCPHandler: Processed in 0.002762658 sec. | ||
| 3895 | 2025.01.16 19:51:02.441245 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3896 | 2025.01.16 19:51:02.441379 [ 260 ] {0441ab3b-7086-4ccb-a35f-087f62678f8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3897 | 2025.01.16 19:51:02.441440 [ 260 ] {0441ab3b-7086-4ccb-a35f-087f62678f8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3898 | 2025.01.16 19:51:02.442107 [ 260 ] {0441ab3b-7086-4ccb-a35f-087f62678f8a} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3899 | 2025.01.16 19:51:02.442154 [ 260 ] {0441ab3b-7086-4ccb-a35f-087f62678f8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3900 | 2025.01.16 19:51:02.442601 [ 260 ] {0441ab3b-7086-4ccb-a35f-087f62678f8a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3901 | 2025.01.16 19:51:02.442859 [ 260 ] {0441ab3b-7086-4ccb-a35f-087f62678f8a} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3902 | 2025.01.16 19:51:02.443055 [ 260 ] {0441ab3b-7086-4ccb-a35f-087f62678f8a} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.00171 sec., 18713.45029239766 rows/sec., 1.30 MiB/sec. | ||
| 3903 | 2025.01.16 19:51:02.443122 [ 260 ] {0441ab3b-7086-4ccb-a35f-087f62678f8a} <Debug> TCPHandler: Processed in 0.001971734 sec. | ||
| 3904 | 2025.01.16 19:51:02.443268 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3905 | 2025.01.16 19:51:02.443395 [ 262 ] {cba073cb-26c2-4b8c-8819-435ff7113f92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3906 | 2025.01.16 19:51:02.443451 [ 262 ] {cba073cb-26c2-4b8c-8819-435ff7113f92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3907 | 2025.01.16 19:51:02.444030 [ 262 ] {cba073cb-26c2-4b8c-8819-435ff7113f92} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3908 | 2025.01.16 19:51:02.444077 [ 262 ] {cba073cb-26c2-4b8c-8819-435ff7113f92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3909 | 2025.01.16 19:51:02.444514 [ 262 ] {cba073cb-26c2-4b8c-8819-435ff7113f92} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3910 | 2025.01.16 19:51:02.444756 [ 262 ] {cba073cb-26c2-4b8c-8819-435ff7113f92} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3911 | 2025.01.16 19:51:02.444973 [ 262 ] {cba073cb-26c2-4b8c-8819-435ff7113f92} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001611 sec., 7448.7895716945995 rows/sec., 514.04 KiB/sec. | ||
| 3912 | 2025.01.16 19:51:02.445030 [ 262 ] {cba073cb-26c2-4b8c-8819-435ff7113f92} <Debug> TCPHandler: Processed in 0.001818822 sec. | ||
| 3913 | 2025.01.16 19:51:03.270031 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 | ||
| 3914 | 2025.01.16 19:51:03.270724 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3915 | 2025.01.16 19:51:03.270774 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3916 | 2025.01.16 19:51:03.271418 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3917 | 2025.01.16 19:51:03.271684 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3918 | 2025.01.16 19:51:03.271907 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 | ||
| 3919 | 2025.01.16 19:51:03.779953 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3920 | 2025.01.16 19:51:03.798855 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3921 | 2025.01.16 19:51:03.798908 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3922 | 2025.01.16 19:51:03.806233 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3923 | 2025.01.16 19:51:03.807039 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3924 | 2025.01.16 19:51:03.809630 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3925 | 2025.01.16 19:51:04.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.31 MiB, peak 188.11 MiB, free memory in arenas 0.00 B, will set to 181.59 MiB (RSS), difference: 1.28 MiB | ||
| 3926 | 2025.01.16 19:51:05.798354 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 552 | ||
| 3927 | 2025.01.16 19:51:05.801665 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3928 | 2025.01.16 19:51:05.801718 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3929 | 2025.01.16 19:51:05.803206 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3930 | 2025.01.16 19:51:05.803527 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3931 | 2025.01.16 19:51:05.804719 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 552 | ||
| 3932 | 2025.01.16 19:51:07.443780 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3933 | 2025.01.16 19:51:07.443996 [ 260 ] {7fe379d0-4f18-4741-b406-d2081151a831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3934 | 2025.01.16 19:51:07.444080 [ 260 ] {7fe379d0-4f18-4741-b406-d2081151a831} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3935 | 2025.01.16 19:51:07.444985 [ 260 ] {7fe379d0-4f18-4741-b406-d2081151a831} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3936 | 2025.01.16 19:51:07.445040 [ 260 ] {7fe379d0-4f18-4741-b406-d2081151a831} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3937 | 2025.01.16 19:51:07.445490 [ 260 ] {7fe379d0-4f18-4741-b406-d2081151a831} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3938 | 2025.01.16 19:51:07.445739 [ 260 ] {7fe379d0-4f18-4741-b406-d2081151a831} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3939 | 2025.01.16 19:51:07.445973 [ 260 ] {7fe379d0-4f18-4741-b406-d2081151a831} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002025 sec., 67160.49382716049 rows/sec., 5.79 MiB/sec. | ||
| 3940 | 2025.01.16 19:51:07.445986 [ 120 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3941 | 2025.01.16 19:51:07.446074 [ 260 ] {7fe379d0-4f18-4741-b406-d2081151a831} <Debug> TCPHandler: Processed in 0.002439713 sec. | ||
| 3942 | 2025.01.16 19:51:07.446109 [ 120 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3943 | 2025.01.16 19:51:07.446186 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3944 | 2025.01.16 19:51:07.446365 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3945 | 2025.01.16 19:51:07.446389 [ 195 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::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 | ||
| 3946 | 2025.01.16 19:51:07.446633 [ 262 ] {954572b8-814c-4eba-a39e-b83a194bf604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3947 | 2025.01.16 19:51:07.446681 [ 195 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3948 | 2025.01.16 19:51:07.446755 [ 195 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1431 rows starting from the beginning of the part | ||
| 3949 | 2025.01.16 19:51:07.446765 [ 262 ] {954572b8-814c-4eba-a39e-b83a194bf604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3950 | 2025.01.16 19:51:07.447136 [ 195 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 203 rows starting from the beginning of the part | ||
| 3951 | 2025.01.16 19:51:07.447445 [ 195 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 136 rows starting from the beginning of the part | ||
| 3952 | 2025.01.16 19:51:07.447828 [ 195 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1344 rows starting from the beginning of the part | ||
| 3953 | 2025.01.16 19:51:07.448251 [ 195 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::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 | ||
| 3954 | 2025.01.16 19:51:07.448597 [ 195 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 136 rows starting from the beginning of the part | ||
| 3955 | 2025.01.16 19:51:07.449585 [ 262 ] {954572b8-814c-4eba-a39e-b83a194bf604} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3956 | 2025.01.16 19:51:07.449664 [ 262 ] {954572b8-814c-4eba-a39e-b83a194bf604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3957 | 2025.01.16 19:51:07.450821 [ 262 ] {954572b8-814c-4eba-a39e-b83a194bf604} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3958 | 2025.01.16 19:51:07.451333 [ 262 ] {954572b8-814c-4eba-a39e-b83a194bf604} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3959 | 2025.01.16 19:51:07.451608 [ 262 ] {954572b8-814c-4eba-a39e-b83a194bf604} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.005088 sec., 7861.635220125787 rows/sec., 591.16 KiB/sec. | ||
| 3960 | 2025.01.16 19:51:07.451710 [ 262 ] {954572b8-814c-4eba-a39e-b83a194bf604} <Debug> TCPHandler: Processed in 0.005494696 sec. | ||
| 3961 | 2025.01.16 19:51:07.451885 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3962 | 2025.01.16 19:51:07.452217 [ 260 ] {92bf689d-1720-42d7-964b-7793669cc91f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3963 | 2025.01.16 19:51:07.452345 [ 260 ] {92bf689d-1720-42d7-964b-7793669cc91f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3964 | 2025.01.16 19:51:07.452379 [ 195 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3306 rows, containing 5 columns (5 merged, 0 gathered) in 0.006082877 sec., 543492.8242014428 rows/sec., 47.64 MiB/sec. | ||
| 3965 | 2025.01.16 19:51:07.452890 [ 195 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3966 | 2025.01.16 19:51:07.453491 [ 260 ] {92bf689d-1720-42d7-964b-7793669cc91f} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3967 | 2025.01.16 19:51:07.453553 [ 260 ] {92bf689d-1720-42d7-964b-7793669cc91f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3968 | 2025.01.16 19:51:07.453797 [ 195 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_26_5} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3969 | 2025.01.16 19:51:07.454056 [ 195 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_26_5} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3970 | 2025.01.16 19:51:07.454248 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 3971 | 2025.01.16 19:51:07.454270 [ 260 ] {92bf689d-1720-42d7-964b-7793669cc91f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3972 | 2025.01.16 19:51:07.454539 [ 260 ] {92bf689d-1720-42d7-964b-7793669cc91f} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3973 | 2025.01.16 19:51:07.454720 [ 120 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3974 | 2025.01.16 19:51:07.454778 [ 120 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3975 | 2025.01.16 19:51:07.454804 [ 260 ] {92bf689d-1720-42d7-964b-7793669cc91f} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.002703 sec., 38475.767665556785 rows/sec., 3.01 MiB/sec. | ||
| 3976 | 2025.01.16 19:51:07.454820 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3977 | 2025.01.16 19:51:07.454987 [ 260 ] {92bf689d-1720-42d7-964b-7793669cc91f} <Debug> TCPHandler: Processed in 0.003182336 sec. | ||
| 3978 | 2025.01.16 19:51:07.455073 [ 200 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::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 | ||
| 3979 | 2025.01.16 19:51:07.455192 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3980 | 2025.01.16 19:51:07.455283 [ 200 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3981 | 2025.01.16 19:51:07.455364 [ 200 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 908 rows starting from the beginning of the part | ||
| 3982 | 2025.01.16 19:51:07.455403 [ 262 ] {19270b16-1c32-4aaa-87f4-cf09cb76b436} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3983 | 2025.01.16 19:51:07.455579 [ 262 ] {19270b16-1c32-4aaa-87f4-cf09cb76b436} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3984 | 2025.01.16 19:51:07.455731 [ 200 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 382 rows starting from the beginning of the part | ||
| 3985 | 2025.01.16 19:51:07.456122 [ 200 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 104 rows starting from the beginning of the part | ||
| 3986 | 2025.01.16 19:51:07.456532 [ 200 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 840 rows starting from the beginning of the part | ||
| 3987 | 2025.01.16 19:51:07.456820 [ 200 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part | ||
| 3988 | 2025.01.16 19:51:07.456990 [ 200 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 104 rows starting from the beginning of the part | ||
| 3989 | 2025.01.16 19:51:07.458033 [ 262 ] {19270b16-1c32-4aaa-87f4-cf09cb76b436} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3990 | 2025.01.16 19:51:07.458119 [ 262 ] {19270b16-1c32-4aaa-87f4-cf09cb76b436} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3991 | 2025.01.16 19:51:07.459171 [ 262 ] {19270b16-1c32-4aaa-87f4-cf09cb76b436} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3992 | 2025.01.16 19:51:07.459638 [ 262 ] {19270b16-1c32-4aaa-87f4-cf09cb76b436} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3993 | 2025.01.16 19:51:07.459845 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3994 | 2025.01.16 19:51:07.459939 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3995 | 2025.01.16 19:51:07.459974 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 3996 | 2025.01.16 19:51:07.460004 [ 262 ] {19270b16-1c32-4aaa-87f4-cf09cb76b436} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004661 sec., 34327.39755417292 rows/sec., 2.39 MiB/sec. | ||
| 3997 | 2025.01.16 19:51:07.460329 [ 262 ] {19270b16-1c32-4aaa-87f4-cf09cb76b436} <Debug> TCPHandler: Processed in 0.005211172 sec. | ||
| 3998 | 2025.01.16 19:51:07.460500 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::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 | ||
| 3999 | 2025.01.16 19:51:07.460633 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4000 | 2025.01.16 19:51:07.461086 [ 260 ] {fb89f3b4-e724-4842-b789-475e0acaf9f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4001 | 2025.01.16 19:51:07.461117 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2402 rows, containing 5 columns (5 merged, 0 gathered) in 0.006174618 sec., 389011.91944181814 rows/sec., 29.82 MiB/sec. | ||
| 4002 | 2025.01.16 19:51:07.461163 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4003 | 2025.01.16 19:51:07.461280 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 5804 rows starting from the beginning of the part | ||
| 4004 | 2025.01.16 19:51:07.461410 [ 260 ] {fb89f3b4-e724-4842-b789-475e0acaf9f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4005 | 2025.01.16 19:51:07.461771 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 237 rows starting from the beginning of the part | ||
| 4006 | 2025.01.16 19:51:07.462019 [ 200 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4007 | 2025.01.16 19:51:07.462335 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
| 4008 | 2025.01.16 19:51:07.462872 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 926 rows starting from the beginning of the part | ||
| 4009 | 2025.01.16 19:51:07.463399 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part | ||
| 4010 | 2025.01.16 19:51:07.463896 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
| 4011 | 2025.01.16 19:51:07.465147 [ 200 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_26_5} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4012 | 2025.01.16 19:51:07.465672 [ 200 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_26_5} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4013 | 2025.01.16 19:51:07.466005 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 4014 | 2025.01.16 19:51:07.468162 [ 260 ] {fb89f3b4-e724-4842-b789-475e0acaf9f5} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4015 | 2025.01.16 19:51:07.468213 [ 260 ] {fb89f3b4-e724-4842-b789-475e0acaf9f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4016 | 2025.01.16 19:51:07.469218 [ 260 ] {fb89f3b4-e724-4842-b789-475e0acaf9f5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4017 | 2025.01.16 19:51:07.469313 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7319 rows, containing 5 columns (5 merged, 0 gathered) in 0.009199601 sec., 795577.9821320511 rows/sec., 53.71 MiB/sec. | ||
| 4018 | 2025.01.16 19:51:07.469568 [ 260 ] {fb89f3b4-e724-4842-b789-475e0acaf9f5} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4019 | 2025.01.16 19:51:07.469777 [ 120 ] {} <Debug> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4020 | 2025.01.16 19:51:07.469851 [ 120 ] {} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4021 | 2025.01.16 19:51:07.469902 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4022 | 2025.01.16 19:51:07.469961 [ 260 ] {fb89f3b4-e724-4842-b789-475e0acaf9f5} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.009016 sec., 4436.557231588287 rows/sec., 7.95 MiB/sec. | ||
| 4023 | 2025.01.16 19:51:07.470075 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4024 | 2025.01.16 19:51:07.470342 [ 199 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::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 | ||
| 4025 | 2025.01.16 19:51:07.470962 [ 260 ] {fb89f3b4-e724-4842-b789-475e0acaf9f5} <Debug> TCPHandler: Processed in 0.010504644 sec. | ||
| 4026 | 2025.01.16 19:51:07.471088 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4027 | 2025.01.16 19:51:07.471356 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4028 | 2025.01.16 19:51:07.471479 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4029 | 2025.01.16 19:51:07.471712 [ 199 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4030 | 2025.01.16 19:51:07.471774 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. | ||
| 4031 | 2025.01.16 19:51:07.471880 [ 262 ] {c850b30a-f922-43fb-b4e9-98e613fa6874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4032 | 2025.01.16 19:51:07.471941 [ 199 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 184 rows starting from the beginning of the part | ||
| 4033 | 2025.01.16 19:51:07.471995 [ 262 ] {c850b30a-f922-43fb-b4e9-98e613fa6874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4034 | 2025.01.16 19:51:07.472804 [ 199 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part | ||
| 4035 | 2025.01.16 19:51:07.473541 [ 199 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part | ||
| 4036 | 2025.01.16 19:51:07.474339 [ 199 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part | ||
| 4037 | 2025.01.16 19:51:07.474495 [ 262 ] {c850b30a-f922-43fb-b4e9-98e613fa6874} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4038 | 2025.01.16 19:51:07.474587 [ 262 ] {c850b30a-f922-43fb-b4e9-98e613fa6874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4039 | 2025.01.16 19:51:07.475026 [ 199 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part | ||
| 4040 | 2025.01.16 19:51:07.475756 [ 199 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part | ||
| 4041 | 2025.01.16 19:51:07.476052 [ 262 ] {c850b30a-f922-43fb-b4e9-98e613fa6874} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4042 | 2025.01.16 19:51:07.476826 [ 262 ] {c850b30a-f922-43fb-b4e9-98e613fa6874} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4043 | 2025.01.16 19:51:07.477163 [ 120 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4044 | 2025.01.16 19:51:07.477300 [ 120 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4045 | 2025.01.16 19:51:07.477347 [ 262 ] {c850b30a-f922-43fb-b4e9-98e613fa6874} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005646 sec., 10626.992561105208 rows/sec., 733.37 KiB/sec. | ||
| 4046 | 2025.01.16 19:51:07.477430 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4047 | 2025.01.16 19:51:07.477616 [ 262 ] {c850b30a-f922-43fb-b4e9-98e613fa6874} <Debug> TCPHandler: Processed in 0.006535185 sec. | ||
| 4048 | 2025.01.16 19:51:07.478071 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::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 | ||
| 4049 | 2025.01.16 19:51:07.478642 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4050 | 2025.01.16 19:51:07.478773 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1102 rows starting from the beginning of the part | ||
| 4051 | 2025.01.16 19:51:07.479008 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 82 rows starting from the beginning of the part | ||
| 4052 | 2025.01.16 19:51:07.479240 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
| 4053 | 2025.01.16 19:51:07.479553 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 70 rows starting from the beginning of the part | ||
| 4054 | 2025.01.16 19:51:07.479795 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part | ||
| 4055 | 2025.01.16 19:51:07.480054 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
| 4056 | 2025.01.16 19:51:07.483570 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1386 rows, containing 4 columns (4 merged, 0 gathered) in 0.005834352 sec., 237558.51549580827 rows/sec., 15.59 MiB/sec. | ||
| 4057 | 2025.01.16 19:51:07.483841 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4058 | 2025.01.16 19:51:07.484460 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_26_5} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4059 | 2025.01.16 19:51:07.484564 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_26_5} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4060 | 2025.01.16 19:51:07.484665 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 4061 | 2025.01.16 19:51:07.485392 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 19 columns (19 merged, 0 gathered) in 0.015359709 sec., 25000.473641785793 rows/sec., 44.80 MiB/sec. | ||
| 4062 | 2025.01.16 19:51:07.485949 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4063 | 2025.01.16 19:51:07.486373 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4064 | 2025.01.16 19:51:07.486468 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4065 | 2025.01.16 19:51:07.486623 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB. | ||
| 4066 | 2025.01.16 19:51:10.656823 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4067 | 2025.01.16 19:51:10.656917 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4068 | 2025.01.16 19:51:10.772095 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 | ||
| 4069 | 2025.01.16 19:51:10.772825 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4070 | 2025.01.16 19:51:10.772876 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4071 | 2025.01.16 19:51:10.773419 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4072 | 2025.01.16 19:51:10.773691 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4073 | 2025.01.16 19:51:10.773993 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 4074 | 2025.01.16 19:51:11.309754 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 4075 | 2025.01.16 19:51:11.330425 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4076 | 2025.01.16 19:51:11.330481 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4077 | 2025.01.16 19:51:11.339924 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4078 | 2025.01.16 19:51:11.340774 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4079 | 2025.01.16 19:51:11.343432 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 4080 | 2025.01.16 19:51:11.537480 [ 116 ] {} <Debug> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
| 4081 | 2025.01.16 19:51:11.537580 [ 116 ] {} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4082 | 2025.01.16 19:51:11.537623 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4083 | 2025.01.16 19:51:11.537983 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
| 4084 | 2025.01.16 19:51:11.538267 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4085 | 2025.01.16 19:51:11.538312 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 243 rows starting from the beginning of the part | ||
| 4086 | 2025.01.16 19:51:11.538411 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 242 rows starting from the beginning of the part | ||
| 4087 | 2025.01.16 19:51:11.538559 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
| 4088 | 2025.01.16 19:51:11.538691 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
| 4089 | 2025.01.16 19:51:11.538776 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 242 rows starting from the beginning of the part | ||
| 4090 | 2025.01.16 19:51:11.540042 [ 189 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002304131 sec., 327672.34154655266 rows/sec., 23.46 MiB/sec. | ||
| 4091 | 2025.01.16 19:51:11.540178 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 4092 | 2025.01.16 19:51:11.540462 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_10_2} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4093 | 2025.01.16 19:51:11.540541 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_10_2} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
| 4094 | 2025.01.16 19:51:11.540616 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 4095 | 2025.01.16 19:51:12.446619 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4096 | 2025.01.16 19:51:12.446833 [ 260 ] {11714bcb-b68c-47e9-b20f-4e0362d3eda5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4097 | 2025.01.16 19:51:12.446908 [ 260 ] {11714bcb-b68c-47e9-b20f-4e0362d3eda5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4098 | 2025.01.16 19:51:12.447646 [ 260 ] {11714bcb-b68c-47e9-b20f-4e0362d3eda5} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4099 | 2025.01.16 19:51:12.447695 [ 260 ] {11714bcb-b68c-47e9-b20f-4e0362d3eda5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4100 | 2025.01.16 19:51:12.448120 [ 260 ] {11714bcb-b68c-47e9-b20f-4e0362d3eda5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4101 | 2025.01.16 19:51:12.448368 [ 260 ] {11714bcb-b68c-47e9-b20f-4e0362d3eda5} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4102 | 2025.01.16 19:51:12.448620 [ 260 ] {11714bcb-b68c-47e9-b20f-4e0362d3eda5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001845 sec., 7588.075880758807 rows/sec., 546.24 KiB/sec. | ||
| 4103 | 2025.01.16 19:51:12.448688 [ 260 ] {11714bcb-b68c-47e9-b20f-4e0362d3eda5} <Debug> TCPHandler: Processed in 0.002204818 sec. | ||
| 4104 | 2025.01.16 19:51:12.448935 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4105 | 2025.01.16 19:51:12.449149 [ 262 ] {5ceb4094-44f7-475c-b635-950bad67c644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4106 | 2025.01.16 19:51:12.449231 [ 262 ] {5ceb4094-44f7-475c-b635-950bad67c644} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4107 | 2025.01.16 19:51:12.450116 [ 262 ] {5ceb4094-44f7-475c-b635-950bad67c644} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4108 | 2025.01.16 19:51:12.450162 [ 262 ] {5ceb4094-44f7-475c-b635-950bad67c644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4109 | 2025.01.16 19:51:12.450610 [ 262 ] {5ceb4094-44f7-475c-b635-950bad67c644} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4110 | 2025.01.16 19:51:12.450866 [ 262 ] {5ceb4094-44f7-475c-b635-950bad67c644} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4111 | 2025.01.16 19:51:12.451098 [ 262 ] {5ceb4094-44f7-475c-b635-950bad67c644} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.00201 sec., 100995.0248756219 rows/sec., 8.74 MiB/sec. | ||
| 4112 | 2025.01.16 19:51:12.451154 [ 262 ] {5ceb4094-44f7-475c-b635-950bad67c644} <Debug> TCPHandler: Processed in 0.002361012 sec. | ||
| 4113 | 2025.01.16 19:51:12.451305 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4114 | 2025.01.16 19:51:12.451452 [ 260 ] {d7426da7-81e1-40e7-a150-f2e70d957c01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4115 | 2025.01.16 19:51:12.451512 [ 260 ] {d7426da7-81e1-40e7-a150-f2e70d957c01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4116 | 2025.01.16 19:51:12.452135 [ 260 ] {d7426da7-81e1-40e7-a150-f2e70d957c01} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4117 | 2025.01.16 19:51:12.452176 [ 260 ] {d7426da7-81e1-40e7-a150-f2e70d957c01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4118 | 2025.01.16 19:51:12.452535 [ 260 ] {d7426da7-81e1-40e7-a150-f2e70d957c01} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4119 | 2025.01.16 19:51:12.452783 [ 260 ] {d7426da7-81e1-40e7-a150-f2e70d957c01} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4120 | 2025.01.16 19:51:12.452920 [ 114 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4121 | 2025.01.16 19:51:12.452958 [ 114 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4122 | 2025.01.16 19:51:12.452968 [ 260 ] {d7426da7-81e1-40e7-a150-f2e70d957c01} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001552 sec., 4510.309278350515 rows/sec., 293.85 KiB/sec. | ||
| 4123 | 2025.01.16 19:51:12.452980 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4124 | 2025.01.16 19:51:12.453067 [ 260 ] {d7426da7-81e1-40e7-a150-f2e70d957c01} <Debug> TCPHandler: Processed in 0.001825472 sec. | ||
| 4125 | 2025.01.16 19:51:12.453386 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4126 | 2025.01.16 19:51:12.453415 [ 196 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::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 | ||
| 4127 | 2025.01.16 19:51:12.453628 [ 262 ] {a2bbc697-8526-4d99-8009-6a7d5539e52e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4128 | 2025.01.16 19:51:12.453701 [ 196 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4129 | 2025.01.16 19:51:12.453721 [ 262 ] {a2bbc697-8526-4d99-8009-6a7d5539e52e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4130 | 2025.01.16 19:51:12.453767 [ 196 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 59 rows starting from the beginning of the part | ||
| 4131 | 2025.01.16 19:51:12.454116 [ 196 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part | ||
| 4132 | 2025.01.16 19:51:12.454512 [ 196 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 40 rows starting from the beginning of the part | ||
| 4133 | 2025.01.16 19:51:12.454982 [ 196 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 9 rows starting from the beginning of the part | ||
| 4134 | 2025.01.16 19:51:12.455229 [ 196 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 40 rows starting from the beginning of the part | ||
| 4135 | 2025.01.16 19:51:12.455641 [ 196 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 7 rows starting from the beginning of the part | ||
| 4136 | 2025.01.16 19:51:12.456320 [ 262 ] {a2bbc697-8526-4d99-8009-6a7d5539e52e} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4137 | 2025.01.16 19:51:12.456394 [ 262 ] {a2bbc697-8526-4d99-8009-6a7d5539e52e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4138 | 2025.01.16 19:51:12.457355 [ 262 ] {a2bbc697-8526-4d99-8009-6a7d5539e52e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4139 | 2025.01.16 19:51:12.457966 [ 262 ] {a2bbc697-8526-4d99-8009-6a7d5539e52e} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4140 | 2025.01.16 19:51:12.458534 [ 262 ] {a2bbc697-8526-4d99-8009-6a7d5539e52e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004982 sec., 2810.1164191087914 rows/sec., 196.80 KiB/sec. | ||
| 4141 | 2025.01.16 19:51:12.458568 [ 193 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 162 rows, containing 5 columns (5 merged, 0 gathered) in 0.005480316 sec., 29560.339221314975 rows/sec., 2.22 MiB/sec. | ||
| 4142 | 2025.01.16 19:51:12.458631 [ 262 ] {a2bbc697-8526-4d99-8009-6a7d5539e52e} <Debug> TCPHandler: Processed in 0.005453336 sec. | ||
| 4143 | 2025.01.16 19:51:12.458735 [ 193 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4144 | 2025.01.16 19:51:12.458821 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4145 | 2025.01.16 19:51:12.459011 [ 260 ] {7f885a3d-539d-4719-be10-4d8cb4e867cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4146 | 2025.01.16 19:51:12.459092 [ 260 ] {7f885a3d-539d-4719-be10-4d8cb4e867cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4147 | 2025.01.16 19:51:12.459198 [ 189 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_21_4} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4148 | 2025.01.16 19:51:12.459470 [ 189 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_21_4} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4149 | 2025.01.16 19:51:12.459692 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4150 | 2025.01.16 19:51:12.460067 [ 260 ] {7f885a3d-539d-4719-be10-4d8cb4e867cc} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4151 | 2025.01.16 19:51:12.460110 [ 260 ] {7f885a3d-539d-4719-be10-4d8cb4e867cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4152 | 2025.01.16 19:51:12.460482 [ 260 ] {7f885a3d-539d-4719-be10-4d8cb4e867cc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4153 | 2025.01.16 19:51:12.460721 [ 260 ] {7f885a3d-539d-4719-be10-4d8cb4e867cc} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4154 | 2025.01.16 19:51:12.460957 [ 260 ] {7f885a3d-539d-4719-be10-4d8cb4e867cc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002004 sec., 6487.025948103792 rows/sec., 404.46 KiB/sec. | ||
| 4155 | 2025.01.16 19:51:12.461150 [ 260 ] {7f885a3d-539d-4719-be10-4d8cb4e867cc} <Debug> TCPHandler: Processed in 0.002413892 sec. | ||
| 4156 | 2025.01.16 19:51:12.461322 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4157 | 2025.01.16 19:51:12.461458 [ 262 ] {9320d71f-c945-4235-a752-b14910faa8d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4158 | 2025.01.16 19:51:12.461515 [ 262 ] {9320d71f-c945-4235-a752-b14910faa8d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4159 | 2025.01.16 19:51:12.462276 [ 262 ] {9320d71f-c945-4235-a752-b14910faa8d1} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4160 | 2025.01.16 19:51:12.462315 [ 262 ] {9320d71f-c945-4235-a752-b14910faa8d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4161 | 2025.01.16 19:51:12.462694 [ 262 ] {9320d71f-c945-4235-a752-b14910faa8d1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4162 | 2025.01.16 19:51:12.462941 [ 262 ] {9320d71f-c945-4235-a752-b14910faa8d1} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4163 | 2025.01.16 19:51:12.463190 [ 262 ] {9320d71f-c945-4235-a752-b14910faa8d1} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001754 sec., 217787.91334093502 rows/sec., 15.41 MiB/sec. | ||
| 4164 | 2025.01.16 19:51:12.463390 [ 262 ] {9320d71f-c945-4235-a752-b14910faa8d1} <Debug> TCPHandler: Processed in 0.002132577 sec. | ||
| 4165 | 2025.01.16 19:51:12.463583 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4166 | 2025.01.16 19:51:12.463701 [ 260 ] {f2f4e003-598c-4191-b7ce-16ac7c93dc1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4167 | 2025.01.16 19:51:12.463752 [ 260 ] {f2f4e003-598c-4191-b7ce-16ac7c93dc1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4168 | 2025.01.16 19:51:12.464232 [ 260 ] {f2f4e003-598c-4191-b7ce-16ac7c93dc1e} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4169 | 2025.01.16 19:51:12.464269 [ 260 ] {f2f4e003-598c-4191-b7ce-16ac7c93dc1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4170 | 2025.01.16 19:51:12.464636 [ 260 ] {f2f4e003-598c-4191-b7ce-16ac7c93dc1e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4171 | 2025.01.16 19:51:12.464869 [ 260 ] {f2f4e003-598c-4191-b7ce-16ac7c93dc1e} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4172 | 2025.01.16 19:51:12.465065 [ 260 ] {f2f4e003-598c-4191-b7ce-16ac7c93dc1e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001392 sec., 4310.3448275862065 rows/sec., 225.20 KiB/sec. | ||
| 4173 | 2025.01.16 19:51:12.465118 [ 260 ] {f2f4e003-598c-4191-b7ce-16ac7c93dc1e} <Debug> TCPHandler: Processed in 0.001624679 sec. | ||
| 4174 | 2025.01.16 19:51:12.465260 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4175 | 2025.01.16 19:51:12.465377 [ 262 ] {549eab1a-839a-4f43-8782-2f8b534b382e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4176 | 2025.01.16 19:51:12.465431 [ 262 ] {549eab1a-839a-4f43-8782-2f8b534b382e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4177 | 2025.01.16 19:51:12.466027 [ 262 ] {549eab1a-839a-4f43-8782-2f8b534b382e} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4178 | 2025.01.16 19:51:12.466066 [ 262 ] {549eab1a-839a-4f43-8782-2f8b534b382e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4179 | 2025.01.16 19:51:12.466487 [ 262 ] {549eab1a-839a-4f43-8782-2f8b534b382e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4180 | 2025.01.16 19:51:12.466728 [ 262 ] {549eab1a-839a-4f43-8782-2f8b534b382e} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4181 | 2025.01.16 19:51:12.466945 [ 262 ] {549eab1a-839a-4f43-8782-2f8b534b382e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001593 sec., 148775.8945386064 rows/sec., 9.97 MiB/sec. | ||
| 4182 | 2025.01.16 19:51:12.467066 [ 262 ] {549eab1a-839a-4f43-8782-2f8b534b382e} <Debug> TCPHandler: Processed in 0.001865663 sec. | ||
| 4183 | 2025.01.16 19:51:12.467221 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4184 | 2025.01.16 19:51:12.467344 [ 260 ] {dba7184b-4da8-42d0-9f17-01a8602ff55f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4185 | 2025.01.16 19:51:12.467397 [ 260 ] {dba7184b-4da8-42d0-9f17-01a8602ff55f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4186 | 2025.01.16 19:51:12.467866 [ 260 ] {dba7184b-4da8-42d0-9f17-01a8602ff55f} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4187 | 2025.01.16 19:51:12.467904 [ 260 ] {dba7184b-4da8-42d0-9f17-01a8602ff55f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4188 | 2025.01.16 19:51:12.468262 [ 260 ] {dba7184b-4da8-42d0-9f17-01a8602ff55f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4189 | 2025.01.16 19:51:12.468496 [ 260 ] {dba7184b-4da8-42d0-9f17-01a8602ff55f} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4190 | 2025.01.16 19:51:12.468725 [ 260 ] {dba7184b-4da8-42d0-9f17-01a8602ff55f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0014 sec., 714.2857142857143 rows/sec., 48.13 KiB/sec. | ||
| 4191 | 2025.01.16 19:51:12.468895 [ 260 ] {dba7184b-4da8-42d0-9f17-01a8602ff55f} <Debug> TCPHandler: Processed in 0.00172994 sec. | ||
| 4192 | 2025.01.16 19:51:12.469055 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4193 | 2025.01.16 19:51:12.469193 [ 262 ] {0a215434-2ca1-4694-b5d4-e16b059f1aa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4194 | 2025.01.16 19:51:12.469254 [ 262 ] {0a215434-2ca1-4694-b5d4-e16b059f1aa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4195 | 2025.01.16 19:51:12.469824 [ 262 ] {0a215434-2ca1-4694-b5d4-e16b059f1aa5} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4196 | 2025.01.16 19:51:12.469863 [ 262 ] {0a215434-2ca1-4694-b5d4-e16b059f1aa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4197 | 2025.01.16 19:51:12.470233 [ 262 ] {0a215434-2ca1-4694-b5d4-e16b059f1aa5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4198 | 2025.01.16 19:51:12.470469 [ 262 ] {0a215434-2ca1-4694-b5d4-e16b059f1aa5} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4199 | 2025.01.16 19:51:12.470681 [ 262 ] {0a215434-2ca1-4694-b5d4-e16b059f1aa5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001519 sec., 53982.88347597104 rows/sec., 3.43 MiB/sec. | ||
| 4200 | 2025.01.16 19:51:12.470732 [ 262 ] {0a215434-2ca1-4694-b5d4-e16b059f1aa5} <Debug> TCPHandler: Processed in 0.00174823 sec. | ||
| 4201 | 2025.01.16 19:51:15.805044 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 584 | ||
| 4202 | 2025.01.16 19:51:15.808205 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4203 | 2025.01.16 19:51:15.808264 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4204 | 2025.01.16 19:51:15.809724 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4205 | 2025.01.16 19:51:15.810048 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4206 | 2025.01.16 19:51:15.810687 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 584 | ||
| 4207 | 2025.01.16 19:51:17.444810 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4208 | 2025.01.16 19:51:17.445024 [ 260 ] {c1974401-1c2b-4db0-bf26-711e8020513d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4209 | 2025.01.16 19:51:17.445097 [ 260 ] {c1974401-1c2b-4db0-bf26-711e8020513d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4210 | 2025.01.16 19:51:17.445818 [ 260 ] {c1974401-1c2b-4db0-bf26-711e8020513d} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4211 | 2025.01.16 19:51:17.445867 [ 260 ] {c1974401-1c2b-4db0-bf26-711e8020513d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4212 | 2025.01.16 19:51:17.446282 [ 260 ] {c1974401-1c2b-4db0-bf26-711e8020513d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4213 | 2025.01.16 19:51:17.446532 [ 260 ] {c1974401-1c2b-4db0-bf26-711e8020513d} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4214 | 2025.01.16 19:51:17.446832 [ 260 ] {c1974401-1c2b-4db0-bf26-711e8020513d} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001842 sec., 5428.881650380022 rows/sec., 442.69 KiB/sec. | ||
| 4215 | 2025.01.16 19:51:17.446962 [ 260 ] {c1974401-1c2b-4db0-bf26-711e8020513d} <Debug> TCPHandler: Processed in 0.00229078 sec. | ||
| 4216 | 2025.01.16 19:51:17.447210 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4217 | 2025.01.16 19:51:17.447424 [ 262 ] {f635c135-4645-497e-be79-24b57a6e6423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4218 | 2025.01.16 19:51:17.447505 [ 262 ] {f635c135-4645-497e-be79-24b57a6e6423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4219 | 2025.01.16 19:51:17.448375 [ 262 ] {f635c135-4645-497e-be79-24b57a6e6423} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4220 | 2025.01.16 19:51:17.448425 [ 262 ] {f635c135-4645-497e-be79-24b57a6e6423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4221 | 2025.01.16 19:51:17.448867 [ 262 ] {f635c135-4645-497e-be79-24b57a6e6423} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4222 | 2025.01.16 19:51:17.449130 [ 262 ] {f635c135-4645-497e-be79-24b57a6e6423} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4223 | 2025.01.16 19:51:17.449371 [ 262 ] {f635c135-4645-497e-be79-24b57a6e6423} <Debug> executeQuery: Read 141 rows, 12.38 KiB in 0.002004 sec., 70359.28143712574 rows/sec., 6.03 MiB/sec. | ||
| 4224 | 2025.01.16 19:51:17.449427 [ 262 ] {f635c135-4645-497e-be79-24b57a6e6423} <Debug> TCPHandler: Processed in 0.002361741 sec. | ||
| 4225 | 2025.01.16 19:51:17.449570 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4226 | 2025.01.16 19:51:17.449710 [ 260 ] {5bd3bcdc-dc1d-4c2d-bba0-1f8bbebf1930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4227 | 2025.01.16 19:51:17.449769 [ 260 ] {5bd3bcdc-dc1d-4c2d-bba0-1f8bbebf1930} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4228 | 2025.01.16 19:51:17.450399 [ 260 ] {5bd3bcdc-dc1d-4c2d-bba0-1f8bbebf1930} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4229 | 2025.01.16 19:51:17.450439 [ 260 ] {5bd3bcdc-dc1d-4c2d-bba0-1f8bbebf1930} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4230 | 2025.01.16 19:51:17.450797 [ 260 ] {5bd3bcdc-dc1d-4c2d-bba0-1f8bbebf1930} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4231 | 2025.01.16 19:51:17.451030 [ 260 ] {5bd3bcdc-dc1d-4c2d-bba0-1f8bbebf1930} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4232 | 2025.01.16 19:51:17.451239 [ 260 ] {5bd3bcdc-dc1d-4c2d-bba0-1f8bbebf1930} <Debug> executeQuery: Read 50 rows, 3.71 KiB in 0.001561 sec., 32030.749519538756 rows/sec., 2.32 MiB/sec. | ||
| 4233 | 2025.01.16 19:51:17.451290 [ 260 ] {5bd3bcdc-dc1d-4c2d-bba0-1f8bbebf1930} <Debug> TCPHandler: Processed in 0.001788492 sec. | ||
| 4234 | 2025.01.16 19:51:17.451432 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4235 | 2025.01.16 19:51:17.451570 [ 262 ] {936173bb-d1c2-43b6-adf1-cdd106678375} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4236 | 2025.01.16 19:51:17.451626 [ 262 ] {936173bb-d1c2-43b6-adf1-cdd106678375} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4237 | 2025.01.16 19:51:17.452306 [ 262 ] {936173bb-d1c2-43b6-adf1-cdd106678375} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4238 | 2025.01.16 19:51:17.452345 [ 262 ] {936173bb-d1c2-43b6-adf1-cdd106678375} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4239 | 2025.01.16 19:51:17.452707 [ 262 ] {936173bb-d1c2-43b6-adf1-cdd106678375} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4240 | 2025.01.16 19:51:17.452942 [ 262 ] {936173bb-d1c2-43b6-adf1-cdd106678375} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4241 | 2025.01.16 19:51:17.453164 [ 262 ] {936173bb-d1c2-43b6-adf1-cdd106678375} <Debug> executeQuery: Read 114 rows, 9.13 KiB in 0.001625 sec., 70153.84615384616 rows/sec., 5.49 MiB/sec. | ||
| 4242 | 2025.01.16 19:51:17.453217 [ 262 ] {936173bb-d1c2-43b6-adf1-cdd106678375} <Debug> TCPHandler: Processed in 0.001852632 sec. | ||
| 4243 | 2025.01.16 19:51:17.453357 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4244 | 2025.01.16 19:51:17.453496 [ 260 ] {43114b2b-3a37-4782-a05b-ce72081fb175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4245 | 2025.01.16 19:51:17.453558 [ 260 ] {43114b2b-3a37-4782-a05b-ce72081fb175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4246 | 2025.01.16 19:51:17.454182 [ 260 ] {43114b2b-3a37-4782-a05b-ce72081fb175} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4247 | 2025.01.16 19:51:17.454221 [ 260 ] {43114b2b-3a37-4782-a05b-ce72081fb175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4248 | 2025.01.16 19:51:17.454607 [ 260 ] {43114b2b-3a37-4782-a05b-ce72081fb175} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4249 | 2025.01.16 19:51:17.454848 [ 260 ] {43114b2b-3a37-4782-a05b-ce72081fb175} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4250 | 2025.01.16 19:51:17.455058 [ 260 ] {43114b2b-3a37-4782-a05b-ce72081fb175} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.001594 sec., 103513.17440401507 rows/sec., 7.21 MiB/sec. | ||
| 4251 | 2025.01.16 19:51:17.455107 [ 260 ] {43114b2b-3a37-4782-a05b-ce72081fb175} <Debug> TCPHandler: Processed in 0.001817052 sec. | ||
| 4252 | 2025.01.16 19:51:17.455249 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4253 | 2025.01.16 19:51:17.455387 [ 262 ] {b847d15a-3f7a-4746-87ce-8ee27e5aec3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4254 | 2025.01.16 19:51:17.455480 [ 262 ] {b847d15a-3f7a-4746-87ce-8ee27e5aec3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4255 | 2025.01.16 19:51:17.456730 [ 262 ] {b847d15a-3f7a-4746-87ce-8ee27e5aec3f} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4256 | 2025.01.16 19:51:17.456775 [ 262 ] {b847d15a-3f7a-4746-87ce-8ee27e5aec3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4257 | 2025.01.16 19:51:17.457446 [ 262 ] {b847d15a-3f7a-4746-87ce-8ee27e5aec3f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4258 | 2025.01.16 19:51:17.457702 [ 262 ] {b847d15a-3f7a-4746-87ce-8ee27e5aec3f} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4259 | 2025.01.16 19:51:17.457943 [ 262 ] {b847d15a-3f7a-4746-87ce-8ee27e5aec3f} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002586 sec., 15467.904098994584 rows/sec., 27.72 MiB/sec. | ||
| 4260 | 2025.01.16 19:51:17.458050 [ 262 ] {b847d15a-3f7a-4746-87ce-8ee27e5aec3f} <Debug> TCPHandler: Processed in 0.00286826 sec. | ||
| 4261 | 2025.01.16 19:51:17.458176 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4262 | 2025.01.16 19:51:17.458295 [ 260 ] {630742b8-83b8-473b-996e-cb0ab23bd3e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4263 | 2025.01.16 19:51:17.458348 [ 260 ] {630742b8-83b8-473b-996e-cb0ab23bd3e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4264 | 2025.01.16 19:51:17.458859 [ 260 ] {630742b8-83b8-473b-996e-cb0ab23bd3e1} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4265 | 2025.01.16 19:51:17.458898 [ 260 ] {630742b8-83b8-473b-996e-cb0ab23bd3e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4266 | 2025.01.16 19:51:17.459276 [ 260 ] {630742b8-83b8-473b-996e-cb0ab23bd3e1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4267 | 2025.01.16 19:51:17.459512 [ 260 ] {630742b8-83b8-473b-996e-cb0ab23bd3e1} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4268 | 2025.01.16 19:51:17.459722 [ 260 ] {630742b8-83b8-473b-996e-cb0ab23bd3e1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001451 sec., 41350.79255685734 rows/sec., 2.79 MiB/sec. | ||
| 4269 | 2025.01.16 19:51:17.459776 [ 260 ] {630742b8-83b8-473b-996e-cb0ab23bd3e1} <Debug> TCPHandler: Processed in 0.001653669 sec. | ||
| 4270 | 2025.01.16 19:51:18.274189 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 | ||
| 4271 | 2025.01.16 19:51:18.275110 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4272 | 2025.01.16 19:51:18.275179 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4273 | 2025.01.16 19:51:18.275811 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4274 | 2025.01.16 19:51:18.276093 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4275 | 2025.01.16 19:51:18.276341 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 | ||
| 4276 | 2025.01.16 19:51:18.843543 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4277 | 2025.01.16 19:51:18.863688 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4278 | 2025.01.16 19:51:18.863743 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4279 | 2025.01.16 19:51:18.871349 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4280 | 2025.01.16 19:51:18.872133 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4281 | 2025.01.16 19:51:18.874734 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4282 | 2025.01.16 19:51:22.446501 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4283 | 2025.01.16 19:51:22.446718 [ 260 ] {26cfc5e4-700a-4adf-910c-17c5764fc620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4284 | 2025.01.16 19:51:22.446799 [ 260 ] {26cfc5e4-700a-4adf-910c-17c5764fc620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4285 | 2025.01.16 19:51:22.447586 [ 260 ] {26cfc5e4-700a-4adf-910c-17c5764fc620} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4286 | 2025.01.16 19:51:22.447638 [ 260 ] {26cfc5e4-700a-4adf-910c-17c5764fc620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4287 | 2025.01.16 19:51:22.448075 [ 260 ] {26cfc5e4-700a-4adf-910c-17c5764fc620} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4288 | 2025.01.16 19:51:22.448331 [ 260 ] {26cfc5e4-700a-4adf-910c-17c5764fc620} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4289 | 2025.01.16 19:51:22.448639 [ 260 ] {26cfc5e4-700a-4adf-910c-17c5764fc620} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001975 sec., 7088.607594936708 rows/sec., 510.28 KiB/sec. | ||
| 4290 | 2025.01.16 19:51:22.448872 [ 260 ] {26cfc5e4-700a-4adf-910c-17c5764fc620} <Debug> TCPHandler: Processed in 0.002510604 sec. | ||
| 4291 | 2025.01.16 19:51:22.449137 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4292 | 2025.01.16 19:51:22.449354 [ 262 ] {88eebfb2-5dfb-431d-95fd-acc6747568fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4293 | 2025.01.16 19:51:22.449436 [ 262 ] {88eebfb2-5dfb-431d-95fd-acc6747568fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4294 | 2025.01.16 19:51:22.450357 [ 262 ] {88eebfb2-5dfb-431d-95fd-acc6747568fb} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4295 | 2025.01.16 19:51:22.450409 [ 262 ] {88eebfb2-5dfb-431d-95fd-acc6747568fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4296 | 2025.01.16 19:51:22.450865 [ 262 ] {88eebfb2-5dfb-431d-95fd-acc6747568fb} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4297 | 2025.01.16 19:51:22.451116 [ 262 ] {88eebfb2-5dfb-431d-95fd-acc6747568fb} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4298 | 2025.01.16 19:51:22.451358 [ 262 ] {88eebfb2-5dfb-431d-95fd-acc6747568fb} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002065 sec., 98305.08474576271 rows/sec., 8.51 MiB/sec. | ||
| 4299 | 2025.01.16 19:51:22.451425 [ 262 ] {88eebfb2-5dfb-431d-95fd-acc6747568fb} <Debug> TCPHandler: Processed in 0.002436002 sec. | ||
| 4300 | 2025.01.16 19:51:22.451576 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4301 | 2025.01.16 19:51:22.451726 [ 260 ] {a4043540-7348-4f43-bcde-f41b6a898530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4302 | 2025.01.16 19:51:22.451788 [ 260 ] {a4043540-7348-4f43-bcde-f41b6a898530} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4303 | 2025.01.16 19:51:22.452468 [ 260 ] {a4043540-7348-4f43-bcde-f41b6a898530} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4304 | 2025.01.16 19:51:22.452507 [ 260 ] {a4043540-7348-4f43-bcde-f41b6a898530} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4305 | 2025.01.16 19:51:22.452872 [ 260 ] {a4043540-7348-4f43-bcde-f41b6a898530} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4306 | 2025.01.16 19:51:22.453125 [ 260 ] {a4043540-7348-4f43-bcde-f41b6a898530} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4307 | 2025.01.16 19:51:22.453309 [ 260 ] {a4043540-7348-4f43-bcde-f41b6a898530} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.00162 sec., 4320.9876543209875 rows/sec., 281.52 KiB/sec. | ||
| 4308 | 2025.01.16 19:51:22.453363 [ 260 ] {a4043540-7348-4f43-bcde-f41b6a898530} <Debug> TCPHandler: Processed in 0.001859192 sec. | ||
| 4309 | 2025.01.16 19:51:22.453549 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4310 | 2025.01.16 19:51:22.453693 [ 262 ] {d5133bb8-1fa4-4203-a9b0-648e84112661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4311 | 2025.01.16 19:51:22.453754 [ 262 ] {d5133bb8-1fa4-4203-a9b0-648e84112661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4312 | 2025.01.16 19:51:22.454414 [ 262 ] {d5133bb8-1fa4-4203-a9b0-648e84112661} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4313 | 2025.01.16 19:51:22.454454 [ 262 ] {d5133bb8-1fa4-4203-a9b0-648e84112661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4314 | 2025.01.16 19:51:22.454811 [ 262 ] {d5133bb8-1fa4-4203-a9b0-648e84112661} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4315 | 2025.01.16 19:51:22.455045 [ 262 ] {d5133bb8-1fa4-4203-a9b0-648e84112661} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4316 | 2025.01.16 19:51:22.455312 [ 262 ] {d5133bb8-1fa4-4203-a9b0-648e84112661} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001651 sec., 8479.709267110842 rows/sec., 593.86 KiB/sec. | ||
| 4317 | 2025.01.16 19:51:22.455516 [ 262 ] {d5133bb8-1fa4-4203-a9b0-648e84112661} <Debug> TCPHandler: Processed in 0.002031446 sec. | ||
| 4318 | 2025.01.16 19:51:22.455673 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4319 | 2025.01.16 19:51:22.455814 [ 260 ] {618ee5a7-228f-408f-a3fe-10a8abc44b1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4320 | 2025.01.16 19:51:22.455872 [ 260 ] {618ee5a7-228f-408f-a3fe-10a8abc44b1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4321 | 2025.01.16 19:51:22.456477 [ 260 ] {618ee5a7-228f-408f-a3fe-10a8abc44b1d} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4322 | 2025.01.16 19:51:22.456515 [ 260 ] {618ee5a7-228f-408f-a3fe-10a8abc44b1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4323 | 2025.01.16 19:51:22.456870 [ 260 ] {618ee5a7-228f-408f-a3fe-10a8abc44b1d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4324 | 2025.01.16 19:51:22.457102 [ 260 ] {618ee5a7-228f-408f-a3fe-10a8abc44b1d} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4325 | 2025.01.16 19:51:22.457289 [ 260 ] {618ee5a7-228f-408f-a3fe-10a8abc44b1d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001507 sec., 8626.4100862641 rows/sec., 537.85 KiB/sec. | ||
| 4326 | 2025.01.16 19:51:22.457341 [ 260 ] {618ee5a7-228f-408f-a3fe-10a8abc44b1d} <Debug> TCPHandler: Processed in 0.00173343 sec. | ||
| 4327 | 2025.01.16 19:51:22.457482 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4328 | 2025.01.16 19:51:22.457620 [ 262 ] {69992276-dfa3-42d4-b3b5-6cdfe02543f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4329 | 2025.01.16 19:51:22.457677 [ 262 ] {69992276-dfa3-42d4-b3b5-6cdfe02543f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4330 | 2025.01.16 19:51:22.458746 [ 262 ] {69992276-dfa3-42d4-b3b5-6cdfe02543f5} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4331 | 2025.01.16 19:51:22.458786 [ 262 ] {69992276-dfa3-42d4-b3b5-6cdfe02543f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4332 | 2025.01.16 19:51:22.459163 [ 262 ] {69992276-dfa3-42d4-b3b5-6cdfe02543f5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4333 | 2025.01.16 19:51:22.459397 [ 262 ] {69992276-dfa3-42d4-b3b5-6cdfe02543f5} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4334 | 2025.01.16 19:51:22.459645 [ 262 ] {69992276-dfa3-42d4-b3b5-6cdfe02543f5} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.002056 sec., 185797.6653696498 rows/sec., 13.15 MiB/sec. | ||
| 4335 | 2025.01.16 19:51:22.459855 [ 262 ] {69992276-dfa3-42d4-b3b5-6cdfe02543f5} <Debug> TCPHandler: Processed in 0.002438833 sec. | ||
| 4336 | 2025.01.16 19:51:22.460035 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4337 | 2025.01.16 19:51:22.460172 [ 260 ] {10751a23-e76d-4e73-aec5-0f7559466455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4338 | 2025.01.16 19:51:22.460230 [ 260 ] {10751a23-e76d-4e73-aec5-0f7559466455} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4339 | 2025.01.16 19:51:22.460774 [ 260 ] {10751a23-e76d-4e73-aec5-0f7559466455} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4340 | 2025.01.16 19:51:22.460836 [ 260 ] {10751a23-e76d-4e73-aec5-0f7559466455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4341 | 2025.01.16 19:51:22.461219 [ 260 ] {10751a23-e76d-4e73-aec5-0f7559466455} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4342 | 2025.01.16 19:51:22.461453 [ 260 ] {10751a23-e76d-4e73-aec5-0f7559466455} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4343 | 2025.01.16 19:51:22.461579 [ 98 ] {} <Debug> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4344 | 2025.01.16 19:51:22.461634 [ 98 ] {} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4345 | 2025.01.16 19:51:22.461644 [ 260 ] {10751a23-e76d-4e73-aec5-0f7559466455} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001503 sec., 3992.015968063872 rows/sec., 208.57 KiB/sec. | ||
| 4346 | 2025.01.16 19:51:22.461665 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4347 | 2025.01.16 19:51:22.461721 [ 260 ] {10751a23-e76d-4e73-aec5-0f7559466455} <Debug> TCPHandler: Processed in 0.001749021 sec. | ||
| 4348 | 2025.01.16 19:51:22.461936 [ 196 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::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 | ||
| 4349 | 2025.01.16 19:51:22.461974 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4350 | 2025.01.16 19:51:22.462258 [ 262 ] {99a789cd-74c1-4178-9579-93f437169283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4351 | 2025.01.16 19:51:22.462291 [ 196 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4352 | 2025.01.16 19:51:22.462359 [ 262 ] {99a789cd-74c1-4178-9579-93f437169283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4353 | 2025.01.16 19:51:22.462365 [ 196 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::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 | ||
| 4354 | 2025.01.16 19:51:22.462746 [ 196 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::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 | ||
| 4355 | 2025.01.16 19:51:22.463143 [ 196 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::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 | ||
| 4356 | 2025.01.16 19:51:22.463493 [ 196 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::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 | ||
| 4357 | 2025.01.16 19:51:22.463702 [ 196 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::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 | ||
| 4358 | 2025.01.16 19:51:22.463992 [ 196 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::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 | ||
| 4359 | 2025.01.16 19:51:22.464809 [ 262 ] {99a789cd-74c1-4178-9579-93f437169283} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4360 | 2025.01.16 19:51:22.464875 [ 262 ] {99a789cd-74c1-4178-9579-93f437169283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4361 | 2025.01.16 19:51:22.466075 [ 262 ] {99a789cd-74c1-4178-9579-93f437169283} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4362 | 2025.01.16 19:51:22.466716 [ 262 ] {99a789cd-74c1-4178-9579-93f437169283} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4363 | 2025.01.16 19:51:22.466764 [ 196 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.004997028 sec., 13207.850746483711 rows/sec., 690.06 KiB/sec. | ||
| 4364 | 2025.01.16 19:51:22.467069 [ 204 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4365 | 2025.01.16 19:51:22.467127 [ 262 ] {99a789cd-74c1-4178-9579-93f437169283} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004949 sec., 47888.46231561931 rows/sec., 3.21 MiB/sec. | ||
| 4366 | 2025.01.16 19:51:22.467273 [ 262 ] {99a789cd-74c1-4178-9579-93f437169283} <Debug> TCPHandler: Processed in 0.005432295 sec. | ||
| 4367 | 2025.01.16 19:51:22.467481 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4368 | 2025.01.16 19:51:22.467602 [ 204 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_11_2} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4369 | 2025.01.16 19:51:22.467731 [ 260 ] {2608ace8-27f4-421e-9c37-9ad22400ff65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4370 | 2025.01.16 19:51:22.467784 [ 204 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_11_2} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4371 | 2025.01.16 19:51:22.467842 [ 260 ] {2608ace8-27f4-421e-9c37-9ad22400ff65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4372 | 2025.01.16 19:51:22.467952 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4373 | 2025.01.16 19:51:22.468470 [ 260 ] {2608ace8-27f4-421e-9c37-9ad22400ff65} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4374 | 2025.01.16 19:51:22.468514 [ 260 ] {2608ace8-27f4-421e-9c37-9ad22400ff65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4375 | 2025.01.16 19:51:22.468884 [ 260 ] {2608ace8-27f4-421e-9c37-9ad22400ff65} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4376 | 2025.01.16 19:51:22.469125 [ 260 ] {2608ace8-27f4-421e-9c37-9ad22400ff65} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4377 | 2025.01.16 19:51:22.469333 [ 260 ] {2608ace8-27f4-421e-9c37-9ad22400ff65} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001688 sec., 592.4170616113744 rows/sec., 39.92 KiB/sec. | ||
| 4378 | 2025.01.16 19:51:22.469408 [ 260 ] {2608ace8-27f4-421e-9c37-9ad22400ff65} <Debug> TCPHandler: Processed in 0.002042306 sec. | ||
| 4379 | 2025.01.16 19:51:22.469575 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4380 | 2025.01.16 19:51:22.469713 [ 262 ] {ccb627fd-aac8-4ffb-8d2e-716a88848360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4381 | 2025.01.16 19:51:22.469772 [ 262 ] {ccb627fd-aac8-4ffb-8d2e-716a88848360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4382 | 2025.01.16 19:51:22.470321 [ 262 ] {ccb627fd-aac8-4ffb-8d2e-716a88848360} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4383 | 2025.01.16 19:51:22.470359 [ 262 ] {ccb627fd-aac8-4ffb-8d2e-716a88848360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 4384 | 2025.01.16 19:51:22.470725 [ 262 ] {ccb627fd-aac8-4ffb-8d2e-716a88848360} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4385 | 2025.01.16 19:51:22.470961 [ 262 ] {ccb627fd-aac8-4ffb-8d2e-716a88848360} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4386 | 2025.01.16 19:51:22.471170 [ 262 ] {ccb627fd-aac8-4ffb-8d2e-716a88848360} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001488 sec., 55107.526881720434 rows/sec., 3.50 MiB/sec. | ||
| 4387 | 2025.01.16 19:51:22.471223 [ 262 ] {ccb627fd-aac8-4ffb-8d2e-716a88848360} <Debug> TCPHandler: Processed in 0.001716281 sec. | ||
| 4388 | 2025.01.16 19:51:25.656965 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4389 | 2025.01.16 19:51:25.657061 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4390 | 2025.01.16 19:51:25.776524 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 | ||
| 4391 | 2025.01.16 19:51:25.777255 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4392 | 2025.01.16 19:51:25.777310 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4393 | 2025.01.16 19:51:25.777827 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4394 | 2025.01.16 19:51:25.778083 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4395 | 2025.01.16 19:51:25.778320 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4396 | 2025.01.16 19:51:25.810945 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 618 | ||
| 4397 | 2025.01.16 19:51:25.814074 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4398 | 2025.01.16 19:51:25.814135 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4399 | 2025.01.16 19:51:25.815624 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4400 | 2025.01.16 19:51:25.815936 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4401 | 2025.01.16 19:51:25.816581 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 618 | ||
| 4402 | 2025.01.16 19:51:26.374845 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4403 | 2025.01.16 19:51:26.396362 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4404 | 2025.01.16 19:51:26.396419 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4405 | 2025.01.16 19:51:26.404501 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4406 | 2025.01.16 19:51:26.405317 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4407 | 2025.01.16 19:51:26.408310 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4408 | 2025.01.16 19:51:27.443715 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4409 | 2025.01.16 19:51:27.443933 [ 260 ] {9536f99d-6543-4017-ae4b-3a4128a816b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4410 | 2025.01.16 19:51:27.444016 [ 260 ] {9536f99d-6543-4017-ae4b-3a4128a816b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4411 | 2025.01.16 19:51:27.444859 [ 260 ] {9536f99d-6543-4017-ae4b-3a4128a816b2} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4412 | 2025.01.16 19:51:27.444908 [ 260 ] {9536f99d-6543-4017-ae4b-3a4128a816b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4413 | 2025.01.16 19:51:27.445378 [ 260 ] {9536f99d-6543-4017-ae4b-3a4128a816b2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4414 | 2025.01.16 19:51:27.445650 [ 260 ] {9536f99d-6543-4017-ae4b-3a4128a816b2} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4415 | 2025.01.16 19:51:27.445888 [ 260 ] {9536f99d-6543-4017-ae4b-3a4128a816b2} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002002 sec., 67932.06793206793 rows/sec., 5.86 MiB/sec. | ||
| 4416 | 2025.01.16 19:51:27.446070 [ 260 ] {9536f99d-6543-4017-ae4b-3a4128a816b2} <Debug> TCPHandler: Processed in 0.002489344 sec. | ||
| 4417 | 2025.01.16 19:51:27.446344 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4418 | 2025.01.16 19:51:27.446549 [ 262 ] {403ca802-8f8e-4e23-9839-db6e6c17b1d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4419 | 2025.01.16 19:51:27.446628 [ 262 ] {403ca802-8f8e-4e23-9839-db6e6c17b1d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4420 | 2025.01.16 19:51:27.447438 [ 262 ] {403ca802-8f8e-4e23-9839-db6e6c17b1d1} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4421 | 2025.01.16 19:51:27.447483 [ 262 ] {403ca802-8f8e-4e23-9839-db6e6c17b1d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4422 | 2025.01.16 19:51:27.447913 [ 262 ] {403ca802-8f8e-4e23-9839-db6e6c17b1d1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4423 | 2025.01.16 19:51:27.448162 [ 262 ] {403ca802-8f8e-4e23-9839-db6e6c17b1d1} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4424 | 2025.01.16 19:51:27.448382 [ 262 ] {403ca802-8f8e-4e23-9839-db6e6c17b1d1} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001891 sec., 21152.829190904282 rows/sec., 1.55 MiB/sec. | ||
| 4425 | 2025.01.16 19:51:27.448438 [ 262 ] {403ca802-8f8e-4e23-9839-db6e6c17b1d1} <Debug> TCPHandler: Processed in 0.002245809 sec. | ||
| 4426 | 2025.01.16 19:51:27.448597 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4427 | 2025.01.16 19:51:27.448746 [ 260 ] {9f713e45-dc0e-4c7c-87f0-d1d85ec60889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4428 | 2025.01.16 19:51:27.448807 [ 260 ] {9f713e45-dc0e-4c7c-87f0-d1d85ec60889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4429 | 2025.01.16 19:51:27.449527 [ 260 ] {9f713e45-dc0e-4c7c-87f0-d1d85ec60889} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4430 | 2025.01.16 19:51:27.449567 [ 260 ] {9f713e45-dc0e-4c7c-87f0-d1d85ec60889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4431 | 2025.01.16 19:51:27.449967 [ 260 ] {9f713e45-dc0e-4c7c-87f0-d1d85ec60889} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4432 | 2025.01.16 19:51:27.450220 [ 260 ] {9f713e45-dc0e-4c7c-87f0-d1d85ec60889} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4433 | 2025.01.16 19:51:27.450404 [ 260 ] {9f713e45-dc0e-4c7c-87f0-d1d85ec60889} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001695 sec., 61356.932153392336 rows/sec., 4.79 MiB/sec. | ||
| 4434 | 2025.01.16 19:51:27.450460 [ 260 ] {9f713e45-dc0e-4c7c-87f0-d1d85ec60889} <Debug> TCPHandler: Processed in 0.001934894 sec. | ||
| 4435 | 2025.01.16 19:51:27.450607 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4436 | 2025.01.16 19:51:27.450744 [ 262 ] {fe75d8ef-dfba-4eed-8454-ffd535fa1a57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4437 | 2025.01.16 19:51:27.450806 [ 262 ] {fe75d8ef-dfba-4eed-8454-ffd535fa1a57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4438 | 2025.01.16 19:51:27.451454 [ 262 ] {fe75d8ef-dfba-4eed-8454-ffd535fa1a57} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4439 | 2025.01.16 19:51:27.451492 [ 262 ] {fe75d8ef-dfba-4eed-8454-ffd535fa1a57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4440 | 2025.01.16 19:51:27.451884 [ 262 ] {fe75d8ef-dfba-4eed-8454-ffd535fa1a57} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4441 | 2025.01.16 19:51:27.452131 [ 262 ] {fe75d8ef-dfba-4eed-8454-ffd535fa1a57} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4442 | 2025.01.16 19:51:27.452354 [ 262 ] {fe75d8ef-dfba-4eed-8454-ffd535fa1a57} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001641 sec., 97501.52346130408 rows/sec., 6.79 MiB/sec. | ||
| 4443 | 2025.01.16 19:51:27.452404 [ 262 ] {fe75d8ef-dfba-4eed-8454-ffd535fa1a57} <Debug> TCPHandler: Processed in 0.001863463 sec. | ||
| 4444 | 2025.01.16 19:51:27.452561 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4445 | 2025.01.16 19:51:27.452712 [ 260 ] {49dd7617-587c-4e8b-94e9-be7c85cd9567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4446 | 2025.01.16 19:51:27.452808 [ 260 ] {49dd7617-587c-4e8b-94e9-be7c85cd9567} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4447 | 2025.01.16 19:51:27.454064 [ 260 ] {49dd7617-587c-4e8b-94e9-be7c85cd9567} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4448 | 2025.01.16 19:51:27.454103 [ 260 ] {49dd7617-587c-4e8b-94e9-be7c85cd9567} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4449 | 2025.01.16 19:51:27.454795 [ 260 ] {49dd7617-587c-4e8b-94e9-be7c85cd9567} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4450 | 2025.01.16 19:51:27.455065 [ 260 ] {49dd7617-587c-4e8b-94e9-be7c85cd9567} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4451 | 2025.01.16 19:51:27.455282 [ 260 ] {49dd7617-587c-4e8b-94e9-be7c85cd9567} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002603 sec., 15366.88436419516 rows/sec., 27.54 MiB/sec. | ||
| 4452 | 2025.01.16 19:51:27.455404 [ 260 ] {49dd7617-587c-4e8b-94e9-be7c85cd9567} <Debug> TCPHandler: Processed in 0.002909482 sec. | ||
| 4453 | 2025.01.16 19:51:27.455562 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4454 | 2025.01.16 19:51:27.455701 [ 262 ] {645543b4-5751-4ad8-8f65-f6cca6d99747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4455 | 2025.01.16 19:51:27.455761 [ 262 ] {645543b4-5751-4ad8-8f65-f6cca6d99747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4456 | 2025.01.16 19:51:27.456318 [ 262 ] {645543b4-5751-4ad8-8f65-f6cca6d99747} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4457 | 2025.01.16 19:51:27.456357 [ 262 ] {645543b4-5751-4ad8-8f65-f6cca6d99747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4458 | 2025.01.16 19:51:27.456724 [ 262 ] {645543b4-5751-4ad8-8f65-f6cca6d99747} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4459 | 2025.01.16 19:51:27.456960 [ 262 ] {645543b4-5751-4ad8-8f65-f6cca6d99747} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4460 | 2025.01.16 19:51:27.457178 [ 262 ] {645543b4-5751-4ad8-8f65-f6cca6d99747} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001507 sec., 39814.200398142 rows/sec., 2.68 MiB/sec. | ||
| 4461 | 2025.01.16 19:51:27.457227 [ 262 ] {645543b4-5751-4ad8-8f65-f6cca6d99747} <Debug> TCPHandler: Processed in 0.00172794 sec. | ||
| 4462 | 2025.01.16 19:51:30.720991 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4463 | 2025.01.16 19:51:30.721200 [ 260 ] {04101a28-e226-4a17-a3b2-b5fd43ff0eb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4464 | 2025.01.16 19:51:30.721273 [ 260 ] {04101a28-e226-4a17-a3b2-b5fd43ff0eb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4465 | 2025.01.16 19:51:30.722009 [ 260 ] {04101a28-e226-4a17-a3b2-b5fd43ff0eb0} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4466 | 2025.01.16 19:51:30.722061 [ 260 ] {04101a28-e226-4a17-a3b2-b5fd43ff0eb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4467 | 2025.01.16 19:51:30.722491 [ 260 ] {04101a28-e226-4a17-a3b2-b5fd43ff0eb0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4468 | 2025.01.16 19:51:30.722746 [ 260 ] {04101a28-e226-4a17-a3b2-b5fd43ff0eb0} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4469 | 2025.01.16 19:51:30.723020 [ 260 ] {04101a28-e226-4a17-a3b2-b5fd43ff0eb0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001863 sec., 7514.761137949544 rows/sec., 540.96 KiB/sec. | ||
| 4470 | 2025.01.16 19:51:30.723165 [ 260 ] {04101a28-e226-4a17-a3b2-b5fd43ff0eb0} <Debug> TCPHandler: Processed in 0.002306131 sec. | ||
| 4471 | 2025.01.16 19:51:30.723462 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4472 | 2025.01.16 19:51:30.723669 [ 262 ] {4127cded-99dd-4707-8508-3d8b68b22692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4473 | 2025.01.16 19:51:30.723750 [ 262 ] {4127cded-99dd-4707-8508-3d8b68b22692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4474 | 2025.01.16 19:51:30.724574 [ 262 ] {4127cded-99dd-4707-8508-3d8b68b22692} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4475 | 2025.01.16 19:51:30.724619 [ 262 ] {4127cded-99dd-4707-8508-3d8b68b22692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4476 | 2025.01.16 19:51:30.725027 [ 262 ] {4127cded-99dd-4707-8508-3d8b68b22692} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4477 | 2025.01.16 19:51:30.725278 [ 262 ] {4127cded-99dd-4707-8508-3d8b68b22692} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4478 | 2025.01.16 19:51:30.725543 [ 262 ] {4127cded-99dd-4707-8508-3d8b68b22692} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001926 sec., 3115.264797507788 rows/sec., 254.03 KiB/sec. | ||
| 4479 | 2025.01.16 19:51:30.725625 [ 262 ] {4127cded-99dd-4707-8508-3d8b68b22692} <Debug> TCPHandler: Processed in 0.002331641 sec. | ||
| 4480 | 2025.01.16 19:51:30.725775 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4481 | 2025.01.16 19:51:30.725924 [ 260 ] {ac5aa985-6178-4c05-8c65-5c0ebb96ce6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4482 | 2025.01.16 19:51:30.725986 [ 260 ] {ac5aa985-6178-4c05-8c65-5c0ebb96ce6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4483 | 2025.01.16 19:51:30.727133 [ 260 ] {ac5aa985-6178-4c05-8c65-5c0ebb96ce6e} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4484 | 2025.01.16 19:51:30.727174 [ 260 ] {ac5aa985-6178-4c05-8c65-5c0ebb96ce6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4485 | 2025.01.16 19:51:30.727631 [ 260 ] {ac5aa985-6178-4c05-8c65-5c0ebb96ce6e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4486 | 2025.01.16 19:51:30.727879 [ 260 ] {ac5aa985-6178-4c05-8c65-5c0ebb96ce6e} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4487 | 2025.01.16 19:51:30.728030 [ 82 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4488 | 2025.01.16 19:51:30.728072 [ 260 ] {ac5aa985-6178-4c05-8c65-5c0ebb96ce6e} <Debug> executeQuery: Read 1346 rows, 114.77 KiB in 0.002184 sec., 616300.3663003662 rows/sec., 51.32 MiB/sec. | ||
| 4489 | 2025.01.16 19:51:30.728081 [ 82 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4490 | 2025.01.16 19:51:30.728123 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4491 | 2025.01.16 19:51:30.728153 [ 260 ] {ac5aa985-6178-4c05-8c65-5c0ebb96ce6e} <Debug> TCPHandler: Processed in 0.002447953 sec. | ||
| 4492 | 2025.01.16 19:51:30.728396 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4493 | 2025.01.16 19:51:30.728531 [ 189 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::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.16 19:51:30.728782 [ 262 ] {e07df3d4-4499-494b-a204-da10671c6ef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4495 | 2025.01.16 19:51:30.728959 [ 262 ] {e07df3d4-4499-494b-a204-da10671c6ef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4496 | 2025.01.16 19:51:30.729262 [ 189 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4497 | 2025.01.16 19:51:30.729362 [ 189 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1432 rows starting from the beginning of the part | ||
| 4498 | 2025.01.16 19:51:30.729580 [ 189 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 203 rows starting from the beginning of the part | ||
| 4499 | 2025.01.16 19:51:30.729979 [ 189 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 141 rows starting from the beginning of the part | ||
| 4500 | 2025.01.16 19:51:30.730201 [ 189 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 203 rows starting from the beginning of the part | ||
| 4501 | 2025.01.16 19:51:30.730479 [ 189 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 136 rows starting from the beginning of the part | ||
| 4502 | 2025.01.16 19:51:30.730642 [ 189 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1346 rows starting from the beginning of the part | ||
| 4503 | 2025.01.16 19:51:30.731164 [ 262 ] {e07df3d4-4499-494b-a204-da10671c6ef8} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4504 | 2025.01.16 19:51:30.731203 [ 262 ] {e07df3d4-4499-494b-a204-da10671c6ef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4505 | 2025.01.16 19:51:30.731778 [ 262 ] {e07df3d4-4499-494b-a204-da10671c6ef8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4506 | 2025.01.16 19:51:30.732120 [ 262 ] {e07df3d4-4499-494b-a204-da10671c6ef8} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4507 | 2025.01.16 19:51:30.732422 [ 262 ] {e07df3d4-4499-494b-a204-da10671c6ef8} <Debug> executeQuery: Read 13 rows, 896.00 B in 0.003767 sec., 3451.0220334483674 rows/sec., 232.28 KiB/sec. | ||
| 4508 | 2025.01.16 19:51:30.732694 [ 262 ] {e07df3d4-4499-494b-a204-da10671c6ef8} <Debug> TCPHandler: Processed in 0.004457849 sec. | ||
| 4509 | 2025.01.16 19:51:30.732984 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4510 | 2025.01.16 19:51:30.733389 [ 260 ] {b94d8e65-6d9c-4d95-8fe3-9a3166754859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4511 | 2025.01.16 19:51:30.733503 [ 260 ] {b94d8e65-6d9c-4d95-8fe3-9a3166754859} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4512 | 2025.01.16 19:51:30.733513 [ 189 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3461 rows, containing 5 columns (5 merged, 0 gathered) in 0.005288563 sec., 654431.0808058825 rows/sec., 57.52 MiB/sec. | ||
| 4513 | 2025.01.16 19:51:30.733805 [ 189 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4514 | 2025.01.16 19:51:30.734347 [ 189 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_31_6} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4515 | 2025.01.16 19:51:30.734556 [ 189 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_31_6} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4516 | 2025.01.16 19:51:30.734733 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 4517 | 2025.01.16 19:51:30.734901 [ 260 ] {b94d8e65-6d9c-4d95-8fe3-9a3166754859} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4518 | 2025.01.16 19:51:30.734945 [ 260 ] {b94d8e65-6d9c-4d95-8fe3-9a3166754859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4519 | 2025.01.16 19:51:30.735319 [ 260 ] {b94d8e65-6d9c-4d95-8fe3-9a3166754859} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4520 | 2025.01.16 19:51:30.735561 [ 260 ] {b94d8e65-6d9c-4d95-8fe3-9a3166754859} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4521 | 2025.01.16 19:51:30.735745 [ 260 ] {b94d8e65-6d9c-4d95-8fe3-9a3166754859} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002495 sec., 96993.98797595191 rows/sec., 6.57 MiB/sec. | ||
| 4522 | 2025.01.16 19:51:30.735808 [ 260 ] {b94d8e65-6d9c-4d95-8fe3-9a3166754859} <Debug> TCPHandler: Processed in 0.003006212 sec. | ||
| 4523 | 2025.01.16 19:51:30.735958 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4524 | 2025.01.16 19:51:30.736097 [ 262 ] {bff32fda-0c02-4a8f-b716-71ffc8781085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4525 | 2025.01.16 19:51:30.736153 [ 262 ] {bff32fda-0c02-4a8f-b716-71ffc8781085} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4526 | 2025.01.16 19:51:30.736772 [ 262 ] {bff32fda-0c02-4a8f-b716-71ffc8781085} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4527 | 2025.01.16 19:51:30.736811 [ 262 ] {bff32fda-0c02-4a8f-b716-71ffc8781085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4528 | 2025.01.16 19:51:30.737163 [ 262 ] {bff32fda-0c02-4a8f-b716-71ffc8781085} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4529 | 2025.01.16 19:51:30.737403 [ 262 ] {bff32fda-0c02-4a8f-b716-71ffc8781085} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4530 | 2025.01.16 19:51:30.737626 [ 262 ] {bff32fda-0c02-4a8f-b716-71ffc8781085} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00156 sec., 8333.333333333334 rows/sec., 519.58 KiB/sec. | ||
| 4531 | 2025.01.16 19:51:30.737688 [ 262 ] {bff32fda-0c02-4a8f-b716-71ffc8781085} <Debug> TCPHandler: Processed in 0.001798182 sec. | ||
| 4532 | 2025.01.16 19:51:30.737829 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4533 | 2025.01.16 19:51:30.737963 [ 260 ] {10e1b8f7-fb9e-4e99-a77e-9be93fa68678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4534 | 2025.01.16 19:51:30.738012 [ 260 ] {10e1b8f7-fb9e-4e99-a77e-9be93fa68678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4535 | 2025.01.16 19:51:30.738895 [ 260 ] {10e1b8f7-fb9e-4e99-a77e-9be93fa68678} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4536 | 2025.01.16 19:51:30.738933 [ 260 ] {10e1b8f7-fb9e-4e99-a77e-9be93fa68678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4537 | 2025.01.16 19:51:30.739345 [ 260 ] {10e1b8f7-fb9e-4e99-a77e-9be93fa68678} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4538 | 2025.01.16 19:51:30.739585 [ 260 ] {10e1b8f7-fb9e-4e99-a77e-9be93fa68678} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4539 | 2025.01.16 19:51:30.739721 [ 82 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4540 | 2025.01.16 19:51:30.739770 [ 82 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4541 | 2025.01.16 19:51:30.739776 [ 260 ] {10e1b8f7-fb9e-4e99-a77e-9be93fa68678} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.001839 sec., 458945.07884719956 rows/sec., 33.17 MiB/sec. | ||
| 4542 | 2025.01.16 19:51:30.739799 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4543 | 2025.01.16 19:51:30.739899 [ 260 ] {10e1b8f7-fb9e-4e99-a77e-9be93fa68678} <Debug> TCPHandler: Processed in 0.002120057 sec. | ||
| 4544 | 2025.01.16 19:51:30.740197 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4545 | 2025.01.16 19:51:30.740211 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::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 | ||
| 4546 | 2025.01.16 19:51:30.740543 [ 262 ] {594eac10-9b13-4d19-81e5-17084a1f66a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4547 | 2025.01.16 19:51:30.740582 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4548 | 2025.01.16 19:51:30.740644 [ 262 ] {594eac10-9b13-4d19-81e5-17084a1f66a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4549 | 2025.01.16 19:51:30.740658 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 910 rows starting from the beginning of the part | ||
| 4550 | 2025.01.16 19:51:30.741039 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 382 rows starting from the beginning of the part | ||
| 4551 | 2025.01.16 19:51:30.741421 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 114 rows starting from the beginning of the part | ||
| 4552 | 2025.01.16 19:51:30.741853 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 382 rows starting from the beginning of the part | ||
| 4553 | 2025.01.16 19:51:30.742107 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 104 rows starting from the beginning of the part | ||
| 4554 | 2025.01.16 19:51:30.742413 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 844 rows starting from the beginning of the part | ||
| 4555 | 2025.01.16 19:51:30.743160 [ 262 ] {594eac10-9b13-4d19-81e5-17084a1f66a4} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4556 | 2025.01.16 19:51:30.743222 [ 262 ] {594eac10-9b13-4d19-81e5-17084a1f66a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4557 | 2025.01.16 19:51:30.744021 [ 262 ] {594eac10-9b13-4d19-81e5-17084a1f66a4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4558 | 2025.01.16 19:51:30.744525 [ 262 ] {594eac10-9b13-4d19-81e5-17084a1f66a4} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4559 | 2025.01.16 19:51:30.744859 [ 262 ] {594eac10-9b13-4d19-81e5-17084a1f66a4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004404 sec., 1362.3978201634877 rows/sec., 71.18 KiB/sec. | ||
| 4560 | 2025.01.16 19:51:30.744943 [ 262 ] {594eac10-9b13-4d19-81e5-17084a1f66a4} <Debug> TCPHandler: Processed in 0.004930977 sec. | ||
| 4561 | 2025.01.16 19:51:30.745098 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4562 | 2025.01.16 19:51:30.745398 [ 260 ] {8637e8ae-5f24-423a-b8ff-60933df7d26c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4563 | 2025.01.16 19:51:30.745547 [ 260 ] {8637e8ae-5f24-423a-b8ff-60933df7d26c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4564 | 2025.01.16 19:51:30.745565 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2736 rows, containing 5 columns (5 merged, 0 gathered) in 0.00565395 sec., 483909.47921364714 rows/sec., 36.92 MiB/sec. | ||
| 4565 | 2025.01.16 19:51:30.745839 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4566 | 2025.01.16 19:51:30.746325 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_31_6} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4567 | 2025.01.16 19:51:30.746545 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_31_6} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4568 | 2025.01.16 19:51:30.746726 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 4569 | 2025.01.16 19:51:30.746943 [ 260 ] {8637e8ae-5f24-423a-b8ff-60933df7d26c} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4570 | 2025.01.16 19:51:30.746987 [ 260 ] {8637e8ae-5f24-423a-b8ff-60933df7d26c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4571 | 2025.01.16 19:51:30.747478 [ 260 ] {8637e8ae-5f24-423a-b8ff-60933df7d26c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4572 | 2025.01.16 19:51:30.747748 [ 260 ] {8637e8ae-5f24-423a-b8ff-60933df7d26c} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4573 | 2025.01.16 19:51:30.747884 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4574 | 2025.01.16 19:51:30.747922 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4575 | 2025.01.16 19:51:30.747947 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4576 | 2025.01.16 19:51:30.747947 [ 260 ] {8637e8ae-5f24-423a-b8ff-60933df7d26c} <Debug> executeQuery: Read 928 rows, 63.41 KiB in 0.002678 sec., 346527.2591486184 rows/sec., 23.12 MiB/sec. | ||
| 4577 | 2025.01.16 19:51:30.748085 [ 260 ] {8637e8ae-5f24-423a-b8ff-60933df7d26c} <Debug> TCPHandler: Processed in 0.003047284 sec. | ||
| 4578 | 2025.01.16 19:51:30.748113 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::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 | ||
| 4579 | 2025.01.16 19:51:30.748287 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4580 | 2025.01.16 19:51:30.748299 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4581 | 2025.01.16 19:51:30.748363 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7319 rows starting from the beginning of the part | ||
| 4582 | 2025.01.16 19:51:30.748591 [ 262 ] {0c31c266-001c-4474-8442-a5fc81d166fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4583 | 2025.01.16 19:51:30.748662 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 237 rows starting from the beginning of the part | ||
| 4584 | 2025.01.16 19:51:30.748774 [ 262 ] {0c31c266-001c-4474-8442-a5fc81d166fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4585 | 2025.01.16 19:51:30.749005 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 165 rows starting from the beginning of the part | ||
| 4586 | 2025.01.16 19:51:30.749367 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 237 rows starting from the beginning of the part | ||
| 4587 | 2025.01.16 19:51:30.749792 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
| 4588 | 2025.01.16 19:51:30.750156 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 928 rows starting from the beginning of the part | ||
| 4589 | 2025.01.16 19:51:30.751139 [ 262 ] {0c31c266-001c-4474-8442-a5fc81d166fc} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4590 | 2025.01.16 19:51:30.751210 [ 262 ] {0c31c266-001c-4474-8442-a5fc81d166fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4591 | 2025.01.16 19:51:30.751770 [ 262 ] {0c31c266-001c-4474-8442-a5fc81d166fc} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4592 | 2025.01.16 19:51:30.752159 [ 262 ] {0c31c266-001c-4474-8442-a5fc81d166fc} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4593 | 2025.01.16 19:51:30.752873 [ 262 ] {0c31c266-001c-4474-8442-a5fc81d166fc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004407 sec., 226.9117313365101 rows/sec., 15.29 KiB/sec. | ||
| 4594 | 2025.01.16 19:51:30.753176 [ 262 ] {0c31c266-001c-4474-8442-a5fc81d166fc} <Debug> TCPHandler: Processed in 0.004984297 sec. | ||
| 4595 | 2025.01.16 19:51:30.753398 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4596 | 2025.01.16 19:51:30.753561 [ 260 ] {33f55ccb-dd51-4b5a-96d5-1b5e30712cf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4597 | 2025.01.16 19:51:30.753615 [ 260 ] {33f55ccb-dd51-4b5a-96d5-1b5e30712cf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4598 | 2025.01.16 19:51:30.754198 [ 260 ] {33f55ccb-dd51-4b5a-96d5-1b5e30712cf8} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4599 | 2025.01.16 19:51:30.754238 [ 260 ] {33f55ccb-dd51-4b5a-96d5-1b5e30712cf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4600 | 2025.01.16 19:51:30.754771 [ 260 ] {33f55ccb-dd51-4b5a-96d5-1b5e30712cf8} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4601 | 2025.01.16 19:51:30.755055 [ 260 ] {33f55ccb-dd51-4b5a-96d5-1b5e30712cf8} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4602 | 2025.01.16 19:51:30.755201 [ 82 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4603 | 2025.01.16 19:51:30.755238 [ 82 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4604 | 2025.01.16 19:51:30.755258 [ 260 ] {33f55ccb-dd51-4b5a-96d5-1b5e30712cf8} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001734 sec., 40369.08881199538 rows/sec., 2.54 MiB/sec. | ||
| 4605 | 2025.01.16 19:51:30.755265 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4606 | 2025.01.16 19:51:30.755439 [ 260 ] {33f55ccb-dd51-4b5a-96d5-1b5e30712cf8} <Debug> TCPHandler: Processed in 0.002149978 sec. | ||
| 4607 | 2025.01.16 19:51:30.755518 [ 196 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::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 | ||
| 4608 | 2025.01.16 19:51:30.755662 [ 196 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4609 | 2025.01.16 19:51:30.755694 [ 196 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1386 rows starting from the beginning of the part | ||
| 4610 | 2025.01.16 19:51:30.755784 [ 196 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part | ||
| 4611 | 2025.01.16 19:51:30.756297 [ 196 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
| 4612 | 2025.01.16 19:51:30.756764 [ 196 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 82 rows starting from the beginning of the part | ||
| 4613 | 2025.01.16 19:51:30.756785 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9046 rows, containing 5 columns (5 merged, 0 gathered) in 0.008779424 sec., 1030363.723178195 rows/sec., 69.53 MiB/sec. | ||
| 4614 | 2025.01.16 19:51:30.756940 [ 196 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
| 4615 | 2025.01.16 19:51:30.757195 [ 186 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4616 | 2025.01.16 19:51:30.757211 [ 196 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 70 rows starting from the beginning of the part | ||
| 4617 | 2025.01.16 19:51:30.757950 [ 186 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4618 | 2025.01.16 19:51:30.758161 [ 186 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4619 | 2025.01.16 19:51:30.758314 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 4620 | 2025.01.16 19:51:30.759096 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1740 rows, containing 4 columns (4 merged, 0 gathered) in 0.003724025 sec., 467236.3907331449 rows/sec., 30.58 MiB/sec. | ||
| 4621 | 2025.01.16 19:51:30.759348 [ 186 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4622 | 2025.01.16 19:51:30.759642 [ 186 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_31_6} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4623 | 2025.01.16 19:51:30.759726 [ 186 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_31_6} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4624 | 2025.01.16 19:51:30.759813 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4625 | 2025.01.16 19:51:32.436286 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4626 | 2025.01.16 19:51:32.436550 [ 260 ] {4c625148-9099-41d0-b3bb-9f4910912b77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4627 | 2025.01.16 19:51:32.436652 [ 260 ] {4c625148-9099-41d0-b3bb-9f4910912b77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4628 | 2025.01.16 19:51:32.437619 [ 260 ] {4c625148-9099-41d0-b3bb-9f4910912b77} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4629 | 2025.01.16 19:51:32.437680 [ 260 ] {4c625148-9099-41d0-b3bb-9f4910912b77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4630 | 2025.01.16 19:51:32.438150 [ 260 ] {4c625148-9099-41d0-b3bb-9f4910912b77} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4631 | 2025.01.16 19:51:32.438414 [ 260 ] {4c625148-9099-41d0-b3bb-9f4910912b77} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4632 | 2025.01.16 19:51:32.438655 [ 260 ] {4c625148-9099-41d0-b3bb-9f4910912b77} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00217 sec., 25806.451612903224 rows/sec., 1.98 MiB/sec. | ||
| 4633 | 2025.01.16 19:51:32.438792 [ 260 ] {4c625148-9099-41d0-b3bb-9f4910912b77} <Debug> TCPHandler: Processed in 0.002715847 sec. | ||
| 4634 | 2025.01.16 19:51:32.439114 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4635 | 2025.01.16 19:51:32.439311 [ 262 ] {eb41ab2b-ea11-412f-92f9-6a2b16c6d811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4636 | 2025.01.16 19:51:32.439381 [ 262 ] {eb41ab2b-ea11-412f-92f9-6a2b16c6d811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4637 | 2025.01.16 19:51:32.440132 [ 262 ] {eb41ab2b-ea11-412f-92f9-6a2b16c6d811} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4638 | 2025.01.16 19:51:32.440177 [ 262 ] {eb41ab2b-ea11-412f-92f9-6a2b16c6d811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4639 | 2025.01.16 19:51:32.440614 [ 262 ] {eb41ab2b-ea11-412f-92f9-6a2b16c6d811} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4640 | 2025.01.16 19:51:32.440882 [ 262 ] {eb41ab2b-ea11-412f-92f9-6a2b16c6d811} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4641 | 2025.01.16 19:51:32.441138 [ 262 ] {eb41ab2b-ea11-412f-92f9-6a2b16c6d811} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001872 sec., 34188.03418803419 rows/sec., 2.67 MiB/sec. | ||
| 4642 | 2025.01.16 19:51:32.441228 [ 262 ] {eb41ab2b-ea11-412f-92f9-6a2b16c6d811} <Debug> TCPHandler: Processed in 0.00227678 sec. | ||
| 4643 | 2025.01.16 19:51:32.441455 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4644 | 2025.01.16 19:51:32.441625 [ 260 ] {0a88203b-305a-4789-a5f9-09c877ef4d3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4645 | 2025.01.16 19:51:32.441688 [ 260 ] {0a88203b-305a-4789-a5f9-09c877ef4d3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4646 | 2025.01.16 19:51:32.442299 [ 260 ] {0a88203b-305a-4789-a5f9-09c877ef4d3b} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4647 | 2025.01.16 19:51:32.442345 [ 260 ] {0a88203b-305a-4789-a5f9-09c877ef4d3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4648 | 2025.01.16 19:51:32.442767 [ 260 ] {0a88203b-305a-4789-a5f9-09c877ef4d3b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4649 | 2025.01.16 19:51:32.443050 [ 260 ] {0a88203b-305a-4789-a5f9-09c877ef4d3b} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4650 | 2025.01.16 19:51:32.443284 [ 260 ] {0a88203b-305a-4789-a5f9-09c877ef4d3b} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001693 sec., 18901.358535144715 rows/sec., 1.32 MiB/sec. | ||
| 4651 | 2025.01.16 19:51:32.443517 [ 260 ] {0a88203b-305a-4789-a5f9-09c877ef4d3b} <Debug> TCPHandler: Processed in 0.002175578 sec. | ||
| 4652 | 2025.01.16 19:51:32.443695 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4653 | 2025.01.16 19:51:32.443832 [ 262 ] {c382f0ef-5b77-42a9-9576-fa21ea0a6a91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4654 | 2025.01.16 19:51:32.443892 [ 262 ] {c382f0ef-5b77-42a9-9576-fa21ea0a6a91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4655 | 2025.01.16 19:51:32.444433 [ 262 ] {c382f0ef-5b77-42a9-9576-fa21ea0a6a91} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4656 | 2025.01.16 19:51:32.444480 [ 262 ] {c382f0ef-5b77-42a9-9576-fa21ea0a6a91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4657 | 2025.01.16 19:51:32.444855 [ 262 ] {c382f0ef-5b77-42a9-9576-fa21ea0a6a91} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4658 | 2025.01.16 19:51:32.445102 [ 262 ] {c382f0ef-5b77-42a9-9576-fa21ea0a6a91} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4659 | 2025.01.16 19:51:32.445304 [ 262 ] {c382f0ef-5b77-42a9-9576-fa21ea0a6a91} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001503 sec., 7984.031936127744 rows/sec., 550.98 KiB/sec. | ||
| 4660 | 2025.01.16 19:51:32.445353 [ 262 ] {c382f0ef-5b77-42a9-9576-fa21ea0a6a91} <Debug> TCPHandler: Processed in 0.00172803 sec. | ||
| 4661 | 2025.01.16 19:51:33.278480 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 | ||
| 4662 | 2025.01.16 19:51:33.279172 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4663 | 2025.01.16 19:51:33.279224 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4664 | 2025.01.16 19:51:33.279754 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4665 | 2025.01.16 19:51:33.280023 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4666 | 2025.01.16 19:51:33.280254 [ 73 ] {} <Debug> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4667 | 2025.01.16 19:51:33.280292 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
| 4668 | 2025.01.16 19:51:33.280341 [ 73 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4669 | 2025.01.16 19:51:33.280372 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4670 | 2025.01.16 19:51:33.280565 [ 197 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::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 | ||
| 4671 | 2025.01.16 19:51:33.280808 [ 197 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4672 | 2025.01.16 19:51:33.280850 [ 197 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::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 | ||
| 4673 | 2025.01.16 19:51:33.280925 [ 197 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part | ||
| 4674 | 2025.01.16 19:51:33.281000 [ 197 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part | ||
| 4675 | 2025.01.16 19:51:33.281238 [ 197 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part | ||
| 4676 | 2025.01.16 19:51:33.281356 [ 197 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part | ||
| 4677 | 2025.01.16 19:51:33.281475 [ 197 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part | ||
| 4678 | 2025.01.16 19:51:33.283700 [ 190 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003259107 sec., 2975968.570531744 rows/sec., 42.57 MiB/sec. | ||
| 4679 | 2025.01.16 19:51:33.283996 [ 191 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4680 | 2025.01.16 19:51:33.284317 [ 191 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_21_4} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4681 | 2025.01.16 19:51:33.284400 [ 191 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_21_4} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4682 | 2025.01.16 19:51:33.284511 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB. | ||
| 4683 | 2025.01.16 19:51:33.908416 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4684 | 2025.01.16 19:51:33.930913 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4685 | 2025.01.16 19:51:33.930986 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4686 | 2025.01.16 19:51:33.938900 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4687 | 2025.01.16 19:51:33.939716 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4688 | 2025.01.16 19:51:33.940141 [ 73 ] {} <Debug> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4689 | 2025.01.16 19:51:33.940280 [ 73 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4690 | 2025.01.16 19:51:33.940353 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4691 | 2025.01.16 19:51:33.940903 [ 191 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 4692 | 2025.01.16 19:51:33.955840 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4693 | 2025.01.16 19:51:33.957557 [ 191 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4694 | 2025.01.16 19:51:33.959212 [ 191 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 4695 | 2025.01.16 19:51:33.965074 [ 191 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 4696 | 2025.01.16 19:51:33.970850 [ 191 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 4697 | 2025.01.16 19:51:33.976711 [ 191 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 4698 | 2025.01.16 19:51:33.982653 [ 191 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 4699 | 2025.01.16 19:51:33.987494 [ 191 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 4700 | 2025.01.16 19:51:34.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.80 MiB, peak 194.80 MiB, free memory in arenas 0.00 B, will set to 186.41 MiB (RSS), difference: -8.39 MiB | ||
| 4701 | 2025.01.16 19:51:34.046342 [ 190 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.105820587 sec., 1502.543167710835 rows/sec., 7.77 MiB/sec. | ||
| 4702 | 2025.01.16 19:51:34.048987 [ 190 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4703 | 2025.01.16 19:51:34.051877 [ 190 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_21_4} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4704 | 2025.01.16 19:51:34.052004 [ 190 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_21_4} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4705 | 2025.01.16 19:51:34.054513 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 4706 | 2025.01.16 19:51:35.000182 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.01 MiB, peak 194.80 MiB, free memory in arenas 0.00 B, will set to 188.34 MiB (RSS), difference: 11.33 MiB | ||
| 4707 | 2025.01.16 19:51:35.816828 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 660 | ||
| 4708 | 2025.01.16 19:51:35.820118 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4709 | 2025.01.16 19:51:35.820179 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4710 | 2025.01.16 19:51:35.821706 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4711 | 2025.01.16 19:51:35.822037 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4712 | 2025.01.16 19:51:35.822682 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 660 | ||
| 4713 | 2025.01.16 19:51:37.443063 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4714 | 2025.01.16 19:51:37.443278 [ 260 ] {98a5170a-be81-4ad4-a7ac-157d57eb3fb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4715 | 2025.01.16 19:51:37.443362 [ 260 ] {98a5170a-be81-4ad4-a7ac-157d57eb3fb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4716 | 2025.01.16 19:51:37.444302 [ 260 ] {98a5170a-be81-4ad4-a7ac-157d57eb3fb0} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4717 | 2025.01.16 19:51:37.444354 [ 260 ] {98a5170a-be81-4ad4-a7ac-157d57eb3fb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4718 | 2025.01.16 19:51:37.444809 [ 260 ] {98a5170a-be81-4ad4-a7ac-157d57eb3fb0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4719 | 2025.01.16 19:51:37.445074 [ 260 ] {98a5170a-be81-4ad4-a7ac-157d57eb3fb0} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4720 | 2025.01.16 19:51:37.445328 [ 260 ] {98a5170a-be81-4ad4-a7ac-157d57eb3fb0} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002112 sec., 64393.93939393939 rows/sec., 5.56 MiB/sec. | ||
| 4721 | 2025.01.16 19:51:37.445395 [ 260 ] {98a5170a-be81-4ad4-a7ac-157d57eb3fb0} <Debug> TCPHandler: Processed in 0.002480674 sec. | ||
| 4722 | 2025.01.16 19:51:37.445677 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4723 | 2025.01.16 19:51:37.445893 [ 262 ] {4f188077-f202-4439-aec9-d88e9c7f462f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4724 | 2025.01.16 19:51:37.445975 [ 262 ] {4f188077-f202-4439-aec9-d88e9c7f462f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4725 | 2025.01.16 19:51:37.446820 [ 262 ] {4f188077-f202-4439-aec9-d88e9c7f462f} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4726 | 2025.01.16 19:51:37.446865 [ 262 ] {4f188077-f202-4439-aec9-d88e9c7f462f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4727 | 2025.01.16 19:51:37.447303 [ 262 ] {4f188077-f202-4439-aec9-d88e9c7f462f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4728 | 2025.01.16 19:51:37.447563 [ 262 ] {4f188077-f202-4439-aec9-d88e9c7f462f} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4729 | 2025.01.16 19:51:37.447748 [ 72 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4730 | 2025.01.16 19:51:37.447821 [ 262 ] {4f188077-f202-4439-aec9-d88e9c7f462f} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001987 sec., 20130.850528434825 rows/sec., 1.48 MiB/sec. | ||
| 4731 | 2025.01.16 19:51:37.447836 [ 72 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4732 | 2025.01.16 19:51:37.447905 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4733 | 2025.01.16 19:51:37.447956 [ 262 ] {4f188077-f202-4439-aec9-d88e9c7f462f} <Debug> TCPHandler: Processed in 0.002422433 sec. | ||
| 4734 | 2025.01.16 19:51:37.448179 [ 195 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::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 | ||
| 4735 | 2025.01.16 19:51:37.448193 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4736 | 2025.01.16 19:51:37.448436 [ 195 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4737 | 2025.01.16 19:51:37.448473 [ 260 ] {40afde5e-1b6b-45e2-b322-d006ed181ce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4738 | 2025.01.16 19:51:37.448501 [ 195 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 61 rows starting from the beginning of the part | ||
| 4739 | 2025.01.16 19:51:37.448575 [ 260 ] {40afde5e-1b6b-45e2-b322-d006ed181ce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4740 | 2025.01.16 19:51:37.448778 [ 195 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 50 rows starting from the beginning of the part | ||
| 4741 | 2025.01.16 19:51:37.449184 [ 195 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 7 rows starting from the beginning of the part | ||
| 4742 | 2025.01.16 19:51:37.449541 [ 195 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part | ||
| 4743 | 2025.01.16 19:51:37.450010 [ 195 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::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 | ||
| 4744 | 2025.01.16 19:51:37.450356 [ 195 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 40 rows starting from the beginning of the part | ||
| 4745 | 2025.01.16 19:51:37.451411 [ 260 ] {40afde5e-1b6b-45e2-b322-d006ed181ce1} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4746 | 2025.01.16 19:51:37.451493 [ 260 ] {40afde5e-1b6b-45e2-b322-d006ed181ce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4747 | 2025.01.16 19:51:37.452660 [ 260 ] {40afde5e-1b6b-45e2-b322-d006ed181ce1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4748 | 2025.01.16 19:51:37.453202 [ 195 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 5 columns (5 merged, 0 gathered) in 0.005168651 sec., 40823.03099977151 rows/sec., 3.08 MiB/sec. | ||
| 4749 | 2025.01.16 19:51:37.453242 [ 260 ] {40afde5e-1b6b-45e2-b322-d006ed181ce1} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4750 | 2025.01.16 19:51:37.453462 [ 195 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4751 | 2025.01.16 19:51:37.453744 [ 260 ] {40afde5e-1b6b-45e2-b322-d006ed181ce1} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.005352 sec., 19431.988041853514 rows/sec., 1.52 MiB/sec. | ||
| 4752 | 2025.01.16 19:51:37.453921 [ 260 ] {40afde5e-1b6b-45e2-b322-d006ed181ce1} <Debug> TCPHandler: Processed in 0.005841272 sec. | ||
| 4753 | 2025.01.16 19:51:37.454130 [ 195 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_26_5} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4754 | 2025.01.16 19:51:37.454143 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4755 | 2025.01.16 19:51:37.454269 [ 195 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_26_5} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4756 | 2025.01.16 19:51:37.454390 [ 262 ] {65288ec5-5956-4c11-8379-f07c5ff8ad38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4757 | 2025.01.16 19:51:37.454435 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 4758 | 2025.01.16 19:51:37.454499 [ 262 ] {65288ec5-5956-4c11-8379-f07c5ff8ad38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4759 | 2025.01.16 19:51:37.455120 [ 262 ] {65288ec5-5956-4c11-8379-f07c5ff8ad38} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4760 | 2025.01.16 19:51:37.455160 [ 262 ] {65288ec5-5956-4c11-8379-f07c5ff8ad38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4761 | 2025.01.16 19:51:37.455576 [ 262 ] {65288ec5-5956-4c11-8379-f07c5ff8ad38} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4762 | 2025.01.16 19:51:37.455825 [ 262 ] {65288ec5-5956-4c11-8379-f07c5ff8ad38} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4763 | 2025.01.16 19:51:37.456048 [ 262 ] {65288ec5-5956-4c11-8379-f07c5ff8ad38} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001744 sec., 91743.11926605504 rows/sec., 6.39 MiB/sec. | ||
| 4764 | 2025.01.16 19:51:37.456104 [ 262 ] {65288ec5-5956-4c11-8379-f07c5ff8ad38} <Debug> TCPHandler: Processed in 0.002071197 sec. | ||
| 4765 | 2025.01.16 19:51:37.456252 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4766 | 2025.01.16 19:51:37.456394 [ 260 ] {48e6e828-be5d-4b5e-b4fd-4bf66a8ba2c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4767 | 2025.01.16 19:51:37.456489 [ 260 ] {48e6e828-be5d-4b5e-b4fd-4bf66a8ba2c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4768 | 2025.01.16 19:51:37.457699 [ 260 ] {48e6e828-be5d-4b5e-b4fd-4bf66a8ba2c5} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4769 | 2025.01.16 19:51:37.457739 [ 260 ] {48e6e828-be5d-4b5e-b4fd-4bf66a8ba2c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4770 | 2025.01.16 19:51:37.458434 [ 260 ] {48e6e828-be5d-4b5e-b4fd-4bf66a8ba2c5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4771 | 2025.01.16 19:51:37.458696 [ 260 ] {48e6e828-be5d-4b5e-b4fd-4bf66a8ba2c5} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4772 | 2025.01.16 19:51:37.459022 [ 260 ] {48e6e828-be5d-4b5e-b4fd-4bf66a8ba2c5} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002651 sec., 15088.645794039983 rows/sec., 27.04 MiB/sec. | ||
| 4773 | 2025.01.16 19:51:37.459329 [ 260 ] {48e6e828-be5d-4b5e-b4fd-4bf66a8ba2c5} <Debug> TCPHandler: Processed in 0.003144505 sec. | ||
| 4774 | 2025.01.16 19:51:37.459482 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4775 | 2025.01.16 19:51:37.459624 [ 262 ] {ae6f0cac-a2ac-47d6-bf28-dd482fcee6d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4776 | 2025.01.16 19:51:37.459684 [ 262 ] {ae6f0cac-a2ac-47d6-bf28-dd482fcee6d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4777 | 2025.01.16 19:51:37.460185 [ 262 ] {ae6f0cac-a2ac-47d6-bf28-dd482fcee6d7} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4778 | 2025.01.16 19:51:37.460225 [ 262 ] {ae6f0cac-a2ac-47d6-bf28-dd482fcee6d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4779 | 2025.01.16 19:51:37.460606 [ 262 ] {ae6f0cac-a2ac-47d6-bf28-dd482fcee6d7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4780 | 2025.01.16 19:51:37.460850 [ 262 ] {ae6f0cac-a2ac-47d6-bf28-dd482fcee6d7} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4781 | 2025.01.16 19:51:37.461062 [ 262 ] {ae6f0cac-a2ac-47d6-bf28-dd482fcee6d7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00147 sec., 40816.32653061225 rows/sec., 2.75 MiB/sec. | ||
| 4782 | 2025.01.16 19:51:37.461114 [ 262 ] {ae6f0cac-a2ac-47d6-bf28-dd482fcee6d7} <Debug> TCPHandler: Processed in 0.00170332 sec. | ||
| 4783 | 2025.01.16 19:51:40.657110 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4784 | 2025.01.16 19:51:40.657179 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4785 | 2025.01.16 19:51:40.780471 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 | ||
| 4786 | 2025.01.16 19:51:40.781116 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4787 | 2025.01.16 19:51:40.781168 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4788 | 2025.01.16 19:51:40.781703 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4789 | 2025.01.16 19:51:40.782018 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4790 | 2025.01.16 19:51:40.782301 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4791 | 2025.01.16 19:51:41.455984 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4792 | 2025.01.16 19:51:41.476203 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4793 | 2025.01.16 19:51:41.476261 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4794 | 2025.01.16 19:51:41.483216 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4795 | 2025.01.16 19:51:41.483972 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4796 | 2025.01.16 19:51:41.486709 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4797 | 2025.01.16 19:51:42.445653 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4798 | 2025.01.16 19:51:42.445875 [ 260 ] {d6533554-fa7d-4d82-9991-14889a55b40e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4799 | 2025.01.16 19:51:42.445952 [ 260 ] {d6533554-fa7d-4d82-9991-14889a55b40e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4800 | 2025.01.16 19:51:42.446711 [ 260 ] {d6533554-fa7d-4d82-9991-14889a55b40e} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4801 | 2025.01.16 19:51:42.446763 [ 260 ] {d6533554-fa7d-4d82-9991-14889a55b40e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4802 | 2025.01.16 19:51:42.447226 [ 260 ] {d6533554-fa7d-4d82-9991-14889a55b40e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4803 | 2025.01.16 19:51:42.447493 [ 260 ] {d6533554-fa7d-4d82-9991-14889a55b40e} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4804 | 2025.01.16 19:51:42.447655 [ 66 ] {} <Debug> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4805 | 2025.01.16 19:51:42.447707 [ 66 ] {} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4806 | 2025.01.16 19:51:42.447710 [ 260 ] {d6533554-fa7d-4d82-9991-14889a55b40e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001894 sec., 7391.763463569166 rows/sec., 532.11 KiB/sec. | ||
| 4807 | 2025.01.16 19:51:42.447735 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4808 | 2025.01.16 19:51:42.447838 [ 260 ] {d6533554-fa7d-4d82-9991-14889a55b40e} <Debug> TCPHandler: Processed in 0.00232079 sec. | ||
| 4809 | 2025.01.16 19:51:42.448073 [ 200 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::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 | ||
| 4810 | 2025.01.16 19:51:42.448178 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4811 | 2025.01.16 19:51:42.448299 [ 200 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4812 | 2025.01.16 19:51:42.448380 [ 200 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::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 | ||
| 4813 | 2025.01.16 19:51:42.448496 [ 262 ] {36f999aa-dbcf-49e5-a76e-9d24a5df3184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4814 | 2025.01.16 19:51:42.448617 [ 200 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::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 | ||
| 4815 | 2025.01.16 19:51:42.448699 [ 262 ] {36f999aa-dbcf-49e5-a76e-9d24a5df3184} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4816 | 2025.01.16 19:51:42.449074 [ 200 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::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 | ||
| 4817 | 2025.01.16 19:51:42.449376 [ 200 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::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 | ||
| 4818 | 2025.01.16 19:51:42.449727 [ 200 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::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 | ||
| 4819 | 2025.01.16 19:51:42.451680 [ 262 ] {36f999aa-dbcf-49e5-a76e-9d24a5df3184} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4820 | 2025.01.16 19:51:42.451778 [ 262 ] {36f999aa-dbcf-49e5-a76e-9d24a5df3184} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4821 | 2025.01.16 19:51:42.452357 [ 200 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004482179 sec., 15617.403945714796 rows/sec., 1.16 MiB/sec. | ||
| 4822 | 2025.01.16 19:51:42.452670 [ 192 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4823 | 2025.01.16 19:51:42.452929 [ 262 ] {36f999aa-dbcf-49e5-a76e-9d24a5df3184} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4824 | 2025.01.16 19:51:42.453198 [ 192 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_13_3} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4825 | 2025.01.16 19:51:42.453365 [ 192 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_13_3} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4826 | 2025.01.16 19:51:42.453415 [ 262 ] {36f999aa-dbcf-49e5-a76e-9d24a5df3184} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4827 | 2025.01.16 19:51:42.453516 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4828 | 2025.01.16 19:51:42.453759 [ 262 ] {36f999aa-dbcf-49e5-a76e-9d24a5df3184} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.005371 sec., 37795.56879538261 rows/sec., 3.27 MiB/sec. | ||
| 4829 | 2025.01.16 19:51:42.453841 [ 262 ] {36f999aa-dbcf-49e5-a76e-9d24a5df3184} <Debug> TCPHandler: Processed in 0.005875993 sec. | ||
| 4830 | 2025.01.16 19:51:42.453995 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4831 | 2025.01.16 19:51:42.454145 [ 260 ] {73f846dc-7ddc-4e77-87cb-83f8e68ff581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4832 | 2025.01.16 19:51:42.454207 [ 260 ] {73f846dc-7ddc-4e77-87cb-83f8e68ff581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4833 | 2025.01.16 19:51:42.454894 [ 260 ] {73f846dc-7ddc-4e77-87cb-83f8e68ff581} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4834 | 2025.01.16 19:51:42.454934 [ 260 ] {73f846dc-7ddc-4e77-87cb-83f8e68ff581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4835 | 2025.01.16 19:51:42.455307 [ 260 ] {73f846dc-7ddc-4e77-87cb-83f8e68ff581} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4836 | 2025.01.16 19:51:42.455547 [ 260 ] {73f846dc-7ddc-4e77-87cb-83f8e68ff581} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4837 | 2025.01.16 19:51:42.455762 [ 260 ] {73f846dc-7ddc-4e77-87cb-83f8e68ff581} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001655 sec., 4229.607250755287 rows/sec., 275.56 KiB/sec. | ||
| 4838 | 2025.01.16 19:51:42.455819 [ 260 ] {73f846dc-7ddc-4e77-87cb-83f8e68ff581} <Debug> TCPHandler: Processed in 0.001892363 sec. | ||
| 4839 | 2025.01.16 19:51:42.455976 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4840 | 2025.01.16 19:51:42.456123 [ 262 ] {25ce82c8-f7aa-4457-a7e8-b32e84250290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4841 | 2025.01.16 19:51:42.456186 [ 262 ] {25ce82c8-f7aa-4457-a7e8-b32e84250290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4842 | 2025.01.16 19:51:42.456888 [ 262 ] {25ce82c8-f7aa-4457-a7e8-b32e84250290} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4843 | 2025.01.16 19:51:42.456929 [ 262 ] {25ce82c8-f7aa-4457-a7e8-b32e84250290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4844 | 2025.01.16 19:51:42.457311 [ 262 ] {25ce82c8-f7aa-4457-a7e8-b32e84250290} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4845 | 2025.01.16 19:51:42.457557 [ 262 ] {25ce82c8-f7aa-4457-a7e8-b32e84250290} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4846 | 2025.01.16 19:51:42.457781 [ 262 ] {25ce82c8-f7aa-4457-a7e8-b32e84250290} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001694 sec., 8264.462809917355 rows/sec., 578.79 KiB/sec. | ||
| 4847 | 2025.01.16 19:51:42.457838 [ 262 ] {25ce82c8-f7aa-4457-a7e8-b32e84250290} <Debug> TCPHandler: Processed in 0.001932984 sec. | ||
| 4848 | 2025.01.16 19:51:42.457977 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4849 | 2025.01.16 19:51:42.458117 [ 260 ] {9a322ff9-1842-45e5-a674-ba52349acaa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4850 | 2025.01.16 19:51:42.458176 [ 260 ] {9a322ff9-1842-45e5-a674-ba52349acaa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4851 | 2025.01.16 19:51:42.458854 [ 260 ] {9a322ff9-1842-45e5-a674-ba52349acaa6} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4852 | 2025.01.16 19:51:42.458894 [ 260 ] {9a322ff9-1842-45e5-a674-ba52349acaa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4853 | 2025.01.16 19:51:42.459280 [ 260 ] {9a322ff9-1842-45e5-a674-ba52349acaa6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4854 | 2025.01.16 19:51:42.459515 [ 260 ] {9a322ff9-1842-45e5-a674-ba52349acaa6} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4855 | 2025.01.16 19:51:42.459672 [ 64 ] {} <Debug> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4856 | 2025.01.16 19:51:42.459745 [ 64 ] {} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4857 | 2025.01.16 19:51:42.459763 [ 260 ] {9a322ff9-1842-45e5-a674-ba52349acaa6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001674 sec., 7765.830346475508 rows/sec., 484.20 KiB/sec. | ||
| 4858 | 2025.01.16 19:51:42.459811 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4859 | 2025.01.16 19:51:42.459940 [ 260 ] {9a322ff9-1842-45e5-a674-ba52349acaa6} <Debug> TCPHandler: Processed in 0.002027426 sec. | ||
| 4860 | 2025.01.16 19:51:42.460010 [ 194 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::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 | ||
| 4861 | 2025.01.16 19:51:42.460100 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4862 | 2025.01.16 19:51:42.460172 [ 194 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4863 | 2025.01.16 19:51:42.460224 [ 194 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::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 | ||
| 4864 | 2025.01.16 19:51:42.460408 [ 262 ] {c45a37a4-7a4c-47f7-83f0-0d6f12748f9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4865 | 2025.01.16 19:51:42.460506 [ 194 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::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 | ||
| 4866 | 2025.01.16 19:51:42.460571 [ 262 ] {c45a37a4-7a4c-47f7-83f0-0d6f12748f9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4867 | 2025.01.16 19:51:42.460898 [ 194 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::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 | ||
| 4868 | 2025.01.16 19:51:42.461251 [ 194 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::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 | ||
| 4869 | 2025.01.16 19:51:42.461555 [ 194 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::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 | ||
| 4870 | 2025.01.16 19:51:42.463407 [ 262 ] {c45a37a4-7a4c-47f7-83f0-0d6f12748f9d} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4871 | 2025.01.16 19:51:42.463479 [ 262 ] {c45a37a4-7a4c-47f7-83f0-0d6f12748f9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4872 | 2025.01.16 19:51:42.463964 [ 192 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00401304 sec., 16197.197137332298 rows/sec., 1.05 MiB/sec. | ||
| 4873 | 2025.01.16 19:51:42.464267 [ 187 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4874 | 2025.01.16 19:51:42.464318 [ 262 ] {c45a37a4-7a4c-47f7-83f0-0d6f12748f9d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4875 | 2025.01.16 19:51:42.464809 [ 262 ] {c45a37a4-7a4c-47f7-83f0-0d6f12748f9d} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4876 | 2025.01.16 19:51:42.464952 [ 187 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_13_3} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4877 | 2025.01.16 19:51:42.465237 [ 187 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_13_3} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4878 | 2025.01.16 19:51:42.465256 [ 262 ] {c45a37a4-7a4c-47f7-83f0-0d6f12748f9d} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.004995 sec., 76476.47647647647 rows/sec., 5.41 MiB/sec. | ||
| 4879 | 2025.01.16 19:51:42.465494 [ 262 ] {c45a37a4-7a4c-47f7-83f0-0d6f12748f9d} <Debug> TCPHandler: Processed in 0.005507777 sec. | ||
| 4880 | 2025.01.16 19:51:42.465508 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4881 | 2025.01.16 19:51:42.465681 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4882 | 2025.01.16 19:51:42.465818 [ 260 ] {3ed2fde6-2c4b-4c1c-bbb0-969a67183998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4883 | 2025.01.16 19:51:42.465941 [ 260 ] {3ed2fde6-2c4b-4c1c-bbb0-969a67183998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4884 | 2025.01.16 19:51:42.466521 [ 260 ] {3ed2fde6-2c4b-4c1c-bbb0-969a67183998} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4885 | 2025.01.16 19:51:42.466568 [ 260 ] {3ed2fde6-2c4b-4c1c-bbb0-969a67183998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4886 | 2025.01.16 19:51:42.466998 [ 260 ] {3ed2fde6-2c4b-4c1c-bbb0-969a67183998} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4887 | 2025.01.16 19:51:42.467246 [ 260 ] {3ed2fde6-2c4b-4c1c-bbb0-969a67183998} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4888 | 2025.01.16 19:51:42.467515 [ 260 ] {3ed2fde6-2c4b-4c1c-bbb0-969a67183998} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001659 sec., 3616.636528028933 rows/sec., 188.96 KiB/sec. | ||
| 4889 | 2025.01.16 19:51:42.467690 [ 260 ] {3ed2fde6-2c4b-4c1c-bbb0-969a67183998} <Debug> TCPHandler: Processed in 0.002040966 sec. | ||
| 4890 | 2025.01.16 19:51:42.467830 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4891 | 2025.01.16 19:51:42.467967 [ 262 ] {efa27553-6620-40d1-92de-ee94e1037d7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4892 | 2025.01.16 19:51:42.468030 [ 262 ] {efa27553-6620-40d1-92de-ee94e1037d7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4893 | 2025.01.16 19:51:42.468724 [ 262 ] {efa27553-6620-40d1-92de-ee94e1037d7c} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4894 | 2025.01.16 19:51:42.468771 [ 262 ] {efa27553-6620-40d1-92de-ee94e1037d7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4895 | 2025.01.16 19:51:42.469193 [ 262 ] {efa27553-6620-40d1-92de-ee94e1037d7c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4896 | 2025.01.16 19:51:42.469439 [ 262 ] {efa27553-6620-40d1-92de-ee94e1037d7c} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4897 | 2025.01.16 19:51:42.469711 [ 262 ] {efa27553-6620-40d1-92de-ee94e1037d7c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001777 sec., 133370.8497467642 rows/sec., 8.94 MiB/sec. | ||
| 4898 | 2025.01.16 19:51:42.469937 [ 262 ] {efa27553-6620-40d1-92de-ee94e1037d7c} <Debug> TCPHandler: Processed in 0.002163238 sec. | ||
| 4899 | 2025.01.16 19:51:42.470159 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4900 | 2025.01.16 19:51:42.470297 [ 260 ] {281e9fc4-fba1-47c8-baac-49132aa3bb29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4901 | 2025.01.16 19:51:42.470356 [ 260 ] {281e9fc4-fba1-47c8-baac-49132aa3bb29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4902 | 2025.01.16 19:51:42.470908 [ 260 ] {281e9fc4-fba1-47c8-baac-49132aa3bb29} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4903 | 2025.01.16 19:51:42.470948 [ 260 ] {281e9fc4-fba1-47c8-baac-49132aa3bb29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4904 | 2025.01.16 19:51:42.471318 [ 260 ] {281e9fc4-fba1-47c8-baac-49132aa3bb29} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4905 | 2025.01.16 19:51:42.471558 [ 260 ] {281e9fc4-fba1-47c8-baac-49132aa3bb29} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4906 | 2025.01.16 19:51:42.471884 [ 260 ] {281e9fc4-fba1-47c8-baac-49132aa3bb29} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001588 sec., 629.7229219143577 rows/sec., 42.43 KiB/sec. | ||
| 4907 | 2025.01.16 19:51:42.472047 [ 260 ] {281e9fc4-fba1-47c8-baac-49132aa3bb29} <Debug> TCPHandler: Processed in 0.002006555 sec. | ||
| 4908 | 2025.01.16 19:51:42.472190 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4909 | 2025.01.16 19:51:42.472332 [ 262 ] {fcabc403-d203-4524-a5e9-d964cb7f7666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4910 | 2025.01.16 19:51:42.472394 [ 262 ] {fcabc403-d203-4524-a5e9-d964cb7f7666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4911 | 2025.01.16 19:51:42.472944 [ 262 ] {fcabc403-d203-4524-a5e9-d964cb7f7666} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4912 | 2025.01.16 19:51:42.472983 [ 262 ] {fcabc403-d203-4524-a5e9-d964cb7f7666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4913 | 2025.01.16 19:51:42.473358 [ 262 ] {fcabc403-d203-4524-a5e9-d964cb7f7666} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4914 | 2025.01.16 19:51:42.473607 [ 262 ] {fcabc403-d203-4524-a5e9-d964cb7f7666} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4915 | 2025.01.16 19:51:42.473819 [ 262 ] {fcabc403-d203-4524-a5e9-d964cb7f7666} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001519 sec., 53982.88347597104 rows/sec., 3.43 MiB/sec. | ||
| 4916 | 2025.01.16 19:51:42.473870 [ 262 ] {fcabc403-d203-4524-a5e9-d964cb7f7666} <Debug> TCPHandler: Processed in 0.001750371 sec. | ||
| 4917 | 2025.01.16 19:51:43.266857 [ 61 ] {} <Debug> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4918 | 2025.01.16 19:51:43.266939 [ 61 ] {} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4919 | 2025.01.16 19:51:43.266962 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4920 | 2025.01.16 19:51:43.267177 [ 199 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::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 | ||
| 4921 | 2025.01.16 19:51:43.267374 [ 199 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4922 | 2025.01.16 19:51:43.267417 [ 199 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 4923 | 2025.01.16 19:51:43.267513 [ 199 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 4924 | 2025.01.16 19:51:43.267734 [ 199 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
| 4925 | 2025.01.16 19:51:43.267982 [ 199 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part | ||
| 4926 | 2025.01.16 19:51:43.268137 [ 199 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 4927 | 2025.01.16 19:51:43.269245 [ 192 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.002202199 sec., 13622.74708143996 rows/sec., 1.14 MiB/sec. | ||
| 4928 | 2025.01.16 19:51:43.269449 [ 192 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4929 | 2025.01.16 19:51:43.269827 [ 192 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_5_1} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4930 | 2025.01.16 19:51:43.269922 [ 192 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_5_1} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4931 | 2025.01.16 19:51:43.270023 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4932 | 2025.01.16 19:51:45.823006 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 692 | ||
| 4933 | 2025.01.16 19:51:45.826016 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4934 | 2025.01.16 19:51:45.826068 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4935 | 2025.01.16 19:51:45.827545 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4936 | 2025.01.16 19:51:45.827860 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4937 | 2025.01.16 19:51:45.828039 [ 62 ] {} <Debug> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4938 | 2025.01.16 19:51:45.828106 [ 62 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4939 | 2025.01.16 19:51:45.828151 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4940 | 2025.01.16 19:51:45.828601 [ 199 ] {ea500972-8ed8-482b-9580-399ca28f5052::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 | ||
| 4941 | 2025.01.16 19:51:45.829266 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 692 | ||
| 4942 | 2025.01.16 19:51:45.829753 [ 199 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4943 | 2025.01.16 19:51:45.829939 [ 199 ] {ea500972-8ed8-482b-9580-399ca28f5052::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 | ||
| 4944 | 2025.01.16 19:51:45.830656 [ 199 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 42 rows starting from the beginning of the part | ||
| 4945 | 2025.01.16 19:51:45.831316 [ 199 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 32 rows starting from the beginning of the part | ||
| 4946 | 2025.01.16 19:51:45.831934 [ 199 ] {ea500972-8ed8-482b-9580-399ca28f5052::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 | ||
| 4947 | 2025.01.16 19:51:45.832596 [ 199 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 42 rows starting from the beginning of the part | ||
| 4948 | 2025.01.16 19:51:45.833215 [ 199 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 32 rows starting from the beginning of the part | ||
| 4949 | 2025.01.16 19:51:45.841375 [ 193 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 692 rows, containing 72 columns (72 merged, 0 gathered) in 0.01307556 sec., 52923.163520338705 rows/sec., 45.64 MiB/sec. | ||
| 4950 | 2025.01.16 19:51:45.842928 [ 204 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4951 | 2025.01.16 19:51:45.843795 [ 204 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_16_3} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4952 | 2025.01.16 19:51:45.843898 [ 204 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_16_3} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4953 | 2025.01.16 19:51:45.844240 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB. | ||
| 4954 | 2025.01.16 19:51:47.444249 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4955 | 2025.01.16 19:51:47.444467 [ 260 ] {b46f045b-0a04-4389-9bf9-982e9436e7e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4956 | 2025.01.16 19:51:47.444548 [ 260 ] {b46f045b-0a04-4389-9bf9-982e9436e7e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4957 | 2025.01.16 19:51:47.445404 [ 260 ] {b46f045b-0a04-4389-9bf9-982e9436e7e9} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4958 | 2025.01.16 19:51:47.445457 [ 260 ] {b46f045b-0a04-4389-9bf9-982e9436e7e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4959 | 2025.01.16 19:51:47.445912 [ 260 ] {b46f045b-0a04-4389-9bf9-982e9436e7e9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4960 | 2025.01.16 19:51:47.446171 [ 260 ] {b46f045b-0a04-4389-9bf9-982e9436e7e9} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4961 | 2025.01.16 19:51:47.446425 [ 260 ] {b46f045b-0a04-4389-9bf9-982e9436e7e9} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002019 sec., 67360.07924715205 rows/sec., 5.81 MiB/sec. | ||
| 4962 | 2025.01.16 19:51:47.446487 [ 260 ] {b46f045b-0a04-4389-9bf9-982e9436e7e9} <Debug> TCPHandler: Processed in 0.002381342 sec. | ||
| 4963 | 2025.01.16 19:51:47.446736 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4964 | 2025.01.16 19:51:47.446958 [ 262 ] {2b96cd85-773f-41f2-971d-1caa62856c05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4965 | 2025.01.16 19:51:47.447042 [ 262 ] {2b96cd85-773f-41f2-971d-1caa62856c05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4966 | 2025.01.16 19:51:47.447817 [ 262 ] {2b96cd85-773f-41f2-971d-1caa62856c05} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4967 | 2025.01.16 19:51:47.447871 [ 262 ] {2b96cd85-773f-41f2-971d-1caa62856c05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4968 | 2025.01.16 19:51:47.448308 [ 262 ] {2b96cd85-773f-41f2-971d-1caa62856c05} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4969 | 2025.01.16 19:51:47.448566 [ 262 ] {2b96cd85-773f-41f2-971d-1caa62856c05} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4970 | 2025.01.16 19:51:47.448801 [ 262 ] {2b96cd85-773f-41f2-971d-1caa62856c05} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001903 sec., 21019.442984760903 rows/sec., 1.54 MiB/sec. | ||
| 4971 | 2025.01.16 19:51:47.448868 [ 262 ] {2b96cd85-773f-41f2-971d-1caa62856c05} <Debug> TCPHandler: Processed in 0.00227656 sec. | ||
| 4972 | 2025.01.16 19:51:47.449020 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4973 | 2025.01.16 19:51:47.449166 [ 260 ] {945412f0-f60c-4b56-a3c7-1c4a86c78fe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4974 | 2025.01.16 19:51:47.449225 [ 260 ] {945412f0-f60c-4b56-a3c7-1c4a86c78fe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4975 | 2025.01.16 19:51:47.449957 [ 260 ] {945412f0-f60c-4b56-a3c7-1c4a86c78fe0} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4976 | 2025.01.16 19:51:47.450012 [ 260 ] {945412f0-f60c-4b56-a3c7-1c4a86c78fe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4977 | 2025.01.16 19:51:47.450398 [ 260 ] {945412f0-f60c-4b56-a3c7-1c4a86c78fe0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4978 | 2025.01.16 19:51:47.450639 [ 260 ] {945412f0-f60c-4b56-a3c7-1c4a86c78fe0} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4979 | 2025.01.16 19:51:47.450863 [ 260 ] {945412f0-f60c-4b56-a3c7-1c4a86c78fe0} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001729 sec., 60150.37593984962 rows/sec., 4.70 MiB/sec. | ||
| 4980 | 2025.01.16 19:51:47.450920 [ 260 ] {945412f0-f60c-4b56-a3c7-1c4a86c78fe0} <Debug> TCPHandler: Processed in 0.001972075 sec. | ||
| 4981 | 2025.01.16 19:51:47.451073 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4982 | 2025.01.16 19:51:47.451221 [ 262 ] {8ea3033a-436f-4cf9-91f4-f6c76be24a50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4983 | 2025.01.16 19:51:47.451288 [ 262 ] {8ea3033a-436f-4cf9-91f4-f6c76be24a50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4984 | 2025.01.16 19:51:47.451976 [ 262 ] {8ea3033a-436f-4cf9-91f4-f6c76be24a50} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4985 | 2025.01.16 19:51:47.452024 [ 262 ] {8ea3033a-436f-4cf9-91f4-f6c76be24a50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4986 | 2025.01.16 19:51:47.452431 [ 262 ] {8ea3033a-436f-4cf9-91f4-f6c76be24a50} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4987 | 2025.01.16 19:51:47.452673 [ 262 ] {8ea3033a-436f-4cf9-91f4-f6c76be24a50} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4988 | 2025.01.16 19:51:47.452939 [ 262 ] {8ea3033a-436f-4cf9-91f4-f6c76be24a50} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001743 sec., 91795.75444635686 rows/sec., 6.39 MiB/sec. | ||
| 4989 | 2025.01.16 19:51:47.453022 [ 262 ] {8ea3033a-436f-4cf9-91f4-f6c76be24a50} <Debug> TCPHandler: Processed in 0.002010556 sec. | ||
| 4990 | 2025.01.16 19:51:47.453315 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4991 | 2025.01.16 19:51:47.453542 [ 260 ] {900f3b7c-9a4d-4598-836e-78eb64679345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4992 | 2025.01.16 19:51:47.453637 [ 260 ] {900f3b7c-9a4d-4598-836e-78eb64679345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4993 | 2025.01.16 19:51:47.454870 [ 260 ] {900f3b7c-9a4d-4598-836e-78eb64679345} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4994 | 2025.01.16 19:51:47.454910 [ 260 ] {900f3b7c-9a4d-4598-836e-78eb64679345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 4995 | 2025.01.16 19:51:47.455573 [ 260 ] {900f3b7c-9a4d-4598-836e-78eb64679345} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4996 | 2025.01.16 19:51:47.455830 [ 260 ] {900f3b7c-9a4d-4598-836e-78eb64679345} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4997 | 2025.01.16 19:51:47.456084 [ 260 ] {900f3b7c-9a4d-4598-836e-78eb64679345} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002588 sec., 15455.950540958269 rows/sec., 27.70 MiB/sec. | ||
| 4998 | 2025.01.16 19:51:47.456208 [ 260 ] {900f3b7c-9a4d-4598-836e-78eb64679345} <Debug> TCPHandler: Processed in 0.003075703 sec. | ||
| 4999 | 2025.01.16 19:51:47.456372 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5000 | 2025.01.16 19:51:47.456516 [ 262 ] {6fe2eb67-f46e-482c-9a2a-496c3a89789c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5001 | 2025.01.16 19:51:47.456577 [ 262 ] {6fe2eb67-f46e-482c-9a2a-496c3a89789c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5002 | 2025.01.16 19:51:47.457149 [ 262 ] {6fe2eb67-f46e-482c-9a2a-496c3a89789c} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5003 | 2025.01.16 19:51:47.457189 [ 262 ] {6fe2eb67-f46e-482c-9a2a-496c3a89789c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 5004 | 2025.01.16 19:51:47.457567 [ 262 ] {6fe2eb67-f46e-482c-9a2a-496c3a89789c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5005 | 2025.01.16 19:51:47.457820 [ 262 ] {6fe2eb67-f46e-482c-9a2a-496c3a89789c} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5006 | 2025.01.16 19:51:47.458051 [ 262 ] {6fe2eb67-f46e-482c-9a2a-496c3a89789c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001568 sec., 38265.30612244898 rows/sec., 2.58 MiB/sec. | ||
| 5007 | 2025.01.16 19:51:47.458105 [ 262 ] {6fe2eb67-f46e-482c-9a2a-496c3a89789c} <Debug> TCPHandler: Processed in 0.001803152 sec. | ||
| 5008 | 2025.01.16 19:51:48.282481 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 | ||
| 5009 | 2025.01.16 19:51:48.283157 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5010 | 2025.01.16 19:51:48.283201 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 5011 | 2025.01.16 19:51:48.283732 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5012 | 2025.01.16 19:51:48.283992 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5013 | 2025.01.16 19:51:48.284239 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
| 5014 | 2025.01.16 19:51:48.986815 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 5015 | 2025.01.16 19:51:49.007583 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5016 | 2025.01.16 19:51:49.007640 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 5017 | 2025.01.16 19:51:49.015223 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5018 | 2025.01.16 19:51:49.015986 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5019 | 2025.01.16 19:51:49.018623 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 5020 | 2025.01.16 19:51:52.446629 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5021 | 2025.01.16 19:51:52.446849 [ 260 ] {728fea60-773e-46dc-9459-1d63d08bb88e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5022 | 2025.01.16 19:51:52.446931 [ 260 ] {728fea60-773e-46dc-9459-1d63d08bb88e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5023 | 2025.01.16 19:51:52.447716 [ 260 ] {728fea60-773e-46dc-9459-1d63d08bb88e} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5024 | 2025.01.16 19:51:52.447768 [ 260 ] {728fea60-773e-46dc-9459-1d63d08bb88e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 5025 | 2025.01.16 19:51:52.448234 [ 260 ] {728fea60-773e-46dc-9459-1d63d08bb88e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5026 | 2025.01.16 19:51:52.448485 [ 260 ] {728fea60-773e-46dc-9459-1d63d08bb88e} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5027 | 2025.01.16 19:51:52.448734 [ 260 ] {728fea60-773e-46dc-9459-1d63d08bb88e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001947 sec., 7190.54956343092 rows/sec., 517.62 KiB/sec. | ||
| 5028 | 2025.01.16 19:51:52.448804 [ 260 ] {728fea60-773e-46dc-9459-1d63d08bb88e} <Debug> TCPHandler: Processed in 0.002315171 sec. | ||
| 5029 | 2025.01.16 19:51:52.449038 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5030 | 2025.01.16 19:51:52.449224 [ 262 ] {07334e21-eb61-4cad-9ce3-fa75ff3067a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5031 | 2025.01.16 19:51:52.449295 [ 262 ] {07334e21-eb61-4cad-9ce3-fa75ff3067a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5032 | 2025.01.16 19:51:52.450100 [ 262 ] {07334e21-eb61-4cad-9ce3-fa75ff3067a3} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5033 | 2025.01.16 19:51:52.450140 [ 262 ] {07334e21-eb61-4cad-9ce3-fa75ff3067a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 5034 | 2025.01.16 19:51:52.450579 [ 262 ] {07334e21-eb61-4cad-9ce3-fa75ff3067a3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5035 | 2025.01.16 19:51:52.450826 [ 262 ] {07334e21-eb61-4cad-9ce3-fa75ff3067a3} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5036 | 2025.01.16 19:51:52.450979 [ 53 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5037 | 2025.01.16 19:51:52.451028 [ 53 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5038 | 2025.01.16 19:51:52.451039 [ 262 ] {07334e21-eb61-4cad-9ce3-fa75ff3067a3} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001868 sec., 108672.37687366166 rows/sec., 9.41 MiB/sec. | ||
| 5039 | 2025.01.16 19:51:52.451060 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 5040 | 2025.01.16 19:51:52.451124 [ 262 ] {07334e21-eb61-4cad-9ce3-fa75ff3067a3} <Debug> TCPHandler: Processed in 0.002218949 sec. | ||
| 5041 | 2025.01.16 19:51:52.451206 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::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 | ||
| 5042 | 2025.01.16 19:51:52.451285 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5043 | 2025.01.16 19:51:52.451363 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5044 | 2025.01.16 19:51:52.451457 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1434 rows starting from the beginning of the part | ||
| 5045 | 2025.01.16 19:51:52.451523 [ 260 ] {b5b4223f-8758-4787-bff2-7e93b6e3b4a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5046 | 2025.01.16 19:51:52.451664 [ 260 ] {b5b4223f-8758-4787-bff2-7e93b6e3b4a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5047 | 2025.01.16 19:51:52.451704 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part | ||
| 5048 | 2025.01.16 19:51:52.452175 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 136 rows starting from the beginning of the part | ||
| 5049 | 2025.01.16 19:51:52.452486 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 203 rows starting from the beginning of the part | ||
| 5050 | 2025.01.16 19:51:52.452829 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 136 rows starting from the beginning of the part | ||
| 5051 | 2025.01.16 19:51:52.453198 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 203 rows starting from the beginning of the part | ||
| 5052 | 2025.01.16 19:51:52.454484 [ 260 ] {b5b4223f-8758-4787-bff2-7e93b6e3b4a6} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5053 | 2025.01.16 19:51:52.454553 [ 260 ] {b5b4223f-8758-4787-bff2-7e93b6e3b4a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5054 | 2025.01.16 19:51:52.455710 [ 260 ] {b5b4223f-8758-4787-bff2-7e93b6e3b4a6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5055 | 2025.01.16 19:51:52.456045 [ 260 ] {b5b4223f-8758-4787-bff2-7e93b6e3b4a6} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5056 | 2025.01.16 19:51:52.456598 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2168 rows, containing 5 columns (5 merged, 0 gathered) in 0.005461306 sec., 396974.6430615681 rows/sec., 35.03 MiB/sec. | ||
| 5057 | 2025.01.16 19:51:52.456630 [ 260 ] {b5b4223f-8758-4787-bff2-7e93b6e3b4a6} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.005175 sec., 1352.657004830918 rows/sec., 88.13 KiB/sec. | ||
| 5058 | 2025.01.16 19:51:52.456761 [ 260 ] {b5b4223f-8758-4787-bff2-7e93b6e3b4a6} <Debug> TCPHandler: Processed in 0.005550788 sec. | ||
| 5059 | 2025.01.16 19:51:52.456918 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5060 | 2025.01.16 19:51:52.457082 [ 262 ] {6780ffa2-d417-4390-8372-a5429a5727c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5061 | 2025.01.16 19:51:52.457165 [ 262 ] {6780ffa2-d417-4390-8372-a5429a5727c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5062 | 2025.01.16 19:51:52.457204 [ 204 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5063 | 2025.01.16 19:51:52.457938 [ 204 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_36_7} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5064 | 2025.01.16 19:51:52.458191 [ 204 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_36_7} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5065 | 2025.01.16 19:51:52.458377 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 5066 | 2025.01.16 19:51:52.458494 [ 262 ] {6780ffa2-d417-4390-8372-a5429a5727c8} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5067 | 2025.01.16 19:51:52.458537 [ 262 ] {6780ffa2-d417-4390-8372-a5429a5727c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 5068 | 2025.01.16 19:51:52.458890 [ 262 ] {6780ffa2-d417-4390-8372-a5429a5727c8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5069 | 2025.01.16 19:51:52.459129 [ 262 ] {6780ffa2-d417-4390-8372-a5429a5727c8} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5070 | 2025.01.16 19:51:52.459250 [ 53 ] {} <Debug> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 5071 | 2025.01.16 19:51:52.459289 [ 53 ] {} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5072 | 2025.01.16 19:51:52.459310 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 5073 | 2025.01.16 19:51:52.459329 [ 262 ] {6780ffa2-d417-4390-8372-a5429a5727c8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002285 sec., 6126.9146608315095 rows/sec., 429.09 KiB/sec. | ||
| 5074 | 2025.01.16 19:51:52.459446 [ 262 ] {6780ffa2-d417-4390-8372-a5429a5727c8} <Debug> TCPHandler: Processed in 0.002599606 sec. | ||
| 5075 | 2025.01.16 19:51:52.459469 [ 189 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::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 | ||
| 5076 | 2025.01.16 19:51:52.459599 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5077 | 2025.01.16 19:51:52.459610 [ 189 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5078 | 2025.01.16 19:51:52.459667 [ 189 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 243 rows starting from the beginning of the part | ||
| 5079 | 2025.01.16 19:51:52.459953 [ 260 ] {49273808-c03f-4a50-b428-c06b2e19ba3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5080 | 2025.01.16 19:51:52.459974 [ 189 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
| 5081 | 2025.01.16 19:51:52.460123 [ 260 ] {49273808-c03f-4a50-b428-c06b2e19ba3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5082 | 2025.01.16 19:51:52.460233 [ 189 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 5083 | 2025.01.16 19:51:52.460572 [ 189 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 242 rows starting from the beginning of the part | ||
| 5084 | 2025.01.16 19:51:52.460842 [ 189 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::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 | ||
| 5085 | 2025.01.16 19:51:52.461129 [ 189 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 5086 | 2025.01.16 19:51:52.462863 [ 260 ] {49273808-c03f-4a50-b428-c06b2e19ba3b} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5087 | 2025.01.16 19:51:52.462945 [ 260 ] {49273808-c03f-4a50-b428-c06b2e19ba3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5088 | 2025.01.16 19:51:52.463949 [ 260 ] {49273808-c03f-4a50-b428-c06b2e19ba3b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5089 | 2025.01.16 19:51:52.464004 [ 196 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.004647182 sec., 116414.6357943373 rows/sec., 8.34 MiB/sec. | ||
| 5090 | 2025.01.16 19:51:52.464251 [ 196 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5091 | 2025.01.16 19:51:52.464431 [ 260 ] {49273808-c03f-4a50-b428-c06b2e19ba3b} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5092 | 2025.01.16 19:51:52.464838 [ 260 ] {49273808-c03f-4a50-b428-c06b2e19ba3b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005061 sec., 2568.662319699664 rows/sec., 160.16 KiB/sec. | ||
| 5093 | 2025.01.16 19:51:52.464901 [ 196 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_15_3} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5094 | 2025.01.16 19:51:52.465004 [ 260 ] {49273808-c03f-4a50-b428-c06b2e19ba3b} <Debug> TCPHandler: Processed in 0.005481566 sec. | ||
| 5095 | 2025.01.16 19:51:52.465131 [ 196 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_15_3} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 5096 | 2025.01.16 19:51:52.465235 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5097 | 2025.01.16 19:51:52.465285 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 5098 | 2025.01.16 19:51:52.465401 [ 262 ] {4ecb0f63-0fd1-4197-851b-29ca47afb549} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5099 | 2025.01.16 19:51:52.465461 [ 262 ] {4ecb0f63-0fd1-4197-851b-29ca47afb549} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5100 | 2025.01.16 19:51:52.466282 [ 262 ] {4ecb0f63-0fd1-4197-851b-29ca47afb549} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5101 | 2025.01.16 19:51:52.466321 [ 262 ] {4ecb0f63-0fd1-4197-851b-29ca47afb549} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 5102 | 2025.01.16 19:51:52.466697 [ 262 ] {4ecb0f63-0fd1-4197-851b-29ca47afb549} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5103 | 2025.01.16 19:51:52.466946 [ 262 ] {4ecb0f63-0fd1-4197-851b-29ca47afb549} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5104 | 2025.01.16 19:51:52.467072 [ 53 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5105 | 2025.01.16 19:51:52.467109 [ 53 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5106 | 2025.01.16 19:51:52.467140 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 5107 | 2025.01.16 19:51:52.467140 [ 262 ] {4ecb0f63-0fd1-4197-851b-29ca47afb549} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001766 sec., 216308.0407701019 rows/sec., 15.31 MiB/sec. | ||
| 5108 | 2025.01.16 19:51:52.467331 [ 262 ] {4ecb0f63-0fd1-4197-851b-29ca47afb549} <Debug> TCPHandler: Processed in 0.002219399 sec. | ||
| 5109 | 2025.01.16 19:51:52.467410 [ 198 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::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 | ||
| 5110 | 2025.01.16 19:51:52.467501 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5111 | 2025.01.16 19:51:52.467569 [ 198 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5112 | 2025.01.16 19:51:52.467620 [ 198 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 914 rows starting from the beginning of the part | ||
| 5113 | 2025.01.16 19:51:52.467669 [ 260 ] {f0a0fafd-31b0-46cc-a529-cc8c0f6459f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5114 | 2025.01.16 19:51:52.467853 [ 198 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part | ||
| 5115 | 2025.01.16 19:51:52.467874 [ 260 ] {f0a0fafd-31b0-46cc-a529-cc8c0f6459f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5116 | 2025.01.16 19:51:52.468258 [ 198 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 104 rows starting from the beginning of the part | ||
| 5117 | 2025.01.16 19:51:52.468609 [ 198 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 382 rows starting from the beginning of the part | ||
| 5118 | 2025.01.16 19:51:52.469027 [ 198 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 104 rows starting from the beginning of the part | ||
| 5119 | 2025.01.16 19:51:52.469343 [ 198 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 382 rows starting from the beginning of the part | ||
| 5120 | 2025.01.16 19:51:52.470017 [ 260 ] {f0a0fafd-31b0-46cc-a529-cc8c0f6459f7} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5121 | 2025.01.16 19:51:52.470064 [ 260 ] {f0a0fafd-31b0-46cc-a529-cc8c0f6459f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5122 | 2025.01.16 19:51:52.470599 [ 260 ] {f0a0fafd-31b0-46cc-a529-cc8c0f6459f7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5123 | 2025.01.16 19:51:52.470906 [ 260 ] {f0a0fafd-31b0-46cc-a529-cc8c0f6459f7} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5124 | 2025.01.16 19:51:52.471206 [ 260 ] {f0a0fafd-31b0-46cc-a529-cc8c0f6459f7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003569 sec., 1681.1431773606053 rows/sec., 87.83 KiB/sec. | ||
| 5125 | 2025.01.16 19:51:52.471405 [ 260 ] {f0a0fafd-31b0-46cc-a529-cc8c0f6459f7} <Debug> TCPHandler: Processed in 0.00397329 sec. | ||
| 5126 | 2025.01.16 19:51:52.471465 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 5 columns (5 merged, 0 gathered) in 0.004234194 sec., 460536.29096824565 rows/sec., 35.25 MiB/sec. | ||
| 5127 | 2025.01.16 19:51:52.471604 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5128 | 2025.01.16 19:51:52.471699 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5129 | 2025.01.16 19:51:52.471856 [ 262 ] {d42a23bd-a43d-4167-a63c-6b5e9261731d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5130 | 2025.01.16 19:51:52.471965 [ 262 ] {d42a23bd-a43d-4167-a63c-6b5e9261731d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5131 | 2025.01.16 19:51:52.472320 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_36_7} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5132 | 2025.01.16 19:51:52.472558 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_36_7} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5133 | 2025.01.16 19:51:52.472656 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5134 | 2025.01.16 19:51:52.472960 [ 262 ] {d42a23bd-a43d-4167-a63c-6b5e9261731d} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5135 | 2025.01.16 19:51:52.473006 [ 262 ] {d42a23bd-a43d-4167-a63c-6b5e9261731d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 5136 | 2025.01.16 19:51:52.473413 [ 262 ] {d42a23bd-a43d-4167-a63c-6b5e9261731d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5137 | 2025.01.16 19:51:52.473657 [ 262 ] {d42a23bd-a43d-4167-a63c-6b5e9261731d} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5138 | 2025.01.16 19:51:52.473844 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5139 | 2025.01.16 19:51:52.473910 [ 262 ] {d42a23bd-a43d-4167-a63c-6b5e9261731d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002167 sec., 109367.78957083524 rows/sec., 7.33 MiB/sec. | ||
| 5140 | 2025.01.16 19:51:52.473938 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5141 | 2025.01.16 19:51:52.474019 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 5142 | 2025.01.16 19:51:52.474055 [ 262 ] {d42a23bd-a43d-4167-a63c-6b5e9261731d} <Debug> TCPHandler: Processed in 0.002554535 sec. | ||
| 5143 | 2025.01.16 19:51:52.474282 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5144 | 2025.01.16 19:51:52.474293 [ 196 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::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 | ||
| 5145 | 2025.01.16 19:51:52.474540 [ 260 ] {445fbb16-7f72-4738-8a03-34a2fd72ddee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5146 | 2025.01.16 19:51:52.474582 [ 196 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5147 | 2025.01.16 19:51:52.474660 [ 196 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9046 rows starting from the beginning of the part | ||
| 5148 | 2025.01.16 19:51:52.474669 [ 260 ] {445fbb16-7f72-4738-8a03-34a2fd72ddee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5149 | 2025.01.16 19:51:52.475070 [ 196 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 32 rows starting from the beginning of the part | ||
| 5150 | 2025.01.16 19:51:52.475435 [ 196 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
| 5151 | 2025.01.16 19:51:52.475802 [ 196 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 237 rows starting from the beginning of the part | ||
| 5152 | 2025.01.16 19:51:52.476063 [ 196 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
| 5153 | 2025.01.16 19:51:52.476407 [ 196 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 237 rows starting from the beginning of the part | ||
| 5154 | 2025.01.16 19:51:52.477121 [ 260 ] {445fbb16-7f72-4738-8a03-34a2fd72ddee} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5155 | 2025.01.16 19:51:52.477188 [ 260 ] {445fbb16-7f72-4738-8a03-34a2fd72ddee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5156 | 2025.01.16 19:51:52.477989 [ 260 ] {445fbb16-7f72-4738-8a03-34a2fd72ddee} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5157 | 2025.01.16 19:51:52.478412 [ 260 ] {445fbb16-7f72-4738-8a03-34a2fd72ddee} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5158 | 2025.01.16 19:51:52.478775 [ 51 ] {} <Debug> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 5159 | 2025.01.16 19:51:52.478876 [ 51 ] {} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5160 | 2025.01.16 19:51:52.478964 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5161 | 2025.01.16 19:51:52.479106 [ 260 ] {445fbb16-7f72-4738-8a03-34a2fd72ddee} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004625 sec., 216.21621621621622 rows/sec., 14.57 KiB/sec. | ||
| 5162 | 2025.01.16 19:51:52.479446 [ 260 ] {445fbb16-7f72-4738-8a03-34a2fd72ddee} <Debug> TCPHandler: Processed in 0.005287913 sec. | ||
| 5163 | 2025.01.16 19:51:52.479493 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::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 | ||
| 5164 | 2025.01.16 19:51:52.479734 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5165 | 2025.01.16 19:51:52.480089 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5166 | 2025.01.16 19:51:52.480206 [ 262 ] {337b2ce2-014e-40e7-bf5a-f9a8502ae512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5167 | 2025.01.16 19:51:52.480233 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part | ||
| 5168 | 2025.01.16 19:51:52.480349 [ 262 ] {337b2ce2-014e-40e7-bf5a-f9a8502ae512} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5169 | 2025.01.16 19:51:52.480529 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 5170 | 2025.01.16 19:51:52.480776 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 5171 | 2025.01.16 19:51:52.481500 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 5172 | 2025.01.16 19:51:52.481795 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 5173 | 2025.01.16 19:51:52.482050 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 5174 | 2025.01.16 19:51:52.482670 [ 262 ] {337b2ce2-014e-40e7-bf5a-f9a8502ae512} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5175 | 2025.01.16 19:51:52.482731 [ 262 ] {337b2ce2-014e-40e7-bf5a-f9a8502ae512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5176 | 2025.01.16 19:51:52.484174 [ 196 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9872 rows, containing 5 columns (5 merged, 0 gathered) in 0.010026387 sec., 984601.9308849738 rows/sec., 66.50 MiB/sec. | ||
| 5177 | 2025.01.16 19:51:52.484385 [ 262 ] {337b2ce2-014e-40e7-bf5a-f9a8502ae512} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5178 | 2025.01.16 19:51:52.484610 [ 196 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5179 | 2025.01.16 19:51:52.485234 [ 262 ] {337b2ce2-014e-40e7-bf5a-f9a8502ae512} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5180 | 2025.01.16 19:51:52.486041 [ 196 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5181 | 2025.01.16 19:51:52.486079 [ 262 ] {337b2ce2-014e-40e7-bf5a-f9a8502ae512} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005994 sec., 13680.347013680346 rows/sec., 889.72 KiB/sec. | ||
| 5182 | 2025.01.16 19:51:52.486198 [ 190 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.007077944 sec., 2119.259491174273 rows/sec., 142.25 KiB/sec. | ||
| 5183 | 2025.01.16 19:51:52.486191 [ 51 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5184 | 2025.01.16 19:51:52.486456 [ 262 ] {337b2ce2-014e-40e7-bf5a-f9a8502ae512} <Debug> TCPHandler: Processed in 0.006886421 sec. | ||
| 5185 | 2025.01.16 19:51:52.486491 [ 51 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5186 | 2025.01.16 19:51:52.486539 [ 196 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5187 | 2025.01.16 19:51:52.486591 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5188 | 2025.01.16 19:51:52.486642 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 5189 | 2025.01.16 19:51:52.487090 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. | ||
| 5190 | 2025.01.16 19:51:52.487166 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::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 | ||
| 5191 | 2025.01.16 19:51:52.487379 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5192 | 2025.01.16 19:51:52.487391 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_15_3} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5193 | 2025.01.16 19:51:52.487437 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1740 rows starting from the beginning of the part | ||
| 5194 | 2025.01.16 19:51:52.487522 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_15_3} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 5195 | 2025.01.16 19:51:52.487690 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 12 rows starting from the beginning of the part | ||
| 5196 | 2025.01.16 19:51:52.487806 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5197 | 2025.01.16 19:51:52.487934 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
| 5198 | 2025.01.16 19:51:52.488004 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part | ||
| 5199 | 2025.01.16 19:51:52.488224 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
| 5200 | 2025.01.16 19:51:52.488305 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part | ||
| 5201 | 2025.01.16 19:51:52.489534 [ 195 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2036 rows, containing 4 columns (4 merged, 0 gathered) in 0.002717418 sec., 749240.639459958 rows/sec., 49.01 MiB/sec. | ||
| 5202 | 2025.01.16 19:51:52.489761 [ 197 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5203 | 2025.01.16 19:51:52.490045 [ 197 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_36_7} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5204 | 2025.01.16 19:51:52.490120 [ 197 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_36_7} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5205 | 2025.01.16 19:51:52.490200 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 5206 | 2025.01.16 19:51:55.657247 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5207 | 2025.01.16 19:51:55.657342 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5208 | 2025.01.16 19:51:55.784421 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 | ||
| 5209 | 2025.01.16 19:51:55.785153 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5210 | 2025.01.16 19:51:55.785210 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5211 | 2025.01.16 19:51:55.785772 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5212 | 2025.01.16 19:51:55.786026 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5213 | 2025.01.16 19:51:55.786301 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 5214 | 2025.01.16 19:51:55.829532 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 724 | ||
| 5215 | 2025.01.16 19:51:55.833507 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5216 | 2025.01.16 19:51:55.833560 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5217 | 2025.01.16 19:51:55.835045 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5218 | 2025.01.16 19:51:55.835369 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5219 | 2025.01.16 19:51:55.836002 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 724 | ||
| 5220 | 2025.01.16 19:51:56.518748 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 5221 | 2025.01.16 19:51:56.541043 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5222 | 2025.01.16 19:51:56.541099 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5223 | 2025.01.16 19:51:56.548608 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5224 | 2025.01.16 19:51:56.549412 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5225 | 2025.01.16 19:51:56.552869 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 5226 | 2025.01.16 19:51:57.443488 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5227 | 2025.01.16 19:51:57.443680 [ 260 ] {f6926932-dfa3-49ff-9669-a1324967b3c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5228 | 2025.01.16 19:51:57.443754 [ 260 ] {f6926932-dfa3-49ff-9669-a1324967b3c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5229 | 2025.01.16 19:51:57.444607 [ 260 ] {f6926932-dfa3-49ff-9669-a1324967b3c3} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5230 | 2025.01.16 19:51:57.444659 [ 260 ] {f6926932-dfa3-49ff-9669-a1324967b3c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5231 | 2025.01.16 19:51:57.445111 [ 260 ] {f6926932-dfa3-49ff-9669-a1324967b3c3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5232 | 2025.01.16 19:51:57.445371 [ 260 ] {f6926932-dfa3-49ff-9669-a1324967b3c3} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5233 | 2025.01.16 19:51:57.445624 [ 260 ] {f6926932-dfa3-49ff-9669-a1324967b3c3} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.001995 sec., 68170.42606516292 rows/sec., 5.88 MiB/sec. | ||
| 5234 | 2025.01.16 19:51:57.445701 [ 260 ] {f6926932-dfa3-49ff-9669-a1324967b3c3} <Debug> TCPHandler: Processed in 0.002342511 sec. | ||
| 5235 | 2025.01.16 19:51:57.445954 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5236 | 2025.01.16 19:51:57.446153 [ 262 ] {d3de82a0-a075-4b85-ba6e-55fdd31f2c2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5237 | 2025.01.16 19:51:57.446228 [ 262 ] {d3de82a0-a075-4b85-ba6e-55fdd31f2c2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5238 | 2025.01.16 19:51:57.446992 [ 262 ] {d3de82a0-a075-4b85-ba6e-55fdd31f2c2f} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5239 | 2025.01.16 19:51:57.447042 [ 262 ] {d3de82a0-a075-4b85-ba6e-55fdd31f2c2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5240 | 2025.01.16 19:51:57.447463 [ 262 ] {d3de82a0-a075-4b85-ba6e-55fdd31f2c2f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5241 | 2025.01.16 19:51:57.447703 [ 262 ] {d3de82a0-a075-4b85-ba6e-55fdd31f2c2f} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5242 | 2025.01.16 19:51:57.447963 [ 262 ] {d3de82a0-a075-4b85-ba6e-55fdd31f2c2f} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001922 sec., 20811.654526534858 rows/sec., 1.53 MiB/sec. | ||
| 5243 | 2025.01.16 19:51:57.448215 [ 262 ] {d3de82a0-a075-4b85-ba6e-55fdd31f2c2f} <Debug> TCPHandler: Processed in 0.002385672 sec. | ||
| 5244 | 2025.01.16 19:51:57.448438 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5245 | 2025.01.16 19:51:57.448591 [ 260 ] {b969cf5b-204c-4bff-882e-af3224f83f16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5246 | 2025.01.16 19:51:57.448653 [ 260 ] {b969cf5b-204c-4bff-882e-af3224f83f16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5247 | 2025.01.16 19:51:57.449409 [ 260 ] {b969cf5b-204c-4bff-882e-af3224f83f16} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5248 | 2025.01.16 19:51:57.449452 [ 260 ] {b969cf5b-204c-4bff-882e-af3224f83f16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5249 | 2025.01.16 19:51:57.449829 [ 260 ] {b969cf5b-204c-4bff-882e-af3224f83f16} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5250 | 2025.01.16 19:51:57.450069 [ 260 ] {b969cf5b-204c-4bff-882e-af3224f83f16} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5251 | 2025.01.16 19:51:57.450282 [ 260 ] {b969cf5b-204c-4bff-882e-af3224f83f16} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001729 sec., 60150.37593984962 rows/sec., 4.70 MiB/sec. | ||
| 5252 | 2025.01.16 19:51:57.450339 [ 260 ] {b969cf5b-204c-4bff-882e-af3224f83f16} <Debug> TCPHandler: Processed in 0.002005975 sec. | ||
| 5253 | 2025.01.16 19:51:57.450495 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5254 | 2025.01.16 19:51:57.450637 [ 262 ] {3ec15647-5f44-4144-839f-2af1e4adc477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5255 | 2025.01.16 19:51:57.450702 [ 262 ] {3ec15647-5f44-4144-839f-2af1e4adc477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5256 | 2025.01.16 19:51:57.451395 [ 262 ] {3ec15647-5f44-4144-839f-2af1e4adc477} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5257 | 2025.01.16 19:51:57.451436 [ 262 ] {3ec15647-5f44-4144-839f-2af1e4adc477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5258 | 2025.01.16 19:51:57.451854 [ 262 ] {3ec15647-5f44-4144-839f-2af1e4adc477} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5259 | 2025.01.16 19:51:57.452111 [ 262 ] {3ec15647-5f44-4144-839f-2af1e4adc477} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5260 | 2025.01.16 19:51:57.452321 [ 262 ] {3ec15647-5f44-4144-839f-2af1e4adc477} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001716 sec., 93240.09324009324 rows/sec., 6.49 MiB/sec. | ||
| 5261 | 2025.01.16 19:51:57.452373 [ 262 ] {3ec15647-5f44-4144-839f-2af1e4adc477} <Debug> TCPHandler: Processed in 0.001945534 sec. | ||
| 5262 | 2025.01.16 19:51:57.452528 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5263 | 2025.01.16 19:51:57.452671 [ 260 ] {5eb723a4-d620-4acd-ac55-d1168fbfc84b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5264 | 2025.01.16 19:51:57.452765 [ 260 ] {5eb723a4-d620-4acd-ac55-d1168fbfc84b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5265 | 2025.01.16 19:51:57.454073 [ 260 ] {5eb723a4-d620-4acd-ac55-d1168fbfc84b} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5266 | 2025.01.16 19:51:57.454114 [ 260 ] {5eb723a4-d620-4acd-ac55-d1168fbfc84b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5267 | 2025.01.16 19:51:57.454788 [ 260 ] {5eb723a4-d620-4acd-ac55-d1168fbfc84b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5268 | 2025.01.16 19:51:57.455046 [ 260 ] {5eb723a4-d620-4acd-ac55-d1168fbfc84b} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5269 | 2025.01.16 19:51:57.455229 [ 43 ] {} <Debug> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5270 | 2025.01.16 19:51:57.455330 [ 43 ] {} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5271 | 2025.01.16 19:51:57.455327 [ 260 ] {5eb723a4-d620-4acd-ac55-d1168fbfc84b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002685 sec., 14897.579143389199 rows/sec., 26.70 MiB/sec. | ||
| 5272 | 2025.01.16 19:51:57.455372 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5273 | 2025.01.16 19:51:57.456039 [ 197 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::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 | ||
| 5274 | 2025.01.16 19:51:57.456056 [ 260 ] {5eb723a4-d620-4acd-ac55-d1168fbfc84b} <Debug> TCPHandler: Processed in 0.003586193 sec. | ||
| 5275 | 2025.01.16 19:51:57.456324 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5276 | 2025.01.16 19:51:57.456508 [ 262 ] {d4fe592d-713f-4c55-a3bf-8302133dbe46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5277 | 2025.01.16 19:51:57.456586 [ 262 ] {d4fe592d-713f-4c55-a3bf-8302133dbe46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5278 | 2025.01.16 19:51:57.456609 [ 197 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5279 | 2025.01.16 19:51:57.456743 [ 197 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 384 rows starting from the beginning of the part | ||
| 5280 | 2025.01.16 19:51:57.457425 [ 197 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part | ||
| 5281 | 2025.01.16 19:51:57.458055 [ 197 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part | ||
| 5282 | 2025.01.16 19:51:57.458104 [ 262 ] {d4fe592d-713f-4c55-a3bf-8302133dbe46} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5283 | 2025.01.16 19:51:57.458162 [ 262 ] {d4fe592d-713f-4c55-a3bf-8302133dbe46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5284 | 2025.01.16 19:51:57.458601 [ 197 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part | ||
| 5285 | 2025.01.16 19:51:57.459155 [ 197 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part | ||
| 5286 | 2025.01.16 19:51:57.459297 [ 262 ] {d4fe592d-713f-4c55-a3bf-8302133dbe46} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5287 | 2025.01.16 19:51:57.459503 [ 197 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part | ||
| 5288 | 2025.01.16 19:51:57.459838 [ 262 ] {d4fe592d-713f-4c55-a3bf-8302133dbe46} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5289 | 2025.01.16 19:51:57.460393 [ 262 ] {d4fe592d-713f-4c55-a3bf-8302133dbe46} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003926 sec., 15282.730514518595 rows/sec., 1.03 MiB/sec. | ||
| 5290 | 2025.01.16 19:51:57.460853 [ 262 ] {d4fe592d-713f-4c55-a3bf-8302133dbe46} <Debug> TCPHandler: Processed in 0.004640082 sec. | ||
| 5291 | 2025.01.16 19:51:57.465562 [ 195 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 584 rows, containing 19 columns (19 merged, 0 gathered) in 0.010011786 sec., 58331.250787821475 rows/sec., 104.53 MiB/sec. | ||
| 5292 | 2025.01.16 19:51:57.466525 [ 195 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5293 | 2025.01.16 19:51:57.466997 [ 195 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5294 | 2025.01.16 19:51:57.467088 [ 195 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5295 | 2025.01.16 19:51:57.467261 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.59 MiB. | ||
| 5296 | 2025.01.16 19:51:58.000235 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.00 MiB, peak 198.68 MiB, free memory in arenas 0.00 B, will set to 192.00 MiB (RSS), difference: 1.00 MiB | ||
| 5297 | 2025.01.16 19:52:00.719085 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5298 | 2025.01.16 19:52:00.719279 [ 260 ] {71afbbc8-7305-40b5-ae5b-53244d027507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5299 | 2025.01.16 19:52:00.719355 [ 260 ] {71afbbc8-7305-40b5-ae5b-53244d027507} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5300 | 2025.01.16 19:52:00.720142 [ 260 ] {71afbbc8-7305-40b5-ae5b-53244d027507} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5301 | 2025.01.16 19:52:00.720190 [ 260 ] {71afbbc8-7305-40b5-ae5b-53244d027507} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5302 | 2025.01.16 19:52:00.720622 [ 260 ] {71afbbc8-7305-40b5-ae5b-53244d027507} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5303 | 2025.01.16 19:52:00.720876 [ 260 ] {71afbbc8-7305-40b5-ae5b-53244d027507} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5304 | 2025.01.16 19:52:00.721134 [ 260 ] {71afbbc8-7305-40b5-ae5b-53244d027507} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001907 sec., 7341.373885684321 rows/sec., 528.48 KiB/sec. | ||
| 5305 | 2025.01.16 19:52:00.721364 [ 260 ] {71afbbc8-7305-40b5-ae5b-53244d027507} <Debug> TCPHandler: Processed in 0.002408292 sec. | ||
| 5306 | 2025.01.16 19:52:00.721659 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5307 | 2025.01.16 19:52:00.721851 [ 262 ] {a3b26207-0e63-4964-a5fc-6342df4ef2b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5308 | 2025.01.16 19:52:00.721926 [ 262 ] {a3b26207-0e63-4964-a5fc-6342df4ef2b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5309 | 2025.01.16 19:52:00.722665 [ 262 ] {a3b26207-0e63-4964-a5fc-6342df4ef2b7} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5310 | 2025.01.16 19:52:00.722716 [ 262 ] {a3b26207-0e63-4964-a5fc-6342df4ef2b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5311 | 2025.01.16 19:52:00.723135 [ 262 ] {a3b26207-0e63-4964-a5fc-6342df4ef2b7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5312 | 2025.01.16 19:52:00.723390 [ 262 ] {a3b26207-0e63-4964-a5fc-6342df4ef2b7} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5313 | 2025.01.16 19:52:00.723678 [ 262 ] {a3b26207-0e63-4964-a5fc-6342df4ef2b7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001875 sec., 1066.6666666666667 rows/sec., 86.98 KiB/sec. | ||
| 5314 | 2025.01.16 19:52:00.723842 [ 262 ] {a3b26207-0e63-4964-a5fc-6342df4ef2b7} <Debug> TCPHandler: Processed in 0.002316441 sec. | ||
| 5315 | 2025.01.16 19:52:00.723995 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5316 | 2025.01.16 19:52:00.724153 [ 260 ] {49c35066-7db5-4d2d-b21a-319034d56790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5317 | 2025.01.16 19:52:00.724215 [ 260 ] {49c35066-7db5-4d2d-b21a-319034d56790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5318 | 2025.01.16 19:52:00.725573 [ 260 ] {49c35066-7db5-4d2d-b21a-319034d56790} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5319 | 2025.01.16 19:52:00.725614 [ 260 ] {49c35066-7db5-4d2d-b21a-319034d56790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5320 | 2025.01.16 19:52:00.726079 [ 260 ] {49c35066-7db5-4d2d-b21a-319034d56790} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5321 | 2025.01.16 19:52:00.726325 [ 260 ] {49c35066-7db5-4d2d-b21a-319034d56790} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5322 | 2025.01.16 19:52:00.726534 [ 260 ] {49c35066-7db5-4d2d-b21a-319034d56790} <Debug> executeQuery: Read 1344 rows, 114.63 KiB in 0.002418 sec., 555831.2655086849 rows/sec., 46.30 MiB/sec. | ||
| 5323 | 2025.01.16 19:52:00.726605 [ 260 ] {49c35066-7db5-4d2d-b21a-319034d56790} <Debug> TCPHandler: Processed in 0.002682857 sec. | ||
| 5324 | 2025.01.16 19:52:00.726815 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5325 | 2025.01.16 19:52:00.727019 [ 262 ] {b6cfeb13-5b75-44e9-8764-04ed26f3e6a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5326 | 2025.01.16 19:52:00.727104 [ 262 ] {b6cfeb13-5b75-44e9-8764-04ed26f3e6a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5327 | 2025.01.16 19:52:00.727930 [ 262 ] {b6cfeb13-5b75-44e9-8764-04ed26f3e6a7} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5328 | 2025.01.16 19:52:00.727970 [ 262 ] {b6cfeb13-5b75-44e9-8764-04ed26f3e6a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5329 | 2025.01.16 19:52:00.728359 [ 262 ] {b6cfeb13-5b75-44e9-8764-04ed26f3e6a7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5330 | 2025.01.16 19:52:00.728606 [ 262 ] {b6cfeb13-5b75-44e9-8764-04ed26f3e6a7} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5331 | 2025.01.16 19:52:00.728768 [ 38 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5332 | 2025.01.16 19:52:00.728842 [ 38 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5333 | 2025.01.16 19:52:00.728844 [ 262 ] {b6cfeb13-5b75-44e9-8764-04ed26f3e6a7} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.001865 sec., 4825.73726541555 rows/sec., 319.41 KiB/sec. | ||
| 5334 | 2025.01.16 19:52:00.728881 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5335 | 2025.01.16 19:52:00.728987 [ 262 ] {b6cfeb13-5b75-44e9-8764-04ed26f3e6a7} <Debug> TCPHandler: Processed in 0.00226978 sec. | ||
| 5336 | 2025.01.16 19:52:00.729206 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5337 | 2025.01.16 19:52:00.729211 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::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 | ||
| 5338 | 2025.01.16 19:52:00.729429 [ 260 ] {f7f24a2e-61b1-45de-812a-e97c93c6bdbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5339 | 2025.01.16 19:52:00.729506 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5340 | 2025.01.16 19:52:00.729534 [ 260 ] {f7f24a2e-61b1-45de-812a-e97c93c6bdbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5341 | 2025.01.16 19:52:00.729580 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 65 rows starting from the beginning of the part | ||
| 5342 | 2025.01.16 19:52:00.729977 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 7 rows starting from the beginning of the part | ||
| 5343 | 2025.01.16 19:52:00.730354 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 40 rows starting from the beginning of the part | ||
| 5344 | 2025.01.16 19:52:00.730768 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 7 rows starting from the beginning of the part | ||
| 5345 | 2025.01.16 19:52:00.731106 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 40 rows starting from the beginning of the part | ||
| 5346 | 2025.01.16 19:52:00.731271 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 9 rows starting from the beginning of the part | ||
| 5347 | 2025.01.16 19:52:00.732193 [ 260 ] {f7f24a2e-61b1-45de-812a-e97c93c6bdbf} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5348 | 2025.01.16 19:52:00.732253 [ 260 ] {f7f24a2e-61b1-45de-812a-e97c93c6bdbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5349 | 2025.01.16 19:52:00.733334 [ 260 ] {f7f24a2e-61b1-45de-812a-e97c93c6bdbf} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5350 | 2025.01.16 19:52:00.734009 [ 260 ] {f7f24a2e-61b1-45de-812a-e97c93c6bdbf} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5351 | 2025.01.16 19:52:00.734035 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 5 columns (5 merged, 0 gathered) in 0.005026249 sec., 33424.52791336044 rows/sec., 2.51 MiB/sec. | ||
| 5352 | 2025.01.16 19:52:00.734292 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5353 | 2025.01.16 19:52:00.734543 [ 260 ] {f7f24a2e-61b1-45de-812a-e97c93c6bdbf} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005167 sec., 46835.68802012774 rows/sec., 3.17 MiB/sec. | ||
| 5354 | 2025.01.16 19:52:00.734821 [ 260 ] {f7f24a2e-61b1-45de-812a-e97c93c6bdbf} <Debug> TCPHandler: Processed in 0.00573543 sec. | ||
| 5355 | 2025.01.16 19:52:00.735046 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5356 | 2025.01.16 19:52:00.735251 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_31_6} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5357 | 2025.01.16 19:52:00.735259 [ 262 ] {d199d7f0-8214-4a98-b3f9-779aee3c0baf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5358 | 2025.01.16 19:52:00.735403 [ 262 ] {d199d7f0-8214-4a98-b3f9-779aee3c0baf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5359 | 2025.01.16 19:52:00.735479 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_31_6} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5360 | 2025.01.16 19:52:00.735652 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5361 | 2025.01.16 19:52:00.736161 [ 262 ] {d199d7f0-8214-4a98-b3f9-779aee3c0baf} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5362 | 2025.01.16 19:52:00.736205 [ 262 ] {d199d7f0-8214-4a98-b3f9-779aee3c0baf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5363 | 2025.01.16 19:52:00.736571 [ 262 ] {d199d7f0-8214-4a98-b3f9-779aee3c0baf} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5364 | 2025.01.16 19:52:00.736810 [ 262 ] {d199d7f0-8214-4a98-b3f9-779aee3c0baf} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5365 | 2025.01.16 19:52:00.737069 [ 262 ] {d199d7f0-8214-4a98-b3f9-779aee3c0baf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001876 sec., 6929.637526652452 rows/sec., 432.06 KiB/sec. | ||
| 5366 | 2025.01.16 19:52:00.737272 [ 262 ] {d199d7f0-8214-4a98-b3f9-779aee3c0baf} <Debug> TCPHandler: Processed in 0.002341671 sec. | ||
| 5367 | 2025.01.16 19:52:00.737417 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5368 | 2025.01.16 19:52:00.737545 [ 260 ] {9bd0dd1b-c17d-4102-ba61-27f6ef6b5ace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5369 | 2025.01.16 19:52:00.737605 [ 260 ] {9bd0dd1b-c17d-4102-ba61-27f6ef6b5ace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5370 | 2025.01.16 19:52:00.738634 [ 260 ] {9bd0dd1b-c17d-4102-ba61-27f6ef6b5ace} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5371 | 2025.01.16 19:52:00.738673 [ 260 ] {9bd0dd1b-c17d-4102-ba61-27f6ef6b5ace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5372 | 2025.01.16 19:52:00.739094 [ 260 ] {9bd0dd1b-c17d-4102-ba61-27f6ef6b5ace} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5373 | 2025.01.16 19:52:00.739335 [ 260 ] {9bd0dd1b-c17d-4102-ba61-27f6ef6b5ace} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5374 | 2025.01.16 19:52:00.739528 [ 260 ] {9bd0dd1b-c17d-4102-ba61-27f6ef6b5ace} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.002017 sec., 416460.0892414477 rows/sec., 30.08 MiB/sec. | ||
| 5375 | 2025.01.16 19:52:00.739584 [ 260 ] {9bd0dd1b-c17d-4102-ba61-27f6ef6b5ace} <Debug> TCPHandler: Processed in 0.002226439 sec. | ||
| 5376 | 2025.01.16 19:52:00.739732 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5377 | 2025.01.16 19:52:00.739871 [ 262 ] {d4418b70-e9bf-4e17-9318-2ba47708bac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5378 | 2025.01.16 19:52:00.739933 [ 262 ] {d4418b70-e9bf-4e17-9318-2ba47708bac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5379 | 2025.01.16 19:52:00.740508 [ 262 ] {d4418b70-e9bf-4e17-9318-2ba47708bac0} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5380 | 2025.01.16 19:52:00.740555 [ 262 ] {d4418b70-e9bf-4e17-9318-2ba47708bac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5381 | 2025.01.16 19:52:00.740926 [ 262 ] {d4418b70-e9bf-4e17-9318-2ba47708bac0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5382 | 2025.01.16 19:52:00.741170 [ 262 ] {d4418b70-e9bf-4e17-9318-2ba47708bac0} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5383 | 2025.01.16 19:52:00.741401 [ 262 ] {d4418b70-e9bf-4e17-9318-2ba47708bac0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001556 sec., 3856.041131105398 rows/sec., 201.46 KiB/sec. | ||
| 5384 | 2025.01.16 19:52:00.741486 [ 262 ] {d4418b70-e9bf-4e17-9318-2ba47708bac0} <Debug> TCPHandler: Processed in 0.001820672 sec. | ||
| 5385 | 2025.01.16 19:52:00.741620 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5386 | 2025.01.16 19:52:00.741741 [ 260 ] {e6ab9a25-45d0-4d28-847e-58ac9a21751f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5387 | 2025.01.16 19:52:00.741797 [ 260 ] {e6ab9a25-45d0-4d28-847e-58ac9a21751f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5388 | 2025.01.16 19:52:00.742573 [ 260 ] {e6ab9a25-45d0-4d28-847e-58ac9a21751f} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5389 | 2025.01.16 19:52:00.742613 [ 260 ] {e6ab9a25-45d0-4d28-847e-58ac9a21751f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5390 | 2025.01.16 19:52:00.743061 [ 260 ] {e6ab9a25-45d0-4d28-847e-58ac9a21751f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5391 | 2025.01.16 19:52:00.743300 [ 260 ] {e6ab9a25-45d0-4d28-847e-58ac9a21751f} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5392 | 2025.01.16 19:52:00.743485 [ 260 ] {e6ab9a25-45d0-4d28-847e-58ac9a21751f} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.00177 sec., 523163.8418079096 rows/sec., 34.91 MiB/sec. | ||
| 5393 | 2025.01.16 19:52:00.743540 [ 260 ] {e6ab9a25-45d0-4d28-847e-58ac9a21751f} <Debug> TCPHandler: Processed in 0.001979084 sec. | ||
| 5394 | 2025.01.16 19:52:00.743685 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5395 | 2025.01.16 19:52:00.743825 [ 262 ] {f6d28609-f75c-4b35-bfdf-8d5fe8358071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5396 | 2025.01.16 19:52:00.743887 [ 262 ] {f6d28609-f75c-4b35-bfdf-8d5fe8358071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5397 | 2025.01.16 19:52:00.744442 [ 262 ] {f6d28609-f75c-4b35-bfdf-8d5fe8358071} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5398 | 2025.01.16 19:52:00.744490 [ 262 ] {f6d28609-f75c-4b35-bfdf-8d5fe8358071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5399 | 2025.01.16 19:52:00.744853 [ 262 ] {f6d28609-f75c-4b35-bfdf-8d5fe8358071} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5400 | 2025.01.16 19:52:00.745096 [ 262 ] {f6d28609-f75c-4b35-bfdf-8d5fe8358071} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5401 | 2025.01.16 19:52:00.745304 [ 262 ] {f6d28609-f75c-4b35-bfdf-8d5fe8358071} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00151 sec., 662.251655629139 rows/sec., 44.62 KiB/sec. | ||
| 5402 | 2025.01.16 19:52:00.745354 [ 262 ] {f6d28609-f75c-4b35-bfdf-8d5fe8358071} <Debug> TCPHandler: Processed in 0.00173691 sec. | ||
| 5403 | 2025.01.16 19:52:00.745482 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5404 | 2025.01.16 19:52:00.745622 [ 260 ] {14219354-7bbd-44b2-bc4c-fe9e96893388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5405 | 2025.01.16 19:52:00.745683 [ 260 ] {14219354-7bbd-44b2-bc4c-fe9e96893388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5406 | 2025.01.16 19:52:00.746285 [ 260 ] {14219354-7bbd-44b2-bc4c-fe9e96893388} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5407 | 2025.01.16 19:52:00.746331 [ 260 ] {14219354-7bbd-44b2-bc4c-fe9e96893388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5408 | 2025.01.16 19:52:00.746730 [ 260 ] {14219354-7bbd-44b2-bc4c-fe9e96893388} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5409 | 2025.01.16 19:52:00.746962 [ 260 ] {14219354-7bbd-44b2-bc4c-fe9e96893388} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5410 | 2025.01.16 19:52:00.747165 [ 260 ] {14219354-7bbd-44b2-bc4c-fe9e96893388} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001575 sec., 44444.444444444445 rows/sec., 2.79 MiB/sec. | ||
| 5411 | 2025.01.16 19:52:00.747291 [ 260 ] {14219354-7bbd-44b2-bc4c-fe9e96893388} <Debug> TCPHandler: Processed in 0.001866223 sec. | ||
| 5412 | 2025.01.16 19:52:02.437280 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5413 | 2025.01.16 19:52:02.437502 [ 260 ] {3e12b678-d73a-48fd-94de-ac16c5871b4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5414 | 2025.01.16 19:52:02.437592 [ 260 ] {3e12b678-d73a-48fd-94de-ac16c5871b4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5415 | 2025.01.16 19:52:02.438703 [ 260 ] {3e12b678-d73a-48fd-94de-ac16c5871b4f} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5416 | 2025.01.16 19:52:02.438785 [ 260 ] {3e12b678-d73a-48fd-94de-ac16c5871b4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5417 | 2025.01.16 19:52:02.439392 [ 260 ] {3e12b678-d73a-48fd-94de-ac16c5871b4f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5418 | 2025.01.16 19:52:02.439728 [ 260 ] {3e12b678-d73a-48fd-94de-ac16c5871b4f} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5419 | 2025.01.16 19:52:02.440047 [ 260 ] {3e12b678-d73a-48fd-94de-ac16c5871b4f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002602 sec., 21521.906225980016 rows/sec., 1.65 MiB/sec. | ||
| 5420 | 2025.01.16 19:52:02.440150 [ 260 ] {3e12b678-d73a-48fd-94de-ac16c5871b4f} <Debug> TCPHandler: Processed in 0.003047474 sec. | ||
| 5421 | 2025.01.16 19:52:02.440531 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5422 | 2025.01.16 19:52:02.440776 [ 262 ] {67fe2954-1c72-47fd-9675-efc18d56f2ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5423 | 2025.01.16 19:52:02.440877 [ 262 ] {67fe2954-1c72-47fd-9675-efc18d56f2ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5424 | 2025.01.16 19:52:02.441908 [ 262 ] {67fe2954-1c72-47fd-9675-efc18d56f2ff} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5425 | 2025.01.16 19:52:02.441966 [ 262 ] {67fe2954-1c72-47fd-9675-efc18d56f2ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5426 | 2025.01.16 19:52:02.442490 [ 262 ] {67fe2954-1c72-47fd-9675-efc18d56f2ff} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5427 | 2025.01.16 19:52:02.442802 [ 262 ] {67fe2954-1c72-47fd-9675-efc18d56f2ff} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5428 | 2025.01.16 19:52:02.443084 [ 262 ] {67fe2954-1c72-47fd-9675-efc18d56f2ff} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002382 sec., 26868.17800167926 rows/sec., 2.10 MiB/sec. | ||
| 5429 | 2025.01.16 19:52:02.443163 [ 262 ] {67fe2954-1c72-47fd-9675-efc18d56f2ff} <Debug> TCPHandler: Processed in 0.00282977 sec. | ||
| 5430 | 2025.01.16 19:52:02.443383 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5431 | 2025.01.16 19:52:02.443528 [ 260 ] {91504863-8531-4b6d-8375-7d67ed3b64c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5432 | 2025.01.16 19:52:02.443592 [ 260 ] {91504863-8531-4b6d-8375-7d67ed3b64c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5433 | 2025.01.16 19:52:02.444182 [ 260 ] {91504863-8531-4b6d-8375-7d67ed3b64c6} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5434 | 2025.01.16 19:52:02.444229 [ 260 ] {91504863-8531-4b6d-8375-7d67ed3b64c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5435 | 2025.01.16 19:52:02.444652 [ 260 ] {91504863-8531-4b6d-8375-7d67ed3b64c6} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5436 | 2025.01.16 19:52:02.444967 [ 260 ] {91504863-8531-4b6d-8375-7d67ed3b64c6} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5437 | 2025.01.16 19:52:02.445302 [ 260 ] {91504863-8531-4b6d-8375-7d67ed3b64c6} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001807 sec., 17708.909795240732 rows/sec., 1.23 MiB/sec. | ||
| 5438 | 2025.01.16 19:52:02.445573 [ 260 ] {91504863-8531-4b6d-8375-7d67ed3b64c6} <Debug> TCPHandler: Processed in 0.00226362 sec. | ||
| 5439 | 2025.01.16 19:52:02.445778 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5440 | 2025.01.16 19:52:02.445904 [ 262 ] {0cb3e6c7-3e4e-450d-bc9e-65d265280531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5441 | 2025.01.16 19:52:02.445957 [ 262 ] {0cb3e6c7-3e4e-450d-bc9e-65d265280531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5442 | 2025.01.16 19:52:02.446536 [ 262 ] {0cb3e6c7-3e4e-450d-bc9e-65d265280531} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5443 | 2025.01.16 19:52:02.446576 [ 262 ] {0cb3e6c7-3e4e-450d-bc9e-65d265280531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5444 | 2025.01.16 19:52:02.446980 [ 262 ] {0cb3e6c7-3e4e-450d-bc9e-65d265280531} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5445 | 2025.01.16 19:52:02.447240 [ 262 ] {0cb3e6c7-3e4e-450d-bc9e-65d265280531} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5446 | 2025.01.16 19:52:02.447455 [ 262 ] {0cb3e6c7-3e4e-450d-bc9e-65d265280531} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001577 sec., 7609.3849080532655 rows/sec., 525.13 KiB/sec. | ||
| 5447 | 2025.01.16 19:52:02.447506 [ 262 ] {0cb3e6c7-3e4e-450d-bc9e-65d265280531} <Debug> TCPHandler: Processed in 0.001791781 sec. | ||
| 5448 | 2025.01.16 19:52:03.286505 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 | ||
| 5449 | 2025.01.16 19:52:03.287201 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5450 | 2025.01.16 19:52:03.287252 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5451 | 2025.01.16 19:52:03.287768 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5452 | 2025.01.16 19:52:03.288032 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5453 | 2025.01.16 19:52:03.288222 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
| 5454 | 2025.01.16 19:52:04.053019 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5455 | 2025.01.16 19:52:04.077002 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5456 | 2025.01.16 19:52:04.077060 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5457 | 2025.01.16 19:52:04.084591 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5458 | 2025.01.16 19:52:04.085450 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5459 | 2025.01.16 19:52:04.089332 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5460 | 2025.01.16 19:52:05.836301 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 766 | ||
| 5461 | 2025.01.16 19:52:05.839573 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5462 | 2025.01.16 19:52:05.839624 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5463 | 2025.01.16 19:52:05.841109 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5464 | 2025.01.16 19:52:05.841430 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5465 | 2025.01.16 19:52:05.842212 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 766 | ||
| 5466 | 2025.01.16 19:52:07.443805 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5467 | 2025.01.16 19:52:07.444038 [ 260 ] {d14dfcc7-d289-4e44-aa89-140a781146d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5468 | 2025.01.16 19:52:07.444120 [ 260 ] {d14dfcc7-d289-4e44-aa89-140a781146d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5469 | 2025.01.16 19:52:07.444998 [ 260 ] {d14dfcc7-d289-4e44-aa89-140a781146d7} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5470 | 2025.01.16 19:52:07.445053 [ 260 ] {d14dfcc7-d289-4e44-aa89-140a781146d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5471 | 2025.01.16 19:52:07.445498 [ 260 ] {d14dfcc7-d289-4e44-aa89-140a781146d7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5472 | 2025.01.16 19:52:07.445754 [ 260 ] {d14dfcc7-d289-4e44-aa89-140a781146d7} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5473 | 2025.01.16 19:52:07.446005 [ 260 ] {d14dfcc7-d289-4e44-aa89-140a781146d7} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002026 sec., 67127.34452122409 rows/sec., 5.79 MiB/sec. | ||
| 5474 | 2025.01.16 19:52:07.446072 [ 260 ] {d14dfcc7-d289-4e44-aa89-140a781146d7} <Debug> TCPHandler: Processed in 0.002412642 sec. | ||
| 5475 | 2025.01.16 19:52:07.446304 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5476 | 2025.01.16 19:52:07.446496 [ 262 ] {b537d9dd-4e6d-4716-85f0-d0fae3d50f8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5477 | 2025.01.16 19:52:07.446569 [ 262 ] {b537d9dd-4e6d-4716-85f0-d0fae3d50f8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5478 | 2025.01.16 19:52:07.447322 [ 262 ] {b537d9dd-4e6d-4716-85f0-d0fae3d50f8b} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5479 | 2025.01.16 19:52:07.447368 [ 262 ] {b537d9dd-4e6d-4716-85f0-d0fae3d50f8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5480 | 2025.01.16 19:52:07.447803 [ 262 ] {b537d9dd-4e6d-4716-85f0-d0fae3d50f8b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5481 | 2025.01.16 19:52:07.448051 [ 262 ] {b537d9dd-4e6d-4716-85f0-d0fae3d50f8b} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5482 | 2025.01.16 19:52:07.448290 [ 262 ] {b537d9dd-4e6d-4716-85f0-d0fae3d50f8b} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001848 sec., 21645.021645021643 rows/sec., 1.59 MiB/sec. | ||
| 5483 | 2025.01.16 19:52:07.448345 [ 262 ] {b537d9dd-4e6d-4716-85f0-d0fae3d50f8b} <Debug> TCPHandler: Processed in 0.002174338 sec. | ||
| 5484 | 2025.01.16 19:52:07.448491 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5485 | 2025.01.16 19:52:07.448617 [ 260 ] {212b2379-2d09-45d7-8b12-b599bc1d43b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5486 | 2025.01.16 19:52:07.448669 [ 260 ] {212b2379-2d09-45d7-8b12-b599bc1d43b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5487 | 2025.01.16 19:52:07.449312 [ 260 ] {212b2379-2d09-45d7-8b12-b599bc1d43b3} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5488 | 2025.01.16 19:52:07.449354 [ 260 ] {212b2379-2d09-45d7-8b12-b599bc1d43b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5489 | 2025.01.16 19:52:07.449734 [ 260 ] {212b2379-2d09-45d7-8b12-b599bc1d43b3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5490 | 2025.01.16 19:52:07.449981 [ 260 ] {212b2379-2d09-45d7-8b12-b599bc1d43b3} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5491 | 2025.01.16 19:52:07.450239 [ 260 ] {212b2379-2d09-45d7-8b12-b599bc1d43b3} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001644 sec., 63260.3406326034 rows/sec., 4.94 MiB/sec. | ||
| 5492 | 2025.01.16 19:52:07.450431 [ 260 ] {212b2379-2d09-45d7-8b12-b599bc1d43b3} <Debug> TCPHandler: Processed in 0.002000586 sec. | ||
| 5493 | 2025.01.16 19:52:07.450669 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5494 | 2025.01.16 19:52:07.450798 [ 262 ] {8419b414-479a-4b0f-8222-8003fb82084b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5495 | 2025.01.16 19:52:07.450861 [ 262 ] {8419b414-479a-4b0f-8222-8003fb82084b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5496 | 2025.01.16 19:52:07.451539 [ 262 ] {8419b414-479a-4b0f-8222-8003fb82084b} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5497 | 2025.01.16 19:52:07.451584 [ 262 ] {8419b414-479a-4b0f-8222-8003fb82084b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5498 | 2025.01.16 19:52:07.452015 [ 262 ] {8419b414-479a-4b0f-8222-8003fb82084b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5499 | 2025.01.16 19:52:07.452264 [ 262 ] {8419b414-479a-4b0f-8222-8003fb82084b} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5500 | 2025.01.16 19:52:07.452481 [ 262 ] {8419b414-479a-4b0f-8222-8003fb82084b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001713 sec., 93403.3858727379 rows/sec., 6.51 MiB/sec. | ||
| 5501 | 2025.01.16 19:52:07.452534 [ 262 ] {8419b414-479a-4b0f-8222-8003fb82084b} <Debug> TCPHandler: Processed in 0.002000075 sec. | ||
| 5502 | 2025.01.16 19:52:07.452669 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5503 | 2025.01.16 19:52:07.452789 [ 260 ] {a833092b-f535-429e-99a6-27a698bb5312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5504 | 2025.01.16 19:52:07.452884 [ 260 ] {a833092b-f535-429e-99a6-27a698bb5312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5505 | 2025.01.16 19:52:07.454178 [ 260 ] {a833092b-f535-429e-99a6-27a698bb5312} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5506 | 2025.01.16 19:52:07.454219 [ 260 ] {a833092b-f535-429e-99a6-27a698bb5312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5507 | 2025.01.16 19:52:07.454893 [ 260 ] {a833092b-f535-429e-99a6-27a698bb5312} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5508 | 2025.01.16 19:52:07.455145 [ 260 ] {a833092b-f535-429e-99a6-27a698bb5312} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5509 | 2025.01.16 19:52:07.455378 [ 260 ] {a833092b-f535-429e-99a6-27a698bb5312} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002617 sec., 15284.677111196026 rows/sec., 27.39 MiB/sec. | ||
| 5510 | 2025.01.16 19:52:07.455495 [ 260 ] {a833092b-f535-429e-99a6-27a698bb5312} <Debug> TCPHandler: Processed in 0.00288161 sec. | ||
| 5511 | 2025.01.16 19:52:07.455635 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5512 | 2025.01.16 19:52:07.455754 [ 262 ] {213b0a70-a195-46be-893a-26d9738bddcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5513 | 2025.01.16 19:52:07.455811 [ 262 ] {213b0a70-a195-46be-893a-26d9738bddcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5514 | 2025.01.16 19:52:07.456397 [ 262 ] {213b0a70-a195-46be-893a-26d9738bddcd} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5515 | 2025.01.16 19:52:07.456443 [ 262 ] {213b0a70-a195-46be-893a-26d9738bddcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5516 | 2025.01.16 19:52:07.456879 [ 262 ] {213b0a70-a195-46be-893a-26d9738bddcd} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5517 | 2025.01.16 19:52:07.457123 [ 262 ] {213b0a70-a195-46be-893a-26d9738bddcd} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5518 | 2025.01.16 19:52:07.457346 [ 262 ] {213b0a70-a195-46be-893a-26d9738bddcd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001617 sec., 37105.75139146568 rows/sec., 2.50 MiB/sec. | ||
| 5519 | 2025.01.16 19:52:07.457395 [ 262 ] {213b0a70-a195-46be-893a-26d9738bddcd} <Debug> TCPHandler: Processed in 0.001820792 sec. | ||
| 5520 | 2025.01.16 19:52:10.657398 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5521 | 2025.01.16 19:52:10.657468 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5522 | 2025.01.16 19:52:10.788434 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 | ||
| 5523 | 2025.01.16 19:52:10.789153 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5524 | 2025.01.16 19:52:10.789206 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5525 | 2025.01.16 19:52:10.789762 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5526 | 2025.01.16 19:52:10.790027 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5527 | 2025.01.16 19:52:10.790241 [ 26 ] {} <Debug> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5528 | 2025.01.16 19:52:10.790305 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5529 | 2025.01.16 19:52:10.790347 [ 26 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5530 | 2025.01.16 19:52:10.790380 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5531 | 2025.01.16 19:52:10.790531 [ 200 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::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 | ||
| 5532 | 2025.01.16 19:52:10.790700 [ 200 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5533 | 2025.01.16 19:52:10.790747 [ 200 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part | ||
| 5534 | 2025.01.16 19:52:10.790843 [ 200 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part | ||
| 5535 | 2025.01.16 19:52:10.791072 [ 200 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part | ||
| 5536 | 2025.01.16 19:52:10.791328 [ 200 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part | ||
| 5537 | 2025.01.16 19:52:10.791485 [ 200 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part | ||
| 5538 | 2025.01.16 19:52:10.791597 [ 200 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part | ||
| 5539 | 2025.01.16 19:52:10.795962 [ 194 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.005505746 sec., 2171549.5048264125 rows/sec., 31.06 MiB/sec. | ||
| 5540 | 2025.01.16 19:52:10.796395 [ 187 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5541 | 2025.01.16 19:52:10.796763 [ 187 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_26_5} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5542 | 2025.01.16 19:52:10.796856 [ 187 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_26_5} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5543 | 2025.01.16 19:52:10.796973 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 5544 | 2025.01.16 19:52:11.589466 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5545 | 2025.01.16 19:52:11.611744 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5546 | 2025.01.16 19:52:11.611810 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5547 | 2025.01.16 19:52:11.619468 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5548 | 2025.01.16 19:52:11.620226 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5549 | 2025.01.16 19:52:11.620662 [ 49 ] {} <Debug> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5550 | 2025.01.16 19:52:11.620802 [ 49 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5551 | 2025.01.16 19:52:11.620887 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5552 | 2025.01.16 19:52:11.621169 [ 192 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 5553 | 2025.01.16 19:52:11.629255 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5554 | 2025.01.16 19:52:11.630512 [ 192 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5555 | 2025.01.16 19:52:11.631411 [ 192 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 5556 | 2025.01.16 19:52:11.635992 [ 192 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 5557 | 2025.01.16 19:52:11.640752 [ 192 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 5558 | 2025.01.16 19:52:11.645835 [ 192 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 5559 | 2025.01.16 19:52:11.651305 [ 192 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 5560 | 2025.01.16 19:52:11.656814 [ 192 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 5561 | 2025.01.16 19:52:11.716035 [ 199 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.095013867 sec., 2062.8567827894008 rows/sec., 10.67 MiB/sec. | ||
| 5562 | 2025.01.16 19:52:11.719260 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5563 | 2025.01.16 19:52:11.723049 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_26_5} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5564 | 2025.01.16 19:52:11.723183 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_26_5} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5565 | 2025.01.16 19:52:11.725747 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5566 | 2025.01.16 19:52:12.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.81 MiB, peak 204.35 MiB, free memory in arenas 0.00 B, will set to 196.00 MiB (RSS), difference: 2.19 MiB | ||
| 5567 | 2025.01.16 19:52:12.108359 [ 49 ] {} <Debug> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 5568 | 2025.01.16 19:52:12.108421 [ 49 ] {} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5569 | 2025.01.16 19:52:12.108442 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5570 | 2025.01.16 19:52:12.108609 [ 188 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::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 | ||
| 5571 | 2025.01.16 19:52:12.108778 [ 188 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5572 | 2025.01.16 19:52:12.108818 [ 188 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::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 | ||
| 5573 | 2025.01.16 19:52:12.108894 [ 188 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::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 | ||
| 5574 | 2025.01.16 19:52:12.109125 [ 188 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::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 | ||
| 5575 | 2025.01.16 19:52:12.109365 [ 188 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::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 | ||
| 5576 | 2025.01.16 19:52:12.109537 [ 188 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::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 | ||
| 5577 | 2025.01.16 19:52:12.110675 [ 199 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.002147648 sec., 41906.30866883214 rows/sec., 2.14 MiB/sec. | ||
| 5578 | 2025.01.16 19:52:12.110901 [ 186 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5579 | 2025.01.16 19:52:12.111281 [ 186 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_15_3} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5580 | 2025.01.16 19:52:12.111379 [ 186 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_15_3} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 5581 | 2025.01.16 19:52:12.111492 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5582 | 2025.01.16 19:52:12.446189 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5583 | 2025.01.16 19:52:12.446392 [ 260 ] {1e51e4a2-3d70-415c-97f7-ad0c82a1dc42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5584 | 2025.01.16 19:52:12.446468 [ 260 ] {1e51e4a2-3d70-415c-97f7-ad0c82a1dc42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5585 | 2025.01.16 19:52:12.447234 [ 260 ] {1e51e4a2-3d70-415c-97f7-ad0c82a1dc42} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5586 | 2025.01.16 19:52:12.447291 [ 260 ] {1e51e4a2-3d70-415c-97f7-ad0c82a1dc42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5587 | 2025.01.16 19:52:12.447728 [ 260 ] {1e51e4a2-3d70-415c-97f7-ad0c82a1dc42} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5588 | 2025.01.16 19:52:12.447989 [ 260 ] {1e51e4a2-3d70-415c-97f7-ad0c82a1dc42} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5589 | 2025.01.16 19:52:12.448266 [ 260 ] {1e51e4a2-3d70-415c-97f7-ad0c82a1dc42} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001915 sec., 7310.704960835509 rows/sec., 526.27 KiB/sec. | ||
| 5590 | 2025.01.16 19:52:12.448406 [ 260 ] {1e51e4a2-3d70-415c-97f7-ad0c82a1dc42} <Debug> TCPHandler: Processed in 0.002348921 sec. | ||
| 5591 | 2025.01.16 19:52:12.448702 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5592 | 2025.01.16 19:52:12.448923 [ 262 ] {fd65dbdd-ac50-48e8-b22e-e8852af51ef9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5593 | 2025.01.16 19:52:12.449000 [ 262 ] {fd65dbdd-ac50-48e8-b22e-e8852af51ef9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5594 | 2025.01.16 19:52:12.449829 [ 262 ] {fd65dbdd-ac50-48e8-b22e-e8852af51ef9} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5595 | 2025.01.16 19:52:12.449879 [ 262 ] {fd65dbdd-ac50-48e8-b22e-e8852af51ef9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5596 | 2025.01.16 19:52:12.450335 [ 262 ] {fd65dbdd-ac50-48e8-b22e-e8852af51ef9} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5597 | 2025.01.16 19:52:12.450585 [ 262 ] {fd65dbdd-ac50-48e8-b22e-e8852af51ef9} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5598 | 2025.01.16 19:52:12.450794 [ 67 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5599 | 2025.01.16 19:52:12.450856 [ 262 ] {fd65dbdd-ac50-48e8-b22e-e8852af51ef9} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001991 sec., 101958.81466599698 rows/sec., 8.82 MiB/sec. | ||
| 5600 | 2025.01.16 19:52:12.450885 [ 67 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5601 | 2025.01.16 19:52:12.450958 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5602 | 2025.01.16 19:52:12.450984 [ 262 ] {fd65dbdd-ac50-48e8-b22e-e8852af51ef9} <Debug> TCPHandler: Processed in 0.002446353 sec. | ||
| 5603 | 2025.01.16 19:52:12.451176 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5604 | 2025.01.16 19:52:12.451201 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::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 | ||
| 5605 | 2025.01.16 19:52:12.451318 [ 260 ] {8667d460-50b9-411f-87da-92795141dc16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5606 | 2025.01.16 19:52:12.451358 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5607 | 2025.01.16 19:52:12.451380 [ 260 ] {8667d460-50b9-411f-87da-92795141dc16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5608 | 2025.01.16 19:52:12.451404 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1434 rows starting from the beginning of the part | ||
| 5609 | 2025.01.16 19:52:12.451559 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 136 rows starting from the beginning of the part | ||
| 5610 | 2025.01.16 19:52:12.451834 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1344 rows starting from the beginning of the part | ||
| 5611 | 2025.01.16 19:52:12.452175 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::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 | ||
| 5612 | 2025.01.16 19:52:12.452456 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 136 rows starting from the beginning of the part | ||
| 5613 | 2025.01.16 19:52:12.452851 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 203 rows starting from the beginning of the part | ||
| 5614 | 2025.01.16 19:52:12.453761 [ 260 ] {8667d460-50b9-411f-87da-92795141dc16} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5615 | 2025.01.16 19:52:12.453808 [ 260 ] {8667d460-50b9-411f-87da-92795141dc16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5616 | 2025.01.16 19:52:12.454446 [ 260 ] {8667d460-50b9-411f-87da-92795141dc16} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5617 | 2025.01.16 19:52:12.454737 [ 260 ] {8667d460-50b9-411f-87da-92795141dc16} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5618 | 2025.01.16 19:52:12.455121 [ 260 ] {8667d460-50b9-411f-87da-92795141dc16} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.003821 sec., 1831.9811567652446 rows/sec., 119.35 KiB/sec. | ||
| 5619 | 2025.01.16 19:52:12.455658 [ 260 ] {8667d460-50b9-411f-87da-92795141dc16} <Debug> TCPHandler: Processed in 0.00456683 sec. | ||
| 5620 | 2025.01.16 19:52:12.456085 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5621 | 2025.01.16 19:52:12.456195 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3309 rows, containing 5 columns (5 merged, 0 gathered) in 0.00512644 sec., 645477.1732430302 rows/sec., 56.57 MiB/sec. | ||
| 5622 | 2025.01.16 19:52:12.456362 [ 262 ] {a6daa88b-a36f-4326-978b-a1c2a4135ff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5623 | 2025.01.16 19:52:12.456447 [ 262 ] {a6daa88b-a36f-4326-978b-a1c2a4135ff6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5624 | 2025.01.16 19:52:12.456493 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5625 | 2025.01.16 19:52:12.457155 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_41_8} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5626 | 2025.01.16 19:52:12.457344 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_41_8} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5627 | 2025.01.16 19:52:12.457475 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 5628 | 2025.01.16 19:52:12.457706 [ 262 ] {a6daa88b-a36f-4326-978b-a1c2a4135ff6} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5629 | 2025.01.16 19:52:12.457750 [ 262 ] {a6daa88b-a36f-4326-978b-a1c2a4135ff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5630 | 2025.01.16 19:52:12.458126 [ 262 ] {a6daa88b-a36f-4326-978b-a1c2a4135ff6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5631 | 2025.01.16 19:52:12.458366 [ 262 ] {a6daa88b-a36f-4326-978b-a1c2a4135ff6} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5632 | 2025.01.16 19:52:12.458590 [ 262 ] {a6daa88b-a36f-4326-978b-a1c2a4135ff6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002263 sec., 6186.478126380911 rows/sec., 433.26 KiB/sec. | ||
| 5633 | 2025.01.16 19:52:12.458724 [ 262 ] {a6daa88b-a36f-4326-978b-a1c2a4135ff6} <Debug> TCPHandler: Processed in 0.002932681 sec. | ||
| 5634 | 2025.01.16 19:52:12.458871 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5635 | 2025.01.16 19:52:12.459012 [ 260 ] {0bfeb772-3421-4bcc-b87d-00e3601c75e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5636 | 2025.01.16 19:52:12.459072 [ 260 ] {0bfeb772-3421-4bcc-b87d-00e3601c75e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5637 | 2025.01.16 19:52:12.459764 [ 260 ] {0bfeb772-3421-4bcc-b87d-00e3601c75e7} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5638 | 2025.01.16 19:52:12.459811 [ 260 ] {0bfeb772-3421-4bcc-b87d-00e3601c75e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5639 | 2025.01.16 19:52:12.460258 [ 260 ] {0bfeb772-3421-4bcc-b87d-00e3601c75e7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5640 | 2025.01.16 19:52:12.460493 [ 260 ] {0bfeb772-3421-4bcc-b87d-00e3601c75e7} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5641 | 2025.01.16 19:52:12.460706 [ 260 ] {0bfeb772-3421-4bcc-b87d-00e3601c75e7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001728 sec., 7523.148148148149 rows/sec., 469.07 KiB/sec. | ||
| 5642 | 2025.01.16 19:52:12.460760 [ 260 ] {0bfeb772-3421-4bcc-b87d-00e3601c75e7} <Debug> TCPHandler: Processed in 0.001955364 sec. | ||
| 5643 | 2025.01.16 19:52:12.460899 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5644 | 2025.01.16 19:52:12.461031 [ 262 ] {1b9741c9-3dfe-4a25-9d80-60a9f14494d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5645 | 2025.01.16 19:52:12.461089 [ 262 ] {1b9741c9-3dfe-4a25-9d80-60a9f14494d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5646 | 2025.01.16 19:52:12.461943 [ 262 ] {1b9741c9-3dfe-4a25-9d80-60a9f14494d3} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5647 | 2025.01.16 19:52:12.461985 [ 262 ] {1b9741c9-3dfe-4a25-9d80-60a9f14494d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5648 | 2025.01.16 19:52:12.462382 [ 262 ] {1b9741c9-3dfe-4a25-9d80-60a9f14494d3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5649 | 2025.01.16 19:52:12.462634 [ 262 ] {1b9741c9-3dfe-4a25-9d80-60a9f14494d3} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5650 | 2025.01.16 19:52:12.462798 [ 67 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5651 | 2025.01.16 19:52:12.462851 [ 67 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5652 | 2025.01.16 19:52:12.462882 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5653 | 2025.01.16 19:52:12.462900 [ 262 ] {1b9741c9-3dfe-4a25-9d80-60a9f14494d3} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001893 sec., 201796.0908610671 rows/sec., 14.28 MiB/sec. | ||
| 5654 | 2025.01.16 19:52:12.463131 [ 262 ] {1b9741c9-3dfe-4a25-9d80-60a9f14494d3} <Debug> TCPHandler: Processed in 0.00228509 sec. | ||
| 5655 | 2025.01.16 19:52:12.463162 [ 199 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 5656 | 2025.01.16 19:52:12.463305 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5657 | 2025.01.16 19:52:12.463375 [ 199 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5658 | 2025.01.16 19:52:12.463445 [ 199 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 914 rows starting from the beginning of the part | ||
| 5659 | 2025.01.16 19:52:12.463531 [ 260 ] {7976deb0-7586-49bf-a4b7-ccc5674d12ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5660 | 2025.01.16 19:52:12.463699 [ 260 ] {7976deb0-7586-49bf-a4b7-ccc5674d12ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5661 | 2025.01.16 19:52:12.463718 [ 199 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 104 rows starting from the beginning of the part | ||
| 5662 | 2025.01.16 19:52:12.464209 [ 199 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 840 rows starting from the beginning of the part | ||
| 5663 | 2025.01.16 19:52:12.464610 [ 199 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part | ||
| 5664 | 2025.01.16 19:52:12.464929 [ 199 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 104 rows starting from the beginning of the part | ||
| 5665 | 2025.01.16 19:52:12.465270 [ 199 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 382 rows starting from the beginning of the part | ||
| 5666 | 2025.01.16 19:52:12.465983 [ 260 ] {7976deb0-7586-49bf-a4b7-ccc5674d12ca} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5667 | 2025.01.16 19:52:12.466051 [ 260 ] {7976deb0-7586-49bf-a4b7-ccc5674d12ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5668 | 2025.01.16 19:52:12.466915 [ 260 ] {7976deb0-7586-49bf-a4b7-ccc5674d12ca} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5669 | 2025.01.16 19:52:12.467462 [ 260 ] {7976deb0-7586-49bf-a4b7-ccc5674d12ca} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5670 | 2025.01.16 19:52:12.467900 [ 260 ] {7976deb0-7586-49bf-a4b7-ccc5674d12ca} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004442 sec., 1350.7429085997298 rows/sec., 70.57 KiB/sec. | ||
| 5671 | 2025.01.16 19:52:12.467983 [ 260 ] {7976deb0-7586-49bf-a4b7-ccc5674d12ca} <Debug> TCPHandler: Processed in 0.004767424 sec. | ||
| 5672 | 2025.01.16 19:52:12.468142 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5673 | 2025.01.16 19:52:12.468461 [ 262 ] {075819cb-2b45-462f-aab7-49a19f822994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5674 | 2025.01.16 19:52:12.468590 [ 199 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.005617608 sec., 428652.19502678013 rows/sec., 32.87 MiB/sec. | ||
| 5675 | 2025.01.16 19:52:12.468605 [ 262 ] {075819cb-2b45-462f-aab7-49a19f822994} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5676 | 2025.01.16 19:52:12.468861 [ 199 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5677 | 2025.01.16 19:52:12.469431 [ 199 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_41_8} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5678 | 2025.01.16 19:52:12.469633 [ 199 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_41_8} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5679 | 2025.01.16 19:52:12.469804 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 5680 | 2025.01.16 19:52:12.469949 [ 262 ] {075819cb-2b45-462f-aab7-49a19f822994} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5681 | 2025.01.16 19:52:12.469992 [ 262 ] {075819cb-2b45-462f-aab7-49a19f822994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5682 | 2025.01.16 19:52:12.470404 [ 262 ] {075819cb-2b45-462f-aab7-49a19f822994} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5683 | 2025.01.16 19:52:12.470650 [ 262 ] {075819cb-2b45-462f-aab7-49a19f822994} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5684 | 2025.01.16 19:52:12.470830 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5685 | 2025.01.16 19:52:12.470888 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5686 | 2025.01.16 19:52:12.470925 [ 262 ] {075819cb-2b45-462f-aab7-49a19f822994} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002594 sec., 91364.68774094063 rows/sec., 6.12 MiB/sec. | ||
| 5687 | 2025.01.16 19:52:12.470935 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5688 | 2025.01.16 19:52:12.471107 [ 262 ] {075819cb-2b45-462f-aab7-49a19f822994} <Debug> TCPHandler: Processed in 0.003032613 sec. | ||
| 5689 | 2025.01.16 19:52:12.471195 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 5690 | 2025.01.16 19:52:12.471282 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5691 | 2025.01.16 19:52:12.471346 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5692 | 2025.01.16 19:52:12.471387 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 9872 rows starting from the beginning of the part | ||
| 5693 | 2025.01.16 19:52:12.471423 [ 260 ] {d53aa9e1-0e70-4054-9132-f24dfd813cba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5694 | 2025.01.16 19:52:12.471563 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part | ||
| 5695 | 2025.01.16 19:52:12.471571 [ 260 ] {d53aa9e1-0e70-4054-9132-f24dfd813cba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5696 | 2025.01.16 19:52:12.471875 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 926 rows starting from the beginning of the part | ||
| 5697 | 2025.01.16 19:52:12.472125 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 32 rows starting from the beginning of the part | ||
| 5698 | 2025.01.16 19:52:12.472348 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
| 5699 | 2025.01.16 19:52:12.472559 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 237 rows starting from the beginning of the part | ||
| 5700 | 2025.01.16 19:52:12.473104 [ 260 ] {d53aa9e1-0e70-4054-9132-f24dfd813cba} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5701 | 2025.01.16 19:52:12.473150 [ 260 ] {d53aa9e1-0e70-4054-9132-f24dfd813cba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5702 | 2025.01.16 19:52:12.473613 [ 260 ] {d53aa9e1-0e70-4054-9132-f24dfd813cba} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5703 | 2025.01.16 19:52:12.473936 [ 260 ] {d53aa9e1-0e70-4054-9132-f24dfd813cba} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5704 | 2025.01.16 19:52:12.474277 [ 260 ] {d53aa9e1-0e70-4054-9132-f24dfd813cba} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002885 sec., 346.6204506065858 rows/sec., 23.36 KiB/sec. | ||
| 5705 | 2025.01.16 19:52:12.474393 [ 260 ] {d53aa9e1-0e70-4054-9132-f24dfd813cba} <Debug> TCPHandler: Processed in 0.003189616 sec. | ||
| 5706 | 2025.01.16 19:52:12.474581 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5707 | 2025.01.16 19:52:12.474751 [ 262 ] {a1ca40af-1252-4a40-852c-269b63ae9ef7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5708 | 2025.01.16 19:52:12.474813 [ 262 ] {a1ca40af-1252-4a40-852c-269b63ae9ef7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5709 | 2025.01.16 19:52:12.475588 [ 262 ] {a1ca40af-1252-4a40-852c-269b63ae9ef7} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5710 | 2025.01.16 19:52:12.475629 [ 262 ] {a1ca40af-1252-4a40-852c-269b63ae9ef7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5711 | 2025.01.16 19:52:12.476252 [ 262 ] {a1ca40af-1252-4a40-852c-269b63ae9ef7} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5712 | 2025.01.16 19:52:12.476528 [ 262 ] {a1ca40af-1252-4a40-852c-269b63ae9ef7} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5713 | 2025.01.16 19:52:12.477073 [ 67 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5714 | 2025.01.16 19:52:12.477104 [ 262 ] {a1ca40af-1252-4a40-852c-269b63ae9ef7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002355 sec., 34819.53290870488 rows/sec., 2.21 MiB/sec. | ||
| 5715 | 2025.01.16 19:52:12.477166 [ 67 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5716 | 2025.01.16 19:52:12.477266 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5717 | 2025.01.16 19:52:12.477301 [ 204 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11387 rows, containing 5 columns (5 merged, 0 gathered) in 0.006195359 sec., 1837988.7267226968 rows/sec., 124.11 MiB/sec. | ||
| 5718 | 2025.01.16 19:52:12.477353 [ 262 ] {a1ca40af-1252-4a40-852c-269b63ae9ef7} <Debug> TCPHandler: Processed in 0.00287351 sec. | ||
| 5719 | 2025.01.16 19:52:12.477585 [ 193 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::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 | ||
| 5720 | 2025.01.16 19:52:12.477746 [ 193 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5721 | 2025.01.16 19:52:12.477791 [ 193 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2036 rows starting from the beginning of the part | ||
| 5722 | 2025.01.16 19:52:12.477868 [ 204 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5723 | 2025.01.16 19:52:12.478014 [ 193 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
| 5724 | 2025.01.16 19:52:12.478314 [ 193 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 70 rows starting from the beginning of the part | ||
| 5725 | 2025.01.16 19:52:12.478553 [ 193 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 12 rows starting from the beginning of the part | ||
| 5726 | 2025.01.16 19:52:12.478817 [ 193 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
| 5727 | 2025.01.16 19:52:12.479015 [ 193 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 82 rows starting from the beginning of the part | ||
| 5728 | 2025.01.16 19:52:12.479393 [ 196 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5729 | 2025.01.16 19:52:12.479642 [ 196 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5730 | 2025.01.16 19:52:12.479867 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB. | ||
| 5731 | 2025.01.16 19:52:12.480840 [ 204 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2320 rows, containing 4 columns (4 merged, 0 gathered) in 0.00343123 sec., 676142.374600362 rows/sec., 44.21 MiB/sec. | ||
| 5732 | 2025.01.16 19:52:12.481074 [ 204 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5733 | 2025.01.16 19:52:12.481373 [ 204 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_41_8} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5734 | 2025.01.16 19:52:12.481458 [ 204 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_41_8} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5735 | 2025.01.16 19:52:12.481548 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 5736 | 2025.01.16 19:52:15.842534 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 798 | ||
| 5737 | 2025.01.16 19:52:15.845939 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5738 | 2025.01.16 19:52:15.845989 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5739 | 2025.01.16 19:52:15.847465 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5740 | 2025.01.16 19:52:15.847770 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5741 | 2025.01.16 19:52:15.848877 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 798 | ||
| 5742 | 2025.01.16 19:52:17.445068 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5743 | 2025.01.16 19:52:17.445311 [ 260 ] {16c5e545-c774-4057-96f5-0ec3676cc967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5744 | 2025.01.16 19:52:17.445395 [ 260 ] {16c5e545-c774-4057-96f5-0ec3676cc967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5745 | 2025.01.16 19:52:17.446241 [ 260 ] {16c5e545-c774-4057-96f5-0ec3676cc967} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5746 | 2025.01.16 19:52:17.446285 [ 260 ] {16c5e545-c774-4057-96f5-0ec3676cc967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5747 | 2025.01.16 19:52:17.446717 [ 260 ] {16c5e545-c774-4057-96f5-0ec3676cc967} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5748 | 2025.01.16 19:52:17.446970 [ 260 ] {16c5e545-c774-4057-96f5-0ec3676cc967} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5749 | 2025.01.16 19:52:17.447218 [ 260 ] {16c5e545-c774-4057-96f5-0ec3676cc967} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001962 sec., 5096.83995922528 rows/sec., 415.61 KiB/sec. | ||
| 5750 | 2025.01.16 19:52:17.447407 [ 260 ] {16c5e545-c774-4057-96f5-0ec3676cc967} <Debug> TCPHandler: Processed in 0.002522084 sec. | ||
| 5751 | 2025.01.16 19:52:17.447667 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5752 | 2025.01.16 19:52:17.447880 [ 262 ] {3c0ecd1e-8c3a-43b8-9b2f-6ddc4711e387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5753 | 2025.01.16 19:52:17.447961 [ 262 ] {3c0ecd1e-8c3a-43b8-9b2f-6ddc4711e387} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5754 | 2025.01.16 19:52:17.448786 [ 262 ] {3c0ecd1e-8c3a-43b8-9b2f-6ddc4711e387} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5755 | 2025.01.16 19:52:17.448832 [ 262 ] {3c0ecd1e-8c3a-43b8-9b2f-6ddc4711e387} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5756 | 2025.01.16 19:52:17.449274 [ 262 ] {3c0ecd1e-8c3a-43b8-9b2f-6ddc4711e387} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5757 | 2025.01.16 19:52:17.449541 [ 262 ] {3c0ecd1e-8c3a-43b8-9b2f-6ddc4711e387} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5758 | 2025.01.16 19:52:17.449763 [ 262 ] {3c0ecd1e-8c3a-43b8-9b2f-6ddc4711e387} <Debug> executeQuery: Read 141 rows, 12.38 KiB in 0.001943 sec., 72568.1935151827 rows/sec., 6.22 MiB/sec. | ||
| 5759 | 2025.01.16 19:52:17.449820 [ 262 ] {3c0ecd1e-8c3a-43b8-9b2f-6ddc4711e387} <Debug> TCPHandler: Processed in 0.00229499 sec. | ||
| 5760 | 2025.01.16 19:52:17.449983 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5761 | 2025.01.16 19:52:17.450130 [ 260 ] {7717aa3c-23d4-4755-9f3f-e641052e554f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5762 | 2025.01.16 19:52:17.450191 [ 260 ] {7717aa3c-23d4-4755-9f3f-e641052e554f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5763 | 2025.01.16 19:52:17.450916 [ 260 ] {7717aa3c-23d4-4755-9f3f-e641052e554f} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5764 | 2025.01.16 19:52:17.450962 [ 260 ] {7717aa3c-23d4-4755-9f3f-e641052e554f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5765 | 2025.01.16 19:52:17.451362 [ 260 ] {7717aa3c-23d4-4755-9f3f-e641052e554f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5766 | 2025.01.16 19:52:17.451604 [ 260 ] {7717aa3c-23d4-4755-9f3f-e641052e554f} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5767 | 2025.01.16 19:52:17.451824 [ 260 ] {7717aa3c-23d4-4755-9f3f-e641052e554f} <Debug> executeQuery: Read 50 rows, 3.71 KiB in 0.00173 sec., 28901.73410404624 rows/sec., 2.09 MiB/sec. | ||
| 5768 | 2025.01.16 19:52:17.451975 [ 260 ] {7717aa3c-23d4-4755-9f3f-e641052e554f} <Debug> TCPHandler: Processed in 0.002057506 sec. | ||
| 5769 | 2025.01.16 19:52:17.452212 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5770 | 2025.01.16 19:52:17.452356 [ 262 ] {14ba925e-ddd1-4650-baa3-0a7c6f7f5f30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5771 | 2025.01.16 19:52:17.452415 [ 262 ] {14ba925e-ddd1-4650-baa3-0a7c6f7f5f30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5772 | 2025.01.16 19:52:17.453189 [ 262 ] {14ba925e-ddd1-4650-baa3-0a7c6f7f5f30} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5773 | 2025.01.16 19:52:17.453241 [ 262 ] {14ba925e-ddd1-4650-baa3-0a7c6f7f5f30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5774 | 2025.01.16 19:52:17.453699 [ 262 ] {14ba925e-ddd1-4650-baa3-0a7c6f7f5f30} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5775 | 2025.01.16 19:52:17.453987 [ 262 ] {14ba925e-ddd1-4650-baa3-0a7c6f7f5f30} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5776 | 2025.01.16 19:52:17.454220 [ 262 ] {14ba925e-ddd1-4650-baa3-0a7c6f7f5f30} <Debug> executeQuery: Read 114 rows, 9.13 KiB in 0.001893 sec., 60221.87004754358 rows/sec., 4.71 MiB/sec. | ||
| 5777 | 2025.01.16 19:52:17.454274 [ 262 ] {14ba925e-ddd1-4650-baa3-0a7c6f7f5f30} <Debug> TCPHandler: Processed in 0.002191388 sec. | ||
| 5778 | 2025.01.16 19:52:17.454410 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5779 | 2025.01.16 19:52:17.454532 [ 260 ] {00483384-15d0-48d6-bff6-09cbe0b582e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5780 | 2025.01.16 19:52:17.454586 [ 260 ] {00483384-15d0-48d6-bff6-09cbe0b582e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5781 | 2025.01.16 19:52:17.455168 [ 260 ] {00483384-15d0-48d6-bff6-09cbe0b582e0} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5782 | 2025.01.16 19:52:17.455205 [ 260 ] {00483384-15d0-48d6-bff6-09cbe0b582e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5783 | 2025.01.16 19:52:17.455602 [ 260 ] {00483384-15d0-48d6-bff6-09cbe0b582e0} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5784 | 2025.01.16 19:52:17.455849 [ 260 ] {00483384-15d0-48d6-bff6-09cbe0b582e0} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5785 | 2025.01.16 19:52:17.456073 [ 260 ] {00483384-15d0-48d6-bff6-09cbe0b582e0} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.001561 sec., 105701.47341447789 rows/sec., 7.36 MiB/sec. | ||
| 5786 | 2025.01.16 19:52:17.456220 [ 260 ] {00483384-15d0-48d6-bff6-09cbe0b582e0} <Debug> TCPHandler: Processed in 0.001865392 sec. | ||
| 5787 | 2025.01.16 19:52:17.456444 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5788 | 2025.01.16 19:52:17.456587 [ 262 ] {9ae67fea-61ef-4402-8cc2-df48a37db528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5789 | 2025.01.16 19:52:17.456671 [ 262 ] {9ae67fea-61ef-4402-8cc2-df48a37db528} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5790 | 2025.01.16 19:52:17.457947 [ 262 ] {9ae67fea-61ef-4402-8cc2-df48a37db528} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5791 | 2025.01.16 19:52:17.457987 [ 262 ] {9ae67fea-61ef-4402-8cc2-df48a37db528} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5792 | 2025.01.16 19:52:17.458668 [ 262 ] {9ae67fea-61ef-4402-8cc2-df48a37db528} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5793 | 2025.01.16 19:52:17.458935 [ 262 ] {9ae67fea-61ef-4402-8cc2-df48a37db528} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5794 | 2025.01.16 19:52:17.459203 [ 262 ] {9ae67fea-61ef-4402-8cc2-df48a37db528} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002645 sec., 15122.873345935726 rows/sec., 27.10 MiB/sec. | ||
| 5795 | 2025.01.16 19:52:17.459315 [ 262 ] {9ae67fea-61ef-4402-8cc2-df48a37db528} <Debug> TCPHandler: Processed in 0.002978743 sec. | ||
| 5796 | 2025.01.16 19:52:17.459553 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5797 | 2025.01.16 19:52:17.459778 [ 260 ] {e5ee1eb3-d389-4539-9190-701f40e8f645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5798 | 2025.01.16 19:52:17.459873 [ 260 ] {e5ee1eb3-d389-4539-9190-701f40e8f645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5799 | 2025.01.16 19:52:17.460505 [ 260 ] {e5ee1eb3-d389-4539-9190-701f40e8f645} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5800 | 2025.01.16 19:52:17.460544 [ 260 ] {e5ee1eb3-d389-4539-9190-701f40e8f645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 5801 | 2025.01.16 19:52:17.460917 [ 260 ] {e5ee1eb3-d389-4539-9190-701f40e8f645} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5802 | 2025.01.16 19:52:17.461155 [ 260 ] {e5ee1eb3-d389-4539-9190-701f40e8f645} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5803 | 2025.01.16 19:52:17.461339 [ 260 ] {e5ee1eb3-d389-4539-9190-701f40e8f645} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001618 sec., 37082.81829419036 rows/sec., 2.50 MiB/sec. | ||
| 5804 | 2025.01.16 19:52:17.461390 [ 260 ] {e5ee1eb3-d389-4539-9190-701f40e8f645} <Debug> TCPHandler: Processed in 0.001951534 sec. | ||
| 5805 | 2025.01.16 19:52:18.290439 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 | ||
| 5806 | 2025.01.16 19:52:18.291408 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5807 | 2025.01.16 19:52:18.291448 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 5808 | 2025.01.16 19:52:18.291989 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5809 | 2025.01.16 19:52:18.292241 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5810 | 2025.01.16 19:52:18.292498 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 | ||
| 5811 | 2025.01.16 19:52:19.129331 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5812 | 2025.01.16 19:52:19.147864 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5813 | 2025.01.16 19:52:19.147920 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 5814 | 2025.01.16 19:52:19.155167 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5815 | 2025.01.16 19:52:19.155915 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5816 | 2025.01.16 19:52:19.158434 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5817 | 2025.01.16 19:52:22.446807 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5818 | 2025.01.16 19:52:22.447024 [ 260 ] {ab502631-dd64-4423-b576-5772b1eb9f1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5819 | 2025.01.16 19:52:22.447110 [ 260 ] {ab502631-dd64-4423-b576-5772b1eb9f1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5820 | 2025.01.16 19:52:22.447902 [ 260 ] {ab502631-dd64-4423-b576-5772b1eb9f1d} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5821 | 2025.01.16 19:52:22.447957 [ 260 ] {ab502631-dd64-4423-b576-5772b1eb9f1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 5822 | 2025.01.16 19:52:22.448413 [ 260 ] {ab502631-dd64-4423-b576-5772b1eb9f1d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5823 | 2025.01.16 19:52:22.448670 [ 260 ] {ab502631-dd64-4423-b576-5772b1eb9f1d} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5824 | 2025.01.16 19:52:22.448859 [ 125 ] {} <Debug> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5825 | 2025.01.16 19:52:22.448939 [ 260 ] {ab502631-dd64-4423-b576-5772b1eb9f1d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001971 sec., 7102.9934043632675 rows/sec., 511.32 KiB/sec. | ||
| 5826 | 2025.01.16 19:52:22.448950 [ 125 ] {} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5827 | 2025.01.16 19:52:22.449025 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 5828 | 2025.01.16 19:52:22.449080 [ 260 ] {ab502631-dd64-4423-b576-5772b1eb9f1d} <Debug> TCPHandler: Processed in 0.002411822 sec. | ||
| 5829 | 2025.01.16 19:52:22.449428 [ 196 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
| 5830 | 2025.01.16 19:52:22.449504 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5831 | 2025.01.16 19:52:22.449649 [ 196 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5832 | 2025.01.16 19:52:22.449730 [ 196 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::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 | ||
| 5833 | 2025.01.16 19:52:22.449804 [ 262 ] {9ef04cba-ba6e-4953-bc06-c714c30cfa0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5834 | 2025.01.16 19:52:22.449954 [ 196 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::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 | ||
| 5835 | 2025.01.16 19:52:22.450010 [ 262 ] {9ef04cba-ba6e-4953-bc06-c714c30cfa0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5836 | 2025.01.16 19:52:22.450326 [ 196 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::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 | ||
| 5837 | 2025.01.16 19:52:22.450687 [ 196 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::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 | ||
| 5838 | 2025.01.16 19:52:22.450989 [ 196 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::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 | ||
| 5839 | 2025.01.16 19:52:22.452929 [ 262 ] {9ef04cba-ba6e-4953-bc06-c714c30cfa0b} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5840 | 2025.01.16 19:52:22.453004 [ 262 ] {9ef04cba-ba6e-4953-bc06-c714c30cfa0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 5841 | 2025.01.16 19:52:22.453511 [ 196 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004357607 sec., 16063.862574114644 rows/sec., 1.19 MiB/sec. | ||
| 5842 | 2025.01.16 19:52:22.453726 [ 197 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5843 | 2025.01.16 19:52:22.453864 [ 262 ] {9ef04cba-ba6e-4953-bc06-c714c30cfa0b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5844 | 2025.01.16 19:52:22.454075 [ 197 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_17_4} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5845 | 2025.01.16 19:52:22.454172 [ 262 ] {9ef04cba-ba6e-4953-bc06-c714c30cfa0b} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5846 | 2025.01.16 19:52:22.454200 [ 197 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_17_4} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5847 | 2025.01.16 19:52:22.454329 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5848 | 2025.01.16 19:52:22.454469 [ 262 ] {9ef04cba-ba6e-4953-bc06-c714c30cfa0b} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.004776 sec., 42504.187604690116 rows/sec., 3.68 MiB/sec. | ||
| 5849 | 2025.01.16 19:52:22.454719 [ 262 ] {9ef04cba-ba6e-4953-bc06-c714c30cfa0b} <Debug> TCPHandler: Processed in 0.005492896 sec. | ||
| 5850 | 2025.01.16 19:52:22.454954 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5851 | 2025.01.16 19:52:22.455090 [ 260 ] {dcbd0985-4e87-4777-b5db-409e003bc41a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5852 | 2025.01.16 19:52:22.455145 [ 260 ] {dcbd0985-4e87-4777-b5db-409e003bc41a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5853 | 2025.01.16 19:52:22.455756 [ 260 ] {dcbd0985-4e87-4777-b5db-409e003bc41a} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5854 | 2025.01.16 19:52:22.455798 [ 260 ] {dcbd0985-4e87-4777-b5db-409e003bc41a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 5855 | 2025.01.16 19:52:22.456170 [ 260 ] {dcbd0985-4e87-4777-b5db-409e003bc41a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5856 | 2025.01.16 19:52:22.456425 [ 260 ] {dcbd0985-4e87-4777-b5db-409e003bc41a} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5857 | 2025.01.16 19:52:22.456614 [ 260 ] {dcbd0985-4e87-4777-b5db-409e003bc41a} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001553 sec., 4507.405022537026 rows/sec., 293.66 KiB/sec. | ||
| 5858 | 2025.01.16 19:52:22.456673 [ 260 ] {dcbd0985-4e87-4777-b5db-409e003bc41a} <Debug> TCPHandler: Processed in 0.001827042 sec. | ||
| 5859 | 2025.01.16 19:52:22.456826 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5860 | 2025.01.16 19:52:22.456944 [ 262 ] {7a75628c-7b49-4681-ae75-61b0bc85edca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5861 | 2025.01.16 19:52:22.456992 [ 262 ] {7a75628c-7b49-4681-ae75-61b0bc85edca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5862 | 2025.01.16 19:52:22.457568 [ 262 ] {7a75628c-7b49-4681-ae75-61b0bc85edca} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5863 | 2025.01.16 19:52:22.457607 [ 262 ] {7a75628c-7b49-4681-ae75-61b0bc85edca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 5864 | 2025.01.16 19:52:22.457971 [ 262 ] {7a75628c-7b49-4681-ae75-61b0bc85edca} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5865 | 2025.01.16 19:52:22.458216 [ 262 ] {7a75628c-7b49-4681-ae75-61b0bc85edca} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5866 | 2025.01.16 19:52:22.458436 [ 262 ] {7a75628c-7b49-4681-ae75-61b0bc85edca} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001515 sec., 9240.924092409241 rows/sec., 647.17 KiB/sec. | ||
| 5867 | 2025.01.16 19:52:22.458494 [ 262 ] {7a75628c-7b49-4681-ae75-61b0bc85edca} <Debug> TCPHandler: Processed in 0.00172488 sec. | ||
| 5868 | 2025.01.16 19:52:22.458638 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5869 | 2025.01.16 19:52:22.458777 [ 260 ] {76bf500c-21da-4275-b140-8da5f7e7c88b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5870 | 2025.01.16 19:52:22.458836 [ 260 ] {76bf500c-21da-4275-b140-8da5f7e7c88b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5871 | 2025.01.16 19:52:22.459470 [ 260 ] {76bf500c-21da-4275-b140-8da5f7e7c88b} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5872 | 2025.01.16 19:52:22.459507 [ 260 ] {76bf500c-21da-4275-b140-8da5f7e7c88b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 5873 | 2025.01.16 19:52:22.459862 [ 260 ] {76bf500c-21da-4275-b140-8da5f7e7c88b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5874 | 2025.01.16 19:52:22.460102 [ 260 ] {76bf500c-21da-4275-b140-8da5f7e7c88b} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5875 | 2025.01.16 19:52:22.460231 [ 170 ] {} <Debug> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5876 | 2025.01.16 19:52:22.460278 [ 170 ] {} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5877 | 2025.01.16 19:52:22.460298 [ 260 ] {76bf500c-21da-4275-b140-8da5f7e7c88b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00155 sec., 8387.09677419355 rows/sec., 522.93 KiB/sec. | ||
| 5878 | 2025.01.16 19:52:22.460306 [ 170 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 5879 | 2025.01.16 19:52:22.460401 [ 260 ] {76bf500c-21da-4275-b140-8da5f7e7c88b} <Debug> TCPHandler: Processed in 0.001829992 sec. | ||
| 5880 | 2025.01.16 19:52:22.460590 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::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 | ||
| 5881 | 2025.01.16 19:52:22.460626 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5882 | 2025.01.16 19:52:22.460914 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5883 | 2025.01.16 19:52:22.460922 [ 262 ] {b1553a3c-4c51-4233-82cf-10b3dfd97fa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5884 | 2025.01.16 19:52:22.460987 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::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 | ||
| 5885 | 2025.01.16 19:52:22.461030 [ 262 ] {b1553a3c-4c51-4233-82cf-10b3dfd97fa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5886 | 2025.01.16 19:52:22.461374 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::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 | ||
| 5887 | 2025.01.16 19:52:22.461693 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::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 | ||
| 5888 | 2025.01.16 19:52:22.462066 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::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 | ||
| 5889 | 2025.01.16 19:52:22.462396 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::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 | ||
| 5890 | 2025.01.16 19:52:22.464024 [ 262 ] {b1553a3c-4c51-4233-82cf-10b3dfd97fa0} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5891 | 2025.01.16 19:52:22.464100 [ 262 ] {b1553a3c-4c51-4233-82cf-10b3dfd97fa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 5892 | 2025.01.16 19:52:22.465016 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004591461 sec., 14156.713952269223 rows/sec., 937.97 KiB/sec. | ||
| 5893 | 2025.01.16 19:52:22.465165 [ 262 ] {b1553a3c-4c51-4233-82cf-10b3dfd97fa0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5894 | 2025.01.16 19:52:22.465207 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5895 | 2025.01.16 19:52:22.465622 [ 262 ] {b1553a3c-4c51-4233-82cf-10b3dfd97fa0} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5896 | 2025.01.16 19:52:22.465698 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_17_4} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5897 | 2025.01.16 19:52:22.465904 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_17_4} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5898 | 2025.01.16 19:52:22.466115 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5899 | 2025.01.16 19:52:22.466132 [ 262 ] {b1553a3c-4c51-4233-82cf-10b3dfd97fa0} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.005298 sec., 72102.68025670064 rows/sec., 5.10 MiB/sec. | ||
| 5900 | 2025.01.16 19:52:22.466217 [ 262 ] {b1553a3c-4c51-4233-82cf-10b3dfd97fa0} <Debug> TCPHandler: Processed in 0.005717861 sec. | ||
| 5901 | 2025.01.16 19:52:22.466379 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5902 | 2025.01.16 19:52:22.466519 [ 260 ] {7e54440c-e2f4-4c96-a022-88ea12112e45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5903 | 2025.01.16 19:52:22.466579 [ 260 ] {7e54440c-e2f4-4c96-a022-88ea12112e45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5904 | 2025.01.16 19:52:22.467144 [ 260 ] {7e54440c-e2f4-4c96-a022-88ea12112e45} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5905 | 2025.01.16 19:52:22.467188 [ 260 ] {7e54440c-e2f4-4c96-a022-88ea12112e45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 5906 | 2025.01.16 19:52:22.467569 [ 260 ] {7e54440c-e2f4-4c96-a022-88ea12112e45} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5907 | 2025.01.16 19:52:22.467804 [ 260 ] {7e54440c-e2f4-4c96-a022-88ea12112e45} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5908 | 2025.01.16 19:52:22.467981 [ 260 ] {7e54440c-e2f4-4c96-a022-88ea12112e45} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001495 sec., 4013.3779264214045 rows/sec., 209.68 KiB/sec. | ||
| 5909 | 2025.01.16 19:52:22.468033 [ 260 ] {7e54440c-e2f4-4c96-a022-88ea12112e45} <Debug> TCPHandler: Processed in 0.0017234 sec. | ||
| 5910 | 2025.01.16 19:52:22.468167 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5911 | 2025.01.16 19:52:22.468297 [ 262 ] {cfdfdda6-bc58-40d0-9ca0-1036e5777d10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5912 | 2025.01.16 19:52:22.468359 [ 262 ] {cfdfdda6-bc58-40d0-9ca0-1036e5777d10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5913 | 2025.01.16 19:52:22.469040 [ 262 ] {cfdfdda6-bc58-40d0-9ca0-1036e5777d10} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5914 | 2025.01.16 19:52:22.469086 [ 262 ] {cfdfdda6-bc58-40d0-9ca0-1036e5777d10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 5915 | 2025.01.16 19:52:22.469512 [ 262 ] {cfdfdda6-bc58-40d0-9ca0-1036e5777d10} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5916 | 2025.01.16 19:52:22.469752 [ 262 ] {cfdfdda6-bc58-40d0-9ca0-1036e5777d10} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5917 | 2025.01.16 19:52:22.469965 [ 262 ] {cfdfdda6-bc58-40d0-9ca0-1036e5777d10} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0017 sec., 139411.76470588235 rows/sec., 9.34 MiB/sec. | ||
| 5918 | 2025.01.16 19:52:22.470019 [ 262 ] {cfdfdda6-bc58-40d0-9ca0-1036e5777d10} <Debug> TCPHandler: Processed in 0.001908804 sec. | ||
| 5919 | 2025.01.16 19:52:22.470144 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5920 | 2025.01.16 19:52:22.470269 [ 260 ] {be02ebf4-5738-4086-8fcb-0f9cac67fcfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5921 | 2025.01.16 19:52:22.470331 [ 260 ] {be02ebf4-5738-4086-8fcb-0f9cac67fcfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5922 | 2025.01.16 19:52:22.470907 [ 260 ] {be02ebf4-5738-4086-8fcb-0f9cac67fcfa} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5923 | 2025.01.16 19:52:22.470953 [ 260 ] {be02ebf4-5738-4086-8fcb-0f9cac67fcfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 5924 | 2025.01.16 19:52:22.471363 [ 260 ] {be02ebf4-5738-4086-8fcb-0f9cac67fcfa} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5925 | 2025.01.16 19:52:22.471613 [ 260 ] {be02ebf4-5738-4086-8fcb-0f9cac67fcfa} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5926 | 2025.01.16 19:52:22.471799 [ 260 ] {be02ebf4-5738-4086-8fcb-0f9cac67fcfa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001563 sec., 639.7952655150352 rows/sec., 43.11 KiB/sec. | ||
| 5927 | 2025.01.16 19:52:22.471851 [ 260 ] {be02ebf4-5738-4086-8fcb-0f9cac67fcfa} <Debug> TCPHandler: Processed in 0.001760061 sec. | ||
| 5928 | 2025.01.16 19:52:22.471995 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5929 | 2025.01.16 19:52:22.472112 [ 262 ] {ded305d6-7c44-4446-b88c-aaf52294405c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5930 | 2025.01.16 19:52:22.472162 [ 262 ] {ded305d6-7c44-4446-b88c-aaf52294405c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5931 | 2025.01.16 19:52:22.472727 [ 262 ] {ded305d6-7c44-4446-b88c-aaf52294405c} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5932 | 2025.01.16 19:52:22.472776 [ 262 ] {ded305d6-7c44-4446-b88c-aaf52294405c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 5933 | 2025.01.16 19:52:22.473219 [ 262 ] {ded305d6-7c44-4446-b88c-aaf52294405c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5934 | 2025.01.16 19:52:22.473472 [ 262 ] {ded305d6-7c44-4446-b88c-aaf52294405c} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5935 | 2025.01.16 19:52:22.473722 [ 262 ] {ded305d6-7c44-4446-b88c-aaf52294405c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001625 sec., 50461.53846153846 rows/sec., 3.20 MiB/sec. | ||
| 5936 | 2025.01.16 19:52:22.473823 [ 262 ] {ded305d6-7c44-4446-b88c-aaf52294405c} <Debug> TCPHandler: Processed in 0.001882213 sec. | ||
| 5937 | 2025.01.16 19:52:25.657713 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5938 | 2025.01.16 19:52:25.657773 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5939 | 2025.01.16 19:52:25.792624 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 | ||
| 5940 | 2025.01.16 19:52:25.793273 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5941 | 2025.01.16 19:52:25.793322 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 5942 | 2025.01.16 19:52:25.793837 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5943 | 2025.01.16 19:52:25.794091 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5944 | 2025.01.16 19:52:25.794330 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5945 | 2025.01.16 19:52:25.849058 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 832 | ||
| 5946 | 2025.01.16 19:52:25.852129 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5947 | 2025.01.16 19:52:25.852170 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 5948 | 2025.01.16 19:52:25.853645 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5949 | 2025.01.16 19:52:25.853971 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5950 | 2025.01.16 19:52:25.854443 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 832 | ||
| 5951 | 2025.01.16 19:52:26.658503 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 5952 | 2025.01.16 19:52:26.680163 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5953 | 2025.01.16 19:52:26.680232 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 5954 | 2025.01.16 19:52:26.688340 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5955 | 2025.01.16 19:52:26.689221 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5956 | 2025.01.16 19:52:26.692816 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 5957 | 2025.01.16 19:52:27.444309 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5958 | 2025.01.16 19:52:27.444504 [ 260 ] {fd82b379-46b7-4fa5-961e-24e6c828a8f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5959 | 2025.01.16 19:52:27.444577 [ 260 ] {fd82b379-46b7-4fa5-961e-24e6c828a8f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5960 | 2025.01.16 19:52:27.445428 [ 260 ] {fd82b379-46b7-4fa5-961e-24e6c828a8f5} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5961 | 2025.01.16 19:52:27.445483 [ 260 ] {fd82b379-46b7-4fa5-961e-24e6c828a8f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 5962 | 2025.01.16 19:52:27.445932 [ 260 ] {fd82b379-46b7-4fa5-961e-24e6c828a8f5} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5963 | 2025.01.16 19:52:27.446193 [ 260 ] {fd82b379-46b7-4fa5-961e-24e6c828a8f5} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5964 | 2025.01.16 19:52:27.446466 [ 260 ] {fd82b379-46b7-4fa5-961e-24e6c828a8f5} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002008 sec., 67729.08366533865 rows/sec., 5.84 MiB/sec. | ||
| 5965 | 2025.01.16 19:52:27.446566 [ 260 ] {fd82b379-46b7-4fa5-961e-24e6c828a8f5} <Debug> TCPHandler: Processed in 0.002386022 sec. | ||
| 5966 | 2025.01.16 19:52:27.446898 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5967 | 2025.01.16 19:52:27.447112 [ 262 ] {2ba83430-34ec-4e3d-a5fc-6715113fa4c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5968 | 2025.01.16 19:52:27.447192 [ 262 ] {2ba83430-34ec-4e3d-a5fc-6715113fa4c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5969 | 2025.01.16 19:52:27.447976 [ 262 ] {2ba83430-34ec-4e3d-a5fc-6715113fa4c0} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5970 | 2025.01.16 19:52:27.448030 [ 262 ] {2ba83430-34ec-4e3d-a5fc-6715113fa4c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 5971 | 2025.01.16 19:52:27.448478 [ 262 ] {2ba83430-34ec-4e3d-a5fc-6715113fa4c0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5972 | 2025.01.16 19:52:27.448749 [ 262 ] {2ba83430-34ec-4e3d-a5fc-6715113fa4c0} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5973 | 2025.01.16 19:52:27.448930 [ 155 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5974 | 2025.01.16 19:52:27.449003 [ 262 ] {2ba83430-34ec-4e3d-a5fc-6715113fa4c0} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001946 sec., 20554.98458376156 rows/sec., 1.51 MiB/sec. | ||
| 5975 | 2025.01.16 19:52:27.449015 [ 155 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5976 | 2025.01.16 19:52:27.449084 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 5977 | 2025.01.16 19:52:27.449139 [ 262 ] {2ba83430-34ec-4e3d-a5fc-6715113fa4c0} <Debug> TCPHandler: Processed in 0.002416302 sec. | ||
| 5978 | 2025.01.16 19:52:27.449400 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5979 | 2025.01.16 19:52:27.449484 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::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 | ||
| 5980 | 2025.01.16 19:52:27.449765 [ 260 ] {58dc4007-d73b-445b-8579-14e6e4b7148f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5981 | 2025.01.16 19:52:27.449964 [ 260 ] {58dc4007-d73b-445b-8579-14e6e4b7148f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5982 | 2025.01.16 19:52:27.450168 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5983 | 2025.01.16 19:52:27.450348 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 65 rows starting from the beginning of the part | ||
| 5984 | 2025.01.16 19:52:27.450729 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 40 rows starting from the beginning of the part | ||
| 5985 | 2025.01.16 19:52:27.451222 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 7 rows starting from the beginning of the part | ||
| 5986 | 2025.01.16 19:52:27.451583 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 50 rows starting from the beginning of the part | ||
| 5987 | 2025.01.16 19:52:27.451956 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 7 rows starting from the beginning of the part | ||
| 5988 | 2025.01.16 19:52:27.452334 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 40 rows starting from the beginning of the part | ||
| 5989 | 2025.01.16 19:52:27.453058 [ 260 ] {58dc4007-d73b-445b-8579-14e6e4b7148f} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5990 | 2025.01.16 19:52:27.453126 [ 260 ] {58dc4007-d73b-445b-8579-14e6e4b7148f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 5991 | 2025.01.16 19:52:27.454194 [ 260 ] {58dc4007-d73b-445b-8579-14e6e4b7148f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5992 | 2025.01.16 19:52:27.454773 [ 260 ] {58dc4007-d73b-445b-8579-14e6e4b7148f} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5993 | 2025.01.16 19:52:27.455073 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 209 rows, containing 5 columns (5 merged, 0 gathered) in 0.005887543 sec., 35498.67916038999 rows/sec., 2.68 MiB/sec. | ||
| 5994 | 2025.01.16 19:52:27.455304 [ 260 ] {58dc4007-d73b-445b-8579-14e6e4b7148f} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.005687 sec., 18287.32196237032 rows/sec., 1.43 MiB/sec. | ||
| 5995 | 2025.01.16 19:52:27.455330 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5996 | 2025.01.16 19:52:27.455498 [ 260 ] {58dc4007-d73b-445b-8579-14e6e4b7148f} <Debug> TCPHandler: Processed in 0.00623106 sec. | ||
| 5997 | 2025.01.16 19:52:27.455727 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5998 | 2025.01.16 19:52:27.455853 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_36_7} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5999 | 2025.01.16 19:52:27.455983 [ 262 ] {4d720fbd-273a-411e-a142-8c67c0a83293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6000 | 2025.01.16 19:52:27.456022 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_36_7} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6001 | 2025.01.16 19:52:27.456077 [ 262 ] {4d720fbd-273a-411e-a142-8c67c0a83293} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6002 | 2025.01.16 19:52:27.456186 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 6003 | 2025.01.16 19:52:27.456801 [ 262 ] {4d720fbd-273a-411e-a142-8c67c0a83293} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6004 | 2025.01.16 19:52:27.456846 [ 262 ] {4d720fbd-273a-411e-a142-8c67c0a83293} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6005 | 2025.01.16 19:52:27.457260 [ 262 ] {4d720fbd-273a-411e-a142-8c67c0a83293} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6006 | 2025.01.16 19:52:27.457501 [ 262 ] {4d720fbd-273a-411e-a142-8c67c0a83293} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6007 | 2025.01.16 19:52:27.457711 [ 262 ] {4d720fbd-273a-411e-a142-8c67c0a83293} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001821 sec., 87863.81109280615 rows/sec., 6.12 MiB/sec. | ||
| 6008 | 2025.01.16 19:52:27.457763 [ 262 ] {4d720fbd-273a-411e-a142-8c67c0a83293} <Debug> TCPHandler: Processed in 0.002144787 sec. | ||
| 6009 | 2025.01.16 19:52:27.457916 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6010 | 2025.01.16 19:52:27.458067 [ 260 ] {0d4d2721-6011-475a-9751-1183b8647123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6011 | 2025.01.16 19:52:27.458159 [ 260 ] {0d4d2721-6011-475a-9751-1183b8647123} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6012 | 2025.01.16 19:52:27.459372 [ 260 ] {0d4d2721-6011-475a-9751-1183b8647123} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6013 | 2025.01.16 19:52:27.459414 [ 260 ] {0d4d2721-6011-475a-9751-1183b8647123} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6014 | 2025.01.16 19:52:27.460095 [ 260 ] {0d4d2721-6011-475a-9751-1183b8647123} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6015 | 2025.01.16 19:52:27.460364 [ 260 ] {0d4d2721-6011-475a-9751-1183b8647123} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6016 | 2025.01.16 19:52:27.460723 [ 260 ] {0d4d2721-6011-475a-9751-1183b8647123} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002661 sec., 15031.942878617061 rows/sec., 26.94 MiB/sec. | ||
| 6017 | 2025.01.16 19:52:27.460971 [ 260 ] {0d4d2721-6011-475a-9751-1183b8647123} <Debug> TCPHandler: Processed in 0.003126555 sec. | ||
| 6018 | 2025.01.16 19:52:27.461118 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6019 | 2025.01.16 19:52:27.461258 [ 262 ] {2d7fd6c4-677e-4066-91ac-093c797c75be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6020 | 2025.01.16 19:52:27.461317 [ 262 ] {2d7fd6c4-677e-4066-91ac-093c797c75be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6021 | 2025.01.16 19:52:27.461827 [ 262 ] {2d7fd6c4-677e-4066-91ac-093c797c75be} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6022 | 2025.01.16 19:52:27.461868 [ 262 ] {2d7fd6c4-677e-4066-91ac-093c797c75be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6023 | 2025.01.16 19:52:27.462302 [ 262 ] {2d7fd6c4-677e-4066-91ac-093c797c75be} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6024 | 2025.01.16 19:52:27.462547 [ 262 ] {2d7fd6c4-677e-4066-91ac-093c797c75be} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6025 | 2025.01.16 19:52:27.462814 [ 262 ] {2d7fd6c4-677e-4066-91ac-093c797c75be} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001578 sec., 38022.813688212926 rows/sec., 2.56 MiB/sec. | ||
| 6026 | 2025.01.16 19:52:27.462973 [ 262 ] {2d7fd6c4-677e-4066-91ac-093c797c75be} <Debug> TCPHandler: Processed in 0.001919164 sec. | ||
| 6027 | 2025.01.16 19:52:30.721163 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6028 | 2025.01.16 19:52:30.721394 [ 260 ] {0a6d082c-e383-43ff-aa95-742cd6348ac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6029 | 2025.01.16 19:52:30.721477 [ 260 ] {0a6d082c-e383-43ff-aa95-742cd6348ac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6030 | 2025.01.16 19:52:30.722235 [ 260 ] {0a6d082c-e383-43ff-aa95-742cd6348ac2} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6031 | 2025.01.16 19:52:30.722286 [ 260 ] {0a6d082c-e383-43ff-aa95-742cd6348ac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6032 | 2025.01.16 19:52:30.722715 [ 260 ] {0a6d082c-e383-43ff-aa95-742cd6348ac2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6033 | 2025.01.16 19:52:30.722982 [ 260 ] {0a6d082c-e383-43ff-aa95-742cd6348ac2} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6034 | 2025.01.16 19:52:30.723219 [ 260 ] {0a6d082c-e383-43ff-aa95-742cd6348ac2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00187 sec., 7486.631016042781 rows/sec., 538.94 KiB/sec. | ||
| 6035 | 2025.01.16 19:52:30.723370 [ 260 ] {0a6d082c-e383-43ff-aa95-742cd6348ac2} <Debug> TCPHandler: Processed in 0.002345471 sec. | ||
| 6036 | 2025.01.16 19:52:30.723725 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6037 | 2025.01.16 19:52:30.723922 [ 262 ] {cfcfe04f-53e0-47dc-91d0-8a0093c52b22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6038 | 2025.01.16 19:52:30.724000 [ 262 ] {cfcfe04f-53e0-47dc-91d0-8a0093c52b22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6039 | 2025.01.16 19:52:30.724772 [ 262 ] {cfcfe04f-53e0-47dc-91d0-8a0093c52b22} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6040 | 2025.01.16 19:52:30.724827 [ 262 ] {cfcfe04f-53e0-47dc-91d0-8a0093c52b22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6041 | 2025.01.16 19:52:30.725265 [ 262 ] {cfcfe04f-53e0-47dc-91d0-8a0093c52b22} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6042 | 2025.01.16 19:52:30.725552 [ 262 ] {cfcfe04f-53e0-47dc-91d0-8a0093c52b22} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6043 | 2025.01.16 19:52:30.725807 [ 262 ] {cfcfe04f-53e0-47dc-91d0-8a0093c52b22} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001935 sec., 3100.7751937984494 rows/sec., 252.85 KiB/sec. | ||
| 6044 | 2025.01.16 19:52:30.725895 [ 262 ] {cfcfe04f-53e0-47dc-91d0-8a0093c52b22} <Debug> TCPHandler: Processed in 0.00230593 sec. | ||
| 6045 | 2025.01.16 19:52:30.726055 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6046 | 2025.01.16 19:52:30.726202 [ 260 ] {78783c67-144d-47f7-af48-00661d60a595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6047 | 2025.01.16 19:52:30.726263 [ 260 ] {78783c67-144d-47f7-af48-00661d60a595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6048 | 2025.01.16 19:52:30.727418 [ 260 ] {78783c67-144d-47f7-af48-00661d60a595} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6049 | 2025.01.16 19:52:30.727458 [ 260 ] {78783c67-144d-47f7-af48-00661d60a595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6050 | 2025.01.16 19:52:30.727940 [ 260 ] {78783c67-144d-47f7-af48-00661d60a595} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6051 | 2025.01.16 19:52:30.728192 [ 260 ] {78783c67-144d-47f7-af48-00661d60a595} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6052 | 2025.01.16 19:52:30.728431 [ 260 ] {78783c67-144d-47f7-af48-00661d60a595} <Debug> executeQuery: Read 1346 rows, 114.77 KiB in 0.002258 sec., 596102.7457927369 rows/sec., 49.64 MiB/sec. | ||
| 6053 | 2025.01.16 19:52:30.728598 [ 260 ] {78783c67-144d-47f7-af48-00661d60a595} <Debug> TCPHandler: Processed in 0.002606966 sec. | ||
| 6054 | 2025.01.16 19:52:30.728850 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6055 | 2025.01.16 19:52:30.729003 [ 262 ] {d6b2554a-7291-47fc-9ec1-fa311dc5cf42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6056 | 2025.01.16 19:52:30.729065 [ 262 ] {d6b2554a-7291-47fc-9ec1-fa311dc5cf42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6057 | 2025.01.16 19:52:30.729725 [ 262 ] {d6b2554a-7291-47fc-9ec1-fa311dc5cf42} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6058 | 2025.01.16 19:52:30.729765 [ 262 ] {d6b2554a-7291-47fc-9ec1-fa311dc5cf42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6059 | 2025.01.16 19:52:30.730139 [ 262 ] {d6b2554a-7291-47fc-9ec1-fa311dc5cf42} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6060 | 2025.01.16 19:52:30.730384 [ 262 ] {d6b2554a-7291-47fc-9ec1-fa311dc5cf42} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6061 | 2025.01.16 19:52:30.730563 [ 262 ] {d6b2554a-7291-47fc-9ec1-fa311dc5cf42} <Debug> executeQuery: Read 13 rows, 896.00 B in 0.001597 sec., 8140.2629931120855 rows/sec., 547.90 KiB/sec. | ||
| 6062 | 2025.01.16 19:52:30.730620 [ 262 ] {d6b2554a-7291-47fc-9ec1-fa311dc5cf42} <Debug> TCPHandler: Processed in 0.001896343 sec. | ||
| 6063 | 2025.01.16 19:52:30.730774 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6064 | 2025.01.16 19:52:30.730914 [ 260 ] {7247eaab-78ef-4f3c-8a43-230b94e8e1c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6065 | 2025.01.16 19:52:30.730971 [ 260 ] {7247eaab-78ef-4f3c-8a43-230b94e8e1c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6066 | 2025.01.16 19:52:30.731713 [ 260 ] {7247eaab-78ef-4f3c-8a43-230b94e8e1c1} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6067 | 2025.01.16 19:52:30.731753 [ 260 ] {7247eaab-78ef-4f3c-8a43-230b94e8e1c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6068 | 2025.01.16 19:52:30.732120 [ 260 ] {7247eaab-78ef-4f3c-8a43-230b94e8e1c1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6069 | 2025.01.16 19:52:30.732411 [ 260 ] {7247eaab-78ef-4f3c-8a43-230b94e8e1c1} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6070 | 2025.01.16 19:52:30.732625 [ 260 ] {7247eaab-78ef-4f3c-8a43-230b94e8e1c1} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001743 sec., 138841.07860011474 rows/sec., 9.41 MiB/sec. | ||
| 6071 | 2025.01.16 19:52:30.732683 [ 260 ] {7247eaab-78ef-4f3c-8a43-230b94e8e1c1} <Debug> TCPHandler: Processed in 0.001976294 sec. | ||
| 6072 | 2025.01.16 19:52:30.732833 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6073 | 2025.01.16 19:52:30.732973 [ 262 ] {953dc0fc-d061-4c1c-876a-aa212cef6039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6074 | 2025.01.16 19:52:30.733031 [ 262 ] {953dc0fc-d061-4c1c-876a-aa212cef6039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6075 | 2025.01.16 19:52:30.733669 [ 262 ] {953dc0fc-d061-4c1c-876a-aa212cef6039} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6076 | 2025.01.16 19:52:30.733706 [ 262 ] {953dc0fc-d061-4c1c-876a-aa212cef6039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6077 | 2025.01.16 19:52:30.734061 [ 262 ] {953dc0fc-d061-4c1c-876a-aa212cef6039} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6078 | 2025.01.16 19:52:30.734300 [ 262 ] {953dc0fc-d061-4c1c-876a-aa212cef6039} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6079 | 2025.01.16 19:52:30.734505 [ 262 ] {953dc0fc-d061-4c1c-876a-aa212cef6039} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001555 sec., 8360.128617363343 rows/sec., 521.25 KiB/sec. | ||
| 6080 | 2025.01.16 19:52:30.734595 [ 262 ] {953dc0fc-d061-4c1c-876a-aa212cef6039} <Debug> TCPHandler: Processed in 0.001830612 sec. | ||
| 6081 | 2025.01.16 19:52:30.734745 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6082 | 2025.01.16 19:52:30.734885 [ 260 ] {751b4fc2-4e5d-41ef-b71a-7f88b5381f2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6083 | 2025.01.16 19:52:30.734941 [ 260 ] {751b4fc2-4e5d-41ef-b71a-7f88b5381f2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6084 | 2025.01.16 19:52:30.735855 [ 260 ] {751b4fc2-4e5d-41ef-b71a-7f88b5381f2b} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6085 | 2025.01.16 19:52:30.735894 [ 260 ] {751b4fc2-4e5d-41ef-b71a-7f88b5381f2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6086 | 2025.01.16 19:52:30.736307 [ 260 ] {751b4fc2-4e5d-41ef-b71a-7f88b5381f2b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6087 | 2025.01.16 19:52:30.736547 [ 260 ] {751b4fc2-4e5d-41ef-b71a-7f88b5381f2b} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6088 | 2025.01.16 19:52:30.736770 [ 260 ] {751b4fc2-4e5d-41ef-b71a-7f88b5381f2b} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.001917 sec., 440271.2571726656 rows/sec., 31.82 MiB/sec. | ||
| 6089 | 2025.01.16 19:52:30.736825 [ 260 ] {751b4fc2-4e5d-41ef-b71a-7f88b5381f2b} <Debug> TCPHandler: Processed in 0.002150758 sec. | ||
| 6090 | 2025.01.16 19:52:30.736983 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6091 | 2025.01.16 19:52:30.737122 [ 262 ] {5e0ae78b-50fd-4f09-9cf3-5a4dca69856a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6092 | 2025.01.16 19:52:30.737181 [ 262 ] {5e0ae78b-50fd-4f09-9cf3-5a4dca69856a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6093 | 2025.01.16 19:52:30.737705 [ 262 ] {5e0ae78b-50fd-4f09-9cf3-5a4dca69856a} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6094 | 2025.01.16 19:52:30.737742 [ 262 ] {5e0ae78b-50fd-4f09-9cf3-5a4dca69856a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6095 | 2025.01.16 19:52:30.738102 [ 262 ] {5e0ae78b-50fd-4f09-9cf3-5a4dca69856a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6096 | 2025.01.16 19:52:30.738349 [ 262 ] {5e0ae78b-50fd-4f09-9cf3-5a4dca69856a} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6097 | 2025.01.16 19:52:30.738544 [ 262 ] {5e0ae78b-50fd-4f09-9cf3-5a4dca69856a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001453 sec., 4129.387474191328 rows/sec., 215.74 KiB/sec. | ||
| 6098 | 2025.01.16 19:52:30.738596 [ 262 ] {5e0ae78b-50fd-4f09-9cf3-5a4dca69856a} <Debug> TCPHandler: Processed in 0.001683979 sec. | ||
| 6099 | 2025.01.16 19:52:30.738745 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6100 | 2025.01.16 19:52:30.738884 [ 260 ] {ddc0a595-cb4c-4cfc-b893-9f208ce3729e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6101 | 2025.01.16 19:52:30.738945 [ 260 ] {ddc0a595-cb4c-4cfc-b893-9f208ce3729e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6102 | 2025.01.16 19:52:30.739826 [ 260 ] {ddc0a595-cb4c-4cfc-b893-9f208ce3729e} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6103 | 2025.01.16 19:52:30.739865 [ 260 ] {ddc0a595-cb4c-4cfc-b893-9f208ce3729e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6104 | 2025.01.16 19:52:30.740310 [ 260 ] {ddc0a595-cb4c-4cfc-b893-9f208ce3729e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6105 | 2025.01.16 19:52:30.740569 [ 260 ] {ddc0a595-cb4c-4cfc-b893-9f208ce3729e} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6106 | 2025.01.16 19:52:30.740823 [ 260 ] {ddc0a595-cb4c-4cfc-b893-9f208ce3729e} <Debug> executeQuery: Read 928 rows, 63.41 KiB in 0.001967 sec., 471784.4433146924 rows/sec., 31.48 MiB/sec. | ||
| 6107 | 2025.01.16 19:52:30.740942 [ 260 ] {ddc0a595-cb4c-4cfc-b893-9f208ce3729e} <Debug> TCPHandler: Processed in 0.00225956 sec. | ||
| 6108 | 2025.01.16 19:52:30.741182 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6109 | 2025.01.16 19:52:30.741347 [ 262 ] {eb4d2517-7d1a-4ba9-8bb1-fa10707bfedd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6110 | 2025.01.16 19:52:30.741408 [ 262 ] {eb4d2517-7d1a-4ba9-8bb1-fa10707bfedd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6111 | 2025.01.16 19:52:30.741892 [ 262 ] {eb4d2517-7d1a-4ba9-8bb1-fa10707bfedd} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6112 | 2025.01.16 19:52:30.741929 [ 262 ] {eb4d2517-7d1a-4ba9-8bb1-fa10707bfedd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6113 | 2025.01.16 19:52:30.742328 [ 262 ] {eb4d2517-7d1a-4ba9-8bb1-fa10707bfedd} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6114 | 2025.01.16 19:52:30.742596 [ 262 ] {eb4d2517-7d1a-4ba9-8bb1-fa10707bfedd} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6115 | 2025.01.16 19:52:30.742779 [ 262 ] {eb4d2517-7d1a-4ba9-8bb1-fa10707bfedd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001464 sec., 683.0601092896175 rows/sec., 46.03 KiB/sec. | ||
| 6116 | 2025.01.16 19:52:30.742833 [ 262 ] {eb4d2517-7d1a-4ba9-8bb1-fa10707bfedd} <Debug> TCPHandler: Processed in 0.001799331 sec. | ||
| 6117 | 2025.01.16 19:52:30.742973 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6118 | 2025.01.16 19:52:30.743092 [ 260 ] {b4b96d8b-f7f0-47a1-b820-e81c68099c7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6119 | 2025.01.16 19:52:30.743143 [ 260 ] {b4b96d8b-f7f0-47a1-b820-e81c68099c7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6120 | 2025.01.16 19:52:30.743658 [ 260 ] {b4b96d8b-f7f0-47a1-b820-e81c68099c7b} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6121 | 2025.01.16 19:52:30.743698 [ 260 ] {b4b96d8b-f7f0-47a1-b820-e81c68099c7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6122 | 2025.01.16 19:52:30.744065 [ 260 ] {b4b96d8b-f7f0-47a1-b820-e81c68099c7b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6123 | 2025.01.16 19:52:30.744316 [ 260 ] {b4b96d8b-f7f0-47a1-b820-e81c68099c7b} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6124 | 2025.01.16 19:52:30.744535 [ 260 ] {b4b96d8b-f7f0-47a1-b820-e81c68099c7b} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001467 sec., 47716.42808452625 rows/sec., 3.00 MiB/sec. | ||
| 6125 | 2025.01.16 19:52:30.744590 [ 260 ] {b4b96d8b-f7f0-47a1-b820-e81c68099c7b} <Debug> TCPHandler: Processed in 0.001676719 sec. | ||
| 6126 | 2025.01.16 19:52:32.435743 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6127 | 2025.01.16 19:52:32.435967 [ 260 ] {a5c21392-ef94-44b0-8baf-44c4c4e44226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6128 | 2025.01.16 19:52:32.436063 [ 260 ] {a5c21392-ef94-44b0-8baf-44c4c4e44226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6129 | 2025.01.16 19:52:32.437007 [ 260 ] {a5c21392-ef94-44b0-8baf-44c4c4e44226} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6130 | 2025.01.16 19:52:32.437058 [ 260 ] {a5c21392-ef94-44b0-8baf-44c4c4e44226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6131 | 2025.01.16 19:52:32.437618 [ 260 ] {a5c21392-ef94-44b0-8baf-44c4c4e44226} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6132 | 2025.01.16 19:52:32.437933 [ 260 ] {a5c21392-ef94-44b0-8baf-44c4c4e44226} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6133 | 2025.01.16 19:52:32.438124 [ 42 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6134 | 2025.01.16 19:52:32.438178 [ 42 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6135 | 2025.01.16 19:52:32.438192 [ 260 ] {a5c21392-ef94-44b0-8baf-44c4c4e44226} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002292 sec., 24432.809773123907 rows/sec., 1.88 MiB/sec. | ||
| 6136 | 2025.01.16 19:52:32.438207 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6137 | 2025.01.16 19:52:32.438331 [ 260 ] {a5c21392-ef94-44b0-8baf-44c4c4e44226} <Debug> TCPHandler: Processed in 0.002764489 sec. | ||
| 6138 | 2025.01.16 19:52:32.438473 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 6139 | 2025.01.16 19:52:32.438664 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6140 | 2025.01.16 19:52:32.438704 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6141 | 2025.01.16 19:52:32.438771 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1434 rows starting from the beginning of the part | ||
| 6142 | 2025.01.16 19:52:32.439004 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 141 rows starting from the beginning of the part | ||
| 6143 | 2025.01.16 19:52:32.439024 [ 262 ] {25032fc8-0522-4fa2-9898-7939227947fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6144 | 2025.01.16 19:52:32.439207 [ 262 ] {25032fc8-0522-4fa2-9898-7939227947fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6145 | 2025.01.16 19:52:32.439393 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 203 rows starting from the beginning of the part | ||
| 6146 | 2025.01.16 19:52:32.439682 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 136 rows starting from the beginning of the part | ||
| 6147 | 2025.01.16 19:52:32.439995 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1346 rows starting from the beginning of the part | ||
| 6148 | 2025.01.16 19:52:32.440446 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part | ||
| 6149 | 2025.01.16 19:52:32.441930 [ 262 ] {25032fc8-0522-4fa2-9898-7939227947fb} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6150 | 2025.01.16 19:52:32.442011 [ 262 ] {25032fc8-0522-4fa2-9898-7939227947fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6151 | 2025.01.16 19:52:32.443010 [ 262 ] {25032fc8-0522-4fa2-9898-7939227947fb} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6152 | 2025.01.16 19:52:32.443329 [ 262 ] {25032fc8-0522-4fa2-9898-7939227947fb} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6153 | 2025.01.16 19:52:32.443655 [ 79 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6154 | 2025.01.16 19:52:32.443810 [ 79 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6155 | 2025.01.16 19:52:32.443852 [ 262 ] {25032fc8-0522-4fa2-9898-7939227947fb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00495 sec., 12929.292929292928 rows/sec., 1.01 MiB/sec. | ||
| 6156 | 2025.01.16 19:52:32.443903 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6157 | 2025.01.16 19:52:32.444246 [ 262 ] {25032fc8-0522-4fa2-9898-7939227947fb} <Debug> TCPHandler: Processed in 0.005746151 sec. | ||
| 6158 | 2025.01.16 19:52:32.444506 [ 191 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 6159 | 2025.01.16 19:52:32.444523 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6160 | 2025.01.16 19:52:32.444519 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3316 rows, containing 5 columns (5 merged, 0 gathered) in 0.006186489 sec., 536006.7721772398 rows/sec., 46.96 MiB/sec. | ||
| 6161 | 2025.01.16 19:52:32.444815 [ 260 ] {9e95bbe5-9489-4de4-bdd8-1e4d3bf2028a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6162 | 2025.01.16 19:52:32.444879 [ 191 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6163 | 2025.01.16 19:52:32.444976 [ 260 ] {9e95bbe5-9489-4de4-bdd8-1e4d3bf2028a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6164 | 2025.01.16 19:52:32.444986 [ 191 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 914 rows starting from the beginning of the part | ||
| 6165 | 2025.01.16 19:52:32.444990 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6166 | 2025.01.16 19:52:32.445580 [ 191 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 114 rows starting from the beginning of the part | ||
| 6167 | 2025.01.16 19:52:32.446166 [ 191 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 382 rows starting from the beginning of the part | ||
| 6168 | 2025.01.16 19:52:32.446499 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_46_9} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6169 | 2025.01.16 19:52:32.446690 [ 191 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 104 rows starting from the beginning of the part | ||
| 6170 | 2025.01.16 19:52:32.447059 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_46_9} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6171 | 2025.01.16 19:52:32.447395 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 6172 | 2025.01.16 19:52:32.447523 [ 191 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 844 rows starting from the beginning of the part | ||
| 6173 | 2025.01.16 19:52:32.447767 [ 191 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 64 rows starting from the beginning of the part | ||
| 6174 | 2025.01.16 19:52:32.448688 [ 260 ] {9e95bbe5-9489-4de4-bdd8-1e4d3bf2028a} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6175 | 2025.01.16 19:52:32.448757 [ 260 ] {9e95bbe5-9489-4de4-bdd8-1e4d3bf2028a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6176 | 2025.01.16 19:52:32.449726 [ 260 ] {9e95bbe5-9489-4de4-bdd8-1e4d3bf2028a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6177 | 2025.01.16 19:52:32.450280 [ 260 ] {9e95bbe5-9489-4de4-bdd8-1e4d3bf2028a} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6178 | 2025.01.16 19:52:32.450529 [ 79 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6179 | 2025.01.16 19:52:32.450623 [ 79 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6180 | 2025.01.16 19:52:32.450662 [ 260 ] {9e95bbe5-9489-4de4-bdd8-1e4d3bf2028a} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.00595 sec., 5378.151260504202 rows/sec., 383.57 KiB/sec. | ||
| 6181 | 2025.01.16 19:52:32.450671 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6182 | 2025.01.16 19:52:32.450969 [ 260 ] {9e95bbe5-9489-4de4-bdd8-1e4d3bf2028a} <Debug> TCPHandler: Processed in 0.006567496 sec. | ||
| 6183 | 2025.01.16 19:52:32.451291 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6184 | 2025.01.16 19:52:32.451339 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 6185 | 2025.01.16 19:52:32.451755 [ 262 ] {19dc13d4-3df6-459b-a515-2183e0f464b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6186 | 2025.01.16 19:52:32.451889 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2422 rows, containing 5 columns (5 merged, 0 gathered) in 0.007731156 sec., 313277.85909377586 rows/sec., 24.03 MiB/sec. | ||
| 6187 | 2025.01.16 19:52:32.451927 [ 262 ] {19dc13d4-3df6-459b-a515-2183e0f464b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6188 | 2025.01.16 19:52:32.452011 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6189 | 2025.01.16 19:52:32.452170 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 11387 rows starting from the beginning of the part | ||
| 6190 | 2025.01.16 19:52:32.452239 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6191 | 2025.01.16 19:52:32.453116 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 165 rows starting from the beginning of the part | ||
| 6192 | 2025.01.16 19:52:32.453156 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_46_9} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6193 | 2025.01.16 19:52:32.453483 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_46_9} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6194 | 2025.01.16 19:52:32.453742 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6195 | 2025.01.16 19:52:32.453871 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 237 rows starting from the beginning of the part | ||
| 6196 | 2025.01.16 19:52:32.454267 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
| 6197 | 2025.01.16 19:52:32.454624 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 928 rows starting from the beginning of the part | ||
| 6198 | 2025.01.16 19:52:32.454640 [ 262 ] {19dc13d4-3df6-459b-a515-2183e0f464b1} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6199 | 2025.01.16 19:52:32.454747 [ 262 ] {19dc13d4-3df6-459b-a515-2183e0f464b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6200 | 2025.01.16 19:52:32.454882 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 32 rows starting from the beginning of the part | ||
| 6201 | 2025.01.16 19:52:32.456020 [ 262 ] {19dc13d4-3df6-459b-a515-2183e0f464b1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6202 | 2025.01.16 19:52:32.456384 [ 262 ] {19dc13d4-3df6-459b-a515-2183e0f464b1} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6203 | 2025.01.16 19:52:32.456572 [ 79 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6204 | 2025.01.16 19:52:32.456681 [ 79 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6205 | 2025.01.16 19:52:32.456755 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6206 | 2025.01.16 19:52:32.456829 [ 262 ] {19dc13d4-3df6-459b-a515-2183e0f464b1} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.00526 sec., 2281.368821292776 rows/sec., 157.44 KiB/sec. | ||
| 6207 | 2025.01.16 19:52:32.457178 [ 262 ] {19dc13d4-3df6-459b-a515-2183e0f464b1} <Debug> TCPHandler: Processed in 0.006056077 sec. | ||
| 6208 | 2025.01.16 19:52:32.457202 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 6209 | 2025.01.16 19:52:32.457703 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6210 | 2025.01.16 19:52:32.457834 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2320 rows starting from the beginning of the part | ||
| 6211 | 2025.01.16 19:52:32.458145 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
| 6212 | 2025.01.16 19:52:32.458407 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part | ||
| 6213 | 2025.01.16 19:52:32.458708 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part | ||
| 6214 | 2025.01.16 19:52:32.459036 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 70 rows starting from the beginning of the part | ||
| 6215 | 2025.01.16 19:52:32.459282 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 12 rows starting from the beginning of the part | ||
| 6216 | 2025.01.16 19:52:32.462308 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2604 rows, containing 4 columns (4 merged, 0 gathered) in 0.005425435 sec., 479961.51460666285 rows/sec., 31.37 MiB/sec. | ||
| 6217 | 2025.01.16 19:52:32.462591 [ 199 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6218 | 2025.01.16 19:52:32.462915 [ 199 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_46_9} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6219 | 2025.01.16 19:52:32.463005 [ 199 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_46_9} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6220 | 2025.01.16 19:52:32.463127 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 6221 | 2025.01.16 19:52:32.463827 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12909 rows, containing 5 columns (5 merged, 0 gathered) in 0.012970907 sec., 995227.2420116804 rows/sec., 67.20 MiB/sec. | ||
| 6222 | 2025.01.16 19:52:32.464136 [ 199 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6223 | 2025.01.16 19:52:32.464418 [ 199 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6224 | 2025.01.16 19:52:32.464489 [ 199 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6225 | 2025.01.16 19:52:32.464568 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.36 MiB. | ||
| 6226 | 2025.01.16 19:52:33.294452 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 | ||
| 6227 | 2025.01.16 19:52:33.295147 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6228 | 2025.01.16 19:52:33.295225 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6229 | 2025.01.16 19:52:33.295757 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6230 | 2025.01.16 19:52:33.296010 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6231 | 2025.01.16 19:52:33.296242 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 | ||
| 6232 | 2025.01.16 19:52:34.192887 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 6233 | 2025.01.16 19:52:34.214048 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6234 | 2025.01.16 19:52:34.214109 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6235 | 2025.01.16 19:52:34.221651 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6236 | 2025.01.16 19:52:34.222457 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6237 | 2025.01.16 19:52:34.225868 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 6238 | 2025.01.16 19:52:35.854648 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 874 | ||
| 6239 | 2025.01.16 19:52:35.857902 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6240 | 2025.01.16 19:52:35.857962 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6241 | 2025.01.16 19:52:35.859443 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6242 | 2025.01.16 19:52:35.859764 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6243 | 2025.01.16 19:52:35.859972 [ 81 ] {} <Debug> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6244 | 2025.01.16 19:52:35.860078 [ 81 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6245 | 2025.01.16 19:52:35.860137 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6246 | 2025.01.16 19:52:35.860454 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::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 | ||
| 6247 | 2025.01.16 19:52:35.860905 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 874 | ||
| 6248 | 2025.01.16 19:52:35.861265 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6249 | 2025.01.16 19:52:35.861405 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 692 rows starting from the beginning of the part | ||
| 6250 | 2025.01.16 19:52:35.862013 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part | ||
| 6251 | 2025.01.16 19:52:35.862545 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 42 rows starting from the beginning of the part | ||
| 6252 | 2025.01.16 19:52:35.863074 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 32 rows starting from the beginning of the part | ||
| 6253 | 2025.01.16 19:52:35.863593 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 34 rows starting from the beginning of the part | ||
| 6254 | 2025.01.16 19:52:35.864182 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 42 rows starting from the beginning of the part | ||
| 6255 | 2025.01.16 19:52:35.872015 [ 188 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 874 rows, containing 72 columns (72 merged, 0 gathered) in 0.011743475 sec., 74424.30796676452 rows/sec., 61.77 MiB/sec. | ||
| 6256 | 2025.01.16 19:52:35.873607 [ 192 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6257 | 2025.01.16 19:52:35.874443 [ 192 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_21_4} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6258 | 2025.01.16 19:52:35.874545 [ 192 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_21_4} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6259 | 2025.01.16 19:52:35.874900 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
| 6260 | 2025.01.16 19:52:37.444478 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6261 | 2025.01.16 19:52:37.444775 [ 260 ] {c3e5d19b-7170-4e12-a7c9-6ed5eecff4bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6262 | 2025.01.16 19:52:37.444847 [ 260 ] {c3e5d19b-7170-4e12-a7c9-6ed5eecff4bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6263 | 2025.01.16 19:52:37.445658 [ 260 ] {c3e5d19b-7170-4e12-a7c9-6ed5eecff4bc} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6264 | 2025.01.16 19:52:37.445709 [ 260 ] {c3e5d19b-7170-4e12-a7c9-6ed5eecff4bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6265 | 2025.01.16 19:52:37.446135 [ 260 ] {c3e5d19b-7170-4e12-a7c9-6ed5eecff4bc} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6266 | 2025.01.16 19:52:37.446388 [ 260 ] {c3e5d19b-7170-4e12-a7c9-6ed5eecff4bc} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6267 | 2025.01.16 19:52:37.446616 [ 260 ] {c3e5d19b-7170-4e12-a7c9-6ed5eecff4bc} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.001908 sec., 71278.82599580713 rows/sec., 6.15 MiB/sec. | ||
| 6268 | 2025.01.16 19:52:37.446700 [ 260 ] {c3e5d19b-7170-4e12-a7c9-6ed5eecff4bc} <Debug> TCPHandler: Processed in 0.002403222 sec. | ||
| 6269 | 2025.01.16 19:52:37.446992 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6270 | 2025.01.16 19:52:37.447176 [ 262 ] {85ecfafe-27a4-4ace-9a59-12eefc5edd7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6271 | 2025.01.16 19:52:37.447254 [ 262 ] {85ecfafe-27a4-4ace-9a59-12eefc5edd7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6272 | 2025.01.16 19:52:37.447996 [ 262 ] {85ecfafe-27a4-4ace-9a59-12eefc5edd7a} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6273 | 2025.01.16 19:52:37.448040 [ 262 ] {85ecfafe-27a4-4ace-9a59-12eefc5edd7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6274 | 2025.01.16 19:52:37.448470 [ 262 ] {85ecfafe-27a4-4ace-9a59-12eefc5edd7a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6275 | 2025.01.16 19:52:37.448723 [ 262 ] {85ecfafe-27a4-4ace-9a59-12eefc5edd7a} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6276 | 2025.01.16 19:52:37.448925 [ 262 ] {85ecfafe-27a4-4ace-9a59-12eefc5edd7a} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001802 sec., 22197.558268590456 rows/sec., 1.63 MiB/sec. | ||
| 6277 | 2025.01.16 19:52:37.448987 [ 262 ] {85ecfafe-27a4-4ace-9a59-12eefc5edd7a} <Debug> TCPHandler: Processed in 0.002147288 sec. | ||
| 6278 | 2025.01.16 19:52:37.449150 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6279 | 2025.01.16 19:52:37.449289 [ 260 ] {ad2e63c7-cc14-45e1-be78-912ab4e5eeaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6280 | 2025.01.16 19:52:37.449347 [ 260 ] {ad2e63c7-cc14-45e1-be78-912ab4e5eeaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6281 | 2025.01.16 19:52:37.450008 [ 260 ] {ad2e63c7-cc14-45e1-be78-912ab4e5eeaa} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6282 | 2025.01.16 19:52:37.450046 [ 260 ] {ad2e63c7-cc14-45e1-be78-912ab4e5eeaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6283 | 2025.01.16 19:52:37.450407 [ 260 ] {ad2e63c7-cc14-45e1-be78-912ab4e5eeaa} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6284 | 2025.01.16 19:52:37.450637 [ 260 ] {ad2e63c7-cc14-45e1-be78-912ab4e5eeaa} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6285 | 2025.01.16 19:52:37.450860 [ 260 ] {ad2e63c7-cc14-45e1-be78-912ab4e5eeaa} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001599 sec., 65040.650406504064 rows/sec., 5.08 MiB/sec. | ||
| 6286 | 2025.01.16 19:52:37.450934 [ 260 ] {ad2e63c7-cc14-45e1-be78-912ab4e5eeaa} <Debug> TCPHandler: Processed in 0.001849202 sec. | ||
| 6287 | 2025.01.16 19:52:37.451164 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6288 | 2025.01.16 19:52:37.451352 [ 262 ] {5e4132e7-88c3-4ed7-94cc-923a6f2ba537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6289 | 2025.01.16 19:52:37.451409 [ 262 ] {5e4132e7-88c3-4ed7-94cc-923a6f2ba537} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6290 | 2025.01.16 19:52:37.451980 [ 262 ] {5e4132e7-88c3-4ed7-94cc-923a6f2ba537} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6291 | 2025.01.16 19:52:37.452018 [ 262 ] {5e4132e7-88c3-4ed7-94cc-923a6f2ba537} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6292 | 2025.01.16 19:52:37.452429 [ 262 ] {5e4132e7-88c3-4ed7-94cc-923a6f2ba537} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6293 | 2025.01.16 19:52:37.452661 [ 262 ] {5e4132e7-88c3-4ed7-94cc-923a6f2ba537} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6294 | 2025.01.16 19:52:37.452840 [ 262 ] {5e4132e7-88c3-4ed7-94cc-923a6f2ba537} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001521 sec., 105193.9513477975 rows/sec., 7.33 MiB/sec. | ||
| 6295 | 2025.01.16 19:52:37.452894 [ 262 ] {5e4132e7-88c3-4ed7-94cc-923a6f2ba537} <Debug> TCPHandler: Processed in 0.001870823 sec. | ||
| 6296 | 2025.01.16 19:52:37.453100 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6297 | 2025.01.16 19:52:37.453324 [ 260 ] {a0a24dd8-3bfc-4924-8b29-e52f6c52b1a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6298 | 2025.01.16 19:52:37.453462 [ 260 ] {a0a24dd8-3bfc-4924-8b29-e52f6c52b1a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6299 | 2025.01.16 19:52:37.454773 [ 260 ] {a0a24dd8-3bfc-4924-8b29-e52f6c52b1a6} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6300 | 2025.01.16 19:52:37.454812 [ 260 ] {a0a24dd8-3bfc-4924-8b29-e52f6c52b1a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6301 | 2025.01.16 19:52:37.455462 [ 260 ] {a0a24dd8-3bfc-4924-8b29-e52f6c52b1a6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6302 | 2025.01.16 19:52:37.455722 [ 260 ] {a0a24dd8-3bfc-4924-8b29-e52f6c52b1a6} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6303 | 2025.01.16 19:52:37.455968 [ 260 ] {a0a24dd8-3bfc-4924-8b29-e52f6c52b1a6} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002699 sec., 14820.303816228232 rows/sec., 26.56 MiB/sec. | ||
| 6304 | 2025.01.16 19:52:37.456060 [ 260 ] {a0a24dd8-3bfc-4924-8b29-e52f6c52b1a6} <Debug> TCPHandler: Processed in 0.003072984 sec. | ||
| 6305 | 2025.01.16 19:52:37.456215 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6306 | 2025.01.16 19:52:37.456341 [ 262 ] {7287bcd6-d081-4ca7-87c8-696297798c7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6307 | 2025.01.16 19:52:37.456392 [ 262 ] {7287bcd6-d081-4ca7-87c8-696297798c7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6308 | 2025.01.16 19:52:37.456889 [ 262 ] {7287bcd6-d081-4ca7-87c8-696297798c7c} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6309 | 2025.01.16 19:52:37.456925 [ 262 ] {7287bcd6-d081-4ca7-87c8-696297798c7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6310 | 2025.01.16 19:52:37.457297 [ 262 ] {7287bcd6-d081-4ca7-87c8-696297798c7c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6311 | 2025.01.16 19:52:37.457542 [ 262 ] {7287bcd6-d081-4ca7-87c8-696297798c7c} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6312 | 2025.01.16 19:52:37.457732 [ 262 ] {7287bcd6-d081-4ca7-87c8-696297798c7c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001417 sec., 42342.97812279464 rows/sec., 2.85 MiB/sec. | ||
| 6313 | 2025.01.16 19:52:37.457854 [ 262 ] {7287bcd6-d081-4ca7-87c8-696297798c7c} <Debug> TCPHandler: Processed in 0.00169735 sec. | ||
| 6314 | 2025.01.16 19:52:40.658015 [ 151 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6315 | 2025.01.16 19:52:40.658081 [ 151 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6316 | 2025.01.16 19:52:40.796392 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 | ||
| 6317 | 2025.01.16 19:52:40.797031 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6318 | 2025.01.16 19:52:40.797082 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6319 | 2025.01.16 19:52:40.797697 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6320 | 2025.01.16 19:52:40.797963 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6321 | 2025.01.16 19:52:40.798212 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6322 | 2025.01.16 19:52:41.631198 [ 151 ] {} <Debug> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 | ||
| 6323 | 2025.01.16 19:52:41.631261 [ 151 ] {} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6324 | 2025.01.16 19:52:41.631285 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6325 | 2025.01.16 19:52:41.631488 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full | ||
| 6326 | 2025.01.16 19:52:41.631713 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6327 | 2025.01.16 19:52:41.631750 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part | ||
| 6328 | 2025.01.16 19:52:41.631829 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 6329 | 2025.01.16 19:52:41.632082 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 6330 | 2025.01.16 19:52:41.632326 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 6331 | 2025.01.16 19:52:41.632474 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 6332 | 2025.01.16 19:52:41.633585 [ 198 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19 rows, containing 4 columns (4 merged, 0 gathered) in 0.002213048 sec., 8585.44414761903 rows/sec., 576.75 KiB/sec. | ||
| 6333 | 2025.01.16 19:52:41.633786 [ 198 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
| 6334 | 2025.01.16 19:52:41.634116 [ 198 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_19_4} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6335 | 2025.01.16 19:52:41.634206 [ 198 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_19_4} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 | ||
| 6336 | 2025.01.16 19:52:41.634308 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 6337 | 2025.01.16 19:52:41.725952 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6338 | 2025.01.16 19:52:41.746856 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6339 | 2025.01.16 19:52:41.746907 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6340 | 2025.01.16 19:52:41.754308 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6341 | 2025.01.16 19:52:41.755064 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6342 | 2025.01.16 19:52:41.758473 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6343 | 2025.01.16 19:52:42.412341 [ 151 ] {} <Debug> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 | ||
| 6344 | 2025.01.16 19:52:42.412417 [ 151 ] {} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6345 | 2025.01.16 19:52:42.412443 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6346 | 2025.01.16 19:52:42.412609 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full | ||
| 6347 | 2025.01.16 19:52:42.412766 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6348 | 2025.01.16 19:52:42.412803 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 243 rows starting from the beginning of the part | ||
| 6349 | 2025.01.16 19:52:42.412885 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 242 rows starting from the beginning of the part | ||
| 6350 | 2025.01.16 19:52:42.413098 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 6351 | 2025.01.16 19:52:42.413316 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
| 6352 | 2025.01.16 19:52:42.413481 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 242 rows starting from the beginning of the part | ||
| 6353 | 2025.01.16 19:52:42.414550 [ 204 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002019815 sec., 373796.6100855772 rows/sec., 26.76 MiB/sec. | ||
| 6354 | 2025.01.16 19:52:42.414870 [ 204 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
| 6355 | 2025.01.16 19:52:42.415209 [ 204 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_19_4} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6356 | 2025.01.16 19:52:42.415302 [ 204 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_19_4} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 | ||
| 6357 | 2025.01.16 19:52:42.415410 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 6358 | 2025.01.16 19:52:42.446596 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6359 | 2025.01.16 19:52:42.446810 [ 260 ] {185b8a6f-d4b3-4dd9-823e-42ca8984793f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6360 | 2025.01.16 19:52:42.446890 [ 260 ] {185b8a6f-d4b3-4dd9-823e-42ca8984793f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6361 | 2025.01.16 19:52:42.447658 [ 260 ] {185b8a6f-d4b3-4dd9-823e-42ca8984793f} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6362 | 2025.01.16 19:52:42.447707 [ 260 ] {185b8a6f-d4b3-4dd9-823e-42ca8984793f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6363 | 2025.01.16 19:52:42.448132 [ 260 ] {185b8a6f-d4b3-4dd9-823e-42ca8984793f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6364 | 2025.01.16 19:52:42.448388 [ 260 ] {185b8a6f-d4b3-4dd9-823e-42ca8984793f} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6365 | 2025.01.16 19:52:42.448673 [ 260 ] {185b8a6f-d4b3-4dd9-823e-42ca8984793f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001919 sec., 7295.4663887441375 rows/sec., 525.18 KiB/sec. | ||
| 6366 | 2025.01.16 19:52:42.448903 [ 260 ] {185b8a6f-d4b3-4dd9-823e-42ca8984793f} <Debug> TCPHandler: Processed in 0.002441583 sec. | ||
| 6367 | 2025.01.16 19:52:42.449161 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6368 | 2025.01.16 19:52:42.449329 [ 262 ] {5ca6211a-e677-42b7-9167-7f0153eb3321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6369 | 2025.01.16 19:52:42.449396 [ 262 ] {5ca6211a-e677-42b7-9167-7f0153eb3321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6370 | 2025.01.16 19:52:42.450156 [ 262 ] {5ca6211a-e677-42b7-9167-7f0153eb3321} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6371 | 2025.01.16 19:52:42.450200 [ 262 ] {5ca6211a-e677-42b7-9167-7f0153eb3321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6372 | 2025.01.16 19:52:42.450611 [ 262 ] {5ca6211a-e677-42b7-9167-7f0153eb3321} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6373 | 2025.01.16 19:52:42.450863 [ 262 ] {5ca6211a-e677-42b7-9167-7f0153eb3321} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6374 | 2025.01.16 19:52:42.451097 [ 262 ] {5ca6211a-e677-42b7-9167-7f0153eb3321} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001812 sec., 112030.9050772627 rows/sec., 9.70 MiB/sec. | ||
| 6375 | 2025.01.16 19:52:42.451157 [ 262 ] {5ca6211a-e677-42b7-9167-7f0153eb3321} <Debug> TCPHandler: Processed in 0.002113537 sec. | ||
| 6376 | 2025.01.16 19:52:42.451326 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6377 | 2025.01.16 19:52:42.451464 [ 260 ] {64f940b0-a876-4460-9cc0-dc510d7afd12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6378 | 2025.01.16 19:52:42.451522 [ 260 ] {64f940b0-a876-4460-9cc0-dc510d7afd12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6379 | 2025.01.16 19:52:42.452138 [ 260 ] {64f940b0-a876-4460-9cc0-dc510d7afd12} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6380 | 2025.01.16 19:52:42.452176 [ 260 ] {64f940b0-a876-4460-9cc0-dc510d7afd12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6381 | 2025.01.16 19:52:42.452529 [ 260 ] {64f940b0-a876-4460-9cc0-dc510d7afd12} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6382 | 2025.01.16 19:52:42.452768 [ 260 ] {64f940b0-a876-4460-9cc0-dc510d7afd12} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6383 | 2025.01.16 19:52:42.452962 [ 260 ] {64f940b0-a876-4460-9cc0-dc510d7afd12} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.00152 sec., 4605.263157894737 rows/sec., 300.04 KiB/sec. | ||
| 6384 | 2025.01.16 19:52:42.453060 [ 260 ] {64f940b0-a876-4460-9cc0-dc510d7afd12} <Debug> TCPHandler: Processed in 0.001798282 sec. | ||
| 6385 | 2025.01.16 19:52:42.453271 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6386 | 2025.01.16 19:52:42.453421 [ 262 ] {4addb6f4-0293-4f12-bd95-67c8aa644dfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6387 | 2025.01.16 19:52:42.453478 [ 262 ] {4addb6f4-0293-4f12-bd95-67c8aa644dfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6388 | 2025.01.16 19:52:42.454118 [ 262 ] {4addb6f4-0293-4f12-bd95-67c8aa644dfe} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6389 | 2025.01.16 19:52:42.454158 [ 262 ] {4addb6f4-0293-4f12-bd95-67c8aa644dfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6390 | 2025.01.16 19:52:42.454516 [ 262 ] {4addb6f4-0293-4f12-bd95-67c8aa644dfe} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6391 | 2025.01.16 19:52:42.454767 [ 262 ] {4addb6f4-0293-4f12-bd95-67c8aa644dfe} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6392 | 2025.01.16 19:52:42.454980 [ 262 ] {4addb6f4-0293-4f12-bd95-67c8aa644dfe} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001595 sec., 8777.42946708464 rows/sec., 614.71 KiB/sec. | ||
| 6393 | 2025.01.16 19:52:42.455035 [ 262 ] {4addb6f4-0293-4f12-bd95-67c8aa644dfe} <Debug> TCPHandler: Processed in 0.001867443 sec. | ||
| 6394 | 2025.01.16 19:52:42.455186 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6395 | 2025.01.16 19:52:42.455325 [ 260 ] {a6bd388b-9d08-4a6d-8725-4bafed4b1019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6396 | 2025.01.16 19:52:42.455383 [ 260 ] {a6bd388b-9d08-4a6d-8725-4bafed4b1019} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6397 | 2025.01.16 19:52:42.456027 [ 260 ] {a6bd388b-9d08-4a6d-8725-4bafed4b1019} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6398 | 2025.01.16 19:52:42.456065 [ 260 ] {a6bd388b-9d08-4a6d-8725-4bafed4b1019} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6399 | 2025.01.16 19:52:42.456426 [ 260 ] {a6bd388b-9d08-4a6d-8725-4bafed4b1019} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6400 | 2025.01.16 19:52:42.456676 [ 260 ] {a6bd388b-9d08-4a6d-8725-4bafed4b1019} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6401 | 2025.01.16 19:52:42.456856 [ 260 ] {a6bd388b-9d08-4a6d-8725-4bafed4b1019} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001562 sec., 8322.663252240716 rows/sec., 518.92 KiB/sec. | ||
| 6402 | 2025.01.16 19:52:42.456908 [ 260 ] {a6bd388b-9d08-4a6d-8725-4bafed4b1019} <Debug> TCPHandler: Processed in 0.001788622 sec. | ||
| 6403 | 2025.01.16 19:52:42.457068 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6404 | 2025.01.16 19:52:42.457208 [ 262 ] {9f432f1e-2b98-4370-b05e-31366c202c84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6405 | 2025.01.16 19:52:42.457263 [ 262 ] {9f432f1e-2b98-4370-b05e-31366c202c84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6406 | 2025.01.16 19:52:42.458060 [ 262 ] {9f432f1e-2b98-4370-b05e-31366c202c84} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6407 | 2025.01.16 19:52:42.458100 [ 262 ] {9f432f1e-2b98-4370-b05e-31366c202c84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6408 | 2025.01.16 19:52:42.458474 [ 262 ] {9f432f1e-2b98-4370-b05e-31366c202c84} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6409 | 2025.01.16 19:52:42.458720 [ 262 ] {9f432f1e-2b98-4370-b05e-31366c202c84} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6410 | 2025.01.16 19:52:42.458946 [ 262 ] {9f432f1e-2b98-4370-b05e-31366c202c84} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001766 sec., 216308.0407701019 rows/sec., 15.31 MiB/sec. | ||
| 6411 | 2025.01.16 19:52:42.459065 [ 262 ] {9f432f1e-2b98-4370-b05e-31366c202c84} <Debug> TCPHandler: Processed in 0.002065217 sec. | ||
| 6412 | 2025.01.16 19:52:42.459258 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6413 | 2025.01.16 19:52:42.459394 [ 260 ] {6229a625-2bf9-4f78-bd51-551e83956c20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6414 | 2025.01.16 19:52:42.459455 [ 260 ] {6229a625-2bf9-4f78-bd51-551e83956c20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6415 | 2025.01.16 19:52:42.459981 [ 260 ] {6229a625-2bf9-4f78-bd51-551e83956c20} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6416 | 2025.01.16 19:52:42.460019 [ 260 ] {6229a625-2bf9-4f78-bd51-551e83956c20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6417 | 2025.01.16 19:52:42.460394 [ 260 ] {6229a625-2bf9-4f78-bd51-551e83956c20} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6418 | 2025.01.16 19:52:42.460631 [ 260 ] {6229a625-2bf9-4f78-bd51-551e83956c20} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6419 | 2025.01.16 19:52:42.460854 [ 260 ] {6229a625-2bf9-4f78-bd51-551e83956c20} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00149 sec., 4026.8456375838928 rows/sec., 210.39 KiB/sec. | ||
| 6420 | 2025.01.16 19:52:42.461057 [ 260 ] {6229a625-2bf9-4f78-bd51-551e83956c20} <Debug> TCPHandler: Processed in 0.001899683 sec. | ||
| 6421 | 2025.01.16 19:52:42.461217 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6422 | 2025.01.16 19:52:42.461360 [ 262 ] {d299146a-fedc-4354-894e-1c0f179f7391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6423 | 2025.01.16 19:52:42.461421 [ 262 ] {d299146a-fedc-4354-894e-1c0f179f7391} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6424 | 2025.01.16 19:52:42.462063 [ 262 ] {d299146a-fedc-4354-894e-1c0f179f7391} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6425 | 2025.01.16 19:52:42.462102 [ 262 ] {d299146a-fedc-4354-894e-1c0f179f7391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6426 | 2025.01.16 19:52:42.462500 [ 262 ] {d299146a-fedc-4354-894e-1c0f179f7391} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6427 | 2025.01.16 19:52:42.462750 [ 262 ] {d299146a-fedc-4354-894e-1c0f179f7391} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6428 | 2025.01.16 19:52:42.462998 [ 262 ] {d299146a-fedc-4354-894e-1c0f179f7391} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00166 sec., 142771.0843373494 rows/sec., 9.57 MiB/sec. | ||
| 6429 | 2025.01.16 19:52:42.463060 [ 262 ] {d299146a-fedc-4354-894e-1c0f179f7391} <Debug> TCPHandler: Processed in 0.001909284 sec. | ||
| 6430 | 2025.01.16 19:52:42.463289 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6431 | 2025.01.16 19:52:42.463451 [ 260 ] {5af0f548-4168-4f61-916f-be8333f3ec5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6432 | 2025.01.16 19:52:42.463512 [ 260 ] {5af0f548-4168-4f61-916f-be8333f3ec5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6433 | 2025.01.16 19:52:42.464012 [ 260 ] {5af0f548-4168-4f61-916f-be8333f3ec5b} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6434 | 2025.01.16 19:52:42.464049 [ 260 ] {5af0f548-4168-4f61-916f-be8333f3ec5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6435 | 2025.01.16 19:52:42.464400 [ 260 ] {5af0f548-4168-4f61-916f-be8333f3ec5b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6436 | 2025.01.16 19:52:42.464634 [ 260 ] {5af0f548-4168-4f61-916f-be8333f3ec5b} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6437 | 2025.01.16 19:52:42.464805 [ 260 ] {5af0f548-4168-4f61-916f-be8333f3ec5b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001384 sec., 722.543352601156 rows/sec., 48.69 KiB/sec. | ||
| 6438 | 2025.01.16 19:52:42.464855 [ 260 ] {5af0f548-4168-4f61-916f-be8333f3ec5b} <Debug> TCPHandler: Processed in 0.00169341 sec. | ||
| 6439 | 2025.01.16 19:52:42.464998 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6440 | 2025.01.16 19:52:42.465136 [ 262 ] {7ba634cd-e11a-4874-8af3-ba997ab39a3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6441 | 2025.01.16 19:52:42.465195 [ 262 ] {7ba634cd-e11a-4874-8af3-ba997ab39a3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6442 | 2025.01.16 19:52:42.465766 [ 262 ] {7ba634cd-e11a-4874-8af3-ba997ab39a3a} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6443 | 2025.01.16 19:52:42.465812 [ 262 ] {7ba634cd-e11a-4874-8af3-ba997ab39a3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 6444 | 2025.01.16 19:52:42.466181 [ 262 ] {7ba634cd-e11a-4874-8af3-ba997ab39a3a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6445 | 2025.01.16 19:52:42.466415 [ 262 ] {7ba634cd-e11a-4874-8af3-ba997ab39a3a} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6446 | 2025.01.16 19:52:42.466624 [ 262 ] {7ba634cd-e11a-4874-8af3-ba997ab39a3a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001518 sec., 54018.445322793144 rows/sec., 3.43 MiB/sec. | ||
| 6447 | 2025.01.16 19:52:42.466675 [ 262 ] {7ba634cd-e11a-4874-8af3-ba997ab39a3a} <Debug> TCPHandler: Processed in 0.00174662 sec. | ||
| 6448 | 2025.01.16 19:52:45.862019 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 906 | ||
| 6449 | 2025.01.16 19:52:45.865044 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6450 | 2025.01.16 19:52:45.865104 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6451 | 2025.01.16 19:52:45.866595 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6452 | 2025.01.16 19:52:45.866916 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6453 | 2025.01.16 19:52:45.867558 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 906 | ||
| 6454 | 2025.01.16 19:52:47.444153 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6455 | 2025.01.16 19:52:47.444372 [ 260 ] {ecb15b46-e708-47d5-8097-fe02bae8d679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6456 | 2025.01.16 19:52:47.444453 [ 260 ] {ecb15b46-e708-47d5-8097-fe02bae8d679} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6457 | 2025.01.16 19:52:47.445318 [ 260 ] {ecb15b46-e708-47d5-8097-fe02bae8d679} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6458 | 2025.01.16 19:52:47.445370 [ 260 ] {ecb15b46-e708-47d5-8097-fe02bae8d679} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6459 | 2025.01.16 19:52:47.445817 [ 260 ] {ecb15b46-e708-47d5-8097-fe02bae8d679} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6460 | 2025.01.16 19:52:47.446083 [ 260 ] {ecb15b46-e708-47d5-8097-fe02bae8d679} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6461 | 2025.01.16 19:52:47.446321 [ 260 ] {ecb15b46-e708-47d5-8097-fe02bae8d679} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002011 sec., 67628.04574838388 rows/sec., 5.83 MiB/sec. | ||
| 6462 | 2025.01.16 19:52:47.446379 [ 260 ] {ecb15b46-e708-47d5-8097-fe02bae8d679} <Debug> TCPHandler: Processed in 0.002364441 sec. | ||
| 6463 | 2025.01.16 19:52:47.446622 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6464 | 2025.01.16 19:52:47.446832 [ 262 ] {422d4ba9-7c8f-412e-91f7-e92cc69611b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6465 | 2025.01.16 19:52:47.446907 [ 262 ] {422d4ba9-7c8f-412e-91f7-e92cc69611b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6466 | 2025.01.16 19:52:47.447674 [ 262 ] {422d4ba9-7c8f-412e-91f7-e92cc69611b4} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6467 | 2025.01.16 19:52:47.447723 [ 262 ] {422d4ba9-7c8f-412e-91f7-e92cc69611b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6468 | 2025.01.16 19:52:47.448158 [ 262 ] {422d4ba9-7c8f-412e-91f7-e92cc69611b4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6469 | 2025.01.16 19:52:47.448413 [ 262 ] {422d4ba9-7c8f-412e-91f7-e92cc69611b4} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6470 | 2025.01.16 19:52:47.448661 [ 262 ] {422d4ba9-7c8f-412e-91f7-e92cc69611b4} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001883 sec., 21242.697822623475 rows/sec., 1.56 MiB/sec. | ||
| 6471 | 2025.01.16 19:52:47.448731 [ 262 ] {422d4ba9-7c8f-412e-91f7-e92cc69611b4} <Debug> TCPHandler: Processed in 0.002250779 sec. | ||
| 6472 | 2025.01.16 19:52:47.448860 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6473 | 2025.01.16 19:52:47.448977 [ 260 ] {d1db44d4-f00c-46ee-8e99-8843ff7457ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6474 | 2025.01.16 19:52:47.449025 [ 260 ] {d1db44d4-f00c-46ee-8e99-8843ff7457ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6475 | 2025.01.16 19:52:47.449633 [ 260 ] {d1db44d4-f00c-46ee-8e99-8843ff7457ad} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6476 | 2025.01.16 19:52:47.449674 [ 260 ] {d1db44d4-f00c-46ee-8e99-8843ff7457ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6477 | 2025.01.16 19:52:47.450059 [ 260 ] {d1db44d4-f00c-46ee-8e99-8843ff7457ad} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6478 | 2025.01.16 19:52:47.450308 [ 260 ] {d1db44d4-f00c-46ee-8e99-8843ff7457ad} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6479 | 2025.01.16 19:52:47.450516 [ 260 ] {d1db44d4-f00c-46ee-8e99-8843ff7457ad} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001566 sec., 66411.23882503193 rows/sec., 5.19 MiB/sec. | ||
| 6480 | 2025.01.16 19:52:47.450569 [ 260 ] {d1db44d4-f00c-46ee-8e99-8843ff7457ad} <Debug> TCPHandler: Processed in 0.001765401 sec. | ||
| 6481 | 2025.01.16 19:52:47.450709 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6482 | 2025.01.16 19:52:47.450844 [ 262 ] {1e052f09-a54c-4c7a-a9fe-c5ea9a460966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6483 | 2025.01.16 19:52:47.450910 [ 262 ] {1e052f09-a54c-4c7a-a9fe-c5ea9a460966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6484 | 2025.01.16 19:52:47.451609 [ 262 ] {1e052f09-a54c-4c7a-a9fe-c5ea9a460966} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6485 | 2025.01.16 19:52:47.451657 [ 262 ] {1e052f09-a54c-4c7a-a9fe-c5ea9a460966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6486 | 2025.01.16 19:52:47.452087 [ 262 ] {1e052f09-a54c-4c7a-a9fe-c5ea9a460966} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6487 | 2025.01.16 19:52:47.452348 [ 262 ] {1e052f09-a54c-4c7a-a9fe-c5ea9a460966} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6488 | 2025.01.16 19:52:47.452559 [ 262 ] {1e052f09-a54c-4c7a-a9fe-c5ea9a460966} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001752 sec., 91324.200913242 rows/sec., 6.36 MiB/sec. | ||
| 6489 | 2025.01.16 19:52:47.452617 [ 262 ] {1e052f09-a54c-4c7a-a9fe-c5ea9a460966} <Debug> TCPHandler: Processed in 0.001968415 sec. | ||
| 6490 | 2025.01.16 19:52:47.452755 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6491 | 2025.01.16 19:52:47.452889 [ 260 ] {c631e4bf-56a9-42fd-89fb-2bd3d2b76f73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6492 | 2025.01.16 19:52:47.452982 [ 260 ] {c631e4bf-56a9-42fd-89fb-2bd3d2b76f73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6493 | 2025.01.16 19:52:47.454262 [ 260 ] {c631e4bf-56a9-42fd-89fb-2bd3d2b76f73} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6494 | 2025.01.16 19:52:47.454301 [ 260 ] {c631e4bf-56a9-42fd-89fb-2bd3d2b76f73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6495 | 2025.01.16 19:52:47.454977 [ 260 ] {c631e4bf-56a9-42fd-89fb-2bd3d2b76f73} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6496 | 2025.01.16 19:52:47.455240 [ 260 ] {c631e4bf-56a9-42fd-89fb-2bd3d2b76f73} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6497 | 2025.01.16 19:52:47.455389 [ 146 ] {} <Debug> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6498 | 2025.01.16 19:52:47.455434 [ 146 ] {} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6499 | 2025.01.16 19:52:47.455462 [ 260 ] {c631e4bf-56a9-42fd-89fb-2bd3d2b76f73} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002603 sec., 15366.88436419516 rows/sec., 27.54 MiB/sec. | ||
| 6500 | 2025.01.16 19:52:47.455467 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6501 | 2025.01.16 19:52:47.455826 [ 260 ] {c631e4bf-56a9-42fd-89fb-2bd3d2b76f73} <Debug> TCPHandler: Processed in 0.003127725 sec. | ||
| 6502 | 2025.01.16 19:52:47.455833 [ 197 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::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 | ||
| 6503 | 2025.01.16 19:52:47.456018 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6504 | 2025.01.16 19:52:47.456215 [ 262 ] {478bb0d2-993d-486a-aa90-15ffcd21bf3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6505 | 2025.01.16 19:52:47.456306 [ 262 ] {478bb0d2-993d-486a-aa90-15ffcd21bf3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6506 | 2025.01.16 19:52:47.456320 [ 197 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6507 | 2025.01.16 19:52:47.456461 [ 197 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 584 rows starting from the beginning of the part | ||
| 6508 | 2025.01.16 19:52:47.456993 [ 197 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part | ||
| 6509 | 2025.01.16 19:52:47.457444 [ 197 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 40 rows starting from the beginning of the part | ||
| 6510 | 2025.01.16 19:52:47.457619 [ 262 ] {478bb0d2-993d-486a-aa90-15ffcd21bf3d} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6511 | 2025.01.16 19:52:47.457693 [ 262 ] {478bb0d2-993d-486a-aa90-15ffcd21bf3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6512 | 2025.01.16 19:52:47.457846 [ 197 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part | ||
| 6513 | 2025.01.16 19:52:47.458223 [ 197 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 40 rows starting from the beginning of the part | ||
| 6514 | 2025.01.16 19:52:47.458657 [ 262 ] {478bb0d2-993d-486a-aa90-15ffcd21bf3d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6515 | 2025.01.16 19:52:47.458811 [ 197 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part | ||
| 6516 | 2025.01.16 19:52:47.459296 [ 262 ] {478bb0d2-993d-486a-aa90-15ffcd21bf3d} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6517 | 2025.01.16 19:52:47.459684 [ 262 ] {478bb0d2-993d-486a-aa90-15ffcd21bf3d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003518 sec., 17055.144968732235 rows/sec., 1.15 MiB/sec. | ||
| 6518 | 2025.01.16 19:52:47.459743 [ 262 ] {478bb0d2-993d-486a-aa90-15ffcd21bf3d} <Debug> TCPHandler: Processed in 0.003836688 sec. | ||
| 6519 | 2025.01.16 19:52:47.475038 [ 204 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 784 rows, containing 19 columns (19 merged, 0 gathered) in 0.019439701 sec., 40329.838406465205 rows/sec., 72.27 MiB/sec. | ||
| 6520 | 2025.01.16 19:52:47.476340 [ 195 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6521 | 2025.01.16 19:52:47.476834 [ 195 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6522 | 2025.01.16 19:52:47.476931 [ 195 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6523 | 2025.01.16 19:52:47.477115 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.79 MiB. | ||
| 6524 | 2025.01.16 19:52:48.001144 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.64 MiB, peak 207.42 MiB, free memory in arenas 0.00 B, will set to 201.51 MiB (RSS), difference: 1.87 MiB | ||
| 6525 | 2025.01.16 19:52:48.299121 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274 | ||
| 6526 | 2025.01.16 19:52:48.299798 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6527 | 2025.01.16 19:52:48.299846 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6528 | 2025.01.16 19:52:48.300394 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6529 | 2025.01.16 19:52:48.300655 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6530 | 2025.01.16 19:52:48.300870 [ 146 ] {} <Debug> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6531 | 2025.01.16 19:52:48.300902 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 | ||
| 6532 | 2025.01.16 19:52:48.300953 [ 146 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6533 | 2025.01.16 19:52:48.300980 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6534 | 2025.01.16 19:52:48.301277 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::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 | ||
| 6535 | 2025.01.16 19:52:48.301559 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6536 | 2025.01.16 19:52:48.301628 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 11956 rows starting from the beginning of the part | ||
| 6537 | 2025.01.16 19:52:48.301774 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part | ||
| 6538 | 2025.01.16 19:52:48.301961 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part | ||
| 6539 | 2025.01.16 19:52:48.302198 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part | ||
| 6540 | 2025.01.16 19:52:48.302379 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part | ||
| 6541 | 2025.01.16 19:52:48.302555 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part | ||
| 6542 | 2025.01.16 19:52:48.304823 [ 187 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003743696 sec., 3812809.587103226 rows/sec., 54.54 MiB/sec. | ||
| 6543 | 2025.01.16 19:52:48.305349 [ 189 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6544 | 2025.01.16 19:52:48.305774 [ 189 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_31_6} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6545 | 2025.01.16 19:52:48.305875 [ 189 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_31_6} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6546 | 2025.01.16 19:52:48.305996 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 6547 | 2025.01.16 19:52:49.259292 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6548 | 2025.01.16 19:52:49.280713 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6549 | 2025.01.16 19:52:49.280769 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6550 | 2025.01.16 19:52:49.288190 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6551 | 2025.01.16 19:52:49.288970 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6552 | 2025.01.16 19:52:49.289356 [ 146 ] {} <Debug> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6553 | 2025.01.16 19:52:49.289479 [ 146 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6554 | 2025.01.16 19:52:49.289556 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6555 | 2025.01.16 19:52:49.290323 [ 186 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 6556 | 2025.01.16 19:52:49.306109 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6557 | 2025.01.16 19:52:49.307969 [ 186 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6558 | 2025.01.16 19:52:49.309632 [ 186 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part | ||
| 6559 | 2025.01.16 19:52:49.315545 [ 186 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part | ||
| 6560 | 2025.01.16 19:52:49.322241 [ 186 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part | ||
| 6561 | 2025.01.16 19:52:49.327862 [ 186 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part | ||
| 6562 | 2025.01.16 19:52:49.333593 [ 186 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 8 rows starting from the beginning of the part | ||
| 6563 | 2025.01.16 19:52:49.338265 [ 186 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 7 rows starting from the beginning of the part | ||
| 6564 | 2025.01.16 19:52:49.397979 [ 186 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.1082881 sec., 2160.902259805094 rows/sec., 11.17 MiB/sec. | ||
| 6565 | 2025.01.16 19:52:49.400880 [ 200 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6566 | 2025.01.16 19:52:49.403848 [ 200 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_31_6} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6567 | 2025.01.16 19:52:49.403976 [ 200 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_31_6} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6568 | 2025.01.16 19:52:49.406469 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 6569 | 2025.01.16 19:52:50.001143 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.69 MiB, peak 213.23 MiB, free memory in arenas 0.00 B, will set to 204.30 MiB (RSS), difference: 1.61 MiB | ||
| 6570 | 2025.01.16 19:52:52.446583 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6571 | 2025.01.16 19:52:52.446805 [ 260 ] {e8618dc2-cb34-4294-91c2-19d5750378a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6572 | 2025.01.16 19:52:52.446885 [ 260 ] {e8618dc2-cb34-4294-91c2-19d5750378a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6573 | 2025.01.16 19:52:52.447630 [ 260 ] {e8618dc2-cb34-4294-91c2-19d5750378a1} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6574 | 2025.01.16 19:52:52.447685 [ 260 ] {e8618dc2-cb34-4294-91c2-19d5750378a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6575 | 2025.01.16 19:52:52.448131 [ 260 ] {e8618dc2-cb34-4294-91c2-19d5750378a1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6576 | 2025.01.16 19:52:52.448396 [ 260 ] {e8618dc2-cb34-4294-91c2-19d5750378a1} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6577 | 2025.01.16 19:52:52.448656 [ 260 ] {e8618dc2-cb34-4294-91c2-19d5750378a1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001912 sec., 7322.175732217573 rows/sec., 527.10 KiB/sec. | ||
| 6578 | 2025.01.16 19:52:52.448726 [ 260 ] {e8618dc2-cb34-4294-91c2-19d5750378a1} <Debug> TCPHandler: Processed in 0.00228616 sec. | ||
| 6579 | 2025.01.16 19:52:52.448977 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6580 | 2025.01.16 19:52:52.449193 [ 262 ] {1880e887-5620-4796-b9a5-e90253018354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6581 | 2025.01.16 19:52:52.449276 [ 262 ] {1880e887-5620-4796-b9a5-e90253018354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6582 | 2025.01.16 19:52:52.450178 [ 262 ] {1880e887-5620-4796-b9a5-e90253018354} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6583 | 2025.01.16 19:52:52.450226 [ 262 ] {1880e887-5620-4796-b9a5-e90253018354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6584 | 2025.01.16 19:52:52.450696 [ 262 ] {1880e887-5620-4796-b9a5-e90253018354} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6585 | 2025.01.16 19:52:52.450962 [ 262 ] {1880e887-5620-4796-b9a5-e90253018354} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6586 | 2025.01.16 19:52:52.451217 [ 262 ] {1880e887-5620-4796-b9a5-e90253018354} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002083 sec., 97455.59289486316 rows/sec., 8.44 MiB/sec. | ||
| 6587 | 2025.01.16 19:52:52.451284 [ 262 ] {1880e887-5620-4796-b9a5-e90253018354} <Debug> TCPHandler: Processed in 0.002452933 sec. | ||
| 6588 | 2025.01.16 19:52:52.451433 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6589 | 2025.01.16 19:52:52.451579 [ 260 ] {08499878-379b-4064-8fc2-16e9233f3210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6590 | 2025.01.16 19:52:52.451642 [ 260 ] {08499878-379b-4064-8fc2-16e9233f3210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6591 | 2025.01.16 19:52:52.452253 [ 260 ] {08499878-379b-4064-8fc2-16e9233f3210} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6592 | 2025.01.16 19:52:52.452296 [ 260 ] {08499878-379b-4064-8fc2-16e9233f3210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6593 | 2025.01.16 19:52:52.452664 [ 260 ] {08499878-379b-4064-8fc2-16e9233f3210} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6594 | 2025.01.16 19:52:52.452919 [ 260 ] {08499878-379b-4064-8fc2-16e9233f3210} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6595 | 2025.01.16 19:52:52.453114 [ 140 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6596 | 2025.01.16 19:52:52.453186 [ 260 ] {08499878-379b-4064-8fc2-16e9233f3210} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001633 sec., 4286.5890998162895 rows/sec., 279.27 KiB/sec. | ||
| 6597 | 2025.01.16 19:52:52.453232 [ 140 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6598 | 2025.01.16 19:52:52.453304 [ 260 ] {08499878-379b-4064-8fc2-16e9233f3210} <Debug> TCPHandler: Processed in 0.001939904 sec. | ||
| 6599 | 2025.01.16 19:52:52.453315 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6600 | 2025.01.16 19:52:52.453567 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6601 | 2025.01.16 19:52:52.453623 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::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 | ||
| 6602 | 2025.01.16 19:52:52.453800 [ 262 ] {cc99d859-814e-4d0e-85aa-ade189afeb45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6603 | 2025.01.16 19:52:52.453915 [ 262 ] {cc99d859-814e-4d0e-85aa-ade189afeb45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6604 | 2025.01.16 19:52:52.453949 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6605 | 2025.01.16 19:52:52.454059 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 65 rows starting from the beginning of the part | ||
| 6606 | 2025.01.16 19:52:52.454365 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 13 rows starting from the beginning of the part | ||
| 6607 | 2025.01.16 19:52:52.454754 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 40 rows starting from the beginning of the part | ||
| 6608 | 2025.01.16 19:52:52.455313 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part | ||
| 6609 | 2025.01.16 19:52:52.455509 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 40 rows starting from the beginning of the part | ||
| 6610 | 2025.01.16 19:52:52.455955 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part | ||
| 6611 | 2025.01.16 19:52:52.456728 [ 262 ] {cc99d859-814e-4d0e-85aa-ade189afeb45} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6612 | 2025.01.16 19:52:52.456791 [ 262 ] {cc99d859-814e-4d0e-85aa-ade189afeb45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6613 | 2025.01.16 19:52:52.457782 [ 262 ] {cc99d859-814e-4d0e-85aa-ade189afeb45} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6614 | 2025.01.16 19:52:52.458391 [ 262 ] {cc99d859-814e-4d0e-85aa-ade189afeb45} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6615 | 2025.01.16 19:52:52.459015 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 172 rows, containing 5 columns (5 merged, 0 gathered) in 0.005511927 sec., 31205.057686721906 rows/sec., 2.34 MiB/sec. | ||
| 6616 | 2025.01.16 19:52:52.459079 [ 262 ] {cc99d859-814e-4d0e-85aa-ade189afeb45} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005336 sec., 2623.688155922039 rows/sec., 183.75 KiB/sec. | ||
| 6617 | 2025.01.16 19:52:52.459373 [ 262 ] {cc99d859-814e-4d0e-85aa-ade189afeb45} <Debug> TCPHandler: Processed in 0.005969444 sec. | ||
| 6618 | 2025.01.16 19:52:52.459438 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6619 | 2025.01.16 19:52:52.459568 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6620 | 2025.01.16 19:52:52.459774 [ 260 ] {8ea7bc7c-08d0-4964-9a29-9c67a17e0591} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6621 | 2025.01.16 19:52:52.459844 [ 260 ] {8ea7bc7c-08d0-4964-9a29-9c67a17e0591} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6622 | 2025.01.16 19:52:52.459931 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_41_8} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6623 | 2025.01.16 19:52:52.460134 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_41_8} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6624 | 2025.01.16 19:52:52.460343 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6625 | 2025.01.16 19:52:52.460811 [ 260 ] {8ea7bc7c-08d0-4964-9a29-9c67a17e0591} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6626 | 2025.01.16 19:52:52.460856 [ 260 ] {8ea7bc7c-08d0-4964-9a29-9c67a17e0591} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6627 | 2025.01.16 19:52:52.461233 [ 260 ] {8ea7bc7c-08d0-4964-9a29-9c67a17e0591} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6628 | 2025.01.16 19:52:52.461497 [ 260 ] {8ea7bc7c-08d0-4964-9a29-9c67a17e0591} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6629 | 2025.01.16 19:52:52.461769 [ 260 ] {8ea7bc7c-08d0-4964-9a29-9c67a17e0591} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002065 sec., 6295.399515738499 rows/sec., 392.52 KiB/sec. | ||
| 6630 | 2025.01.16 19:52:52.461975 [ 260 ] {8ea7bc7c-08d0-4964-9a29-9c67a17e0591} <Debug> TCPHandler: Processed in 0.002498214 sec. | ||
| 6631 | 2025.01.16 19:52:52.462186 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6632 | 2025.01.16 19:52:52.462326 [ 262 ] {3e48cb29-e709-44a8-a4dd-6f10646556e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6633 | 2025.01.16 19:52:52.462384 [ 262 ] {3e48cb29-e709-44a8-a4dd-6f10646556e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6634 | 2025.01.16 19:52:52.463155 [ 262 ] {3e48cb29-e709-44a8-a4dd-6f10646556e0} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6635 | 2025.01.16 19:52:52.463195 [ 262 ] {3e48cb29-e709-44a8-a4dd-6f10646556e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6636 | 2025.01.16 19:52:52.463595 [ 262 ] {3e48cb29-e709-44a8-a4dd-6f10646556e0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6637 | 2025.01.16 19:52:52.463849 [ 262 ] {3e48cb29-e709-44a8-a4dd-6f10646556e0} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6638 | 2025.01.16 19:52:52.464065 [ 262 ] {3e48cb29-e709-44a8-a4dd-6f10646556e0} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001771 sec., 215697.34613212873 rows/sec., 15.26 MiB/sec. | ||
| 6639 | 2025.01.16 19:52:52.464120 [ 262 ] {3e48cb29-e709-44a8-a4dd-6f10646556e0} <Debug> TCPHandler: Processed in 0.002001796 sec. | ||
| 6640 | 2025.01.16 19:52:52.464262 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6641 | 2025.01.16 19:52:52.464403 [ 260 ] {afa66557-acdd-4837-8dfa-4baf5dd1b81a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6642 | 2025.01.16 19:52:52.464465 [ 260 ] {afa66557-acdd-4837-8dfa-4baf5dd1b81a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6643 | 2025.01.16 19:52:52.464996 [ 260 ] {afa66557-acdd-4837-8dfa-4baf5dd1b81a} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6644 | 2025.01.16 19:52:52.465036 [ 260 ] {afa66557-acdd-4837-8dfa-4baf5dd1b81a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6645 | 2025.01.16 19:52:52.465405 [ 260 ] {afa66557-acdd-4837-8dfa-4baf5dd1b81a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6646 | 2025.01.16 19:52:52.465647 [ 260 ] {afa66557-acdd-4837-8dfa-4baf5dd1b81a} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6647 | 2025.01.16 19:52:52.465825 [ 140 ] {} <Debug> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 6648 | 2025.01.16 19:52:52.465905 [ 260 ] {afa66557-acdd-4837-8dfa-4baf5dd1b81a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001525 sec., 3934.4262295081967 rows/sec., 205.56 KiB/sec. | ||
| 6649 | 2025.01.16 19:52:52.465915 [ 140 ] {} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6650 | 2025.01.16 19:52:52.466009 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6651 | 2025.01.16 19:52:52.466029 [ 260 ] {afa66557-acdd-4837-8dfa-4baf5dd1b81a} <Debug> TCPHandler: Processed in 0.001833912 sec. | ||
| 6652 | 2025.01.16 19:52:52.466365 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6653 | 2025.01.16 19:52:52.466470 [ 190 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::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 | ||
| 6654 | 2025.01.16 19:52:52.466828 [ 262 ] {5f3ec9e8-f1e8-4686-81ac-592de8a0923c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6655 | 2025.01.16 19:52:52.466946 [ 190 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6656 | 2025.01.16 19:52:52.467058 [ 190 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part | ||
| 6657 | 2025.01.16 19:52:52.467046 [ 262 ] {5f3ec9e8-f1e8-4686-81ac-592de8a0923c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6658 | 2025.01.16 19:52:52.467471 [ 190 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 6659 | 2025.01.16 19:52:52.467867 [ 190 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 6660 | 2025.01.16 19:52:52.468247 [ 190 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 6661 | 2025.01.16 19:52:52.468591 [ 190 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 6662 | 2025.01.16 19:52:52.468821 [ 190 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 6663 | 2025.01.16 19:52:52.469910 [ 262 ] {5f3ec9e8-f1e8-4686-81ac-592de8a0923c} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6664 | 2025.01.16 19:52:52.469975 [ 262 ] {5f3ec9e8-f1e8-4686-81ac-592de8a0923c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6665 | 2025.01.16 19:52:52.471070 [ 262 ] {5f3ec9e8-f1e8-4686-81ac-592de8a0923c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6666 | 2025.01.16 19:52:52.471358 [ 191 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.005219851 sec., 22989.16195117447 rows/sec., 1.17 MiB/sec. | ||
| 6667 | 2025.01.16 19:52:52.471555 [ 191 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6668 | 2025.01.16 19:52:52.471565 [ 262 ] {5f3ec9e8-f1e8-4686-81ac-592de8a0923c} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6669 | 2025.01.16 19:52:52.472189 [ 262 ] {5f3ec9e8-f1e8-4686-81ac-592de8a0923c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005549 sec., 42710.39826995855 rows/sec., 2.86 MiB/sec. | ||
| 6670 | 2025.01.16 19:52:52.472488 [ 191 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_20_4} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6671 | 2025.01.16 19:52:52.472528 [ 262 ] {5f3ec9e8-f1e8-4686-81ac-592de8a0923c} <Debug> TCPHandler: Processed in 0.006385062 sec. | ||
| 6672 | 2025.01.16 19:52:52.472838 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6673 | 2025.01.16 19:52:52.472926 [ 191 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_20_4} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6674 | 2025.01.16 19:52:52.473260 [ 260 ] {8d014069-220f-45fd-b720-28cb6dd772a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6675 | 2025.01.16 19:52:52.473282 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6676 | 2025.01.16 19:52:52.473460 [ 260 ] {8d014069-220f-45fd-b720-28cb6dd772a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6677 | 2025.01.16 19:52:52.474011 [ 260 ] {8d014069-220f-45fd-b720-28cb6dd772a6} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6678 | 2025.01.16 19:52:52.474052 [ 260 ] {8d014069-220f-45fd-b720-28cb6dd772a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6679 | 2025.01.16 19:52:52.474406 [ 260 ] {8d014069-220f-45fd-b720-28cb6dd772a6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6680 | 2025.01.16 19:52:52.474649 [ 260 ] {8d014069-220f-45fd-b720-28cb6dd772a6} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6681 | 2025.01.16 19:52:52.474864 [ 260 ] {8d014069-220f-45fd-b720-28cb6dd772a6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001776 sec., 563.063063063063 rows/sec., 37.94 KiB/sec. | ||
| 6682 | 2025.01.16 19:52:52.474917 [ 260 ] {8d014069-220f-45fd-b720-28cb6dd772a6} <Debug> TCPHandler: Processed in 0.002251279 sec. | ||
| 6683 | 2025.01.16 19:52:52.475058 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6684 | 2025.01.16 19:52:52.475196 [ 262 ] {3332bf4e-af3b-4328-a20e-eb57fa5e968f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6685 | 2025.01.16 19:52:52.475256 [ 262 ] {3332bf4e-af3b-4328-a20e-eb57fa5e968f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6686 | 2025.01.16 19:52:52.475831 [ 262 ] {3332bf4e-af3b-4328-a20e-eb57fa5e968f} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6687 | 2025.01.16 19:52:52.475870 [ 262 ] {3332bf4e-af3b-4328-a20e-eb57fa5e968f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6688 | 2025.01.16 19:52:52.476257 [ 262 ] {3332bf4e-af3b-4328-a20e-eb57fa5e968f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6689 | 2025.01.16 19:52:52.476497 [ 262 ] {3332bf4e-af3b-4328-a20e-eb57fa5e968f} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6690 | 2025.01.16 19:52:52.476712 [ 262 ] {3332bf4e-af3b-4328-a20e-eb57fa5e968f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001548 sec., 52971.576227390186 rows/sec., 3.36 MiB/sec. | ||
| 6691 | 2025.01.16 19:52:52.476763 [ 262 ] {3332bf4e-af3b-4328-a20e-eb57fa5e968f} <Debug> TCPHandler: Processed in 0.001774592 sec. | ||
| 6692 | 2025.01.16 19:52:55.658122 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6693 | 2025.01.16 19:52:55.658189 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6694 | 2025.01.16 19:52:55.801915 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701 | ||
| 6695 | 2025.01.16 19:52:55.802567 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6696 | 2025.01.16 19:52:55.802619 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6697 | 2025.01.16 19:52:55.803163 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6698 | 2025.01.16 19:52:55.803433 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6699 | 2025.01.16 19:52:55.803720 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6700 | 2025.01.16 19:52:55.868524 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 938 | ||
| 6701 | 2025.01.16 19:52:55.871672 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6702 | 2025.01.16 19:52:55.871736 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6703 | 2025.01.16 19:52:55.873234 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6704 | 2025.01.16 19:52:55.873556 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6705 | 2025.01.16 19:52:55.874739 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 938 | ||
| 6706 | 2025.01.16 19:52:56.001753 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001036198 sec. | ||
| 6707 | 2025.01.16 19:52:56.807068 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6708 | 2025.01.16 19:52:56.826454 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6709 | 2025.01.16 19:52:56.826517 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6710 | 2025.01.16 19:52:56.833604 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6711 | 2025.01.16 19:52:56.834384 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6712 | 2025.01.16 19:52:56.837523 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6713 | 2025.01.16 19:52:57.443858 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6714 | 2025.01.16 19:52:57.444069 [ 260 ] {72c2cc5e-28b2-41c0-ad97-01da2decfc89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6715 | 2025.01.16 19:52:57.444150 [ 260 ] {72c2cc5e-28b2-41c0-ad97-01da2decfc89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6716 | 2025.01.16 19:52:57.445072 [ 260 ] {72c2cc5e-28b2-41c0-ad97-01da2decfc89} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6717 | 2025.01.16 19:52:57.445123 [ 260 ] {72c2cc5e-28b2-41c0-ad97-01da2decfc89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6718 | 2025.01.16 19:52:57.445560 [ 260 ] {72c2cc5e-28b2-41c0-ad97-01da2decfc89} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6719 | 2025.01.16 19:52:57.445818 [ 260 ] {72c2cc5e-28b2-41c0-ad97-01da2decfc89} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6720 | 2025.01.16 19:52:57.446023 [ 135 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6721 | 2025.01.16 19:52:57.446095 [ 260 ] {72c2cc5e-28b2-41c0-ad97-01da2decfc89} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002081 sec., 65353.19557904854 rows/sec., 5.64 MiB/sec. | ||
| 6722 | 2025.01.16 19:52:57.446120 [ 135 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6723 | 2025.01.16 19:52:57.446201 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6724 | 2025.01.16 19:52:57.446237 [ 260 ] {72c2cc5e-28b2-41c0-ad97-01da2decfc89} <Debug> TCPHandler: Processed in 0.002512885 sec. | ||
| 6725 | 2025.01.16 19:52:57.446409 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 6726 | 2025.01.16 19:52:57.446540 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6727 | 2025.01.16 19:52:57.446569 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6728 | 2025.01.16 19:52:57.446633 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1434 rows starting from the beginning of the part | ||
| 6729 | 2025.01.16 19:52:57.446911 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 136 rows starting from the beginning of the part | ||
| 6730 | 2025.01.16 19:52:57.446928 [ 262 ] {b207374f-4be1-4d34-b543-884e23847b75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6731 | 2025.01.16 19:52:57.447117 [ 262 ] {b207374f-4be1-4d34-b543-884e23847b75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6732 | 2025.01.16 19:52:57.447174 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 203 rows starting from the beginning of the part | ||
| 6733 | 2025.01.16 19:52:57.447594 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 136 rows starting from the beginning of the part | ||
| 6734 | 2025.01.16 19:52:57.447881 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 203 rows starting from the beginning of the part | ||
| 6735 | 2025.01.16 19:52:57.448232 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 136 rows starting from the beginning of the part | ||
| 6736 | 2025.01.16 19:52:57.449967 [ 262 ] {b207374f-4be1-4d34-b543-884e23847b75} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6737 | 2025.01.16 19:52:57.450050 [ 262 ] {b207374f-4be1-4d34-b543-884e23847b75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6738 | 2025.01.16 19:52:57.450985 [ 262 ] {b207374f-4be1-4d34-b543-884e23847b75} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6739 | 2025.01.16 19:52:57.451520 [ 262 ] {b207374f-4be1-4d34-b543-884e23847b75} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6740 | 2025.01.16 19:52:57.451664 [ 192 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2248 rows, containing 5 columns (5 merged, 0 gathered) in 0.005337584 sec., 421164.3320273742 rows/sec., 37.29 MiB/sec. | ||
| 6741 | 2025.01.16 19:52:57.451997 [ 262 ] {b207374f-4be1-4d34-b543-884e23847b75} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.005235 sec., 7640.87870105062 rows/sec., 574.56 KiB/sec. | ||
| 6742 | 2025.01.16 19:52:57.452285 [ 262 ] {b207374f-4be1-4d34-b543-884e23847b75} <Debug> TCPHandler: Processed in 0.005908924 sec. | ||
| 6743 | 2025.01.16 19:52:57.452396 [ 192 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6744 | 2025.01.16 19:52:57.452667 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6745 | 2025.01.16 19:52:57.452963 [ 260 ] {fc47309d-00cb-4d3c-8140-151a1e4b63ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6746 | 2025.01.16 19:52:57.453058 [ 260 ] {fc47309d-00cb-4d3c-8140-151a1e4b63ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6747 | 2025.01.16 19:52:57.453244 [ 192 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_51_10} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6748 | 2025.01.16 19:52:57.453485 [ 192 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_51_10} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6749 | 2025.01.16 19:52:57.453700 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 6750 | 2025.01.16 19:52:57.454089 [ 260 ] {fc47309d-00cb-4d3c-8140-151a1e4b63ca} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6751 | 2025.01.16 19:52:57.454134 [ 260 ] {fc47309d-00cb-4d3c-8140-151a1e4b63ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6752 | 2025.01.16 19:52:57.454509 [ 260 ] {fc47309d-00cb-4d3c-8140-151a1e4b63ca} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6753 | 2025.01.16 19:52:57.454755 [ 260 ] {fc47309d-00cb-4d3c-8140-151a1e4b63ca} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6754 | 2025.01.16 19:52:57.454938 [ 135 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6755 | 2025.01.16 19:52:57.454964 [ 260 ] {fc47309d-00cb-4d3c-8140-151a1e4b63ca} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.002085 sec., 49880.09592326139 rows/sec., 3.90 MiB/sec. | ||
| 6756 | 2025.01.16 19:52:57.455001 [ 135 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6757 | 2025.01.16 19:52:57.455070 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6758 | 2025.01.16 19:52:57.455093 [ 260 ] {fc47309d-00cb-4d3c-8140-151a1e4b63ca} <Debug> TCPHandler: Processed in 0.002599105 sec. | ||
| 6759 | 2025.01.16 19:52:57.455403 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6760 | 2025.01.16 19:52:57.455412 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 6761 | 2025.01.16 19:52:57.455846 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6762 | 2025.01.16 19:52:57.455860 [ 262 ] {3666c814-069a-45e2-a111-b45044312d36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6763 | 2025.01.16 19:52:57.455965 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 914 rows starting from the beginning of the part | ||
| 6764 | 2025.01.16 19:52:57.456097 [ 262 ] {3666c814-069a-45e2-a111-b45044312d36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6765 | 2025.01.16 19:52:57.456429 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 104 rows starting from the beginning of the part | ||
| 6766 | 2025.01.16 19:52:57.456894 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 382 rows starting from the beginning of the part | ||
| 6767 | 2025.01.16 19:52:57.457338 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 104 rows starting from the beginning of the part | ||
| 6768 | 2025.01.16 19:52:57.457709 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 382 rows starting from the beginning of the part | ||
| 6769 | 2025.01.16 19:52:57.458116 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 104 rows starting from the beginning of the part | ||
| 6770 | 2025.01.16 19:52:57.459214 [ 262 ] {3666c814-069a-45e2-a111-b45044312d36} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6771 | 2025.01.16 19:52:57.459274 [ 262 ] {3666c814-069a-45e2-a111-b45044312d36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6772 | 2025.01.16 19:52:57.460371 [ 262 ] {3666c814-069a-45e2-a111-b45044312d36} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6773 | 2025.01.16 19:52:57.460717 [ 262 ] {3666c814-069a-45e2-a111-b45044312d36} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6774 | 2025.01.16 19:52:57.461219 [ 262 ] {3666c814-069a-45e2-a111-b45044312d36} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00553 sec., 28933.092224231463 rows/sec., 2.02 MiB/sec. | ||
| 6775 | 2025.01.16 19:52:57.461311 [ 135 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6776 | 2025.01.16 19:52:57.461379 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1990 rows, containing 5 columns (5 merged, 0 gathered) in 0.006214779 sec., 320204.46744767594 rows/sec., 24.54 MiB/sec. | ||
| 6777 | 2025.01.16 19:52:57.461507 [ 262 ] {3666c814-069a-45e2-a111-b45044312d36} <Debug> TCPHandler: Processed in 0.006302801 sec. | ||
| 6778 | 2025.01.16 19:52:57.461501 [ 135 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6779 | 2025.01.16 19:52:57.461639 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6780 | 2025.01.16 19:52:57.461809 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6781 | 2025.01.16 19:52:57.461947 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6782 | 2025.01.16 19:52:57.462059 [ 194 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 6783 | 2025.01.16 19:52:57.462293 [ 260 ] {1512d00a-8ad6-4a61-8912-e7b6c209a93c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6784 | 2025.01.16 19:52:57.462808 [ 194 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6785 | 2025.01.16 19:52:57.462828 [ 260 ] {1512d00a-8ad6-4a61-8912-e7b6c209a93c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6786 | 2025.01.16 19:52:57.462978 [ 194 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 12909 rows starting from the beginning of the part | ||
| 6787 | 2025.01.16 19:52:57.463470 [ 194 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part | ||
| 6788 | 2025.01.16 19:52:57.463964 [ 194 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 237 rows starting from the beginning of the part | ||
| 6789 | 2025.01.16 19:52:57.464452 [ 194 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part | ||
| 6790 | 2025.01.16 19:52:57.464936 [ 194 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 237 rows starting from the beginning of the part | ||
| 6791 | 2025.01.16 19:52:57.465134 [ 198 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_51_10} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6792 | 2025.01.16 19:52:57.465541 [ 194 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part | ||
| 6793 | 2025.01.16 19:52:57.466328 [ 198 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_51_10} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6794 | 2025.01.16 19:52:57.466562 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 6795 | 2025.01.16 19:52:57.468225 [ 260 ] {1512d00a-8ad6-4a61-8912-e7b6c209a93c} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6796 | 2025.01.16 19:52:57.468271 [ 260 ] {1512d00a-8ad6-4a61-8912-e7b6c209a93c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6797 | 2025.01.16 19:52:57.469355 [ 260 ] {1512d00a-8ad6-4a61-8912-e7b6c209a93c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6798 | 2025.01.16 19:52:57.469936 [ 260 ] {1512d00a-8ad6-4a61-8912-e7b6c209a93c} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6799 | 2025.01.16 19:52:57.470337 [ 260 ] {1512d00a-8ad6-4a61-8912-e7b6c209a93c} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.008218 sec., 4867.364322219519 rows/sec., 8.72 MiB/sec. | ||
| 6800 | 2025.01.16 19:52:57.471065 [ 260 ] {1512d00a-8ad6-4a61-8912-e7b6c209a93c} <Debug> TCPHandler: Processed in 0.009410015 sec. | ||
| 6801 | 2025.01.16 19:52:57.471437 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6802 | 2025.01.16 19:52:57.471592 [ 262 ] {704d2e52-c6c2-4b27-aacb-c13ae4503c74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6803 | 2025.01.16 19:52:57.471664 [ 262 ] {704d2e52-c6c2-4b27-aacb-c13ae4503c74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6804 | 2025.01.16 19:52:57.472292 [ 194 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13863 rows, containing 5 columns (5 merged, 0 gathered) in 0.010480964 sec., 1322683.676806828 rows/sec., 89.38 MiB/sec. | ||
| 6805 | 2025.01.16 19:52:57.472703 [ 194 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6806 | 2025.01.16 19:52:57.472723 [ 262 ] {704d2e52-c6c2-4b27-aacb-c13ae4503c74} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6807 | 2025.01.16 19:52:57.472800 [ 262 ] {704d2e52-c6c2-4b27-aacb-c13ae4503c74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6808 | 2025.01.16 19:52:57.473224 [ 194 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6809 | 2025.01.16 19:52:57.473428 [ 194 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6810 | 2025.01.16 19:52:57.473561 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.69 MiB. | ||
| 6811 | 2025.01.16 19:52:57.473569 [ 262 ] {704d2e52-c6c2-4b27-aacb-c13ae4503c74} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6812 | 2025.01.16 19:52:57.473839 [ 262 ] {704d2e52-c6c2-4b27-aacb-c13ae4503c74} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6813 | 2025.01.16 19:52:57.474039 [ 135 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6814 | 2025.01.16 19:52:57.474118 [ 262 ] {704d2e52-c6c2-4b27-aacb-c13ae4503c74} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002559 sec., 23446.658851113716 rows/sec., 1.58 MiB/sec. | ||
| 6815 | 2025.01.16 19:52:57.474129 [ 135 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6816 | 2025.01.16 19:52:57.474233 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6817 | 2025.01.16 19:52:57.474269 [ 262 ] {704d2e52-c6c2-4b27-aacb-c13ae4503c74} <Debug> TCPHandler: Processed in 0.003005402 sec. | ||
| 6818 | 2025.01.16 19:52:57.474563 [ 193 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 6819 | 2025.01.16 19:52:57.474996 [ 193 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6820 | 2025.01.16 19:52:57.475089 [ 193 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2604 rows starting from the beginning of the part | ||
| 6821 | 2025.01.16 19:52:57.475313 [ 193 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part | ||
| 6822 | 2025.01.16 19:52:57.475422 [ 193 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part | ||
| 6823 | 2025.01.16 19:52:57.475570 [ 193 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part | ||
| 6824 | 2025.01.16 19:52:57.475719 [ 193 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 82 rows starting from the beginning of the part | ||
| 6825 | 2025.01.16 19:52:57.475845 [ 193 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part | ||
| 6826 | 2025.01.16 19:52:57.477276 [ 195 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2948 rows, containing 4 columns (4 merged, 0 gathered) in 0.00289795 sec., 1017270.829379389 rows/sec., 66.51 MiB/sec. | ||
| 6827 | 2025.01.16 19:52:57.477609 [ 195 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6828 | 2025.01.16 19:52:57.477943 [ 195 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_51_10} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6829 | 2025.01.16 19:52:57.478033 [ 195 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_51_10} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6830 | 2025.01.16 19:52:57.478129 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 6831 | 2025.01.16 19:52:58.000238 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.93 MiB, peak 213.23 MiB, free memory in arenas 0.00 B, will set to 205.96 MiB (RSS), difference: 1.03 MiB | ||
| 6832 | 2025.01.16 19:53:00.720744 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6833 | 2025.01.16 19:53:00.720936 [ 260 ] {6b0fcf1c-8799-463c-9fc1-6fa06f95c684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6834 | 2025.01.16 19:53:00.721012 [ 260 ] {6b0fcf1c-8799-463c-9fc1-6fa06f95c684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6835 | 2025.01.16 19:53:00.721798 [ 260 ] {6b0fcf1c-8799-463c-9fc1-6fa06f95c684} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6836 | 2025.01.16 19:53:00.721851 [ 260 ] {6b0fcf1c-8799-463c-9fc1-6fa06f95c684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6837 | 2025.01.16 19:53:00.722294 [ 260 ] {6b0fcf1c-8799-463c-9fc1-6fa06f95c684} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6838 | 2025.01.16 19:53:00.722554 [ 260 ] {6b0fcf1c-8799-463c-9fc1-6fa06f95c684} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6839 | 2025.01.16 19:53:00.722758 [ 131 ] {} <Debug> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6840 | 2025.01.16 19:53:00.722821 [ 260 ] {6b0fcf1c-8799-463c-9fc1-6fa06f95c684} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001935 sec., 7235.142118863048 rows/sec., 520.83 KiB/sec. | ||
| 6841 | 2025.01.16 19:53:00.722829 [ 131 ] {} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6842 | 2025.01.16 19:53:00.722909 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6843 | 2025.01.16 19:53:00.722969 [ 260 ] {6b0fcf1c-8799-463c-9fc1-6fa06f95c684} <Debug> TCPHandler: Processed in 0.002358312 sec. | ||
| 6844 | 2025.01.16 19:53:00.723203 [ 204 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 6845 | 2025.01.16 19:53:00.723289 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6846 | 2025.01.16 19:53:00.723397 [ 204 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6847 | 2025.01.16 19:53:00.723475 [ 204 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 14 rows starting from the beginning of the part | ||
| 6848 | 2025.01.16 19:53:00.723586 [ 262 ] {13d5dd42-1435-4d41-848f-6c95000942fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6849 | 2025.01.16 19:53:00.723698 [ 204 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
| 6850 | 2025.01.16 19:53:00.723781 [ 262 ] {13d5dd42-1435-4d41-848f-6c95000942fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6851 | 2025.01.16 19:53:00.724199 [ 204 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 6852 | 2025.01.16 19:53:00.724466 [ 204 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 6853 | 2025.01.16 19:53:00.724845 [ 204 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
| 6854 | 2025.01.16 19:53:00.726435 [ 262 ] {13d5dd42-1435-4d41-848f-6c95000942fd} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6855 | 2025.01.16 19:53:00.726523 [ 262 ] {13d5dd42-1435-4d41-848f-6c95000942fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6856 | 2025.01.16 19:53:00.727458 [ 204 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004433127 sec., 15790.208581888133 rows/sec., 1.17 MiB/sec. | ||
| 6857 | 2025.01.16 19:53:00.727540 [ 262 ] {13d5dd42-1435-4d41-848f-6c95000942fd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6858 | 2025.01.16 19:53:00.727698 [ 195 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6859 | 2025.01.16 19:53:00.727999 [ 262 ] {13d5dd42-1435-4d41-848f-6c95000942fd} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6860 | 2025.01.16 19:53:00.728360 [ 195 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_21_5} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6861 | 2025.01.16 19:53:00.728511 [ 262 ] {13d5dd42-1435-4d41-848f-6c95000942fd} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005 sec., 400 rows/sec., 32.62 KiB/sec. | ||
| 6862 | 2025.01.16 19:53:00.728691 [ 195 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_21_5} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6863 | 2025.01.16 19:53:00.728812 [ 262 ] {13d5dd42-1435-4d41-848f-6c95000942fd} <Debug> TCPHandler: Processed in 0.00568991 sec. | ||
| 6864 | 2025.01.16 19:53:00.729013 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6865 | 2025.01.16 19:53:00.729065 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6866 | 2025.01.16 19:53:00.729190 [ 260 ] {32d92bf3-79ca-428c-b079-a898865a2f24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6867 | 2025.01.16 19:53:00.729244 [ 260 ] {32d92bf3-79ca-428c-b079-a898865a2f24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6868 | 2025.01.16 19:53:00.730395 [ 260 ] {32d92bf3-79ca-428c-b079-a898865a2f24} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6869 | 2025.01.16 19:53:00.730436 [ 260 ] {32d92bf3-79ca-428c-b079-a898865a2f24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6870 | 2025.01.16 19:53:00.730906 [ 260 ] {32d92bf3-79ca-428c-b079-a898865a2f24} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6871 | 2025.01.16 19:53:00.731172 [ 260 ] {32d92bf3-79ca-428c-b079-a898865a2f24} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6872 | 2025.01.16 19:53:00.731390 [ 260 ] {32d92bf3-79ca-428c-b079-a898865a2f24} <Debug> executeQuery: Read 1344 rows, 114.63 KiB in 0.002229 sec., 602960.9690444145 rows/sec., 50.22 MiB/sec. | ||
| 6873 | 2025.01.16 19:53:00.731454 [ 260 ] {32d92bf3-79ca-428c-b079-a898865a2f24} <Debug> TCPHandler: Processed in 0.002494514 sec. | ||
| 6874 | 2025.01.16 19:53:00.731612 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6875 | 2025.01.16 19:53:00.731750 [ 262 ] {46e7a012-5556-4ffc-897a-edf4535cef1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6876 | 2025.01.16 19:53:00.731807 [ 262 ] {46e7a012-5556-4ffc-897a-edf4535cef1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6877 | 2025.01.16 19:53:00.732411 [ 262 ] {46e7a012-5556-4ffc-897a-edf4535cef1b} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6878 | 2025.01.16 19:53:00.732448 [ 262 ] {46e7a012-5556-4ffc-897a-edf4535cef1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6879 | 2025.01.16 19:53:00.732798 [ 262 ] {46e7a012-5556-4ffc-897a-edf4535cef1b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6880 | 2025.01.16 19:53:00.733048 [ 262 ] {46e7a012-5556-4ffc-897a-edf4535cef1b} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6881 | 2025.01.16 19:53:00.733227 [ 262 ] {46e7a012-5556-4ffc-897a-edf4535cef1b} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.001507 sec., 5972.1300597213 rows/sec., 395.29 KiB/sec. | ||
| 6882 | 2025.01.16 19:53:00.733279 [ 262 ] {46e7a012-5556-4ffc-897a-edf4535cef1b} <Debug> TCPHandler: Processed in 0.001736191 sec. | ||
| 6883 | 2025.01.16 19:53:00.733426 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6884 | 2025.01.16 19:53:00.733570 [ 260 ] {01352a55-c8fe-4436-abee-312669ca7cbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6885 | 2025.01.16 19:53:00.733631 [ 260 ] {01352a55-c8fe-4436-abee-312669ca7cbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6886 | 2025.01.16 19:53:00.734342 [ 260 ] {01352a55-c8fe-4436-abee-312669ca7cbc} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6887 | 2025.01.16 19:53:00.734382 [ 260 ] {01352a55-c8fe-4436-abee-312669ca7cbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6888 | 2025.01.16 19:53:00.734766 [ 260 ] {01352a55-c8fe-4436-abee-312669ca7cbc} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6889 | 2025.01.16 19:53:00.735026 [ 260 ] {01352a55-c8fe-4436-abee-312669ca7cbc} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6890 | 2025.01.16 19:53:00.735249 [ 260 ] {01352a55-c8fe-4436-abee-312669ca7cbc} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001712 sec., 141355.1401869159 rows/sec., 9.58 MiB/sec. | ||
| 6891 | 2025.01.16 19:53:00.735309 [ 260 ] {01352a55-c8fe-4436-abee-312669ca7cbc} <Debug> TCPHandler: Processed in 0.001950964 sec. | ||
| 6892 | 2025.01.16 19:53:00.735456 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6893 | 2025.01.16 19:53:00.735592 [ 262 ] {a0a49076-4c66-4aaa-93a0-908423a4a20a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6894 | 2025.01.16 19:53:00.735649 [ 262 ] {a0a49076-4c66-4aaa-93a0-908423a4a20a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6895 | 2025.01.16 19:53:00.736275 [ 262 ] {a0a49076-4c66-4aaa-93a0-908423a4a20a} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6896 | 2025.01.16 19:53:00.736312 [ 262 ] {a0a49076-4c66-4aaa-93a0-908423a4a20a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6897 | 2025.01.16 19:53:00.736664 [ 262 ] {a0a49076-4c66-4aaa-93a0-908423a4a20a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6898 | 2025.01.16 19:53:00.736904 [ 262 ] {a0a49076-4c66-4aaa-93a0-908423a4a20a} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6899 | 2025.01.16 19:53:00.737026 [ 129 ] {} <Debug> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6900 | 2025.01.16 19:53:00.737071 [ 129 ] {} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6901 | 2025.01.16 19:53:00.737094 [ 262 ] {a0a49076-4c66-4aaa-93a0-908423a4a20a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001528 sec., 8507.85340314136 rows/sec., 530.46 KiB/sec. | ||
| 6902 | 2025.01.16 19:53:00.737099 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6903 | 2025.01.16 19:53:00.737150 [ 262 ] {a0a49076-4c66-4aaa-93a0-908423a4a20a} <Debug> TCPHandler: Processed in 0.001762251 sec. | ||
| 6904 | 2025.01.16 19:53:00.737365 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6905 | 2025.01.16 19:53:00.737463 [ 196 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 6906 | 2025.01.16 19:53:00.737745 [ 260 ] {757fa716-fb84-42ad-8457-590dc9c483b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6907 | 2025.01.16 19:53:00.737895 [ 260 ] {757fa716-fb84-42ad-8457-590dc9c483b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6908 | 2025.01.16 19:53:00.737921 [ 196 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6909 | 2025.01.16 19:53:00.738017 [ 196 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 13 rows starting from the beginning of the part | ||
| 6910 | 2025.01.16 19:53:00.738309 [ 196 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 13 rows starting from the beginning of the part | ||
| 6911 | 2025.01.16 19:53:00.738702 [ 196 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 13 rows starting from the beginning of the part | ||
| 6912 | 2025.01.16 19:53:00.739101 [ 196 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 13 rows starting from the beginning of the part | ||
| 6913 | 2025.01.16 19:53:00.739454 [ 196 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 13 rows starting from the beginning of the part | ||
| 6914 | 2025.01.16 19:53:00.741049 [ 260 ] {757fa716-fb84-42ad-8457-590dc9c483b1} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6915 | 2025.01.16 19:53:00.741139 [ 260 ] {757fa716-fb84-42ad-8457-590dc9c483b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6916 | 2025.01.16 19:53:00.741769 [ 196 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00455206 sec., 14279.249394779506 rows/sec., 946.09 KiB/sec. | ||
| 6917 | 2025.01.16 19:53:00.741999 [ 196 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6918 | 2025.01.16 19:53:00.742222 [ 260 ] {757fa716-fb84-42ad-8457-590dc9c483b1} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6919 | 2025.01.16 19:53:00.742472 [ 196 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_21_5} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6920 | 2025.01.16 19:53:00.742605 [ 196 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_21_5} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6921 | 2025.01.16 19:53:00.742700 [ 260 ] {757fa716-fb84-42ad-8457-590dc9c483b1} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6922 | 2025.01.16 19:53:00.742771 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6923 | 2025.01.16 19:53:00.743075 [ 260 ] {757fa716-fb84-42ad-8457-590dc9c483b1} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.005456 sec., 153958.94428152492 rows/sec., 11.12 MiB/sec. | ||
| 6924 | 2025.01.16 19:53:00.743277 [ 260 ] {757fa716-fb84-42ad-8457-590dc9c483b1} <Debug> TCPHandler: Processed in 0.006044456 sec. | ||
| 6925 | 2025.01.16 19:53:00.743548 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6926 | 2025.01.16 19:53:00.743696 [ 262 ] {7c93da95-63cc-4d14-8464-ab19374d8f10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6927 | 2025.01.16 19:53:00.743760 [ 262 ] {7c93da95-63cc-4d14-8464-ab19374d8f10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6928 | 2025.01.16 19:53:00.744272 [ 262 ] {7c93da95-63cc-4d14-8464-ab19374d8f10} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6929 | 2025.01.16 19:53:00.744309 [ 262 ] {7c93da95-63cc-4d14-8464-ab19374d8f10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6930 | 2025.01.16 19:53:00.744672 [ 262 ] {7c93da95-63cc-4d14-8464-ab19374d8f10} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6931 | 2025.01.16 19:53:00.744920 [ 262 ] {7c93da95-63cc-4d14-8464-ab19374d8f10} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6932 | 2025.01.16 19:53:00.745097 [ 262 ] {7c93da95-63cc-4d14-8464-ab19374d8f10} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001432 sec., 4189.944134078212 rows/sec., 218.91 KiB/sec. | ||
| 6933 | 2025.01.16 19:53:00.745148 [ 262 ] {7c93da95-63cc-4d14-8464-ab19374d8f10} <Debug> TCPHandler: Processed in 0.001757301 sec. | ||
| 6934 | 2025.01.16 19:53:00.745292 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6935 | 2025.01.16 19:53:00.745422 [ 260 ] {323a5df0-f4df-4b54-b5ea-30ad32a3a01b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6936 | 2025.01.16 19:53:00.745479 [ 260 ] {323a5df0-f4df-4b54-b5ea-30ad32a3a01b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6937 | 2025.01.16 19:53:00.746240 [ 260 ] {323a5df0-f4df-4b54-b5ea-30ad32a3a01b} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6938 | 2025.01.16 19:53:00.746280 [ 260 ] {323a5df0-f4df-4b54-b5ea-30ad32a3a01b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6939 | 2025.01.16 19:53:00.746738 [ 260 ] {323a5df0-f4df-4b54-b5ea-30ad32a3a01b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6940 | 2025.01.16 19:53:00.746987 [ 260 ] {323a5df0-f4df-4b54-b5ea-30ad32a3a01b} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6941 | 2025.01.16 19:53:00.747238 [ 260 ] {323a5df0-f4df-4b54-b5ea-30ad32a3a01b} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.001835 sec., 504632.1525885558 rows/sec., 33.67 MiB/sec. | ||
| 6942 | 2025.01.16 19:53:00.747352 [ 260 ] {323a5df0-f4df-4b54-b5ea-30ad32a3a01b} <Debug> TCPHandler: Processed in 0.002117867 sec. | ||
| 6943 | 2025.01.16 19:53:00.747580 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6944 | 2025.01.16 19:53:00.747731 [ 262 ] {d74d0539-70b6-47f6-b871-7d1098a22d50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6945 | 2025.01.16 19:53:00.747782 [ 262 ] {d74d0539-70b6-47f6-b871-7d1098a22d50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6946 | 2025.01.16 19:53:00.748264 [ 262 ] {d74d0539-70b6-47f6-b871-7d1098a22d50} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6947 | 2025.01.16 19:53:00.748301 [ 262 ] {d74d0539-70b6-47f6-b871-7d1098a22d50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6948 | 2025.01.16 19:53:00.748662 [ 262 ] {d74d0539-70b6-47f6-b871-7d1098a22d50} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6949 | 2025.01.16 19:53:00.748904 [ 262 ] {d74d0539-70b6-47f6-b871-7d1098a22d50} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6950 | 2025.01.16 19:53:00.749082 [ 262 ] {d74d0539-70b6-47f6-b871-7d1098a22d50} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001377 sec., 726.2164124909223 rows/sec., 48.93 KiB/sec. | ||
| 6951 | 2025.01.16 19:53:00.749136 [ 262 ] {d74d0539-70b6-47f6-b871-7d1098a22d50} <Debug> TCPHandler: Processed in 0.00168365 sec. | ||
| 6952 | 2025.01.16 19:53:00.749311 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6953 | 2025.01.16 19:53:00.749455 [ 260 ] {de42982a-b6ab-439b-9dc1-11399fa84f13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6954 | 2025.01.16 19:53:00.749518 [ 260 ] {de42982a-b6ab-439b-9dc1-11399fa84f13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6955 | 2025.01.16 19:53:00.750067 [ 260 ] {de42982a-b6ab-439b-9dc1-11399fa84f13} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6956 | 2025.01.16 19:53:00.750107 [ 260 ] {de42982a-b6ab-439b-9dc1-11399fa84f13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6957 | 2025.01.16 19:53:00.750492 [ 260 ] {de42982a-b6ab-439b-9dc1-11399fa84f13} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6958 | 2025.01.16 19:53:00.750781 [ 260 ] {de42982a-b6ab-439b-9dc1-11399fa84f13} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6959 | 2025.01.16 19:53:00.750999 [ 260 ] {de42982a-b6ab-439b-9dc1-11399fa84f13} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001579 sec., 44331.85560481317 rows/sec., 2.79 MiB/sec. | ||
| 6960 | 2025.01.16 19:53:00.751062 [ 260 ] {de42982a-b6ab-439b-9dc1-11399fa84f13} <Debug> TCPHandler: Processed in 0.001817602 sec. | ||
| 6961 | 2025.01.16 19:53:02.436127 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6962 | 2025.01.16 19:53:02.436335 [ 260 ] {ff04d4c6-fe78-4092-8307-3b45341c8602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6963 | 2025.01.16 19:53:02.436413 [ 260 ] {ff04d4c6-fe78-4092-8307-3b45341c8602} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6964 | 2025.01.16 19:53:02.437269 [ 260 ] {ff04d4c6-fe78-4092-8307-3b45341c8602} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6965 | 2025.01.16 19:53:02.437336 [ 260 ] {ff04d4c6-fe78-4092-8307-3b45341c8602} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6966 | 2025.01.16 19:53:02.437942 [ 260 ] {ff04d4c6-fe78-4092-8307-3b45341c8602} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6967 | 2025.01.16 19:53:02.438303 [ 260 ] {ff04d4c6-fe78-4092-8307-3b45341c8602} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6968 | 2025.01.16 19:53:02.438631 [ 260 ] {ff04d4c6-fe78-4092-8307-3b45341c8602} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002346 sec., 23870.417732310314 rows/sec., 1.83 MiB/sec. | ||
| 6969 | 2025.01.16 19:53:02.438739 [ 260 ] {ff04d4c6-fe78-4092-8307-3b45341c8602} <Debug> TCPHandler: Processed in 0.002754718 sec. | ||
| 6970 | 2025.01.16 19:53:02.439166 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6971 | 2025.01.16 19:53:02.439436 [ 262 ] {e1fe1af6-d1a2-4f53-8b46-81ae8b789244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6972 | 2025.01.16 19:53:02.439538 [ 262 ] {e1fe1af6-d1a2-4f53-8b46-81ae8b789244} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6973 | 2025.01.16 19:53:02.440603 [ 262 ] {e1fe1af6-d1a2-4f53-8b46-81ae8b789244} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6974 | 2025.01.16 19:53:02.440680 [ 262 ] {e1fe1af6-d1a2-4f53-8b46-81ae8b789244} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6975 | 2025.01.16 19:53:02.441293 [ 262 ] {e1fe1af6-d1a2-4f53-8b46-81ae8b789244} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6976 | 2025.01.16 19:53:02.441656 [ 262 ] {e1fe1af6-d1a2-4f53-8b46-81ae8b789244} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6977 | 2025.01.16 19:53:02.441994 [ 262 ] {e1fe1af6-d1a2-4f53-8b46-81ae8b789244} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002634 sec., 24297.646165527713 rows/sec., 1.90 MiB/sec. | ||
| 6978 | 2025.01.16 19:53:02.442099 [ 262 ] {e1fe1af6-d1a2-4f53-8b46-81ae8b789244} <Debug> TCPHandler: Processed in 0.003166985 sec. | ||
| 6979 | 2025.01.16 19:53:02.442324 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6980 | 2025.01.16 19:53:02.442482 [ 260 ] {82d27d92-df18-44da-84d4-3b2c40f87b3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6981 | 2025.01.16 19:53:02.442551 [ 260 ] {82d27d92-df18-44da-84d4-3b2c40f87b3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6982 | 2025.01.16 19:53:02.443225 [ 260 ] {82d27d92-df18-44da-84d4-3b2c40f87b3f} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6983 | 2025.01.16 19:53:02.443282 [ 260 ] {82d27d92-df18-44da-84d4-3b2c40f87b3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6984 | 2025.01.16 19:53:02.443876 [ 260 ] {82d27d92-df18-44da-84d4-3b2c40f87b3f} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6985 | 2025.01.16 19:53:02.444257 [ 260 ] {82d27d92-df18-44da-84d4-3b2c40f87b3f} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6986 | 2025.01.16 19:53:02.444552 [ 260 ] {82d27d92-df18-44da-84d4-3b2c40f87b3f} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.002115 sec., 15130.023640661937 rows/sec., 1.05 MiB/sec. | ||
| 6987 | 2025.01.16 19:53:02.444649 [ 260 ] {82d27d92-df18-44da-84d4-3b2c40f87b3f} <Debug> TCPHandler: Processed in 0.002410953 sec. | ||
| 6988 | 2025.01.16 19:53:02.444835 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6989 | 2025.01.16 19:53:02.444979 [ 262 ] {ec09a1bf-bba3-4db9-a4d8-430154cc0858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6990 | 2025.01.16 19:53:02.445041 [ 262 ] {ec09a1bf-bba3-4db9-a4d8-430154cc0858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6991 | 2025.01.16 19:53:02.445604 [ 262 ] {ec09a1bf-bba3-4db9-a4d8-430154cc0858} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6992 | 2025.01.16 19:53:02.445651 [ 262 ] {ec09a1bf-bba3-4db9-a4d8-430154cc0858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 6993 | 2025.01.16 19:53:02.446076 [ 262 ] {ec09a1bf-bba3-4db9-a4d8-430154cc0858} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6994 | 2025.01.16 19:53:02.446331 [ 262 ] {ec09a1bf-bba3-4db9-a4d8-430154cc0858} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6995 | 2025.01.16 19:53:02.446548 [ 262 ] {ec09a1bf-bba3-4db9-a4d8-430154cc0858} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001602 sec., 7490.636704119851 rows/sec., 516.93 KiB/sec. | ||
| 6996 | 2025.01.16 19:53:02.446607 [ 262 ] {ec09a1bf-bba3-4db9-a4d8-430154cc0858} <Debug> TCPHandler: Processed in 0.001834112 sec. | ||
| 6997 | 2025.01.16 19:53:03.303930 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189 | ||
| 6998 | 2025.01.16 19:53:03.304626 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6999 | 2025.01.16 19:53:03.304665 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 7000 | 2025.01.16 19:53:03.305193 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7001 | 2025.01.16 19:53:03.305453 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7002 | 2025.01.16 19:53:03.305683 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 | ||
| 7003 | 2025.01.16 19:53:04.337602 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 7004 | 2025.01.16 19:53:04.356831 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7005 | 2025.01.16 19:53:04.356880 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 7006 | 2025.01.16 19:53:04.364446 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7007 | 2025.01.16 19:53:04.365214 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7008 | 2025.01.16 19:53:04.367940 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 7009 | 2025.01.16 19:53:05.874991 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 980 | ||
| 7010 | 2025.01.16 19:53:05.878258 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7011 | 2025.01.16 19:53:05.878316 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 7012 | 2025.01.16 19:53:05.879784 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7013 | 2025.01.16 19:53:05.880100 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7014 | 2025.01.16 19:53:05.881802 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 980 | ||
| 7015 | 2025.01.16 19:53:07.443529 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7016 | 2025.01.16 19:53:07.443711 [ 260 ] {3c64728b-74ae-4caa-8ec5-cf0fd956a9d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7017 | 2025.01.16 19:53:07.443779 [ 260 ] {3c64728b-74ae-4caa-8ec5-cf0fd956a9d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7018 | 2025.01.16 19:53:07.444606 [ 260 ] {3c64728b-74ae-4caa-8ec5-cf0fd956a9d5} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7019 | 2025.01.16 19:53:07.444648 [ 260 ] {3c64728b-74ae-4caa-8ec5-cf0fd956a9d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 7020 | 2025.01.16 19:53:07.445102 [ 260 ] {3c64728b-74ae-4caa-8ec5-cf0fd956a9d5} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7021 | 2025.01.16 19:53:07.445361 [ 260 ] {3c64728b-74ae-4caa-8ec5-cf0fd956a9d5} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7022 | 2025.01.16 19:53:07.445584 [ 260 ] {3c64728b-74ae-4caa-8ec5-cf0fd956a9d5} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.001926 sec., 70612.66874350987 rows/sec., 6.09 MiB/sec. | ||
| 7023 | 2025.01.16 19:53:07.445640 [ 260 ] {3c64728b-74ae-4caa-8ec5-cf0fd956a9d5} <Debug> TCPHandler: Processed in 0.002242799 sec. | ||
| 7024 | 2025.01.16 19:53:07.445894 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7025 | 2025.01.16 19:53:07.446085 [ 262 ] {741d634e-eceb-48aa-879c-d0d9b96759a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7026 | 2025.01.16 19:53:07.446157 [ 262 ] {741d634e-eceb-48aa-879c-d0d9b96759a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7027 | 2025.01.16 19:53:07.446902 [ 262 ] {741d634e-eceb-48aa-879c-d0d9b96759a8} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7028 | 2025.01.16 19:53:07.446941 [ 262 ] {741d634e-eceb-48aa-879c-d0d9b96759a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 7029 | 2025.01.16 19:53:07.447378 [ 262 ] {741d634e-eceb-48aa-879c-d0d9b96759a8} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7030 | 2025.01.16 19:53:07.447638 [ 262 ] {741d634e-eceb-48aa-879c-d0d9b96759a8} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7031 | 2025.01.16 19:53:07.447826 [ 262 ] {741d634e-eceb-48aa-879c-d0d9b96759a8} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001794 sec., 22296.54403567447 rows/sec., 1.64 MiB/sec. | ||
| 7032 | 2025.01.16 19:53:07.447882 [ 262 ] {741d634e-eceb-48aa-879c-d0d9b96759a8} <Debug> TCPHandler: Processed in 0.002119557 sec. | ||
| 7033 | 2025.01.16 19:53:07.448029 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7034 | 2025.01.16 19:53:07.448144 [ 260 ] {90f70bb4-e4d2-4e98-88da-8531a1e3783a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7035 | 2025.01.16 19:53:07.448192 [ 260 ] {90f70bb4-e4d2-4e98-88da-8531a1e3783a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7036 | 2025.01.16 19:53:07.448911 [ 260 ] {90f70bb4-e4d2-4e98-88da-8531a1e3783a} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7037 | 2025.01.16 19:53:07.448960 [ 260 ] {90f70bb4-e4d2-4e98-88da-8531a1e3783a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 7038 | 2025.01.16 19:53:07.449378 [ 260 ] {90f70bb4-e4d2-4e98-88da-8531a1e3783a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7039 | 2025.01.16 19:53:07.449617 [ 260 ] {90f70bb4-e4d2-4e98-88da-8531a1e3783a} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7040 | 2025.01.16 19:53:07.449847 [ 260 ] {90f70bb4-e4d2-4e98-88da-8531a1e3783a} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001726 sec., 60254.92468134414 rows/sec., 4.71 MiB/sec. | ||
| 7041 | 2025.01.16 19:53:07.449922 [ 260 ] {90f70bb4-e4d2-4e98-88da-8531a1e3783a} <Debug> TCPHandler: Processed in 0.001951044 sec. | ||
| 7042 | 2025.01.16 19:53:07.450137 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7043 | 2025.01.16 19:53:07.450318 [ 262 ] {b94580b3-627c-4006-a076-628e339998b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7044 | 2025.01.16 19:53:07.450373 [ 262 ] {b94580b3-627c-4006-a076-628e339998b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7045 | 2025.01.16 19:53:07.450959 [ 262 ] {b94580b3-627c-4006-a076-628e339998b9} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7046 | 2025.01.16 19:53:07.450997 [ 262 ] {b94580b3-627c-4006-a076-628e339998b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 7047 | 2025.01.16 19:53:07.451395 [ 262 ] {b94580b3-627c-4006-a076-628e339998b9} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7048 | 2025.01.16 19:53:07.451638 [ 262 ] {b94580b3-627c-4006-a076-628e339998b9} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7049 | 2025.01.16 19:53:07.451818 [ 262 ] {b94580b3-627c-4006-a076-628e339998b9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001529 sec., 104643.55788096796 rows/sec., 7.29 MiB/sec. | ||
| 7050 | 2025.01.16 19:53:07.451870 [ 262 ] {b94580b3-627c-4006-a076-628e339998b9} <Debug> TCPHandler: Processed in 0.001866103 sec. | ||
| 7051 | 2025.01.16 19:53:07.452005 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7052 | 2025.01.16 19:53:07.452121 [ 260 ] {f9919d02-2023-4dc2-b4cb-a0c520a3b87c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7053 | 2025.01.16 19:53:07.452202 [ 260 ] {f9919d02-2023-4dc2-b4cb-a0c520a3b87c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7054 | 2025.01.16 19:53:07.453565 [ 260 ] {f9919d02-2023-4dc2-b4cb-a0c520a3b87c} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7055 | 2025.01.16 19:53:07.453605 [ 260 ] {f9919d02-2023-4dc2-b4cb-a0c520a3b87c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 7056 | 2025.01.16 19:53:07.454273 [ 260 ] {f9919d02-2023-4dc2-b4cb-a0c520a3b87c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7057 | 2025.01.16 19:53:07.454544 [ 260 ] {f9919d02-2023-4dc2-b4cb-a0c520a3b87c} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7058 | 2025.01.16 19:53:07.454785 [ 260 ] {f9919d02-2023-4dc2-b4cb-a0c520a3b87c} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002687 sec., 14886.490509862298 rows/sec., 26.68 MiB/sec. | ||
| 7059 | 2025.01.16 19:53:07.454889 [ 260 ] {f9919d02-2023-4dc2-b4cb-a0c520a3b87c} <Debug> TCPHandler: Processed in 0.002944041 sec. | ||
| 7060 | 2025.01.16 19:53:07.455043 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7061 | 2025.01.16 19:53:07.455160 [ 262 ] {38e9bbde-2d24-48d1-b0fd-acc98d550958} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7062 | 2025.01.16 19:53:07.455212 [ 262 ] {38e9bbde-2d24-48d1-b0fd-acc98d550958} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7063 | 2025.01.16 19:53:07.455711 [ 262 ] {38e9bbde-2d24-48d1-b0fd-acc98d550958} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7064 | 2025.01.16 19:53:07.455748 [ 262 ] {38e9bbde-2d24-48d1-b0fd-acc98d550958} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 7065 | 2025.01.16 19:53:07.456138 [ 262 ] {38e9bbde-2d24-48d1-b0fd-acc98d550958} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7066 | 2025.01.16 19:53:07.456379 [ 262 ] {38e9bbde-2d24-48d1-b0fd-acc98d550958} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7067 | 2025.01.16 19:53:07.456569 [ 262 ] {38e9bbde-2d24-48d1-b0fd-acc98d550958} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001432 sec., 41899.44134078213 rows/sec., 2.82 MiB/sec. | ||
| 7068 | 2025.01.16 19:53:07.456620 [ 262 ] {38e9bbde-2d24-48d1-b0fd-acc98d550958} <Debug> TCPHandler: Processed in 0.001636079 sec. | ||
| 7069 | 2025.01.16 19:53:10.658432 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7070 | 2025.01.16 19:53:10.658493 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7071 | 2025.01.16 19:53:10.805881 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616 | ||
| 7072 | 2025.01.16 19:53:10.806568 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7073 | 2025.01.16 19:53:10.806613 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 7074 | 2025.01.16 19:53:10.807135 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7075 | 2025.01.16 19:53:10.807453 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7076 | 2025.01.16 19:53:10.807714 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 7077 | 2025.01.16 19:53:11.868076 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 7078 | 2025.01.16 19:53:11.889776 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7079 | 2025.01.16 19:53:11.889845 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 7080 | 2025.01.16 19:53:11.897108 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7081 | 2025.01.16 19:53:11.897860 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7082 | 2025.01.16 19:53:11.901414 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 7083 | 2025.01.16 19:53:12.393297 [ 116 ] {} <Debug> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 7084 | 2025.01.16 19:53:12.393368 [ 116 ] {} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7085 | 2025.01.16 19:53:12.393394 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 7086 | 2025.01.16 19:53:12.393535 [ 204 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::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 | ||
| 7087 | 2025.01.16 19:53:12.393678 [ 204 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7088 | 2025.01.16 19:53:12.393716 [ 204 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part | ||
| 7089 | 2025.01.16 19:53:12.393796 [ 204 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 7090 | 2025.01.16 19:53:12.394006 [ 204 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part | ||
| 7091 | 2025.01.16 19:53:12.394248 [ 204 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 7092 | 2025.01.16 19:53:12.394521 [ 204 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
| 7093 | 2025.01.16 19:53:12.395649 [ 189 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002189228 sec., 17357.716966894266 rows/sec., 1.45 MiB/sec. | ||
| 7094 | 2025.01.16 19:53:12.395880 [ 186 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 7095 | 2025.01.16 19:53:12.396281 [ 186 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_9_2} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7096 | 2025.01.16 19:53:12.396387 [ 186 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_9_2} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 7097 | 2025.01.16 19:53:12.396499 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7098 | 2025.01.16 19:53:12.446463 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7099 | 2025.01.16 19:53:12.446648 [ 260 ] {4b88142d-01fd-4b97-8a51-5fc77dee27ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7100 | 2025.01.16 19:53:12.446722 [ 260 ] {4b88142d-01fd-4b97-8a51-5fc77dee27ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7101 | 2025.01.16 19:53:12.447535 [ 260 ] {4b88142d-01fd-4b97-8a51-5fc77dee27ef} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7102 | 2025.01.16 19:53:12.447581 [ 260 ] {4b88142d-01fd-4b97-8a51-5fc77dee27ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 7103 | 2025.01.16 19:53:12.447975 [ 260 ] {4b88142d-01fd-4b97-8a51-5fc77dee27ef} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7104 | 2025.01.16 19:53:12.448224 [ 260 ] {4b88142d-01fd-4b97-8a51-5fc77dee27ef} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7105 | 2025.01.16 19:53:12.448439 [ 260 ] {4b88142d-01fd-4b97-8a51-5fc77dee27ef} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001848 sec., 7575.757575757576 rows/sec., 545.35 KiB/sec. | ||
| 7106 | 2025.01.16 19:53:12.448498 [ 260 ] {4b88142d-01fd-4b97-8a51-5fc77dee27ef} <Debug> TCPHandler: Processed in 0.002197638 sec. | ||
| 7107 | 2025.01.16 19:53:12.448737 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7108 | 2025.01.16 19:53:12.448916 [ 262 ] {c5607465-e70c-4522-a1a7-2d6dd07e43d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7109 | 2025.01.16 19:53:12.448987 [ 262 ] {c5607465-e70c-4522-a1a7-2d6dd07e43d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7110 | 2025.01.16 19:53:12.449851 [ 262 ] {c5607465-e70c-4522-a1a7-2d6dd07e43d5} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7111 | 2025.01.16 19:53:12.449896 [ 262 ] {c5607465-e70c-4522-a1a7-2d6dd07e43d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 7112 | 2025.01.16 19:53:12.450346 [ 262 ] {c5607465-e70c-4522-a1a7-2d6dd07e43d5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7113 | 2025.01.16 19:53:12.450617 [ 262 ] {c5607465-e70c-4522-a1a7-2d6dd07e43d5} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7114 | 2025.01.16 19:53:12.450864 [ 262 ] {c5607465-e70c-4522-a1a7-2d6dd07e43d5} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002 sec., 101500 rows/sec., 8.79 MiB/sec. | ||
| 7115 | 2025.01.16 19:53:12.450933 [ 262 ] {c5607465-e70c-4522-a1a7-2d6dd07e43d5} <Debug> TCPHandler: Processed in 0.002320221 sec. | ||
| 7116 | 2025.01.16 19:53:12.451100 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7117 | 2025.01.16 19:53:12.451245 [ 260 ] {1d2b8d44-154f-44f6-9794-20839e03f5a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7118 | 2025.01.16 19:53:12.451306 [ 260 ] {1d2b8d44-154f-44f6-9794-20839e03f5a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7119 | 2025.01.16 19:53:12.451917 [ 260 ] {1d2b8d44-154f-44f6-9794-20839e03f5a6} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7120 | 2025.01.16 19:53:12.451957 [ 260 ] {1d2b8d44-154f-44f6-9794-20839e03f5a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 7121 | 2025.01.16 19:53:12.452338 [ 260 ] {1d2b8d44-154f-44f6-9794-20839e03f5a6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7122 | 2025.01.16 19:53:12.452582 [ 260 ] {1d2b8d44-154f-44f6-9794-20839e03f5a6} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7123 | 2025.01.16 19:53:12.452855 [ 260 ] {1d2b8d44-154f-44f6-9794-20839e03f5a6} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001638 sec., 4273.504273504273 rows/sec., 278.42 KiB/sec. | ||
| 7124 | 2025.01.16 19:53:12.453050 [ 260 ] {1d2b8d44-154f-44f6-9794-20839e03f5a6} <Debug> TCPHandler: Processed in 0.002016615 sec. | ||
| 7125 | 2025.01.16 19:53:12.453289 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7126 | 2025.01.16 19:53:12.453421 [ 262 ] {d7d36bbc-dba3-409c-880d-ba63d0971ece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7127 | 2025.01.16 19:53:12.453475 [ 262 ] {d7d36bbc-dba3-409c-880d-ba63d0971ece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7128 | 2025.01.16 19:53:12.454080 [ 262 ] {d7d36bbc-dba3-409c-880d-ba63d0971ece} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7129 | 2025.01.16 19:53:12.454120 [ 262 ] {d7d36bbc-dba3-409c-880d-ba63d0971ece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 7130 | 2025.01.16 19:53:12.454483 [ 262 ] {d7d36bbc-dba3-409c-880d-ba63d0971ece} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7131 | 2025.01.16 19:53:12.454723 [ 262 ] {d7d36bbc-dba3-409c-880d-ba63d0971ece} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7132 | 2025.01.16 19:53:12.454944 [ 262 ] {d7d36bbc-dba3-409c-880d-ba63d0971ece} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001551 sec., 9026.434558349452 rows/sec., 632.15 KiB/sec. | ||
| 7133 | 2025.01.16 19:53:12.455009 [ 262 ] {d7d36bbc-dba3-409c-880d-ba63d0971ece} <Debug> TCPHandler: Processed in 0.001843553 sec. | ||
| 7134 | 2025.01.16 19:53:12.455145 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7135 | 2025.01.16 19:53:12.455263 [ 260 ] {5a65f9bc-2922-45e9-a402-1ff058e333e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7136 | 2025.01.16 19:53:12.455313 [ 260 ] {5a65f9bc-2922-45e9-a402-1ff058e333e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7137 | 2025.01.16 19:53:12.455880 [ 260 ] {5a65f9bc-2922-45e9-a402-1ff058e333e4} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7138 | 2025.01.16 19:53:12.455939 [ 260 ] {5a65f9bc-2922-45e9-a402-1ff058e333e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 7139 | 2025.01.16 19:53:12.456751 [ 260 ] {5a65f9bc-2922-45e9-a402-1ff058e333e4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7140 | 2025.01.16 19:53:12.456986 [ 260 ] {5a65f9bc-2922-45e9-a402-1ff058e333e4} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7141 | 2025.01.16 19:53:12.457198 [ 260 ] {5a65f9bc-2922-45e9-a402-1ff058e333e4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00196 sec., 6632.65306122449 rows/sec., 413.54 KiB/sec. | ||
| 7142 | 2025.01.16 19:53:12.457253 [ 260 ] {5a65f9bc-2922-45e9-a402-1ff058e333e4} <Debug> TCPHandler: Processed in 0.002165978 sec. | ||
| 7143 | 2025.01.16 19:53:12.457393 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7144 | 2025.01.16 19:53:12.457510 [ 262 ] {59daa4cf-5291-4fb8-9860-ea6cb68f646e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7145 | 2025.01.16 19:53:12.457560 [ 262 ] {59daa4cf-5291-4fb8-9860-ea6cb68f646e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7146 | 2025.01.16 19:53:12.458301 [ 262 ] {59daa4cf-5291-4fb8-9860-ea6cb68f646e} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7147 | 2025.01.16 19:53:12.458339 [ 262 ] {59daa4cf-5291-4fb8-9860-ea6cb68f646e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 7148 | 2025.01.16 19:53:12.458717 [ 262 ] {59daa4cf-5291-4fb8-9860-ea6cb68f646e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7149 | 2025.01.16 19:53:12.458954 [ 262 ] {59daa4cf-5291-4fb8-9860-ea6cb68f646e} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7150 | 2025.01.16 19:53:12.459188 [ 262 ] {59daa4cf-5291-4fb8-9860-ea6cb68f646e} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001701 sec., 224573.78012933568 rows/sec., 15.89 MiB/sec. | ||
| 7151 | 2025.01.16 19:53:12.459308 [ 262 ] {59daa4cf-5291-4fb8-9860-ea6cb68f646e} <Debug> TCPHandler: Processed in 0.001974305 sec. | ||
| 7152 | 2025.01.16 19:53:12.459511 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7153 | 2025.01.16 19:53:12.459647 [ 260 ] {c019dd0d-8982-4c0b-9e7b-9974e75ea5f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7154 | 2025.01.16 19:53:12.459708 [ 260 ] {c019dd0d-8982-4c0b-9e7b-9974e75ea5f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7155 | 2025.01.16 19:53:12.460279 [ 260 ] {c019dd0d-8982-4c0b-9e7b-9974e75ea5f8} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7156 | 2025.01.16 19:53:12.460326 [ 260 ] {c019dd0d-8982-4c0b-9e7b-9974e75ea5f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 7157 | 2025.01.16 19:53:12.460702 [ 260 ] {c019dd0d-8982-4c0b-9e7b-9974e75ea5f8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7158 | 2025.01.16 19:53:12.460937 [ 260 ] {c019dd0d-8982-4c0b-9e7b-9974e75ea5f8} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7159 | 2025.01.16 19:53:12.461254 [ 260 ] {c019dd0d-8982-4c0b-9e7b-9974e75ea5f8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001615 sec., 3715.170278637771 rows/sec., 194.10 KiB/sec. | ||
| 7160 | 2025.01.16 19:53:12.461453 [ 260 ] {c019dd0d-8982-4c0b-9e7b-9974e75ea5f8} <Debug> TCPHandler: Processed in 0.002055436 sec. | ||
| 7161 | 2025.01.16 19:53:12.461608 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7162 | 2025.01.16 19:53:12.461726 [ 262 ] {b5b5c3f2-bf7c-43cf-9b7d-2926a917b44a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7163 | 2025.01.16 19:53:12.461780 [ 262 ] {b5b5c3f2-bf7c-43cf-9b7d-2926a917b44a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7164 | 2025.01.16 19:53:12.462395 [ 262 ] {b5b5c3f2-bf7c-43cf-9b7d-2926a917b44a} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7165 | 2025.01.16 19:53:12.462434 [ 262 ] {b5b5c3f2-bf7c-43cf-9b7d-2926a917b44a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 7166 | 2025.01.16 19:53:12.462823 [ 262 ] {b5b5c3f2-bf7c-43cf-9b7d-2926a917b44a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7167 | 2025.01.16 19:53:12.463080 [ 262 ] {b5b5c3f2-bf7c-43cf-9b7d-2926a917b44a} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7168 | 2025.01.16 19:53:12.463296 [ 262 ] {b5b5c3f2-bf7c-43cf-9b7d-2926a917b44a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001595 sec., 148589.34169278995 rows/sec., 9.96 MiB/sec. | ||
| 7169 | 2025.01.16 19:53:12.463351 [ 262 ] {b5b5c3f2-bf7c-43cf-9b7d-2926a917b44a} <Debug> TCPHandler: Processed in 0.001800651 sec. | ||
| 7170 | 2025.01.16 19:53:12.463499 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7171 | 2025.01.16 19:53:12.463634 [ 260 ] {c44315fa-2d4d-49a2-8130-fbd8aad40b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7172 | 2025.01.16 19:53:12.463695 [ 260 ] {c44315fa-2d4d-49a2-8130-fbd8aad40b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7173 | 2025.01.16 19:53:12.464238 [ 260 ] {c44315fa-2d4d-49a2-8130-fbd8aad40b6d} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7174 | 2025.01.16 19:53:12.464283 [ 260 ] {c44315fa-2d4d-49a2-8130-fbd8aad40b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 7175 | 2025.01.16 19:53:12.464665 [ 260 ] {c44315fa-2d4d-49a2-8130-fbd8aad40b6d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7176 | 2025.01.16 19:53:12.464908 [ 260 ] {c44315fa-2d4d-49a2-8130-fbd8aad40b6d} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7177 | 2025.01.16 19:53:12.465124 [ 260 ] {c44315fa-2d4d-49a2-8130-fbd8aad40b6d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00152 sec., 657.8947368421052 rows/sec., 44.33 KiB/sec. | ||
| 7178 | 2025.01.16 19:53:12.465176 [ 260 ] {c44315fa-2d4d-49a2-8130-fbd8aad40b6d} <Debug> TCPHandler: Processed in 0.00174561 sec. | ||
| 7179 | 2025.01.16 19:53:12.465305 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7180 | 2025.01.16 19:53:12.465421 [ 262 ] {03eb2f52-673b-4542-bc27-90b2daeb27fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7181 | 2025.01.16 19:53:12.465472 [ 262 ] {03eb2f52-673b-4542-bc27-90b2daeb27fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7182 | 2025.01.16 19:53:12.465960 [ 262 ] {03eb2f52-673b-4542-bc27-90b2daeb27fa} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7183 | 2025.01.16 19:53:12.466006 [ 262 ] {03eb2f52-673b-4542-bc27-90b2daeb27fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 7184 | 2025.01.16 19:53:12.466386 [ 262 ] {03eb2f52-673b-4542-bc27-90b2daeb27fa} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7185 | 2025.01.16 19:53:12.466630 [ 262 ] {03eb2f52-673b-4542-bc27-90b2daeb27fa} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7186 | 2025.01.16 19:53:12.466839 [ 262 ] {03eb2f52-673b-4542-bc27-90b2daeb27fa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001443 sec., 56826.056826056825 rows/sec., 3.61 MiB/sec. | ||
| 7187 | 2025.01.16 19:53:12.466890 [ 262 ] {03eb2f52-673b-4542-bc27-90b2daeb27fa} <Debug> TCPHandler: Processed in 0.001641639 sec. | ||
| 7188 | 2025.01.16 19:53:15.882119 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1012 | ||
| 7189 | 2025.01.16 19:53:15.885172 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7190 | 2025.01.16 19:53:15.885223 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7191 | 2025.01.16 19:53:15.886701 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7192 | 2025.01.16 19:53:15.887010 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7193 | 2025.01.16 19:53:15.888371 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1012 | ||
| 7194 | 2025.01.16 19:53:17.444715 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7195 | 2025.01.16 19:53:17.444911 [ 260 ] {460826a6-8f12-4a43-8ca4-b63805968a25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7196 | 2025.01.16 19:53:17.444987 [ 260 ] {460826a6-8f12-4a43-8ca4-b63805968a25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7197 | 2025.01.16 19:53:17.445739 [ 260 ] {460826a6-8f12-4a43-8ca4-b63805968a25} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7198 | 2025.01.16 19:53:17.445798 [ 260 ] {460826a6-8f12-4a43-8ca4-b63805968a25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7199 | 2025.01.16 19:53:17.446242 [ 260 ] {460826a6-8f12-4a43-8ca4-b63805968a25} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 7200 | 2025.01.16 19:53:17.446513 [ 260 ] {460826a6-8f12-4a43-8ca4-b63805968a25} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7201 | 2025.01.16 19:53:17.446800 [ 260 ] {460826a6-8f12-4a43-8ca4-b63805968a25} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.00194 sec., 5154.639175257732 rows/sec., 420.32 KiB/sec. | ||
| 7202 | 2025.01.16 19:53:17.446994 [ 260 ] {460826a6-8f12-4a43-8ca4-b63805968a25} <Debug> TCPHandler: Processed in 0.002408022 sec. | ||
| 7203 | 2025.01.16 19:53:17.447233 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7204 | 2025.01.16 19:53:17.447420 [ 262 ] {504b4e69-4ff3-49f5-99f0-6b2d30d16be5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7205 | 2025.01.16 19:53:17.447492 [ 262 ] {504b4e69-4ff3-49f5-99f0-6b2d30d16be5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7206 | 2025.01.16 19:53:17.448299 [ 262 ] {504b4e69-4ff3-49f5-99f0-6b2d30d16be5} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7207 | 2025.01.16 19:53:17.448345 [ 262 ] {504b4e69-4ff3-49f5-99f0-6b2d30d16be5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7208 | 2025.01.16 19:53:17.448793 [ 262 ] {504b4e69-4ff3-49f5-99f0-6b2d30d16be5} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7209 | 2025.01.16 19:53:17.449054 [ 262 ] {504b4e69-4ff3-49f5-99f0-6b2d30d16be5} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7210 | 2025.01.16 19:53:17.449250 [ 108 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7211 | 2025.01.16 19:53:17.449323 [ 262 ] {504b4e69-4ff3-49f5-99f0-6b2d30d16be5} <Debug> executeQuery: Read 141 rows, 12.38 KiB in 0.001952 sec., 72233.60655737705 rows/sec., 6.19 MiB/sec. | ||
| 7212 | 2025.01.16 19:53:17.449343 [ 108 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7213 | 2025.01.16 19:53:17.449412 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7214 | 2025.01.16 19:53:17.449469 [ 262 ] {504b4e69-4ff3-49f5-99f0-6b2d30d16be5} <Debug> TCPHandler: Processed in 0.002367771 sec. | ||
| 7215 | 2025.01.16 19:53:17.449772 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7216 | 2025.01.16 19:53:17.449937 [ 187 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 7217 | 2025.01.16 19:53:17.450188 [ 260 ] {3cd7c6b9-beb3-4a2a-b109-227dd883542e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7218 | 2025.01.16 19:53:17.450383 [ 260 ] {3cd7c6b9-beb3-4a2a-b109-227dd883542e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7219 | 2025.01.16 19:53:17.450928 [ 187 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7220 | 2025.01.16 19:53:17.451044 [ 187 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1434 rows starting from the beginning of the part | ||
| 7221 | 2025.01.16 19:53:17.451562 [ 187 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1344 rows starting from the beginning of the part | ||
| 7222 | 2025.01.16 19:53:17.452188 [ 187 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part | ||
| 7223 | 2025.01.16 19:53:17.452684 [ 187 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 136 rows starting from the beginning of the part | ||
| 7224 | 2025.01.16 19:53:17.453364 [ 187 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 203 rows starting from the beginning of the part | ||
| 7225 | 2025.01.16 19:53:17.453776 [ 187 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 141 rows starting from the beginning of the part | ||
| 7226 | 2025.01.16 19:53:17.454346 [ 260 ] {3cd7c6b9-beb3-4a2a-b109-227dd883542e} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7227 | 2025.01.16 19:53:17.454401 [ 260 ] {3cd7c6b9-beb3-4a2a-b109-227dd883542e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7228 | 2025.01.16 19:53:17.455204 [ 260 ] {3cd7c6b9-beb3-4a2a-b109-227dd883542e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7229 | 2025.01.16 19:53:17.455731 [ 260 ] {3cd7c6b9-beb3-4a2a-b109-227dd883542e} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7230 | 2025.01.16 19:53:17.456148 [ 108 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7231 | 2025.01.16 19:53:17.456355 [ 108 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7232 | 2025.01.16 19:53:17.456402 [ 260 ] {3cd7c6b9-beb3-4a2a-b109-227dd883542e} <Debug> executeQuery: Read 50 rows, 3.71 KiB in 0.006353 sec., 7870.297497245396 rows/sec., 583.36 KiB/sec. | ||
| 7233 | 2025.01.16 19:53:17.456483 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7234 | 2025.01.16 19:53:17.456625 [ 260 ] {3cd7c6b9-beb3-4a2a-b109-227dd883542e} <Debug> TCPHandler: Processed in 0.007036954 sec. | ||
| 7235 | 2025.01.16 19:53:17.456836 [ 186 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 7236 | 2025.01.16 19:53:17.456861 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7237 | 2025.01.16 19:53:17.457204 [ 262 ] {63c74a12-7b4d-44d4-864a-50af57aa202d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7238 | 2025.01.16 19:53:17.457232 [ 186 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7239 | 2025.01.16 19:53:17.457360 [ 186 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 65 rows starting from the beginning of the part | ||
| 7240 | 2025.01.16 19:53:17.457380 [ 262 ] {63c74a12-7b4d-44d4-864a-50af57aa202d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7241 | 2025.01.16 19:53:17.457849 [ 186 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 40 rows starting from the beginning of the part | ||
| 7242 | 2025.01.16 19:53:17.458280 [ 186 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 9 rows starting from the beginning of the part | ||
| 7243 | 2025.01.16 19:53:17.458768 [ 186 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 40 rows starting from the beginning of the part | ||
| 7244 | 2025.01.16 19:53:17.459241 [ 186 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 7 rows starting from the beginning of the part | ||
| 7245 | 2025.01.16 19:53:17.459715 [ 186 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 50 rows starting from the beginning of the part | ||
| 7246 | 2025.01.16 19:53:17.459656 [ 191 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3314 rows, containing 5 columns (5 merged, 0 gathered) in 0.010069917 sec., 329099.03825423785 rows/sec., 28.84 MiB/sec. | ||
| 7247 | 2025.01.16 19:53:17.460541 [ 191 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7248 | 2025.01.16 19:53:17.461667 [ 262 ] {63c74a12-7b4d-44d4-864a-50af57aa202d} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7249 | 2025.01.16 19:53:17.461773 [ 262 ] {63c74a12-7b4d-44d4-864a-50af57aa202d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7250 | 2025.01.16 19:53:17.461788 [ 191 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_56_11} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7251 | 2025.01.16 19:53:17.462218 [ 191 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_56_11} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7252 | 2025.01.16 19:53:17.462638 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 7253 | 2025.01.16 19:53:17.463314 [ 262 ] {63c74a12-7b4d-44d4-864a-50af57aa202d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7254 | 2025.01.16 19:53:17.463561 [ 189 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 5 columns (5 merged, 0 gathered) in 0.006911811 sec., 30527.455105470908 rows/sec., 2.31 MiB/sec. | ||
| 7255 | 2025.01.16 19:53:17.463753 [ 262 ] {63c74a12-7b4d-44d4-864a-50af57aa202d} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7256 | 2025.01.16 19:53:17.463825 [ 192 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7257 | 2025.01.16 19:53:17.463953 [ 108 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7258 | 2025.01.16 19:53:17.464044 [ 108 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7259 | 2025.01.16 19:53:17.464132 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7260 | 2025.01.16 19:53:17.464277 [ 262 ] {63c74a12-7b4d-44d4-864a-50af57aa202d} <Debug> executeQuery: Read 114 rows, 9.13 KiB in 0.007183 sec., 15870.806069887234 rows/sec., 1.24 MiB/sec. | ||
| 7261 | 2025.01.16 19:53:17.464549 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 7262 | 2025.01.16 19:53:17.464610 [ 262 ] {63c74a12-7b4d-44d4-864a-50af57aa202d} <Debug> TCPHandler: Processed in 0.007865658 sec. | ||
| 7263 | 2025.01.16 19:53:17.464861 [ 192 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_46_9} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7264 | 2025.01.16 19:53:17.464902 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7265 | 2025.01.16 19:53:17.465003 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7266 | 2025.01.16 19:53:17.465065 [ 192 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_46_9} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7267 | 2025.01.16 19:53:17.465092 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 914 rows starting from the beginning of the part | ||
| 7268 | 2025.01.16 19:53:17.465358 [ 260 ] {5963dffd-5b9f-494c-8007-b2c1827de800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7269 | 2025.01.16 19:53:17.465441 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 7270 | 2025.01.16 19:53:17.465617 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 840 rows starting from the beginning of the part | ||
| 7271 | 2025.01.16 19:53:17.465647 [ 260 ] {5963dffd-5b9f-494c-8007-b2c1827de800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7272 | 2025.01.16 19:53:17.466034 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part | ||
| 7273 | 2025.01.16 19:53:17.466431 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 104 rows starting from the beginning of the part | ||
| 7274 | 2025.01.16 19:53:17.466780 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 382 rows starting from the beginning of the part | ||
| 7275 | 2025.01.16 19:53:17.466940 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 114 rows starting from the beginning of the part | ||
| 7276 | 2025.01.16 19:53:17.468154 [ 260 ] {5963dffd-5b9f-494c-8007-b2c1827de800} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7277 | 2025.01.16 19:53:17.468243 [ 260 ] {5963dffd-5b9f-494c-8007-b2c1827de800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7278 | 2025.01.16 19:53:17.469251 [ 260 ] {5963dffd-5b9f-494c-8007-b2c1827de800} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7279 | 2025.01.16 19:53:17.469679 [ 260 ] {5963dffd-5b9f-494c-8007-b2c1827de800} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7280 | 2025.01.16 19:53:17.469893 [ 108 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7281 | 2025.01.16 19:53:17.470001 [ 108 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7282 | 2025.01.16 19:53:17.470077 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7283 | 2025.01.16 19:53:17.470203 [ 260 ] {5963dffd-5b9f-494c-8007-b2c1827de800} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.005023 sec., 32848.89508261995 rows/sec., 2.29 MiB/sec. | ||
| 7284 | 2025.01.16 19:53:17.470620 [ 260 ] {5963dffd-5b9f-494c-8007-b2c1827de800} <Debug> TCPHandler: Processed in 0.005899983 sec. | ||
| 7285 | 2025.01.16 19:53:17.470681 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 7286 | 2025.01.16 19:53:17.470881 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7287 | 2025.01.16 19:53:17.470927 [ 198 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 5 columns (5 merged, 0 gathered) in 0.006704108 sec., 360674.38054398884 rows/sec., 27.66 MiB/sec. | ||
| 7288 | 2025.01.16 19:53:17.471093 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7289 | 2025.01.16 19:53:17.471142 [ 262 ] {1c387711-b2f5-44ee-95f1-78a16584f916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7290 | 2025.01.16 19:53:17.471162 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 13863 rows starting from the beginning of the part | ||
| 7291 | 2025.01.16 19:53:17.471443 [ 198 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7292 | 2025.01.16 19:53:17.471622 [ 262 ] {1c387711-b2f5-44ee-95f1-78a16584f916} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7293 | 2025.01.16 19:53:17.471771 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 926 rows starting from the beginning of the part | ||
| 7294 | 2025.01.16 19:53:17.472692 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 32 rows starting from the beginning of the part | ||
| 7295 | 2025.01.16 19:53:17.473182 [ 198 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_56_11} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7296 | 2025.01.16 19:53:17.473466 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
| 7297 | 2025.01.16 19:53:17.473757 [ 198 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_56_11} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7298 | 2025.01.16 19:53:17.473971 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part | ||
| 7299 | 2025.01.16 19:53:17.474209 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 7300 | 2025.01.16 19:53:17.474476 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 165 rows starting from the beginning of the part | ||
| 7301 | 2025.01.16 19:53:17.476622 [ 262 ] {1c387711-b2f5-44ee-95f1-78a16584f916} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7302 | 2025.01.16 19:53:17.476667 [ 262 ] {1c387711-b2f5-44ee-95f1-78a16584f916} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7303 | 2025.01.16 19:53:17.477846 [ 262 ] {1c387711-b2f5-44ee-95f1-78a16584f916} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7304 | 2025.01.16 19:53:17.478139 [ 262 ] {1c387711-b2f5-44ee-95f1-78a16584f916} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7305 | 2025.01.16 19:53:17.478611 [ 262 ] {1c387711-b2f5-44ee-95f1-78a16584f916} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.007518 sec., 5320.563979781857 rows/sec., 9.53 MiB/sec. | ||
| 7306 | 2025.01.16 19:53:17.478739 [ 262 ] {1c387711-b2f5-44ee-95f1-78a16584f916} <Debug> TCPHandler: Processed in 0.00800661 sec. | ||
| 7307 | 2025.01.16 19:53:17.478989 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7308 | 2025.01.16 19:53:17.479235 [ 260 ] {e7704b22-2af3-47ea-925a-044f587ac61c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7309 | 2025.01.16 19:53:17.479355 [ 260 ] {e7704b22-2af3-47ea-925a-044f587ac61c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7310 | 2025.01.16 19:53:17.480477 [ 260 ] {e7704b22-2af3-47ea-925a-044f587ac61c} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7311 | 2025.01.16 19:53:17.480499 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15383 rows, containing 5 columns (5 merged, 0 gathered) in 0.01024973 sec., 1500820.021600569 rows/sec., 101.40 MiB/sec. | ||
| 7312 | 2025.01.16 19:53:17.480536 [ 260 ] {e7704b22-2af3-47ea-925a-044f587ac61c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7313 | 2025.01.16 19:53:17.480960 [ 260 ] {e7704b22-2af3-47ea-925a-044f587ac61c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7314 | 2025.01.16 19:53:17.481106 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7315 | 2025.01.16 19:53:17.481254 [ 260 ] {e7704b22-2af3-47ea-925a-044f587ac61c} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7316 | 2025.01.16 19:53:17.481492 [ 105 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7317 | 2025.01.16 19:53:17.481571 [ 105 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7318 | 2025.01.16 19:53:17.481650 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7319 | 2025.01.16 19:53:17.481671 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7320 | 2025.01.16 19:53:17.481684 [ 260 ] {e7704b22-2af3-47ea-925a-044f587ac61c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002494 sec., 24057.738572574177 rows/sec., 1.62 MiB/sec. | ||
| 7321 | 2025.01.16 19:53:17.482147 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7322 | 2025.01.16 19:53:17.482236 [ 260 ] {e7704b22-2af3-47ea-925a-044f587ac61c} <Debug> TCPHandler: Processed in 0.003367089 sec. | ||
| 7323 | 2025.01.16 19:53:17.482249 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 7324 | 2025.01.16 19:53:17.482655 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.83 MiB. | ||
| 7325 | 2025.01.16 19:53:17.483026 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7326 | 2025.01.16 19:53:17.483125 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2948 rows starting from the beginning of the part | ||
| 7327 | 2025.01.16 19:53:17.483385 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 70 rows starting from the beginning of the part | ||
| 7328 | 2025.01.16 19:53:17.483530 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 12 rows starting from the beginning of the part | ||
| 7329 | 2025.01.16 19:53:17.483730 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
| 7330 | 2025.01.16 19:53:17.483802 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part | ||
| 7331 | 2025.01.16 19:53:17.483990 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
| 7332 | 2025.01.16 19:53:17.485369 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3232 rows, containing 4 columns (4 merged, 0 gathered) in 0.003579372 sec., 902951.6909670188 rows/sec., 59.02 MiB/sec. | ||
| 7333 | 2025.01.16 19:53:17.485775 [ 195 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7334 | 2025.01.16 19:53:17.486336 [ 195 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_56_11} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7335 | 2025.01.16 19:53:17.486484 [ 195 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_56_11} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7336 | 2025.01.16 19:53:17.486630 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 7337 | 2025.01.16 19:53:18.307919 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 | ||
| 7338 | 2025.01.16 19:53:18.308706 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7339 | 2025.01.16 19:53:18.308755 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7340 | 2025.01.16 19:53:18.309289 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7341 | 2025.01.16 19:53:18.309559 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7342 | 2025.01.16 19:53:18.309801 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 | ||
| 7343 | 2025.01.16 19:53:19.401582 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 7344 | 2025.01.16 19:53:19.424085 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7345 | 2025.01.16 19:53:19.424148 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7346 | 2025.01.16 19:53:19.431493 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7347 | 2025.01.16 19:53:19.432265 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7348 | 2025.01.16 19:53:19.435870 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 7349 | 2025.01.16 19:53:22.446350 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7350 | 2025.01.16 19:53:22.446565 [ 260 ] {5f49e8db-7aca-4448-b7f5-ed0fb10cc409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7351 | 2025.01.16 19:53:22.446648 [ 260 ] {5f49e8db-7aca-4448-b7f5-ed0fb10cc409} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7352 | 2025.01.16 19:53:22.447423 [ 260 ] {5f49e8db-7aca-4448-b7f5-ed0fb10cc409} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7353 | 2025.01.16 19:53:22.447474 [ 260 ] {5f49e8db-7aca-4448-b7f5-ed0fb10cc409} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7354 | 2025.01.16 19:53:22.447911 [ 260 ] {5f49e8db-7aca-4448-b7f5-ed0fb10cc409} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7355 | 2025.01.16 19:53:22.448181 [ 260 ] {5f49e8db-7aca-4448-b7f5-ed0fb10cc409} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7356 | 2025.01.16 19:53:22.448470 [ 260 ] {5f49e8db-7aca-4448-b7f5-ed0fb10cc409} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001957 sec., 7153.806847215125 rows/sec., 514.98 KiB/sec. | ||
| 7357 | 2025.01.16 19:53:22.448608 [ 260 ] {5f49e8db-7aca-4448-b7f5-ed0fb10cc409} <Debug> TCPHandler: Processed in 0.002392902 sec. | ||
| 7358 | 2025.01.16 19:53:22.448886 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7359 | 2025.01.16 19:53:22.449065 [ 262 ] {7b37f68f-2c70-4a49-a38b-104782106765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7360 | 2025.01.16 19:53:22.449143 [ 262 ] {7b37f68f-2c70-4a49-a38b-104782106765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7361 | 2025.01.16 19:53:22.449948 [ 262 ] {7b37f68f-2c70-4a49-a38b-104782106765} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7362 | 2025.01.16 19:53:22.449994 [ 262 ] {7b37f68f-2c70-4a49-a38b-104782106765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7363 | 2025.01.16 19:53:22.450442 [ 262 ] {7b37f68f-2c70-4a49-a38b-104782106765} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7364 | 2025.01.16 19:53:22.450690 [ 262 ] {7b37f68f-2c70-4a49-a38b-104782106765} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7365 | 2025.01.16 19:53:22.450926 [ 262 ] {7b37f68f-2c70-4a49-a38b-104782106765} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001914 sec., 106060.60606060606 rows/sec., 9.18 MiB/sec. | ||
| 7366 | 2025.01.16 19:53:22.450988 [ 262 ] {7b37f68f-2c70-4a49-a38b-104782106765} <Debug> TCPHandler: Processed in 0.00225742 sec. | ||
| 7367 | 2025.01.16 19:53:22.451136 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7368 | 2025.01.16 19:53:22.451283 [ 260 ] {9d10fd16-a2eb-4ebd-ac53-221b2d4f98c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7369 | 2025.01.16 19:53:22.451345 [ 260 ] {9d10fd16-a2eb-4ebd-ac53-221b2d4f98c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7370 | 2025.01.16 19:53:22.452012 [ 260 ] {9d10fd16-a2eb-4ebd-ac53-221b2d4f98c0} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7371 | 2025.01.16 19:53:22.452053 [ 260 ] {9d10fd16-a2eb-4ebd-ac53-221b2d4f98c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7372 | 2025.01.16 19:53:22.452427 [ 260 ] {9d10fd16-a2eb-4ebd-ac53-221b2d4f98c0} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7373 | 2025.01.16 19:53:22.452669 [ 260 ] {9d10fd16-a2eb-4ebd-ac53-221b2d4f98c0} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7374 | 2025.01.16 19:53:22.452880 [ 260 ] {9d10fd16-a2eb-4ebd-ac53-221b2d4f98c0} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001634 sec., 4283.965728274174 rows/sec., 279.10 KiB/sec. | ||
| 7375 | 2025.01.16 19:53:22.452935 [ 260 ] {9d10fd16-a2eb-4ebd-ac53-221b2d4f98c0} <Debug> TCPHandler: Processed in 0.001867783 sec. | ||
| 7376 | 2025.01.16 19:53:22.453066 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7377 | 2025.01.16 19:53:22.453196 [ 262 ] {78df8c95-fe17-4722-b1d0-703b32e0238f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7378 | 2025.01.16 19:53:22.453249 [ 262 ] {78df8c95-fe17-4722-b1d0-703b32e0238f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7379 | 2025.01.16 19:53:22.453853 [ 262 ] {78df8c95-fe17-4722-b1d0-703b32e0238f} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7380 | 2025.01.16 19:53:22.453894 [ 262 ] {78df8c95-fe17-4722-b1d0-703b32e0238f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7381 | 2025.01.16 19:53:22.454272 [ 262 ] {78df8c95-fe17-4722-b1d0-703b32e0238f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7382 | 2025.01.16 19:53:22.454507 [ 262 ] {78df8c95-fe17-4722-b1d0-703b32e0238f} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7383 | 2025.01.16 19:53:22.454671 [ 100 ] {} <Debug> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 | ||
| 7384 | 2025.01.16 19:53:22.454756 [ 262 ] {78df8c95-fe17-4722-b1d0-703b32e0238f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00158 sec., 8860.759493670887 rows/sec., 620.55 KiB/sec. | ||
| 7385 | 2025.01.16 19:53:22.454762 [ 100 ] {} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7386 | 2025.01.16 19:53:22.454846 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7387 | 2025.01.16 19:53:22.454889 [ 262 ] {78df8c95-fe17-4722-b1d0-703b32e0238f} <Debug> TCPHandler: Processed in 0.001878173 sec. | ||
| 7388 | 2025.01.16 19:53:22.455138 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7389 | 2025.01.16 19:53:22.455169 [ 194 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full | ||
| 7390 | 2025.01.16 19:53:22.455313 [ 260 ] {fd017189-8d8c-42d8-80b0-bcd12959d050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7391 | 2025.01.16 19:53:22.455330 [ 194 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7392 | 2025.01.16 19:53:22.455377 [ 194 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 243 rows starting from the beginning of the part | ||
| 7393 | 2025.01.16 19:53:22.455384 [ 260 ] {fd017189-8d8c-42d8-80b0-bcd12959d050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7394 | 2025.01.16 19:53:22.455614 [ 194 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 7395 | 2025.01.16 19:53:22.455902 [ 194 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
| 7396 | 2025.01.16 19:53:22.456251 [ 194 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 242 rows starting from the beginning of the part | ||
| 7397 | 2025.01.16 19:53:22.456472 [ 194 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 7398 | 2025.01.16 19:53:22.456759 [ 194 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 7399 | 2025.01.16 19:53:22.457632 [ 260 ] {fd017189-8d8c-42d8-80b0-bcd12959d050} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7400 | 2025.01.16 19:53:22.457681 [ 260 ] {fd017189-8d8c-42d8-80b0-bcd12959d050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7401 | 2025.01.16 19:53:22.458267 [ 260 ] {fd017189-8d8c-42d8-80b0-bcd12959d050} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7402 | 2025.01.16 19:53:22.458512 [ 200 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.003529352 sec., 153285.928975064 rows/sec., 10.98 MiB/sec. | ||
| 7403 | 2025.01.16 19:53:22.458652 [ 260 ] {fd017189-8d8c-42d8-80b0-bcd12959d050} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7404 | 2025.01.16 19:53:22.458810 [ 200 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7405 | 2025.01.16 19:53:22.459108 [ 260 ] {fd017189-8d8c-42d8-80b0-bcd12959d050} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003837 sec., 3388.0635913474066 rows/sec., 211.24 KiB/sec. | ||
| 7406 | 2025.01.16 19:53:22.459240 [ 260 ] {fd017189-8d8c-42d8-80b0-bcd12959d050} <Debug> TCPHandler: Processed in 0.004259895 sec. | ||
| 7407 | 2025.01.16 19:53:22.459412 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7408 | 2025.01.16 19:53:22.459513 [ 200 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_24_5} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7409 | 2025.01.16 19:53:22.459616 [ 262 ] {03976171-8fd6-45cc-a037-4c342ea225b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7410 | 2025.01.16 19:53:22.459690 [ 200 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_24_5} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 | ||
| 7411 | 2025.01.16 19:53:22.459694 [ 262 ] {03976171-8fd6-45cc-a037-4c342ea225b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7412 | 2025.01.16 19:53:22.459884 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 7413 | 2025.01.16 19:53:22.460614 [ 262 ] {03976171-8fd6-45cc-a037-4c342ea225b6} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7414 | 2025.01.16 19:53:22.460658 [ 262 ] {03976171-8fd6-45cc-a037-4c342ea225b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7415 | 2025.01.16 19:53:22.461048 [ 262 ] {03976171-8fd6-45cc-a037-4c342ea225b6} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7416 | 2025.01.16 19:53:22.461313 [ 262 ] {03976171-8fd6-45cc-a037-4c342ea225b6} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7417 | 2025.01.16 19:53:22.461526 [ 262 ] {03976171-8fd6-45cc-a037-4c342ea225b6} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001956 sec., 195296.52351738242 rows/sec., 13.82 MiB/sec. | ||
| 7418 | 2025.01.16 19:53:22.461584 [ 262 ] {03976171-8fd6-45cc-a037-4c342ea225b6} <Debug> TCPHandler: Processed in 0.00224076 sec. | ||
| 7419 | 2025.01.16 19:53:22.461736 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7420 | 2025.01.16 19:53:22.461876 [ 260 ] {10b605d1-6ab4-4ca7-96d4-3f03f1f9db4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7421 | 2025.01.16 19:53:22.461937 [ 260 ] {10b605d1-6ab4-4ca7-96d4-3f03f1f9db4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7422 | 2025.01.16 19:53:22.462505 [ 260 ] {10b605d1-6ab4-4ca7-96d4-3f03f1f9db4a} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7423 | 2025.01.16 19:53:22.462552 [ 260 ] {10b605d1-6ab4-4ca7-96d4-3f03f1f9db4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7424 | 2025.01.16 19:53:22.462965 [ 260 ] {10b605d1-6ab4-4ca7-96d4-3f03f1f9db4a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7425 | 2025.01.16 19:53:22.463228 [ 260 ] {10b605d1-6ab4-4ca7-96d4-3f03f1f9db4a} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7426 | 2025.01.16 19:53:22.463447 [ 260 ] {10b605d1-6ab4-4ca7-96d4-3f03f1f9db4a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001602 sec., 3745.3183520599255 rows/sec., 195.68 KiB/sec. | ||
| 7427 | 2025.01.16 19:53:22.463500 [ 260 ] {10b605d1-6ab4-4ca7-96d4-3f03f1f9db4a} <Debug> TCPHandler: Processed in 0.001834112 sec. | ||
| 7428 | 2025.01.16 19:53:22.463628 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7429 | 2025.01.16 19:53:22.463745 [ 262 ] {f3c9ecba-ac49-4363-a528-8248fd245a62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7430 | 2025.01.16 19:53:22.463798 [ 262 ] {f3c9ecba-ac49-4363-a528-8248fd245a62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7431 | 2025.01.16 19:53:22.464389 [ 262 ] {f3c9ecba-ac49-4363-a528-8248fd245a62} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7432 | 2025.01.16 19:53:22.464428 [ 262 ] {f3c9ecba-ac49-4363-a528-8248fd245a62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7433 | 2025.01.16 19:53:22.464827 [ 262 ] {f3c9ecba-ac49-4363-a528-8248fd245a62} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7434 | 2025.01.16 19:53:22.465062 [ 262 ] {f3c9ecba-ac49-4363-a528-8248fd245a62} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7435 | 2025.01.16 19:53:22.465278 [ 262 ] {f3c9ecba-ac49-4363-a528-8248fd245a62} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001557 sec., 152215.79961464353 rows/sec., 10.20 MiB/sec. | ||
| 7436 | 2025.01.16 19:53:22.465332 [ 262 ] {f3c9ecba-ac49-4363-a528-8248fd245a62} <Debug> TCPHandler: Processed in 0.001760861 sec. | ||
| 7437 | 2025.01.16 19:53:22.465466 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7438 | 2025.01.16 19:53:22.465584 [ 260 ] {9a476ba1-e462-4194-8e89-6fbca1dcfa7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7439 | 2025.01.16 19:53:22.465635 [ 260 ] {9a476ba1-e462-4194-8e89-6fbca1dcfa7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7440 | 2025.01.16 19:53:22.466095 [ 260 ] {9a476ba1-e462-4194-8e89-6fbca1dcfa7b} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7441 | 2025.01.16 19:53:22.466133 [ 260 ] {9a476ba1-e462-4194-8e89-6fbca1dcfa7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7442 | 2025.01.16 19:53:22.466496 [ 260 ] {9a476ba1-e462-4194-8e89-6fbca1dcfa7b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7443 | 2025.01.16 19:53:22.466736 [ 260 ] {9a476ba1-e462-4194-8e89-6fbca1dcfa7b} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7444 | 2025.01.16 19:53:22.466907 [ 99 ] {} <Debug> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 | ||
| 7445 | 2025.01.16 19:53:22.466983 [ 260 ] {9a476ba1-e462-4194-8e89-6fbca1dcfa7b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00142 sec., 704.2253521126761 rows/sec., 47.45 KiB/sec. | ||
| 7446 | 2025.01.16 19:53:22.467010 [ 99 ] {} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7447 | 2025.01.16 19:53:22.467084 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7448 | 2025.01.16 19:53:22.467098 [ 260 ] {9a476ba1-e462-4194-8e89-6fbca1dcfa7b} <Debug> TCPHandler: Processed in 0.0016907 sec. | ||
| 7449 | 2025.01.16 19:53:22.467363 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7450 | 2025.01.16 19:53:22.467605 [ 196 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full | ||
| 7451 | 2025.01.16 19:53:22.467856 [ 262 ] {ce7ab5ff-c1c1-4795-a457-05a30aa3dad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7452 | 2025.01.16 19:53:22.468124 [ 262 ] {ce7ab5ff-c1c1-4795-a457-05a30aa3dad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7453 | 2025.01.16 19:53:22.468166 [ 196 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7454 | 2025.01.16 19:53:22.468285 [ 196 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 19 rows starting from the beginning of the part | ||
| 7455 | 2025.01.16 19:53:22.468715 [ 196 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 7456 | 2025.01.16 19:53:22.469049 [ 196 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 7457 | 2025.01.16 19:53:22.469291 [ 196 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 7458 | 2025.01.16 19:53:22.469637 [ 196 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 7459 | 2025.01.16 19:53:22.469951 [ 196 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 7460 | 2025.01.16 19:53:22.470512 [ 262 ] {ce7ab5ff-c1c1-4795-a457-05a30aa3dad3} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7461 | 2025.01.16 19:53:22.470568 [ 262 ] {ce7ab5ff-c1c1-4795-a457-05a30aa3dad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7462 | 2025.01.16 19:53:22.471425 [ 262 ] {ce7ab5ff-c1c1-4795-a457-05a30aa3dad3} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7463 | 2025.01.16 19:53:22.471997 [ 262 ] {ce7ab5ff-c1c1-4795-a457-05a30aa3dad3} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7464 | 2025.01.16 19:53:22.472579 [ 262 ] {ce7ab5ff-c1c1-4795-a457-05a30aa3dad3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004912 sec., 16693.81107491857 rows/sec., 1.06 MiB/sec. | ||
| 7465 | 2025.01.16 19:53:22.472864 [ 262 ] {ce7ab5ff-c1c1-4795-a457-05a30aa3dad3} <Debug> TCPHandler: Processed in 0.005670069 sec. | ||
| 7466 | 2025.01.16 19:53:22.473019 [ 194 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.00575109 sec., 4173.121964705821 rows/sec., 280.52 KiB/sec. | ||
| 7467 | 2025.01.16 19:53:22.473187 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7468 | 2025.01.16 19:53:22.473541 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_24_5} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7469 | 2025.01.16 19:53:22.473638 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_24_5} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 | ||
| 7470 | 2025.01.16 19:53:22.473726 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 7471 | 2025.01.16 19:53:25.658550 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7472 | 2025.01.16 19:53:25.658616 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7473 | 2025.01.16 19:53:25.810051 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531 | ||
| 7474 | 2025.01.16 19:53:25.810763 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7475 | 2025.01.16 19:53:25.810816 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7476 | 2025.01.16 19:53:25.811415 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7477 | 2025.01.16 19:53:25.811758 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7478 | 2025.01.16 19:53:25.811983 [ 94 ] {} <Debug> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7479 | 2025.01.16 19:53:25.812062 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7480 | 2025.01.16 19:53:25.812085 [ 94 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7481 | 2025.01.16 19:53:25.812115 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7482 | 2025.01.16 19:53:25.812264 [ 204 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::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 | ||
| 7483 | 2025.01.16 19:53:25.812425 [ 204 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7484 | 2025.01.16 19:53:25.812469 [ 204 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part | ||
| 7485 | 2025.01.16 19:53:25.812553 [ 204 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part | ||
| 7486 | 2025.01.16 19:53:25.812803 [ 204 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part | ||
| 7487 | 2025.01.16 19:53:25.812983 [ 204 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part | ||
| 7488 | 2025.01.16 19:53:25.813116 [ 204 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part | ||
| 7489 | 2025.01.16 19:53:25.813304 [ 204 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part | ||
| 7490 | 2025.01.16 19:53:25.815831 [ 194 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003643104 sec., 4537614.078544011 rows/sec., 64.91 MiB/sec. | ||
| 7491 | 2025.01.16 19:53:25.815989 [ 189 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7492 | 2025.01.16 19:53:25.816427 [ 189 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_36_7} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7493 | 2025.01.16 19:53:25.816537 [ 189 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_36_7} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7494 | 2025.01.16 19:53:25.816727 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 7495 | 2025.01.16 19:53:25.888693 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1046 | ||
| 7496 | 2025.01.16 19:53:25.891758 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7497 | 2025.01.16 19:53:25.891800 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7498 | 2025.01.16 19:53:25.893425 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7499 | 2025.01.16 19:53:25.893741 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7500 | 2025.01.16 19:53:25.893918 [ 94 ] {} <Debug> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7501 | 2025.01.16 19:53:25.893984 [ 94 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7502 | 2025.01.16 19:53:25.894027 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7503 | 2025.01.16 19:53:25.894286 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::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 | ||
| 7504 | 2025.01.16 19:53:25.894598 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1046 | ||
| 7505 | 2025.01.16 19:53:25.895086 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7506 | 2025.01.16 19:53:25.895211 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 874 rows starting from the beginning of the part | ||
| 7507 | 2025.01.16 19:53:25.895648 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 32 rows starting from the beginning of the part | ||
| 7508 | 2025.01.16 19:53:25.896053 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part | ||
| 7509 | 2025.01.16 19:53:25.896458 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 42 rows starting from the beginning of the part | ||
| 7510 | 2025.01.16 19:53:25.896892 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part | ||
| 7511 | 2025.01.16 19:53:25.897336 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 34 rows starting from the beginning of the part | ||
| 7512 | 2025.01.16 19:53:25.905298 [ 198 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1046 rows, containing 72 columns (72 merged, 0 gathered) in 0.011175196 sec., 93600.14804214619 rows/sec., 75.78 MiB/sec. | ||
| 7513 | 2025.01.16 19:53:25.906891 [ 195 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7514 | 2025.01.16 19:53:25.907709 [ 195 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_26_5} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7515 | 2025.01.16 19:53:25.907806 [ 195 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_26_5} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7516 | 2025.01.16 19:53:25.908158 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB. | ||
| 7517 | 2025.01.16 19:53:26.936048 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7518 | 2025.01.16 19:53:26.957181 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7519 | 2025.01.16 19:53:26.957242 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7520 | 2025.01.16 19:53:26.964948 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7521 | 2025.01.16 19:53:26.965752 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7522 | 2025.01.16 19:53:26.966066 [ 92 ] {} <Debug> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7523 | 2025.01.16 19:53:26.966126 [ 92 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7524 | 2025.01.16 19:53:26.966164 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7525 | 2025.01.16 19:53:26.966619 [ 198 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 7526 | 2025.01.16 19:53:26.981640 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7527 | 2025.01.16 19:53:26.983365 [ 198 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7528 | 2025.01.16 19:53:26.984669 [ 198 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part | ||
| 7529 | 2025.01.16 19:53:26.989910 [ 198 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 8 rows starting from the beginning of the part | ||
| 7530 | 2025.01.16 19:53:26.995649 [ 198 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 7 rows starting from the beginning of the part | ||
| 7531 | 2025.01.16 19:53:27.001881 [ 198 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 8 rows starting from the beginning of the part | ||
| 7532 | 2025.01.16 19:53:27.008813 [ 198 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 7 rows starting from the beginning of the part | ||
| 7533 | 2025.01.16 19:53:27.013529 [ 198 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part | ||
| 7534 | 2025.01.16 19:53:27.076016 [ 195 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.109705225 sec., 2479.371424651834 rows/sec., 12.82 MiB/sec. | ||
| 7535 | 2025.01.16 19:53:27.079088 [ 195 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7536 | 2025.01.16 19:53:27.082110 [ 195 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_36_7} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7537 | 2025.01.16 19:53:27.082252 [ 195 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_36_7} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7538 | 2025.01.16 19:53:27.084805 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
| 7539 | 2025.01.16 19:53:27.443808 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7540 | 2025.01.16 19:53:27.444000 [ 260 ] {444cffb4-e893-44dc-8a67-54fe80233f14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7541 | 2025.01.16 19:53:27.444076 [ 260 ] {444cffb4-e893-44dc-8a67-54fe80233f14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7542 | 2025.01.16 19:53:27.444947 [ 260 ] {444cffb4-e893-44dc-8a67-54fe80233f14} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7543 | 2025.01.16 19:53:27.445003 [ 260 ] {444cffb4-e893-44dc-8a67-54fe80233f14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7544 | 2025.01.16 19:53:27.445455 [ 260 ] {444cffb4-e893-44dc-8a67-54fe80233f14} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7545 | 2025.01.16 19:53:27.445720 [ 260 ] {444cffb4-e893-44dc-8a67-54fe80233f14} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7546 | 2025.01.16 19:53:27.445969 [ 260 ] {444cffb4-e893-44dc-8a67-54fe80233f14} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002071 sec., 65668.7590535973 rows/sec., 5.67 MiB/sec. | ||
| 7547 | 2025.01.16 19:53:27.446038 [ 260 ] {444cffb4-e893-44dc-8a67-54fe80233f14} <Debug> TCPHandler: Processed in 0.002415342 sec. | ||
| 7548 | 2025.01.16 19:53:27.446353 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7549 | 2025.01.16 19:53:27.446546 [ 262 ] {3825c9cb-a903-4807-b319-06c1cf2dec5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7550 | 2025.01.16 19:53:27.446624 [ 262 ] {3825c9cb-a903-4807-b319-06c1cf2dec5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7551 | 2025.01.16 19:53:27.447410 [ 262 ] {3825c9cb-a903-4807-b319-06c1cf2dec5a} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7552 | 2025.01.16 19:53:27.447464 [ 262 ] {3825c9cb-a903-4807-b319-06c1cf2dec5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7553 | 2025.01.16 19:53:27.447926 [ 262 ] {3825c9cb-a903-4807-b319-06c1cf2dec5a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7554 | 2025.01.16 19:53:27.448199 [ 262 ] {3825c9cb-a903-4807-b319-06c1cf2dec5a} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7555 | 2025.01.16 19:53:27.448447 [ 262 ] {3825c9cb-a903-4807-b319-06c1cf2dec5a} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001955 sec., 20460.358056265984 rows/sec., 1.50 MiB/sec. | ||
| 7556 | 2025.01.16 19:53:27.448519 [ 262 ] {3825c9cb-a903-4807-b319-06c1cf2dec5a} <Debug> TCPHandler: Processed in 0.002301731 sec. | ||
| 7557 | 2025.01.16 19:53:27.448701 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7558 | 2025.01.16 19:53:27.448837 [ 260 ] {1cf6374a-ae5f-4a64-aa84-225307bcd401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7559 | 2025.01.16 19:53:27.448891 [ 260 ] {1cf6374a-ae5f-4a64-aa84-225307bcd401} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7560 | 2025.01.16 19:53:27.449557 [ 260 ] {1cf6374a-ae5f-4a64-aa84-225307bcd401} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7561 | 2025.01.16 19:53:27.449600 [ 260 ] {1cf6374a-ae5f-4a64-aa84-225307bcd401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7562 | 2025.01.16 19:53:27.450018 [ 260 ] {1cf6374a-ae5f-4a64-aa84-225307bcd401} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7563 | 2025.01.16 19:53:27.450275 [ 260 ] {1cf6374a-ae5f-4a64-aa84-225307bcd401} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7564 | 2025.01.16 19:53:27.450509 [ 260 ] {1cf6374a-ae5f-4a64-aa84-225307bcd401} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001702 sec., 61104.58284371328 rows/sec., 4.77 MiB/sec. | ||
| 7565 | 2025.01.16 19:53:27.450573 [ 260 ] {1cf6374a-ae5f-4a64-aa84-225307bcd401} <Debug> TCPHandler: Processed in 0.001955025 sec. | ||
| 7566 | 2025.01.16 19:53:27.450798 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7567 | 2025.01.16 19:53:27.450952 [ 262 ] {88c2f5fa-eebc-4572-b02d-c97f93182e73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7568 | 2025.01.16 19:53:27.451021 [ 262 ] {88c2f5fa-eebc-4572-b02d-c97f93182e73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7569 | 2025.01.16 19:53:27.451614 [ 262 ] {88c2f5fa-eebc-4572-b02d-c97f93182e73} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7570 | 2025.01.16 19:53:27.451656 [ 262 ] {88c2f5fa-eebc-4572-b02d-c97f93182e73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7571 | 2025.01.16 19:53:27.452070 [ 262 ] {88c2f5fa-eebc-4572-b02d-c97f93182e73} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7572 | 2025.01.16 19:53:27.452391 [ 262 ] {88c2f5fa-eebc-4572-b02d-c97f93182e73} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7573 | 2025.01.16 19:53:27.452618 [ 262 ] {88c2f5fa-eebc-4572-b02d-c97f93182e73} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001703 sec., 93951.84967704052 rows/sec., 6.54 MiB/sec. | ||
| 7574 | 2025.01.16 19:53:27.452676 [ 262 ] {88c2f5fa-eebc-4572-b02d-c97f93182e73} <Debug> TCPHandler: Processed in 0.001999555 sec. | ||
| 7575 | 2025.01.16 19:53:27.452839 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7576 | 2025.01.16 19:53:27.452982 [ 260 ] {a5257ca5-d08a-40d0-90b1-c7a1c5d8fd37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7577 | 2025.01.16 19:53:27.453077 [ 260 ] {a5257ca5-d08a-40d0-90b1-c7a1c5d8fd37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7578 | 2025.01.16 19:53:27.454315 [ 260 ] {a5257ca5-d08a-40d0-90b1-c7a1c5d8fd37} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7579 | 2025.01.16 19:53:27.454355 [ 260 ] {a5257ca5-d08a-40d0-90b1-c7a1c5d8fd37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7580 | 2025.01.16 19:53:27.455056 [ 260 ] {a5257ca5-d08a-40d0-90b1-c7a1c5d8fd37} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7581 | 2025.01.16 19:53:27.455317 [ 260 ] {a5257ca5-d08a-40d0-90b1-c7a1c5d8fd37} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7582 | 2025.01.16 19:53:27.455624 [ 260 ] {a5257ca5-d08a-40d0-90b1-c7a1c5d8fd37} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002666 sec., 15003.750937734434 rows/sec., 26.89 MiB/sec. | ||
| 7583 | 2025.01.16 19:53:27.456102 [ 260 ] {a5257ca5-d08a-40d0-90b1-c7a1c5d8fd37} <Debug> TCPHandler: Processed in 0.003331689 sec. | ||
| 7584 | 2025.01.16 19:53:27.456251 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7585 | 2025.01.16 19:53:27.456378 [ 262 ] {5e3c4f5f-ce24-4943-8e88-84b13d5c89c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7586 | 2025.01.16 19:53:27.456433 [ 262 ] {5e3c4f5f-ce24-4943-8e88-84b13d5c89c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7587 | 2025.01.16 19:53:27.457054 [ 262 ] {5e3c4f5f-ce24-4943-8e88-84b13d5c89c4} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7588 | 2025.01.16 19:53:27.457096 [ 262 ] {5e3c4f5f-ce24-4943-8e88-84b13d5c89c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7589 | 2025.01.16 19:53:27.457484 [ 262 ] {5e3c4f5f-ce24-4943-8e88-84b13d5c89c4} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7590 | 2025.01.16 19:53:27.457734 [ 262 ] {5e3c4f5f-ce24-4943-8e88-84b13d5c89c4} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7591 | 2025.01.16 19:53:27.457979 [ 262 ] {5e3c4f5f-ce24-4943-8e88-84b13d5c89c4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001629 sec., 36832.412523020255 rows/sec., 2.48 MiB/sec. | ||
| 7592 | 2025.01.16 19:53:27.458033 [ 262 ] {5e3c4f5f-ce24-4943-8e88-84b13d5c89c4} <Debug> TCPHandler: Processed in 0.001844283 sec. | ||
| 7593 | 2025.01.16 19:53:28.000191 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 208.70 MiB, peak 220.14 MiB, free memory in arenas 0.00 B, will set to 210.64 MiB (RSS), difference: 1.94 MiB | ||
| 7594 | 2025.01.16 19:53:30.719109 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7595 | 2025.01.16 19:53:30.719385 [ 260 ] {c5fda14c-78fb-4507-9585-1bbf2804038b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7596 | 2025.01.16 19:53:30.719462 [ 260 ] {c5fda14c-78fb-4507-9585-1bbf2804038b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7597 | 2025.01.16 19:53:30.720236 [ 260 ] {c5fda14c-78fb-4507-9585-1bbf2804038b} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7598 | 2025.01.16 19:53:30.720286 [ 260 ] {c5fda14c-78fb-4507-9585-1bbf2804038b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7599 | 2025.01.16 19:53:30.720722 [ 260 ] {c5fda14c-78fb-4507-9585-1bbf2804038b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7600 | 2025.01.16 19:53:30.720975 [ 260 ] {c5fda14c-78fb-4507-9585-1bbf2804038b} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7601 | 2025.01.16 19:53:30.721241 [ 260 ] {c5fda14c-78fb-4507-9585-1bbf2804038b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001911 sec., 7326.007326007326 rows/sec., 527.37 KiB/sec. | ||
| 7602 | 2025.01.16 19:53:30.721311 [ 260 ] {c5fda14c-78fb-4507-9585-1bbf2804038b} <Debug> TCPHandler: Processed in 0.002337431 sec. | ||
| 7603 | 2025.01.16 19:53:30.721595 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7604 | 2025.01.16 19:53:30.721815 [ 262 ] {63035595-2606-4cc1-b529-02b24fc761c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7605 | 2025.01.16 19:53:30.721901 [ 262 ] {63035595-2606-4cc1-b529-02b24fc761c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7606 | 2025.01.16 19:53:30.722703 [ 262 ] {63035595-2606-4cc1-b529-02b24fc761c7} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7607 | 2025.01.16 19:53:30.722757 [ 262 ] {63035595-2606-4cc1-b529-02b24fc761c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7608 | 2025.01.16 19:53:30.723185 [ 262 ] {63035595-2606-4cc1-b529-02b24fc761c7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7609 | 2025.01.16 19:53:30.723479 [ 262 ] {63035595-2606-4cc1-b529-02b24fc761c7} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7610 | 2025.01.16 19:53:30.723762 [ 262 ] {63035595-2606-4cc1-b529-02b24fc761c7} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002 sec., 3000 rows/sec., 244.63 KiB/sec. | ||
| 7611 | 2025.01.16 19:53:30.723860 [ 262 ] {63035595-2606-4cc1-b529-02b24fc761c7} <Debug> TCPHandler: Processed in 0.002410882 sec. | ||
| 7612 | 2025.01.16 19:53:30.724023 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7613 | 2025.01.16 19:53:30.724183 [ 260 ] {f3eed9dd-e143-459a-9129-708502c91bbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7614 | 2025.01.16 19:53:30.724249 [ 260 ] {f3eed9dd-e143-459a-9129-708502c91bbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7615 | 2025.01.16 19:53:30.725534 [ 260 ] {f3eed9dd-e143-459a-9129-708502c91bbf} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7616 | 2025.01.16 19:53:30.725576 [ 260 ] {f3eed9dd-e143-459a-9129-708502c91bbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7617 | 2025.01.16 19:53:30.726032 [ 260 ] {f3eed9dd-e143-459a-9129-708502c91bbf} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7618 | 2025.01.16 19:53:30.726346 [ 260 ] {f3eed9dd-e143-459a-9129-708502c91bbf} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7619 | 2025.01.16 19:53:30.726621 [ 260 ] {f3eed9dd-e143-459a-9129-708502c91bbf} <Debug> executeQuery: Read 1346 rows, 114.77 KiB in 0.002467 sec., 545601.9456830159 rows/sec., 45.43 MiB/sec. | ||
| 7620 | 2025.01.16 19:53:30.726765 [ 260 ] {f3eed9dd-e143-459a-9129-708502c91bbf} <Debug> TCPHandler: Processed in 0.002810169 sec. | ||
| 7621 | 2025.01.16 19:53:30.727026 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7622 | 2025.01.16 19:53:30.727180 [ 262 ] {d9eaa15c-a8fe-4185-ad43-31e4d71ce27e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7623 | 2025.01.16 19:53:30.727242 [ 262 ] {d9eaa15c-a8fe-4185-ad43-31e4d71ce27e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7624 | 2025.01.16 19:53:30.727870 [ 262 ] {d9eaa15c-a8fe-4185-ad43-31e4d71ce27e} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7625 | 2025.01.16 19:53:30.727912 [ 262 ] {d9eaa15c-a8fe-4185-ad43-31e4d71ce27e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7626 | 2025.01.16 19:53:30.728292 [ 262 ] {d9eaa15c-a8fe-4185-ad43-31e4d71ce27e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7627 | 2025.01.16 19:53:30.728544 [ 262 ] {d9eaa15c-a8fe-4185-ad43-31e4d71ce27e} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7628 | 2025.01.16 19:53:30.728757 [ 262 ] {d9eaa15c-a8fe-4185-ad43-31e4d71ce27e} <Debug> executeQuery: Read 13 rows, 896.00 B in 0.001613 sec., 8059.516429014258 rows/sec., 542.47 KiB/sec. | ||
| 7629 | 2025.01.16 19:53:30.728810 [ 262 ] {d9eaa15c-a8fe-4185-ad43-31e4d71ce27e} <Debug> TCPHandler: Processed in 0.001924624 sec. | ||
| 7630 | 2025.01.16 19:53:30.728949 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7631 | 2025.01.16 19:53:30.729071 [ 260 ] {4b336c51-b65b-47ef-a6c8-b03af32389b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7632 | 2025.01.16 19:53:30.729123 [ 260 ] {4b336c51-b65b-47ef-a6c8-b03af32389b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7633 | 2025.01.16 19:53:30.729929 [ 260 ] {4b336c51-b65b-47ef-a6c8-b03af32389b4} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7634 | 2025.01.16 19:53:30.729979 [ 260 ] {4b336c51-b65b-47ef-a6c8-b03af32389b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7635 | 2025.01.16 19:53:30.730401 [ 260 ] {4b336c51-b65b-47ef-a6c8-b03af32389b4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7636 | 2025.01.16 19:53:30.730652 [ 260 ] {4b336c51-b65b-47ef-a6c8-b03af32389b4} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7637 | 2025.01.16 19:53:30.730928 [ 260 ] {4b336c51-b65b-47ef-a6c8-b03af32389b4} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001877 sec., 128929.14224826852 rows/sec., 8.73 MiB/sec. | ||
| 7638 | 2025.01.16 19:53:30.731168 [ 260 ] {4b336c51-b65b-47ef-a6c8-b03af32389b4} <Debug> TCPHandler: Processed in 0.002270919 sec. | ||
| 7639 | 2025.01.16 19:53:30.731338 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7640 | 2025.01.16 19:53:30.731456 [ 262 ] {e389eb0a-0976-4660-b509-060214459ff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7641 | 2025.01.16 19:53:30.731505 [ 262 ] {e389eb0a-0976-4660-b509-060214459ff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7642 | 2025.01.16 19:53:30.732063 [ 262 ] {e389eb0a-0976-4660-b509-060214459ff0} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7643 | 2025.01.16 19:53:30.732101 [ 262 ] {e389eb0a-0976-4660-b509-060214459ff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7644 | 2025.01.16 19:53:30.732469 [ 262 ] {e389eb0a-0976-4660-b509-060214459ff0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7645 | 2025.01.16 19:53:30.732705 [ 262 ] {e389eb0a-0976-4660-b509-060214459ff0} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7646 | 2025.01.16 19:53:30.732969 [ 262 ] {e389eb0a-0976-4660-b509-060214459ff0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001538 sec., 8452.535760728219 rows/sec., 527.01 KiB/sec. | ||
| 7647 | 2025.01.16 19:53:30.733194 [ 262 ] {e389eb0a-0976-4660-b509-060214459ff0} <Debug> TCPHandler: Processed in 0.001916033 sec. | ||
| 7648 | 2025.01.16 19:53:30.733357 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7649 | 2025.01.16 19:53:30.733481 [ 260 ] {42023282-7e33-430f-9b37-6b4f2dd4b35f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7650 | 2025.01.16 19:53:30.733532 [ 260 ] {42023282-7e33-430f-9b37-6b4f2dd4b35f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7651 | 2025.01.16 19:53:30.734431 [ 260 ] {42023282-7e33-430f-9b37-6b4f2dd4b35f} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7652 | 2025.01.16 19:53:30.734474 [ 260 ] {42023282-7e33-430f-9b37-6b4f2dd4b35f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7653 | 2025.01.16 19:53:30.734887 [ 260 ] {42023282-7e33-430f-9b37-6b4f2dd4b35f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7654 | 2025.01.16 19:53:30.735143 [ 260 ] {42023282-7e33-430f-9b37-6b4f2dd4b35f} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7655 | 2025.01.16 19:53:30.735395 [ 260 ] {42023282-7e33-430f-9b37-6b4f2dd4b35f} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.001933 sec., 436627.00465597515 rows/sec., 31.56 MiB/sec. | ||
| 7656 | 2025.01.16 19:53:30.735518 [ 260 ] {42023282-7e33-430f-9b37-6b4f2dd4b35f} <Debug> TCPHandler: Processed in 0.002218019 sec. | ||
| 7657 | 2025.01.16 19:53:30.735719 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7658 | 2025.01.16 19:53:30.735844 [ 262 ] {135f163c-1bc4-40ed-a35d-be847d7e05da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7659 | 2025.01.16 19:53:30.735895 [ 262 ] {135f163c-1bc4-40ed-a35d-be847d7e05da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7660 | 2025.01.16 19:53:30.736394 [ 262 ] {135f163c-1bc4-40ed-a35d-be847d7e05da} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7661 | 2025.01.16 19:53:30.736435 [ 262 ] {135f163c-1bc4-40ed-a35d-be847d7e05da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7662 | 2025.01.16 19:53:30.736818 [ 262 ] {135f163c-1bc4-40ed-a35d-be847d7e05da} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7663 | 2025.01.16 19:53:30.737071 [ 262 ] {135f163c-1bc4-40ed-a35d-be847d7e05da} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7664 | 2025.01.16 19:53:30.737314 [ 262 ] {135f163c-1bc4-40ed-a35d-be847d7e05da} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001493 sec., 4018.754186202277 rows/sec., 209.96 KiB/sec. | ||
| 7665 | 2025.01.16 19:53:30.737371 [ 262 ] {135f163c-1bc4-40ed-a35d-be847d7e05da} <Debug> TCPHandler: Processed in 0.00173742 sec. | ||
| 7666 | 2025.01.16 19:53:30.737520 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7667 | 2025.01.16 19:53:30.737642 [ 260 ] {21496b4e-f25f-4f69-89da-33099fea775b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7668 | 2025.01.16 19:53:30.737699 [ 260 ] {21496b4e-f25f-4f69-89da-33099fea775b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7669 | 2025.01.16 19:53:30.738499 [ 260 ] {21496b4e-f25f-4f69-89da-33099fea775b} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7670 | 2025.01.16 19:53:30.738541 [ 260 ] {21496b4e-f25f-4f69-89da-33099fea775b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7671 | 2025.01.16 19:53:30.739008 [ 260 ] {21496b4e-f25f-4f69-89da-33099fea775b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7672 | 2025.01.16 19:53:30.739271 [ 260 ] {21496b4e-f25f-4f69-89da-33099fea775b} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7673 | 2025.01.16 19:53:30.739495 [ 260 ] {21496b4e-f25f-4f69-89da-33099fea775b} <Debug> executeQuery: Read 928 rows, 63.41 KiB in 0.001879 sec., 493879.7232570516 rows/sec., 32.96 MiB/sec. | ||
| 7674 | 2025.01.16 19:53:30.739556 [ 260 ] {21496b4e-f25f-4f69-89da-33099fea775b} <Debug> TCPHandler: Processed in 0.002093527 sec. | ||
| 7675 | 2025.01.16 19:53:30.739701 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7676 | 2025.01.16 19:53:30.739817 [ 262 ] {08709e81-2c0f-4276-8a47-d17d4eee259a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7677 | 2025.01.16 19:53:30.739867 [ 262 ] {08709e81-2c0f-4276-8a47-d17d4eee259a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7678 | 2025.01.16 19:53:30.740344 [ 262 ] {08709e81-2c0f-4276-8a47-d17d4eee259a} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7679 | 2025.01.16 19:53:30.740383 [ 262 ] {08709e81-2c0f-4276-8a47-d17d4eee259a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7680 | 2025.01.16 19:53:30.740741 [ 262 ] {08709e81-2c0f-4276-8a47-d17d4eee259a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7681 | 2025.01.16 19:53:30.740980 [ 262 ] {08709e81-2c0f-4276-8a47-d17d4eee259a} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7682 | 2025.01.16 19:53:30.741184 [ 262 ] {08709e81-2c0f-4276-8a47-d17d4eee259a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001391 sec., 718.9072609633357 rows/sec., 48.44 KiB/sec. | ||
| 7683 | 2025.01.16 19:53:30.741237 [ 262 ] {08709e81-2c0f-4276-8a47-d17d4eee259a} <Debug> TCPHandler: Processed in 0.001590327 sec. | ||
| 7684 | 2025.01.16 19:53:30.741381 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7685 | 2025.01.16 19:53:30.741523 [ 260 ] {6d73983d-120e-4ff1-bbfb-ad75fdece762} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7686 | 2025.01.16 19:53:30.741586 [ 260 ] {6d73983d-120e-4ff1-bbfb-ad75fdece762} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7687 | 2025.01.16 19:53:30.742153 [ 260 ] {6d73983d-120e-4ff1-bbfb-ad75fdece762} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7688 | 2025.01.16 19:53:30.742203 [ 260 ] {6d73983d-120e-4ff1-bbfb-ad75fdece762} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7689 | 2025.01.16 19:53:30.742590 [ 260 ] {6d73983d-120e-4ff1-bbfb-ad75fdece762} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7690 | 2025.01.16 19:53:30.742832 [ 260 ] {6d73983d-120e-4ff1-bbfb-ad75fdece762} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7691 | 2025.01.16 19:53:30.743045 [ 260 ] {6d73983d-120e-4ff1-bbfb-ad75fdece762} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001555 sec., 45016.07717041801 rows/sec., 2.83 MiB/sec. | ||
| 7692 | 2025.01.16 19:53:30.743103 [ 260 ] {6d73983d-120e-4ff1-bbfb-ad75fdece762} <Debug> TCPHandler: Processed in 0.001786661 sec. | ||
| 7693 | 2025.01.16 19:53:32.435956 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7694 | 2025.01.16 19:53:32.436154 [ 260 ] {dabfabb8-6ca6-4b9a-ba23-d3ae15980173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7695 | 2025.01.16 19:53:32.436231 [ 260 ] {dabfabb8-6ca6-4b9a-ba23-d3ae15980173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7696 | 2025.01.16 19:53:32.437012 [ 260 ] {dabfabb8-6ca6-4b9a-ba23-d3ae15980173} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7697 | 2025.01.16 19:53:32.437064 [ 260 ] {dabfabb8-6ca6-4b9a-ba23-d3ae15980173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7698 | 2025.01.16 19:53:32.437515 [ 260 ] {dabfabb8-6ca6-4b9a-ba23-d3ae15980173} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7699 | 2025.01.16 19:53:32.437772 [ 260 ] {dabfabb8-6ca6-4b9a-ba23-d3ae15980173} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7700 | 2025.01.16 19:53:32.437973 [ 260 ] {dabfabb8-6ca6-4b9a-ba23-d3ae15980173} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001874 sec., 29882.604055496264 rows/sec., 2.30 MiB/sec. | ||
| 7701 | 2025.01.16 19:53:32.438031 [ 260 ] {dabfabb8-6ca6-4b9a-ba23-d3ae15980173} <Debug> TCPHandler: Processed in 0.002208339 sec. | ||
| 7702 | 2025.01.16 19:53:32.438295 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7703 | 2025.01.16 19:53:32.438507 [ 262 ] {8ad1b05b-99d2-464d-8a90-a1b44177c30d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7704 | 2025.01.16 19:53:32.438584 [ 262 ] {8ad1b05b-99d2-464d-8a90-a1b44177c30d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7705 | 2025.01.16 19:53:32.439387 [ 262 ] {8ad1b05b-99d2-464d-8a90-a1b44177c30d} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7706 | 2025.01.16 19:53:32.439444 [ 262 ] {8ad1b05b-99d2-464d-8a90-a1b44177c30d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7707 | 2025.01.16 19:53:32.439895 [ 262 ] {8ad1b05b-99d2-464d-8a90-a1b44177c30d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7708 | 2025.01.16 19:53:32.440148 [ 262 ] {8ad1b05b-99d2-464d-8a90-a1b44177c30d} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7709 | 2025.01.16 19:53:32.440406 [ 262 ] {8ad1b05b-99d2-464d-8a90-a1b44177c30d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001952 sec., 32786.88524590164 rows/sec., 2.56 MiB/sec. | ||
| 7710 | 2025.01.16 19:53:32.440477 [ 262 ] {8ad1b05b-99d2-464d-8a90-a1b44177c30d} <Debug> TCPHandler: Processed in 0.00231685 sec. | ||
| 7711 | 2025.01.16 19:53:32.440648 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7712 | 2025.01.16 19:53:32.440791 [ 260 ] {01fdbaad-4cf6-4814-b993-8cbf6215130f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7713 | 2025.01.16 19:53:32.440857 [ 260 ] {01fdbaad-4cf6-4814-b993-8cbf6215130f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7714 | 2025.01.16 19:53:32.441458 [ 260 ] {01fdbaad-4cf6-4814-b993-8cbf6215130f} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7715 | 2025.01.16 19:53:32.441496 [ 260 ] {01fdbaad-4cf6-4814-b993-8cbf6215130f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7716 | 2025.01.16 19:53:32.441879 [ 260 ] {01fdbaad-4cf6-4814-b993-8cbf6215130f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7717 | 2025.01.16 19:53:32.442134 [ 260 ] {01fdbaad-4cf6-4814-b993-8cbf6215130f} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7718 | 2025.01.16 19:53:32.442314 [ 260 ] {01fdbaad-4cf6-4814-b993-8cbf6215130f} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001556 sec., 20565.552699228792 rows/sec., 1.43 MiB/sec. | ||
| 7719 | 2025.01.16 19:53:32.442373 [ 260 ] {01fdbaad-4cf6-4814-b993-8cbf6215130f} <Debug> TCPHandler: Processed in 0.001794012 sec. | ||
| 7720 | 2025.01.16 19:53:32.442520 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7721 | 2025.01.16 19:53:32.442646 [ 262 ] {fa9274f3-c931-4c52-afb1-dcf448681c82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7722 | 2025.01.16 19:53:32.442702 [ 262 ] {fa9274f3-c931-4c52-afb1-dcf448681c82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7723 | 2025.01.16 19:53:32.443202 [ 262 ] {fa9274f3-c931-4c52-afb1-dcf448681c82} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7724 | 2025.01.16 19:53:32.443242 [ 262 ] {fa9274f3-c931-4c52-afb1-dcf448681c82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 7725 | 2025.01.16 19:53:32.443627 [ 262 ] {fa9274f3-c931-4c52-afb1-dcf448681c82} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7726 | 2025.01.16 19:53:32.443866 [ 262 ] {fa9274f3-c931-4c52-afb1-dcf448681c82} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7727 | 2025.01.16 19:53:32.444110 [ 262 ] {fa9274f3-c931-4c52-afb1-dcf448681c82} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001485 sec., 8080.808080808081 rows/sec., 557.66 KiB/sec. | ||
| 7728 | 2025.01.16 19:53:32.444203 [ 262 ] {fa9274f3-c931-4c52-afb1-dcf448681c82} <Debug> TCPHandler: Processed in 0.001736471 sec. | ||
| 7729 | 2025.01.16 19:53:33.312305 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019 | ||
| 7730 | 2025.01.16 19:53:33.312990 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7731 | 2025.01.16 19:53:33.313037 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 7732 | 2025.01.16 19:53:33.313627 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7733 | 2025.01.16 19:53:33.313888 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7734 | 2025.01.16 19:53:33.314120 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 | ||
| 7735 | 2025.01.16 19:53:34.481838 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7736 | 2025.01.16 19:53:34.500445 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7737 | 2025.01.16 19:53:34.500501 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 7738 | 2025.01.16 19:53:34.507401 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7739 | 2025.01.16 19:53:34.508174 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7740 | 2025.01.16 19:53:34.510751 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7741 | 2025.01.16 19:53:35.894931 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1088 | ||
| 7742 | 2025.01.16 19:53:35.898246 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7743 | 2025.01.16 19:53:35.898310 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 7744 | 2025.01.16 19:53:35.899798 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7745 | 2025.01.16 19:53:35.900118 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7746 | 2025.01.16 19:53:35.901383 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1088 | ||
| 7747 | 2025.01.16 19:53:37.443499 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7748 | 2025.01.16 19:53:37.443715 [ 260 ] {9a4fae22-d75e-4639-a948-a186369a8397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7749 | 2025.01.16 19:53:37.443799 [ 260 ] {9a4fae22-d75e-4639-a948-a186369a8397} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7750 | 2025.01.16 19:53:37.445193 [ 260 ] {9a4fae22-d75e-4639-a948-a186369a8397} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7751 | 2025.01.16 19:53:37.445257 [ 260 ] {9a4fae22-d75e-4639-a948-a186369a8397} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 7752 | 2025.01.16 19:53:37.445746 [ 260 ] {9a4fae22-d75e-4639-a948-a186369a8397} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7753 | 2025.01.16 19:53:37.446001 [ 260 ] {9a4fae22-d75e-4639-a948-a186369a8397} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7754 | 2025.01.16 19:53:37.446186 [ 76 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7755 | 2025.01.16 19:53:37.446253 [ 260 ] {9a4fae22-d75e-4639-a948-a186369a8397} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002596 sec., 52388.28967642527 rows/sec., 4.52 MiB/sec. | ||
| 7756 | 2025.01.16 19:53:37.446268 [ 76 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7757 | 2025.01.16 19:53:37.446336 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 7758 | 2025.01.16 19:53:37.446393 [ 260 ] {9a4fae22-d75e-4639-a948-a186369a8397} <Debug> TCPHandler: Processed in 0.003025803 sec. | ||
| 7759 | 2025.01.16 19:53:37.446728 [ 192 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 7760 | 2025.01.16 19:53:37.446864 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7761 | 2025.01.16 19:53:37.447181 [ 192 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7762 | 2025.01.16 19:53:37.447262 [ 192 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1434 rows starting from the beginning of the part | ||
| 7763 | 2025.01.16 19:53:37.447293 [ 262 ] {d1561a3e-6980-4d50-8466-2eeeaa362efd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7764 | 2025.01.16 19:53:37.447463 [ 262 ] {d1561a3e-6980-4d50-8466-2eeeaa362efd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7765 | 2025.01.16 19:53:37.447478 [ 192 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 203 rows starting from the beginning of the part | ||
| 7766 | 2025.01.16 19:53:37.447935 [ 192 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 136 rows starting from the beginning of the part | ||
| 7767 | 2025.01.16 19:53:37.448255 [ 192 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1346 rows starting from the beginning of the part | ||
| 7768 | 2025.01.16 19:53:37.448559 [ 192 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part | ||
| 7769 | 2025.01.16 19:53:37.448991 [ 192 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 136 rows starting from the beginning of the part | ||
| 7770 | 2025.01.16 19:53:37.450465 [ 262 ] {d1561a3e-6980-4d50-8466-2eeeaa362efd} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7771 | 2025.01.16 19:53:37.450557 [ 262 ] {d1561a3e-6980-4d50-8466-2eeeaa362efd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 7772 | 2025.01.16 19:53:37.451725 [ 262 ] {d1561a3e-6980-4d50-8466-2eeeaa362efd} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7773 | 2025.01.16 19:53:37.452021 [ 262 ] {d1561a3e-6980-4d50-8466-2eeeaa362efd} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7774 | 2025.01.16 19:53:37.452346 [ 262 ] {d1561a3e-6980-4d50-8466-2eeeaa362efd} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.005128 sec., 7800.3120124805 rows/sec., 586.55 KiB/sec. | ||
| 7775 | 2025.01.16 19:53:37.452619 [ 262 ] {d1561a3e-6980-4d50-8466-2eeeaa362efd} <Debug> TCPHandler: Processed in 0.006078476 sec. | ||
| 7776 | 2025.01.16 19:53:37.452891 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7777 | 2025.01.16 19:53:37.452979 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3311 rows, containing 5 columns (5 merged, 0 gathered) in 0.006545115 sec., 505873.4644081884 rows/sec., 44.33 MiB/sec. | ||
| 7778 | 2025.01.16 19:53:37.453081 [ 260 ] {1c225d6f-558b-4f4a-85c7-ccc759c1fe54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7779 | 2025.01.16 19:53:37.453143 [ 260 ] {1c225d6f-558b-4f4a-85c7-ccc759c1fe54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7780 | 2025.01.16 19:53:37.453362 [ 187 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7781 | 2025.01.16 19:53:37.454036 [ 187 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_61_12} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7782 | 2025.01.16 19:53:37.454269 [ 187 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_61_12} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7783 | 2025.01.16 19:53:37.454480 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 7784 | 2025.01.16 19:53:37.454569 [ 260 ] {1c225d6f-558b-4f4a-85c7-ccc759c1fe54} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7785 | 2025.01.16 19:53:37.454614 [ 260 ] {1c225d6f-558b-4f4a-85c7-ccc759c1fe54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 7786 | 2025.01.16 19:53:37.454983 [ 260 ] {1c225d6f-558b-4f4a-85c7-ccc759c1fe54} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7787 | 2025.01.16 19:53:37.455217 [ 260 ] {1c225d6f-558b-4f4a-85c7-ccc759c1fe54} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7788 | 2025.01.16 19:53:37.455378 [ 76 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7789 | 2025.01.16 19:53:37.455435 [ 76 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7790 | 2025.01.16 19:53:37.455477 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 7791 | 2025.01.16 19:53:37.455474 [ 260 ] {1c225d6f-558b-4f4a-85c7-ccc759c1fe54} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.002438 sec., 42657.91632485644 rows/sec., 3.33 MiB/sec. | ||
| 7792 | 2025.01.16 19:53:37.455772 [ 260 ] {1c225d6f-558b-4f4a-85c7-ccc759c1fe54} <Debug> TCPHandler: Processed in 0.003042984 sec. | ||
| 7793 | 2025.01.16 19:53:37.455849 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 7794 | 2025.01.16 19:53:37.456088 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7795 | 2025.01.16 19:53:37.456494 [ 262 ] {eaeda89a-d916-4545-9bb6-b2560eab5ff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7796 | 2025.01.16 19:53:37.456495 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7797 | 2025.01.16 19:53:37.456628 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 914 rows starting from the beginning of the part | ||
| 7798 | 2025.01.16 19:53:37.456700 [ 262 ] {eaeda89a-d916-4545-9bb6-b2560eab5ff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7799 | 2025.01.16 19:53:37.457039 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 382 rows starting from the beginning of the part | ||
| 7800 | 2025.01.16 19:53:37.457511 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 104 rows starting from the beginning of the part | ||
| 7801 | 2025.01.16 19:53:37.457822 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 844 rows starting from the beginning of the part | ||
| 7802 | 2025.01.16 19:53:37.458176 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part | ||
| 7803 | 2025.01.16 19:53:37.458550 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 104 rows starting from the beginning of the part | ||
| 7804 | 2025.01.16 19:53:37.460051 [ 262 ] {eaeda89a-d916-4545-9bb6-b2560eab5ff1} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7805 | 2025.01.16 19:53:37.460102 [ 262 ] {eaeda89a-d916-4545-9bb6-b2560eab5ff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 7806 | 2025.01.16 19:53:37.461153 [ 262 ] {eaeda89a-d916-4545-9bb6-b2560eab5ff1} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7807 | 2025.01.16 19:53:37.461497 [ 262 ] {eaeda89a-d916-4545-9bb6-b2560eab5ff1} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7808 | 2025.01.16 19:53:37.461715 [ 74 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7809 | 2025.01.16 19:53:37.461845 [ 74 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7810 | 2025.01.16 19:53:37.461936 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 7811 | 2025.01.16 19:53:37.462054 [ 262 ] {eaeda89a-d916-4545-9bb6-b2560eab5ff1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005682 sec., 28159.098908834916 rows/sec., 1.96 MiB/sec. | ||
| 7812 | 2025.01.16 19:53:37.462512 [ 262 ] {eaeda89a-d916-4545-9bb6-b2560eab5ff1} <Debug> TCPHandler: Processed in 0.006624737 sec. | ||
| 7813 | 2025.01.16 19:53:37.462568 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 7814 | 2025.01.16 19:53:37.462664 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.007084044 sec., 340483.48655090225 rows/sec., 26.11 MiB/sec. | ||
| 7815 | 2025.01.16 19:53:37.462755 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7816 | 2025.01.16 19:53:37.462917 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7817 | 2025.01.16 19:53:37.462970 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7818 | 2025.01.16 19:53:37.463051 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 15383 rows starting from the beginning of the part | ||
| 7819 | 2025.01.16 19:53:37.463060 [ 260 ] {bf77a130-335f-4ab4-b226-582de06f5de0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7820 | 2025.01.16 19:53:37.463533 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 237 rows starting from the beginning of the part | ||
| 7821 | 2025.01.16 19:53:37.463586 [ 260 ] {bf77a130-335f-4ab4-b226-582de06f5de0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7822 | 2025.01.16 19:53:37.464099 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part | ||
| 7823 | 2025.01.16 19:53:37.464556 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 928 rows starting from the beginning of the part | ||
| 7824 | 2025.01.16 19:53:37.464724 [ 200 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_61_12} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7825 | 2025.01.16 19:53:37.465012 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 32 rows starting from the beginning of the part | ||
| 7826 | 2025.01.16 19:53:37.465375 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part | ||
| 7827 | 2025.01.16 19:53:37.466210 [ 200 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_61_12} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7828 | 2025.01.16 19:53:37.466793 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 7829 | 2025.01.16 19:53:37.468853 [ 260 ] {bf77a130-335f-4ab4-b226-582de06f5de0} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7830 | 2025.01.16 19:53:37.468907 [ 260 ] {bf77a130-335f-4ab4-b226-582de06f5de0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 7831 | 2025.01.16 19:53:37.470364 [ 260 ] {bf77a130-335f-4ab4-b226-582de06f5de0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7832 | 2025.01.16 19:53:37.470957 [ 260 ] {bf77a130-335f-4ab4-b226-582de06f5de0} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7833 | 2025.01.16 19:53:37.471168 [ 74 ] {} <Debug> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7834 | 2025.01.16 19:53:37.471217 [ 74 ] {} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7835 | 2025.01.16 19:53:37.471246 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 7836 | 2025.01.16 19:53:37.471269 [ 260 ] {bf77a130-335f-4ab4-b226-582de06f5de0} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.008311 sec., 4812.8985681626755 rows/sec., 8.62 MiB/sec. | ||
| 7837 | 2025.01.16 19:53:37.471693 [ 196 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::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 | ||
| 7838 | 2025.01.16 19:53:37.471800 [ 260 ] {bf77a130-335f-4ab4-b226-582de06f5de0} <Debug> TCPHandler: Processed in 0.009177701 sec. | ||
| 7839 | 2025.01.16 19:53:37.472046 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7840 | 2025.01.16 19:53:37.472502 [ 262 ] {145c4240-761a-4d68-a804-9a56a9090cce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7841 | 2025.01.16 19:53:37.472683 [ 262 ] {145c4240-761a-4d68-a804-9a56a9090cce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7842 | 2025.01.16 19:53:37.472729 [ 196 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7843 | 2025.01.16 19:53:37.473131 [ 196 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 784 rows starting from the beginning of the part | ||
| 7844 | 2025.01.16 19:53:37.474369 [ 196 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 40 rows starting from the beginning of the part | ||
| 7845 | 2025.01.16 19:53:37.474956 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16900 rows, containing 5 columns (5 merged, 0 gathered) in 0.012838845 sec., 1316317.784037427 rows/sec., 88.92 MiB/sec. | ||
| 7846 | 2025.01.16 19:53:37.475585 [ 193 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7847 | 2025.01.16 19:53:37.475848 [ 196 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 40 rows starting from the beginning of the part | ||
| 7848 | 2025.01.16 19:53:37.476196 [ 262 ] {145c4240-761a-4d68-a804-9a56a9090cce} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7849 | 2025.01.16 19:53:37.476301 [ 262 ] {145c4240-761a-4d68-a804-9a56a9090cce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 7850 | 2025.01.16 19:53:37.476876 [ 193 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7851 | 2025.01.16 19:53:37.477123 [ 196 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part | ||
| 7852 | 2025.01.16 19:53:37.477247 [ 193 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7853 | 2025.01.16 19:53:37.477564 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB. | ||
| 7854 | 2025.01.16 19:53:37.478175 [ 196 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part | ||
| 7855 | 2025.01.16 19:53:37.478284 [ 262 ] {145c4240-761a-4d68-a804-9a56a9090cce} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7856 | 2025.01.16 19:53:37.478754 [ 196 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 40 rows starting from the beginning of the part | ||
| 7857 | 2025.01.16 19:53:37.479192 [ 262 ] {145c4240-761a-4d68-a804-9a56a9090cce} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7858 | 2025.01.16 19:53:37.479694 [ 74 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7859 | 2025.01.16 19:53:37.479813 [ 74 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7860 | 2025.01.16 19:53:37.479914 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 7861 | 2025.01.16 19:53:37.480134 [ 262 ] {145c4240-761a-4d68-a804-9a56a9090cce} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007754 sec., 7737.941707505804 rows/sec., 534.00 KiB/sec. | ||
| 7862 | 2025.01.16 19:53:37.480403 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 7863 | 2025.01.16 19:53:37.480440 [ 262 ] {145c4240-761a-4d68-a804-9a56a9090cce} <Debug> TCPHandler: Processed in 0.008528079 sec. | ||
| 7864 | 2025.01.16 19:53:37.480724 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7865 | 2025.01.16 19:53:37.480809 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3232 rows starting from the beginning of the part | ||
| 7866 | 2025.01.16 19:53:37.481056 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 82 rows starting from the beginning of the part | ||
| 7867 | 2025.01.16 19:53:37.481340 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part | ||
| 7868 | 2025.01.16 19:53:37.481721 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 70 rows starting from the beginning of the part | ||
| 7869 | 2025.01.16 19:53:37.482083 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 12 rows starting from the beginning of the part | ||
| 7870 | 2025.01.16 19:53:37.482426 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part | ||
| 7871 | 2025.01.16 19:53:37.485003 [ 189 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3516 rows, containing 4 columns (4 merged, 0 gathered) in 0.004912836 sec., 715676.2407700969 rows/sec., 46.76 MiB/sec. | ||
| 7872 | 2025.01.16 19:53:37.485527 [ 189 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7873 | 2025.01.16 19:53:37.486215 [ 189 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_61_12} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7874 | 2025.01.16 19:53:37.486460 [ 189 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_61_12} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7875 | 2025.01.16 19:53:37.486662 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 7876 | 2025.01.16 19:53:37.493733 [ 204 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 984 rows, containing 19 columns (19 merged, 0 gathered) in 0.022390533 sec., 43947.144983105136 rows/sec., 78.75 MiB/sec. | ||
| 7877 | 2025.01.16 19:53:37.494687 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7878 | 2025.01.16 19:53:37.495106 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7879 | 2025.01.16 19:53:37.495189 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7880 | 2025.01.16 19:53:37.495338 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB. | ||
| 7881 | 2025.01.16 19:53:38.000226 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.90 MiB, peak 220.14 MiB, free memory in arenas 0.00 B, will set to 215.23 MiB (RSS), difference: 3.33 MiB | ||
| 7882 | 2025.01.16 19:53:40.658856 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7883 | 2025.01.16 19:53:40.658906 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7884 | 2025.01.16 19:53:40.814343 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446 | ||
| 7885 | 2025.01.16 19:53:40.815033 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7886 | 2025.01.16 19:53:40.815079 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 7887 | 2025.01.16 19:53:40.815637 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7888 | 2025.01.16 19:53:40.815923 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7889 | 2025.01.16 19:53:40.816208 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 7890 | 2025.01.16 19:53:41.213211 [ 65 ] {} <Debug> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7891 | 2025.01.16 19:53:41.213279 [ 65 ] {} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7892 | 2025.01.16 19:53:41.213307 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 7893 | 2025.01.16 19:53:41.213525 [ 204 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full | ||
| 7894 | 2025.01.16 19:53:41.213769 [ 204 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7895 | 2025.01.16 19:53:41.213817 [ 204 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part | ||
| 7896 | 2025.01.16 19:53:41.213911 [ 204 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 7897 | 2025.01.16 19:53:41.214182 [ 204 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 7898 | 2025.01.16 19:53:41.214360 [ 204 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 7899 | 2025.01.16 19:53:41.214503 [ 204 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 7900 | 2025.01.16 19:53:41.215658 [ 189 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.002258989 sec., 63745.33032254695 rows/sec., 3.25 MiB/sec. | ||
| 7901 | 2025.01.16 19:53:41.215863 [ 194 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7902 | 2025.01.16 19:53:41.216236 [ 194 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_24_5} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7903 | 2025.01.16 19:53:41.216345 [ 194 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_24_5} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7904 | 2025.01.16 19:53:41.216459 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7905 | 2025.01.16 19:53:42.010912 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 7906 | 2025.01.16 19:53:42.031896 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7907 | 2025.01.16 19:53:42.031963 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 7908 | 2025.01.16 19:53:42.039328 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7909 | 2025.01.16 19:53:42.040097 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7910 | 2025.01.16 19:53:42.043073 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 7911 | 2025.01.16 19:53:42.446478 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7912 | 2025.01.16 19:53:42.446691 [ 260 ] {c51dbe21-6431-48ed-9264-0fc9c50c3fb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7913 | 2025.01.16 19:53:42.446762 [ 260 ] {c51dbe21-6431-48ed-9264-0fc9c50c3fb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7914 | 2025.01.16 19:53:42.447522 [ 260 ] {c51dbe21-6431-48ed-9264-0fc9c50c3fb1} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7915 | 2025.01.16 19:53:42.447564 [ 260 ] {c51dbe21-6431-48ed-9264-0fc9c50c3fb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 7916 | 2025.01.16 19:53:42.448005 [ 260 ] {c51dbe21-6431-48ed-9264-0fc9c50c3fb1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7917 | 2025.01.16 19:53:42.448260 [ 260 ] {c51dbe21-6431-48ed-9264-0fc9c50c3fb1} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7918 | 2025.01.16 19:53:42.448406 [ 70 ] {} <Debug> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7919 | 2025.01.16 19:53:42.448455 [ 70 ] {} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7920 | 2025.01.16 19:53:42.448467 [ 260 ] {c51dbe21-6431-48ed-9264-0fc9c50c3fb1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001835 sec., 7629.427792915531 rows/sec., 549.22 KiB/sec. | ||
| 7921 | 2025.01.16 19:53:42.448487 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 7922 | 2025.01.16 19:53:42.448596 [ 260 ] {c51dbe21-6431-48ed-9264-0fc9c50c3fb1} <Debug> TCPHandler: Processed in 0.002250929 sec. | ||
| 7923 | 2025.01.16 19:53:42.448729 [ 204 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 7924 | 2025.01.16 19:53:42.448884 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7925 | 2025.01.16 19:53:42.448948 [ 204 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7926 | 2025.01.16 19:53:42.449004 [ 204 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 14 rows starting from the beginning of the part | ||
| 7927 | 2025.01.16 19:53:42.449225 [ 262 ] {7e8f92c1-1468-4b66-bf19-9cdae6ddbfb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7928 | 2025.01.16 19:53:42.449252 [ 204 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 7929 | 2025.01.16 19:53:42.449383 [ 262 ] {7e8f92c1-1468-4b66-bf19-9cdae6ddbfb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7930 | 2025.01.16 19:53:42.449617 [ 204 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 7931 | 2025.01.16 19:53:42.449965 [ 204 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 7932 | 2025.01.16 19:53:42.450236 [ 204 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 7933 | 2025.01.16 19:53:42.452292 [ 262 ] {7e8f92c1-1468-4b66-bf19-9cdae6ddbfb0} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7934 | 2025.01.16 19:53:42.452379 [ 262 ] {7e8f92c1-1468-4b66-bf19-9cdae6ddbfb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 7935 | 2025.01.16 19:53:42.452797 [ 189 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004193574 sec., 16692.205741451085 rows/sec., 1.24 MiB/sec. | ||
| 7936 | 2025.01.16 19:53:42.452971 [ 189 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7937 | 2025.01.16 19:53:42.453151 [ 262 ] {7e8f92c1-1468-4b66-bf19-9cdae6ddbfb0} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7938 | 2025.01.16 19:53:42.453353 [ 189 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_25_6} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7939 | 2025.01.16 19:53:42.453470 [ 262 ] {7e8f92c1-1468-4b66-bf19-9cdae6ddbfb0} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7940 | 2025.01.16 19:53:42.453482 [ 189 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_25_6} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7941 | 2025.01.16 19:53:42.453595 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7942 | 2025.01.16 19:53:42.453762 [ 262 ] {7e8f92c1-1468-4b66-bf19-9cdae6ddbfb0} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.004692 sec., 43265.13213981245 rows/sec., 3.74 MiB/sec. | ||
| 7943 | 2025.01.16 19:53:42.453827 [ 262 ] {7e8f92c1-1468-4b66-bf19-9cdae6ddbfb0} <Debug> TCPHandler: Processed in 0.005087909 sec. | ||
| 7944 | 2025.01.16 19:53:42.454043 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7945 | 2025.01.16 19:53:42.454247 [ 260 ] {71f0cabd-3c24-4401-b9a8-fc01a1ea2922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7946 | 2025.01.16 19:53:42.454331 [ 260 ] {71f0cabd-3c24-4401-b9a8-fc01a1ea2922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7947 | 2025.01.16 19:53:42.455071 [ 260 ] {71f0cabd-3c24-4401-b9a8-fc01a1ea2922} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7948 | 2025.01.16 19:53:42.455109 [ 260 ] {71f0cabd-3c24-4401-b9a8-fc01a1ea2922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 7949 | 2025.01.16 19:53:42.455469 [ 260 ] {71f0cabd-3c24-4401-b9a8-fc01a1ea2922} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7950 | 2025.01.16 19:53:42.455707 [ 260 ] {71f0cabd-3c24-4401-b9a8-fc01a1ea2922} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7951 | 2025.01.16 19:53:42.455840 [ 70 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7952 | 2025.01.16 19:53:42.455877 [ 70 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7953 | 2025.01.16 19:53:42.455894 [ 260 ] {71f0cabd-3c24-4401-b9a8-fc01a1ea2922} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001695 sec., 4129.7935103244845 rows/sec., 269.06 KiB/sec. | ||
| 7954 | 2025.01.16 19:53:42.455907 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 7955 | 2025.01.16 19:53:42.456001 [ 260 ] {71f0cabd-3c24-4401-b9a8-fc01a1ea2922} <Debug> TCPHandler: Processed in 0.002049756 sec. | ||
| 7956 | 2025.01.16 19:53:42.456193 [ 195 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 7957 | 2025.01.16 19:53:42.456213 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7958 | 2025.01.16 19:53:42.456473 [ 262 ] {9ea2cfbe-516d-48dd-9ac0-c2610ac83544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7959 | 2025.01.16 19:53:42.456488 [ 195 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7960 | 2025.01.16 19:53:42.456575 [ 195 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 65 rows starting from the beginning of the part | ||
| 7961 | 2025.01.16 19:53:42.456577 [ 262 ] {9ea2cfbe-516d-48dd-9ac0-c2610ac83544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7962 | 2025.01.16 19:53:42.456957 [ 195 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 7 rows starting from the beginning of the part | ||
| 7963 | 2025.01.16 19:53:42.457265 [ 195 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 40 rows starting from the beginning of the part | ||
| 7964 | 2025.01.16 19:53:42.457604 [ 195 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 13 rows starting from the beginning of the part | ||
| 7965 | 2025.01.16 19:53:42.458014 [ 195 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 40 rows starting from the beginning of the part | ||
| 7966 | 2025.01.16 19:53:42.458397 [ 195 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 7 rows starting from the beginning of the part | ||
| 7967 | 2025.01.16 19:53:42.459559 [ 262 ] {9ea2cfbe-516d-48dd-9ac0-c2610ac83544} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7968 | 2025.01.16 19:53:42.459623 [ 262 ] {9ea2cfbe-516d-48dd-9ac0-c2610ac83544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 7969 | 2025.01.16 19:53:42.460638 [ 262 ] {9ea2cfbe-516d-48dd-9ac0-c2610ac83544} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7970 | 2025.01.16 19:53:42.461188 [ 189 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 172 rows, containing 5 columns (5 merged, 0 gathered) in 0.00517163 sec., 33258.37308546822 rows/sec., 2.49 MiB/sec. | ||
| 7971 | 2025.01.16 19:53:42.461219 [ 262 ] {9ea2cfbe-516d-48dd-9ac0-c2610ac83544} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7972 | 2025.01.16 19:53:42.461416 [ 195 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7973 | 2025.01.16 19:53:42.461696 [ 262 ] {9ea2cfbe-516d-48dd-9ac0-c2610ac83544} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005335 sec., 2624.1799437675727 rows/sec., 183.78 KiB/sec. | ||
| 7974 | 2025.01.16 19:53:42.461844 [ 262 ] {9ea2cfbe-516d-48dd-9ac0-c2610ac83544} <Debug> TCPHandler: Processed in 0.005745621 sec. | ||
| 7975 | 2025.01.16 19:53:42.462052 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7976 | 2025.01.16 19:53:42.462080 [ 195 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_51_10} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7977 | 2025.01.16 19:53:42.462246 [ 260 ] {2d14515d-f994-4b26-8fd9-d440fd967dcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7978 | 2025.01.16 19:53:42.462253 [ 195 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_51_10} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7979 | 2025.01.16 19:53:42.462325 [ 260 ] {2d14515d-f994-4b26-8fd9-d440fd967dcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7980 | 2025.01.16 19:53:42.462435 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7981 | 2025.01.16 19:53:42.463007 [ 260 ] {2d14515d-f994-4b26-8fd9-d440fd967dcf} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7982 | 2025.01.16 19:53:42.463051 [ 260 ] {2d14515d-f994-4b26-8fd9-d440fd967dcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 7983 | 2025.01.16 19:53:42.463403 [ 260 ] {2d14515d-f994-4b26-8fd9-d440fd967dcf} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7984 | 2025.01.16 19:53:42.463647 [ 260 ] {2d14515d-f994-4b26-8fd9-d440fd967dcf} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7985 | 2025.01.16 19:53:42.463812 [ 68 ] {} <Debug> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7986 | 2025.01.16 19:53:42.463878 [ 68 ] {} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7987 | 2025.01.16 19:53:42.463910 [ 260 ] {2d14515d-f994-4b26-8fd9-d440fd967dcf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001703 sec., 7633.587786259542 rows/sec., 475.95 KiB/sec. | ||
| 7988 | 2025.01.16 19:53:42.463919 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 7989 | 2025.01.16 19:53:42.464088 [ 260 ] {2d14515d-f994-4b26-8fd9-d440fd967dcf} <Debug> TCPHandler: Processed in 0.002131547 sec. | ||
| 7990 | 2025.01.16 19:53:42.464363 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7991 | 2025.01.16 19:53:42.464406 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 7992 | 2025.01.16 19:53:42.464715 [ 262 ] {741e1cde-ac4a-4d29-95c5-4b71a4777762} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7993 | 2025.01.16 19:53:42.464876 [ 262 ] {741e1cde-ac4a-4d29-95c5-4b71a4777762} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7994 | 2025.01.16 19:53:42.464945 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7995 | 2025.01.16 19:53:42.465047 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 13 rows starting from the beginning of the part | ||
| 7996 | 2025.01.16 19:53:42.465406 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 13 rows starting from the beginning of the part | ||
| 7997 | 2025.01.16 19:53:42.465842 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 13 rows starting from the beginning of the part | ||
| 7998 | 2025.01.16 19:53:42.466205 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 13 rows starting from the beginning of the part | ||
| 7999 | 2025.01.16 19:53:42.466590 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 13 rows starting from the beginning of the part | ||
| 8000 | 2025.01.16 19:53:42.467823 [ 262 ] {741e1cde-ac4a-4d29-95c5-4b71a4777762} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8001 | 2025.01.16 19:53:42.467900 [ 262 ] {741e1cde-ac4a-4d29-95c5-4b71a4777762} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8002 | 2025.01.16 19:53:42.469006 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004953487 sec., 13122.069362451137 rows/sec., 869.42 KiB/sec. | ||
| 8003 | 2025.01.16 19:53:42.469023 [ 262 ] {741e1cde-ac4a-4d29-95c5-4b71a4777762} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8004 | 2025.01.16 19:53:42.469187 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8005 | 2025.01.16 19:53:42.469504 [ 262 ] {741e1cde-ac4a-4d29-95c5-4b71a4777762} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8006 | 2025.01.16 19:53:42.469712 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_25_6} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8007 | 2025.01.16 19:53:42.469953 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_25_6} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8008 | 2025.01.16 19:53:42.469986 [ 262 ] {741e1cde-ac4a-4d29-95c5-4b71a4777762} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.005394 sec., 70819.42899517983 rows/sec., 5.01 MiB/sec. | ||
| 8009 | 2025.01.16 19:53:42.470100 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 8010 | 2025.01.16 19:53:42.470199 [ 262 ] {741e1cde-ac4a-4d29-95c5-4b71a4777762} <Debug> TCPHandler: Processed in 0.005997806 sec. | ||
| 8011 | 2025.01.16 19:53:42.470411 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8012 | 2025.01.16 19:53:42.470613 [ 260 ] {f9e6cdfb-f4f6-4a93-85a8-92cae25cdd91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8013 | 2025.01.16 19:53:42.470695 [ 260 ] {f9e6cdfb-f4f6-4a93-85a8-92cae25cdd91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8014 | 2025.01.16 19:53:42.471188 [ 260 ] {f9e6cdfb-f4f6-4a93-85a8-92cae25cdd91} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8015 | 2025.01.16 19:53:42.471228 [ 260 ] {f9e6cdfb-f4f6-4a93-85a8-92cae25cdd91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8016 | 2025.01.16 19:53:42.471592 [ 260 ] {f9e6cdfb-f4f6-4a93-85a8-92cae25cdd91} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8017 | 2025.01.16 19:53:42.471835 [ 260 ] {f9e6cdfb-f4f6-4a93-85a8-92cae25cdd91} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8018 | 2025.01.16 19:53:42.472099 [ 260 ] {f9e6cdfb-f4f6-4a93-85a8-92cae25cdd91} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001535 sec., 3908.7947882736157 rows/sec., 204.22 KiB/sec. | ||
| 8019 | 2025.01.16 19:53:42.472318 [ 260 ] {f9e6cdfb-f4f6-4a93-85a8-92cae25cdd91} <Debug> TCPHandler: Processed in 0.002001395 sec. | ||
| 8020 | 2025.01.16 19:53:42.472506 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8021 | 2025.01.16 19:53:42.472622 [ 262 ] {08621fbd-2ee9-4363-897e-6b215a3f82e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8022 | 2025.01.16 19:53:42.472675 [ 262 ] {08621fbd-2ee9-4363-897e-6b215a3f82e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8023 | 2025.01.16 19:53:42.473272 [ 262 ] {08621fbd-2ee9-4363-897e-6b215a3f82e0} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8024 | 2025.01.16 19:53:42.473311 [ 262 ] {08621fbd-2ee9-4363-897e-6b215a3f82e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8025 | 2025.01.16 19:53:42.473712 [ 262 ] {08621fbd-2ee9-4363-897e-6b215a3f82e0} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8026 | 2025.01.16 19:53:42.473954 [ 262 ] {08621fbd-2ee9-4363-897e-6b215a3f82e0} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8027 | 2025.01.16 19:53:42.474159 [ 262 ] {08621fbd-2ee9-4363-897e-6b215a3f82e0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001562 sec., 151728.55313700385 rows/sec., 10.17 MiB/sec. | ||
| 8028 | 2025.01.16 19:53:42.474212 [ 262 ] {08621fbd-2ee9-4363-897e-6b215a3f82e0} <Debug> TCPHandler: Processed in 0.001787541 sec. | ||
| 8029 | 2025.01.16 19:53:42.474348 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8030 | 2025.01.16 19:53:42.474464 [ 260 ] {436f0f3e-5d58-45d9-9a1e-c71beba584f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8031 | 2025.01.16 19:53:42.474515 [ 260 ] {436f0f3e-5d58-45d9-9a1e-c71beba584f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8032 | 2025.01.16 19:53:42.474969 [ 260 ] {436f0f3e-5d58-45d9-9a1e-c71beba584f1} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8033 | 2025.01.16 19:53:42.475010 [ 260 ] {436f0f3e-5d58-45d9-9a1e-c71beba584f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8034 | 2025.01.16 19:53:42.475364 [ 260 ] {436f0f3e-5d58-45d9-9a1e-c71beba584f1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8035 | 2025.01.16 19:53:42.475598 [ 260 ] {436f0f3e-5d58-45d9-9a1e-c71beba584f1} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8036 | 2025.01.16 19:53:42.475850 [ 260 ] {436f0f3e-5d58-45d9-9a1e-c71beba584f1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001409 sec., 709.7232079488999 rows/sec., 47.82 KiB/sec. | ||
| 8037 | 2025.01.16 19:53:42.476058 [ 260 ] {436f0f3e-5d58-45d9-9a1e-c71beba584f1} <Debug> TCPHandler: Processed in 0.001764571 sec. | ||
| 8038 | 2025.01.16 19:53:42.476232 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8039 | 2025.01.16 19:53:42.476345 [ 262 ] {82ae7185-3c61-4a20-a889-0c3a30d0b7dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8040 | 2025.01.16 19:53:42.476393 [ 262 ] {82ae7185-3c61-4a20-a889-0c3a30d0b7dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8041 | 2025.01.16 19:53:42.476868 [ 262 ] {82ae7185-3c61-4a20-a889-0c3a30d0b7dc} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8042 | 2025.01.16 19:53:42.476906 [ 262 ] {82ae7185-3c61-4a20-a889-0c3a30d0b7dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8043 | 2025.01.16 19:53:42.477264 [ 262 ] {82ae7185-3c61-4a20-a889-0c3a30d0b7dc} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8044 | 2025.01.16 19:53:42.477513 [ 262 ] {82ae7185-3c61-4a20-a889-0c3a30d0b7dc} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8045 | 2025.01.16 19:53:42.477719 [ 262 ] {82ae7185-3c61-4a20-a889-0c3a30d0b7dc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001397 sec., 58697.20830350751 rows/sec., 3.73 MiB/sec. | ||
| 8046 | 2025.01.16 19:53:42.477769 [ 262 ] {82ae7185-3c61-4a20-a889-0c3a30d0b7dc} <Debug> TCPHandler: Processed in 0.001622978 sec. | ||
| 8047 | 2025.01.16 19:53:43.000239 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.52 MiB, peak 220.14 MiB, free memory in arenas 0.00 B, will set to 215.23 MiB (RSS), difference: -1.29 MiB | ||
| 8048 | 2025.01.16 19:53:45.901732 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1120 | ||
| 8049 | 2025.01.16 19:53:45.905029 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8050 | 2025.01.16 19:53:45.905089 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8051 | 2025.01.16 19:53:45.906569 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8052 | 2025.01.16 19:53:45.906885 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8053 | 2025.01.16 19:53:45.908153 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1120 | ||
| 8054 | 2025.01.16 19:53:47.444461 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8055 | 2025.01.16 19:53:47.444696 [ 260 ] {af036155-bd06-4128-b7b7-380cd18fe05b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8056 | 2025.01.16 19:53:47.444785 [ 260 ] {af036155-bd06-4128-b7b7-380cd18fe05b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8057 | 2025.01.16 19:53:47.445605 [ 260 ] {af036155-bd06-4128-b7b7-380cd18fe05b} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8058 | 2025.01.16 19:53:47.445659 [ 260 ] {af036155-bd06-4128-b7b7-380cd18fe05b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8059 | 2025.01.16 19:53:47.446111 [ 260 ] {af036155-bd06-4128-b7b7-380cd18fe05b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8060 | 2025.01.16 19:53:47.446366 [ 260 ] {af036155-bd06-4128-b7b7-380cd18fe05b} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8061 | 2025.01.16 19:53:47.446578 [ 260 ] {af036155-bd06-4128-b7b7-380cd18fe05b} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.001943 sec., 69994.85331960885 rows/sec., 6.04 MiB/sec. | ||
| 8062 | 2025.01.16 19:53:47.446642 [ 260 ] {af036155-bd06-4128-b7b7-380cd18fe05b} <Debug> TCPHandler: Processed in 0.002325971 sec. | ||
| 8063 | 2025.01.16 19:53:47.446891 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8064 | 2025.01.16 19:53:47.447084 [ 262 ] {9f720065-34c5-4b64-8890-92a9823b99d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8065 | 2025.01.16 19:53:47.447157 [ 262 ] {9f720065-34c5-4b64-8890-92a9823b99d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8066 | 2025.01.16 19:53:47.447938 [ 262 ] {9f720065-34c5-4b64-8890-92a9823b99d0} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8067 | 2025.01.16 19:53:47.447991 [ 262 ] {9f720065-34c5-4b64-8890-92a9823b99d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8068 | 2025.01.16 19:53:47.448427 [ 262 ] {9f720065-34c5-4b64-8890-92a9823b99d0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8069 | 2025.01.16 19:53:47.448695 [ 262 ] {9f720065-34c5-4b64-8890-92a9823b99d0} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8070 | 2025.01.16 19:53:47.448950 [ 262 ] {9f720065-34c5-4b64-8890-92a9823b99d0} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001911 sec., 20931.449502878077 rows/sec., 1.54 MiB/sec. | ||
| 8071 | 2025.01.16 19:53:47.449070 [ 262 ] {9f720065-34c5-4b64-8890-92a9823b99d0} <Debug> TCPHandler: Processed in 0.00231076 sec. | ||
| 8072 | 2025.01.16 19:53:47.449319 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8073 | 2025.01.16 19:53:47.449492 [ 260 ] {3588e346-3d24-4e4f-8a4f-eb22cf0d8cec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8074 | 2025.01.16 19:53:47.449554 [ 260 ] {3588e346-3d24-4e4f-8a4f-eb22cf0d8cec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8075 | 2025.01.16 19:53:47.450220 [ 260 ] {3588e346-3d24-4e4f-8a4f-eb22cf0d8cec} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8076 | 2025.01.16 19:53:47.450259 [ 260 ] {3588e346-3d24-4e4f-8a4f-eb22cf0d8cec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8077 | 2025.01.16 19:53:47.450630 [ 260 ] {3588e346-3d24-4e4f-8a4f-eb22cf0d8cec} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8078 | 2025.01.16 19:53:47.450878 [ 260 ] {3588e346-3d24-4e4f-8a4f-eb22cf0d8cec} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8079 | 2025.01.16 19:53:47.451070 [ 260 ] {3588e346-3d24-4e4f-8a4f-eb22cf0d8cec} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.00161 sec., 64596.27329192546 rows/sec., 5.05 MiB/sec. | ||
| 8080 | 2025.01.16 19:53:47.451166 [ 260 ] {3588e346-3d24-4e4f-8a4f-eb22cf0d8cec} <Debug> TCPHandler: Processed in 0.001996005 sec. | ||
| 8081 | 2025.01.16 19:53:47.451383 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8082 | 2025.01.16 19:53:47.451622 [ 262 ] {744760ce-5c29-4271-b7dd-e834b0834d75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8083 | 2025.01.16 19:53:47.451681 [ 262 ] {744760ce-5c29-4271-b7dd-e834b0834d75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8084 | 2025.01.16 19:53:47.452267 [ 262 ] {744760ce-5c29-4271-b7dd-e834b0834d75} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8085 | 2025.01.16 19:53:47.452307 [ 262 ] {744760ce-5c29-4271-b7dd-e834b0834d75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8086 | 2025.01.16 19:53:47.452718 [ 262 ] {744760ce-5c29-4271-b7dd-e834b0834d75} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8087 | 2025.01.16 19:53:47.452957 [ 262 ] {744760ce-5c29-4271-b7dd-e834b0834d75} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8088 | 2025.01.16 19:53:47.453172 [ 262 ] {744760ce-5c29-4271-b7dd-e834b0834d75} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001607 sec., 99564.40572495334 rows/sec., 6.93 MiB/sec. | ||
| 8089 | 2025.01.16 19:53:47.453228 [ 262 ] {744760ce-5c29-4271-b7dd-e834b0834d75} <Debug> TCPHandler: Processed in 0.001987195 sec. | ||
| 8090 | 2025.01.16 19:53:47.453376 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8091 | 2025.01.16 19:53:47.453523 [ 260 ] {1e3aa886-5779-4ffe-a971-24d315a71b82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8092 | 2025.01.16 19:53:47.453617 [ 260 ] {1e3aa886-5779-4ffe-a971-24d315a71b82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8093 | 2025.01.16 19:53:47.454816 [ 260 ] {1e3aa886-5779-4ffe-a971-24d315a71b82} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8094 | 2025.01.16 19:53:47.454853 [ 260 ] {1e3aa886-5779-4ffe-a971-24d315a71b82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8095 | 2025.01.16 19:53:47.455519 [ 260 ] {1e3aa886-5779-4ffe-a971-24d315a71b82} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8096 | 2025.01.16 19:53:47.455780 [ 260 ] {1e3aa886-5779-4ffe-a971-24d315a71b82} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8097 | 2025.01.16 19:53:47.455980 [ 260 ] {1e3aa886-5779-4ffe-a971-24d315a71b82} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002494 sec., 16038.492381716118 rows/sec., 28.74 MiB/sec. | ||
| 8098 | 2025.01.16 19:53:47.456099 [ 260 ] {1e3aa886-5779-4ffe-a971-24d315a71b82} <Debug> TCPHandler: Processed in 0.002788229 sec. | ||
| 8099 | 2025.01.16 19:53:47.456233 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8100 | 2025.01.16 19:53:47.456351 [ 262 ] {4c196b95-321e-4c01-8cf6-271e718cc103} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8101 | 2025.01.16 19:53:47.456403 [ 262 ] {4c196b95-321e-4c01-8cf6-271e718cc103} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8102 | 2025.01.16 19:53:47.456907 [ 262 ] {4c196b95-321e-4c01-8cf6-271e718cc103} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8103 | 2025.01.16 19:53:47.456945 [ 262 ] {4c196b95-321e-4c01-8cf6-271e718cc103} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8104 | 2025.01.16 19:53:47.457321 [ 262 ] {4c196b95-321e-4c01-8cf6-271e718cc103} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8105 | 2025.01.16 19:53:47.457580 [ 262 ] {4c196b95-321e-4c01-8cf6-271e718cc103} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8106 | 2025.01.16 19:53:47.457791 [ 262 ] {4c196b95-321e-4c01-8cf6-271e718cc103} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001463 sec., 41011.619958988376 rows/sec., 2.76 MiB/sec. | ||
| 8107 | 2025.01.16 19:53:47.457844 [ 262 ] {4c196b95-321e-4c01-8cf6-271e718cc103} <Debug> TCPHandler: Processed in 0.001670429 sec. | ||
| 8108 | 2025.01.16 19:53:48.316401 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934 | ||
| 8109 | 2025.01.16 19:53:48.317182 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8110 | 2025.01.16 19:53:48.317251 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8111 | 2025.01.16 19:53:48.317998 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8112 | 2025.01.16 19:53:48.318310 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8113 | 2025.01.16 19:53:48.318640 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 | ||
| 8114 | 2025.01.16 19:53:49.543226 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 8115 | 2025.01.16 19:53:49.563973 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8116 | 2025.01.16 19:53:49.564024 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8117 | 2025.01.16 19:53:49.571394 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8118 | 2025.01.16 19:53:49.572177 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8119 | 2025.01.16 19:53:49.575755 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 8120 | 2025.01.16 19:53:52.447018 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8121 | 2025.01.16 19:53:52.447210 [ 260 ] {429ffe4d-bbe5-414a-871f-300193efa568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8122 | 2025.01.16 19:53:52.447283 [ 260 ] {429ffe4d-bbe5-414a-871f-300193efa568} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8123 | 2025.01.16 19:53:52.448056 [ 260 ] {429ffe4d-bbe5-414a-871f-300193efa568} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8124 | 2025.01.16 19:53:52.448104 [ 260 ] {429ffe4d-bbe5-414a-871f-300193efa568} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8125 | 2025.01.16 19:53:52.448534 [ 260 ] {429ffe4d-bbe5-414a-871f-300193efa568} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8126 | 2025.01.16 19:53:52.448802 [ 260 ] {429ffe4d-bbe5-414a-871f-300193efa568} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8127 | 2025.01.16 19:53:52.449014 [ 260 ] {429ffe4d-bbe5-414a-871f-300193efa568} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001857 sec., 7539.041464728056 rows/sec., 542.71 KiB/sec. | ||
| 8128 | 2025.01.16 19:53:52.449149 [ 260 ] {429ffe4d-bbe5-414a-871f-300193efa568} <Debug> TCPHandler: Processed in 0.00227105 sec. | ||
| 8129 | 2025.01.16 19:53:52.449414 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8130 | 2025.01.16 19:53:52.449608 [ 262 ] {b62bc76c-5c46-4ec0-b548-cc37f59b4911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8131 | 2025.01.16 19:53:52.449681 [ 262 ] {b62bc76c-5c46-4ec0-b548-cc37f59b4911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8132 | 2025.01.16 19:53:52.450500 [ 262 ] {b62bc76c-5c46-4ec0-b548-cc37f59b4911} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8133 | 2025.01.16 19:53:52.450555 [ 262 ] {b62bc76c-5c46-4ec0-b548-cc37f59b4911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8134 | 2025.01.16 19:53:52.451007 [ 262 ] {b62bc76c-5c46-4ec0-b548-cc37f59b4911} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8135 | 2025.01.16 19:53:52.451263 [ 262 ] {b62bc76c-5c46-4ec0-b548-cc37f59b4911} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8136 | 2025.01.16 19:53:52.451496 [ 262 ] {b62bc76c-5c46-4ec0-b548-cc37f59b4911} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.00194 sec., 104639.17525773196 rows/sec., 9.06 MiB/sec. | ||
| 8137 | 2025.01.16 19:53:52.451565 [ 262 ] {b62bc76c-5c46-4ec0-b548-cc37f59b4911} <Debug> TCPHandler: Processed in 0.00228544 sec. | ||
| 8138 | 2025.01.16 19:53:52.451738 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8139 | 2025.01.16 19:53:52.451885 [ 260 ] {e93787ae-e2ad-4c77-baae-14fbd4283c66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8140 | 2025.01.16 19:53:52.451946 [ 260 ] {e93787ae-e2ad-4c77-baae-14fbd4283c66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8141 | 2025.01.16 19:53:52.452542 [ 260 ] {e93787ae-e2ad-4c77-baae-14fbd4283c66} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8142 | 2025.01.16 19:53:52.452581 [ 260 ] {e93787ae-e2ad-4c77-baae-14fbd4283c66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8143 | 2025.01.16 19:53:52.452952 [ 260 ] {e93787ae-e2ad-4c77-baae-14fbd4283c66} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8144 | 2025.01.16 19:53:52.453204 [ 260 ] {e93787ae-e2ad-4c77-baae-14fbd4283c66} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8145 | 2025.01.16 19:53:52.453383 [ 260 ] {e93787ae-e2ad-4c77-baae-14fbd4283c66} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001534 sec., 4563.233376792698 rows/sec., 297.30 KiB/sec. | ||
| 8146 | 2025.01.16 19:53:52.453442 [ 260 ] {e93787ae-e2ad-4c77-baae-14fbd4283c66} <Debug> TCPHandler: Processed in 0.001775691 sec. | ||
| 8147 | 2025.01.16 19:53:52.453589 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8148 | 2025.01.16 19:53:52.453710 [ 262 ] {14f48218-53b5-48ba-9cc9-068736b727d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8149 | 2025.01.16 19:53:52.453758 [ 262 ] {14f48218-53b5-48ba-9cc9-068736b727d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8150 | 2025.01.16 19:53:52.454339 [ 262 ] {14f48218-53b5-48ba-9cc9-068736b727d2} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8151 | 2025.01.16 19:53:52.454378 [ 262 ] {14f48218-53b5-48ba-9cc9-068736b727d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8152 | 2025.01.16 19:53:52.454748 [ 262 ] {14f48218-53b5-48ba-9cc9-068736b727d2} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8153 | 2025.01.16 19:53:52.454996 [ 262 ] {14f48218-53b5-48ba-9cc9-068736b727d2} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8154 | 2025.01.16 19:53:52.455232 [ 262 ] {14f48218-53b5-48ba-9cc9-068736b727d2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001537 sec., 9108.653220559532 rows/sec., 637.91 KiB/sec. | ||
| 8155 | 2025.01.16 19:53:52.455312 [ 262 ] {14f48218-53b5-48ba-9cc9-068736b727d2} <Debug> TCPHandler: Processed in 0.001787351 sec. | ||
| 8156 | 2025.01.16 19:53:52.455538 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8157 | 2025.01.16 19:53:52.455699 [ 260 ] {89f1fac4-04e2-49c2-8c2a-525cfb1ca4d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8158 | 2025.01.16 19:53:52.455757 [ 260 ] {89f1fac4-04e2-49c2-8c2a-525cfb1ca4d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8159 | 2025.01.16 19:53:52.456383 [ 260 ] {89f1fac4-04e2-49c2-8c2a-525cfb1ca4d5} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8160 | 2025.01.16 19:53:52.456422 [ 260 ] {89f1fac4-04e2-49c2-8c2a-525cfb1ca4d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8161 | 2025.01.16 19:53:52.456778 [ 260 ] {89f1fac4-04e2-49c2-8c2a-525cfb1ca4d5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8162 | 2025.01.16 19:53:52.457012 [ 260 ] {89f1fac4-04e2-49c2-8c2a-525cfb1ca4d5} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8163 | 2025.01.16 19:53:52.457191 [ 260 ] {89f1fac4-04e2-49c2-8c2a-525cfb1ca4d5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001524 sec., 8530.18372703412 rows/sec., 531.85 KiB/sec. | ||
| 8164 | 2025.01.16 19:53:52.457243 [ 260 ] {89f1fac4-04e2-49c2-8c2a-525cfb1ca4d5} <Debug> TCPHandler: Processed in 0.001839633 sec. | ||
| 8165 | 2025.01.16 19:53:52.457400 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8166 | 2025.01.16 19:53:52.457517 [ 262 ] {bca3224f-59c5-4368-a336-2a6e5500ae87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8167 | 2025.01.16 19:53:52.457572 [ 262 ] {bca3224f-59c5-4368-a336-2a6e5500ae87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8168 | 2025.01.16 19:53:52.458319 [ 262 ] {bca3224f-59c5-4368-a336-2a6e5500ae87} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8169 | 2025.01.16 19:53:52.458358 [ 262 ] {bca3224f-59c5-4368-a336-2a6e5500ae87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8170 | 2025.01.16 19:53:52.458752 [ 262 ] {bca3224f-59c5-4368-a336-2a6e5500ae87} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8171 | 2025.01.16 19:53:52.459003 [ 262 ] {bca3224f-59c5-4368-a336-2a6e5500ae87} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8172 | 2025.01.16 19:53:52.459242 [ 262 ] {bca3224f-59c5-4368-a336-2a6e5500ae87} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001738 sec., 219792.8653624856 rows/sec., 15.55 MiB/sec. | ||
| 8173 | 2025.01.16 19:53:52.459343 [ 262 ] {bca3224f-59c5-4368-a336-2a6e5500ae87} <Debug> TCPHandler: Processed in 0.002002006 sec. | ||
| 8174 | 2025.01.16 19:53:52.459574 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8175 | 2025.01.16 19:53:52.459788 [ 260 ] {cabde42e-142b-4efb-88f0-374dcc906d3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8176 | 2025.01.16 19:53:52.459873 [ 260 ] {cabde42e-142b-4efb-88f0-374dcc906d3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8177 | 2025.01.16 19:53:52.460411 [ 260 ] {cabde42e-142b-4efb-88f0-374dcc906d3a} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8178 | 2025.01.16 19:53:52.460448 [ 260 ] {cabde42e-142b-4efb-88f0-374dcc906d3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8179 | 2025.01.16 19:53:52.460805 [ 260 ] {cabde42e-142b-4efb-88f0-374dcc906d3a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8180 | 2025.01.16 19:53:52.461041 [ 260 ] {cabde42e-142b-4efb-88f0-374dcc906d3a} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8181 | 2025.01.16 19:53:52.461252 [ 260 ] {cabde42e-142b-4efb-88f0-374dcc906d3a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001506 sec., 3984.0637450199206 rows/sec., 208.15 KiB/sec. | ||
| 8182 | 2025.01.16 19:53:52.461429 [ 260 ] {cabde42e-142b-4efb-88f0-374dcc906d3a} <Debug> TCPHandler: Processed in 0.001986255 sec. | ||
| 8183 | 2025.01.16 19:53:52.461665 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8184 | 2025.01.16 19:53:52.461808 [ 262 ] {971d467d-5141-4e77-9f17-519e683961e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8185 | 2025.01.16 19:53:52.461861 [ 262 ] {971d467d-5141-4e77-9f17-519e683961e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8186 | 2025.01.16 19:53:52.462453 [ 262 ] {971d467d-5141-4e77-9f17-519e683961e2} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8187 | 2025.01.16 19:53:52.462492 [ 262 ] {971d467d-5141-4e77-9f17-519e683961e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8188 | 2025.01.16 19:53:52.462896 [ 262 ] {971d467d-5141-4e77-9f17-519e683961e2} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8189 | 2025.01.16 19:53:52.463137 [ 262 ] {971d467d-5141-4e77-9f17-519e683961e2} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8190 | 2025.01.16 19:53:52.463343 [ 262 ] {971d467d-5141-4e77-9f17-519e683961e2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001559 sec., 152020.52597819114 rows/sec., 10.19 MiB/sec. | ||
| 8191 | 2025.01.16 19:53:52.463395 [ 262 ] {971d467d-5141-4e77-9f17-519e683961e2} <Debug> TCPHandler: Processed in 0.001866573 sec. | ||
| 8192 | 2025.01.16 19:53:52.463554 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8193 | 2025.01.16 19:53:52.463694 [ 260 ] {26d4e699-55dd-43f4-98cc-6e57fa2adc1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8194 | 2025.01.16 19:53:52.463754 [ 260 ] {26d4e699-55dd-43f4-98cc-6e57fa2adc1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8195 | 2025.01.16 19:53:52.464253 [ 260 ] {26d4e699-55dd-43f4-98cc-6e57fa2adc1f} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8196 | 2025.01.16 19:53:52.464289 [ 260 ] {26d4e699-55dd-43f4-98cc-6e57fa2adc1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8197 | 2025.01.16 19:53:52.464648 [ 260 ] {26d4e699-55dd-43f4-98cc-6e57fa2adc1f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8198 | 2025.01.16 19:53:52.464887 [ 260 ] {26d4e699-55dd-43f4-98cc-6e57fa2adc1f} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8199 | 2025.01.16 19:53:52.465082 [ 260 ] {26d4e699-55dd-43f4-98cc-6e57fa2adc1f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001419 sec., 704.7216349541932 rows/sec., 47.49 KiB/sec. | ||
| 8200 | 2025.01.16 19:53:52.465134 [ 260 ] {26d4e699-55dd-43f4-98cc-6e57fa2adc1f} <Debug> TCPHandler: Processed in 0.001648099 sec. | ||
| 8201 | 2025.01.16 19:53:52.465274 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8202 | 2025.01.16 19:53:52.465390 [ 262 ] {4370a96b-65bc-48c1-8fb5-c7caae6e1a5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8203 | 2025.01.16 19:53:52.465441 [ 262 ] {4370a96b-65bc-48c1-8fb5-c7caae6e1a5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8204 | 2025.01.16 19:53:52.465945 [ 262 ] {4370a96b-65bc-48c1-8fb5-c7caae6e1a5d} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8205 | 2025.01.16 19:53:52.465983 [ 262 ] {4370a96b-65bc-48c1-8fb5-c7caae6e1a5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8206 | 2025.01.16 19:53:52.466344 [ 262 ] {4370a96b-65bc-48c1-8fb5-c7caae6e1a5d} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8207 | 2025.01.16 19:53:52.466582 [ 262 ] {4370a96b-65bc-48c1-8fb5-c7caae6e1a5d} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8208 | 2025.01.16 19:53:52.466799 [ 262 ] {4370a96b-65bc-48c1-8fb5-c7caae6e1a5d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001433 sec., 57222.60990928123 rows/sec., 3.63 MiB/sec. | ||
| 8209 | 2025.01.16 19:53:52.466847 [ 262 ] {4370a96b-65bc-48c1-8fb5-c7caae6e1a5d} <Debug> TCPHandler: Processed in 0.001632978 sec. | ||
| 8210 | 2025.01.16 19:53:55.659147 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8211 | 2025.01.16 19:53:55.659211 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8212 | 2025.01.16 19:53:55.818823 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361 | ||
| 8213 | 2025.01.16 19:53:55.819465 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8214 | 2025.01.16 19:53:55.819513 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8215 | 2025.01.16 19:53:55.820036 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8216 | 2025.01.16 19:53:55.820293 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8217 | 2025.01.16 19:53:55.820498 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 8218 | 2025.01.16 19:53:55.908416 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1152 | ||
| 8219 | 2025.01.16 19:53:55.911531 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8220 | 2025.01.16 19:53:55.911595 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8221 | 2025.01.16 19:53:55.913112 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8222 | 2025.01.16 19:53:55.913444 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8223 | 2025.01.16 19:53:55.914111 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1152 | ||
| 8224 | 2025.01.16 19:53:57.075872 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 8225 | 2025.01.16 19:53:57.097167 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8226 | 2025.01.16 19:53:57.097222 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8227 | 2025.01.16 19:53:57.105118 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8228 | 2025.01.16 19:53:57.105955 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8229 | 2025.01.16 19:53:57.110211 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 8230 | 2025.01.16 19:53:57.444571 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8231 | 2025.01.16 19:53:57.444767 [ 260 ] {36c48ec5-7953-4feb-aba8-d7e927a3d4ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8232 | 2025.01.16 19:53:57.444842 [ 260 ] {36c48ec5-7953-4feb-aba8-d7e927a3d4ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8233 | 2025.01.16 19:53:57.445709 [ 260 ] {36c48ec5-7953-4feb-aba8-d7e927a3d4ea} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8234 | 2025.01.16 19:53:57.445759 [ 260 ] {36c48ec5-7953-4feb-aba8-d7e927a3d4ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8235 | 2025.01.16 19:53:57.446207 [ 260 ] {36c48ec5-7953-4feb-aba8-d7e927a3d4ea} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8236 | 2025.01.16 19:53:57.446461 [ 260 ] {36c48ec5-7953-4feb-aba8-d7e927a3d4ea} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8237 | 2025.01.16 19:53:57.446715 [ 260 ] {36c48ec5-7953-4feb-aba8-d7e927a3d4ea} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002003 sec., 67898.15277084374 rows/sec., 5.86 MiB/sec. | ||
| 8238 | 2025.01.16 19:53:57.446784 [ 260 ] {36c48ec5-7953-4feb-aba8-d7e927a3d4ea} <Debug> TCPHandler: Processed in 0.002342241 sec. | ||
| 8239 | 2025.01.16 19:53:57.447041 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8240 | 2025.01.16 19:53:57.447234 [ 262 ] {ff134faf-98ac-40ee-b61d-e94e0b699e90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8241 | 2025.01.16 19:53:57.447311 [ 262 ] {ff134faf-98ac-40ee-b61d-e94e0b699e90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8242 | 2025.01.16 19:53:57.448088 [ 262 ] {ff134faf-98ac-40ee-b61d-e94e0b699e90} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8243 | 2025.01.16 19:53:57.448142 [ 262 ] {ff134faf-98ac-40ee-b61d-e94e0b699e90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8244 | 2025.01.16 19:53:57.448597 [ 262 ] {ff134faf-98ac-40ee-b61d-e94e0b699e90} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8245 | 2025.01.16 19:53:57.448860 [ 262 ] {ff134faf-98ac-40ee-b61d-e94e0b699e90} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8246 | 2025.01.16 19:53:57.449132 [ 262 ] {ff134faf-98ac-40ee-b61d-e94e0b699e90} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001942 sec., 20597.32234809475 rows/sec., 1.51 MiB/sec. | ||
| 8247 | 2025.01.16 19:53:57.449256 [ 262 ] {ff134faf-98ac-40ee-b61d-e94e0b699e90} <Debug> TCPHandler: Processed in 0.002342891 sec. | ||
| 8248 | 2025.01.16 19:53:57.449501 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8249 | 2025.01.16 19:53:57.449650 [ 260 ] {95a5de75-b6a8-42fd-9e47-00a4f422a1b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8250 | 2025.01.16 19:53:57.449703 [ 260 ] {95a5de75-b6a8-42fd-9e47-00a4f422a1b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8251 | 2025.01.16 19:53:57.450346 [ 260 ] {95a5de75-b6a8-42fd-9e47-00a4f422a1b0} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8252 | 2025.01.16 19:53:57.450390 [ 260 ] {95a5de75-b6a8-42fd-9e47-00a4f422a1b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8253 | 2025.01.16 19:53:57.450774 [ 260 ] {95a5de75-b6a8-42fd-9e47-00a4f422a1b0} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8254 | 2025.01.16 19:53:57.451016 [ 260 ] {95a5de75-b6a8-42fd-9e47-00a4f422a1b0} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8255 | 2025.01.16 19:53:57.451241 [ 260 ] {95a5de75-b6a8-42fd-9e47-00a4f422a1b0} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001621 sec., 64157.92720542874 rows/sec., 5.01 MiB/sec. | ||
| 8256 | 2025.01.16 19:53:57.451299 [ 260 ] {95a5de75-b6a8-42fd-9e47-00a4f422a1b0} <Debug> TCPHandler: Processed in 0.001925394 sec. | ||
| 8257 | 2025.01.16 19:53:57.451447 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8258 | 2025.01.16 19:53:57.451581 [ 262 ] {dc88cdf2-38fb-4fec-9531-cf7b57a8703f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8259 | 2025.01.16 19:53:57.451639 [ 262 ] {dc88cdf2-38fb-4fec-9531-cf7b57a8703f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8260 | 2025.01.16 19:53:57.452226 [ 262 ] {dc88cdf2-38fb-4fec-9531-cf7b57a8703f} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8261 | 2025.01.16 19:53:57.452266 [ 262 ] {dc88cdf2-38fb-4fec-9531-cf7b57a8703f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8262 | 2025.01.16 19:53:57.452737 [ 262 ] {dc88cdf2-38fb-4fec-9531-cf7b57a8703f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8263 | 2025.01.16 19:53:57.452988 [ 262 ] {dc88cdf2-38fb-4fec-9531-cf7b57a8703f} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8264 | 2025.01.16 19:53:57.453244 [ 262 ] {dc88cdf2-38fb-4fec-9531-cf7b57a8703f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001698 sec., 94228.50412249705 rows/sec., 6.56 MiB/sec. | ||
| 8265 | 2025.01.16 19:53:57.453317 [ 262 ] {dc88cdf2-38fb-4fec-9531-cf7b57a8703f} <Debug> TCPHandler: Processed in 0.001927183 sec. | ||
| 8266 | 2025.01.16 19:53:57.453516 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8267 | 2025.01.16 19:53:57.453653 [ 260 ] {7f18009b-dffe-47d6-8981-949f325bc8dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8268 | 2025.01.16 19:53:57.453731 [ 260 ] {7f18009b-dffe-47d6-8981-949f325bc8dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8269 | 2025.01.16 19:53:57.455026 [ 260 ] {7f18009b-dffe-47d6-8981-949f325bc8dd} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8270 | 2025.01.16 19:53:57.455067 [ 260 ] {7f18009b-dffe-47d6-8981-949f325bc8dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8271 | 2025.01.16 19:53:57.455752 [ 260 ] {7f18009b-dffe-47d6-8981-949f325bc8dd} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8272 | 2025.01.16 19:53:57.456034 [ 260 ] {7f18009b-dffe-47d6-8981-949f325bc8dd} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8273 | 2025.01.16 19:53:57.456358 [ 260 ] {7f18009b-dffe-47d6-8981-949f325bc8dd} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002729 sec., 14657.383657017223 rows/sec., 26.27 MiB/sec. | ||
| 8274 | 2025.01.16 19:53:57.457020 [ 260 ] {7f18009b-dffe-47d6-8981-949f325bc8dd} <Debug> TCPHandler: Processed in 0.003608323 sec. | ||
| 8275 | 2025.01.16 19:53:57.457214 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8276 | 2025.01.16 19:53:57.457336 [ 262 ] {89ddae6f-aa5f-4e0b-b75d-8a7adf762c94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8277 | 2025.01.16 19:53:57.457389 [ 262 ] {89ddae6f-aa5f-4e0b-b75d-8a7adf762c94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8278 | 2025.01.16 19:53:57.457905 [ 262 ] {89ddae6f-aa5f-4e0b-b75d-8a7adf762c94} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8279 | 2025.01.16 19:53:57.457944 [ 262 ] {89ddae6f-aa5f-4e0b-b75d-8a7adf762c94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8280 | 2025.01.16 19:53:57.458352 [ 262 ] {89ddae6f-aa5f-4e0b-b75d-8a7adf762c94} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8281 | 2025.01.16 19:53:57.458604 [ 262 ] {89ddae6f-aa5f-4e0b-b75d-8a7adf762c94} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8282 | 2025.01.16 19:53:57.458865 [ 262 ] {89ddae6f-aa5f-4e0b-b75d-8a7adf762c94} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001548 sec., 38759.689922480626 rows/sec., 2.61 MiB/sec. | ||
| 8283 | 2025.01.16 19:53:57.458939 [ 262 ] {89ddae6f-aa5f-4e0b-b75d-8a7adf762c94} <Debug> TCPHandler: Processed in 0.001784791 sec. | ||
| 8284 | 2025.01.16 19:54:00.721458 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8285 | 2025.01.16 19:54:00.721685 [ 260 ] {46ca37a7-d38b-447b-8453-f5967148b5d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8286 | 2025.01.16 19:54:00.721767 [ 260 ] {46ca37a7-d38b-447b-8453-f5967148b5d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8287 | 2025.01.16 19:54:00.722551 [ 260 ] {46ca37a7-d38b-447b-8453-f5967148b5d9} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8288 | 2025.01.16 19:54:00.722616 [ 260 ] {46ca37a7-d38b-447b-8453-f5967148b5d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8289 | 2025.01.16 19:54:00.723140 [ 260 ] {46ca37a7-d38b-447b-8453-f5967148b5d9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8290 | 2025.01.16 19:54:00.723419 [ 260 ] {46ca37a7-d38b-447b-8453-f5967148b5d9} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8291 | 2025.01.16 19:54:00.723707 [ 260 ] {46ca37a7-d38b-447b-8453-f5967148b5d9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00206 sec., 6796.116504854368 rows/sec., 489.23 KiB/sec. | ||
| 8292 | 2025.01.16 19:54:00.723998 [ 260 ] {46ca37a7-d38b-447b-8453-f5967148b5d9} <Debug> TCPHandler: Processed in 0.002673257 sec. | ||
| 8293 | 2025.01.16 19:54:00.724364 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8294 | 2025.01.16 19:54:00.724658 [ 262 ] {a44a6dd5-c45e-427f-a5c4-3560fa5da663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8295 | 2025.01.16 19:54:00.724730 [ 262 ] {a44a6dd5-c45e-427f-a5c4-3560fa5da663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8296 | 2025.01.16 19:54:00.725448 [ 262 ] {a44a6dd5-c45e-427f-a5c4-3560fa5da663} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8297 | 2025.01.16 19:54:00.725491 [ 262 ] {a44a6dd5-c45e-427f-a5c4-3560fa5da663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8298 | 2025.01.16 19:54:00.725909 [ 262 ] {a44a6dd5-c45e-427f-a5c4-3560fa5da663} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 8299 | 2025.01.16 19:54:00.726164 [ 262 ] {a44a6dd5-c45e-427f-a5c4-3560fa5da663} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8300 | 2025.01.16 19:54:00.726402 [ 262 ] {a44a6dd5-c45e-427f-a5c4-3560fa5da663} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001788 sec., 1118.5682326621923 rows/sec., 91.21 KiB/sec. | ||
| 8301 | 2025.01.16 19:54:00.726498 [ 262 ] {a44a6dd5-c45e-427f-a5c4-3560fa5da663} <Debug> TCPHandler: Processed in 0.002364522 sec. | ||
| 8302 | 2025.01.16 19:54:00.726657 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8303 | 2025.01.16 19:54:00.726799 [ 260 ] {b524d343-0007-42a2-a1fa-92933536861f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8304 | 2025.01.16 19:54:00.726858 [ 260 ] {b524d343-0007-42a2-a1fa-92933536861f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8305 | 2025.01.16 19:54:00.728030 [ 260 ] {b524d343-0007-42a2-a1fa-92933536861f} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8306 | 2025.01.16 19:54:00.728072 [ 260 ] {b524d343-0007-42a2-a1fa-92933536861f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8307 | 2025.01.16 19:54:00.728528 [ 260 ] {b524d343-0007-42a2-a1fa-92933536861f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8308 | 2025.01.16 19:54:00.728777 [ 260 ] {b524d343-0007-42a2-a1fa-92933536861f} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8309 | 2025.01.16 19:54:00.728944 [ 45 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8310 | 2025.01.16 19:54:00.729000 [ 45 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8311 | 2025.01.16 19:54:00.729015 [ 260 ] {b524d343-0007-42a2-a1fa-92933536861f} <Debug> executeQuery: Read 1344 rows, 114.63 KiB in 0.002237 sec., 600804.6490835941 rows/sec., 50.04 MiB/sec. | ||
| 8312 | 2025.01.16 19:54:00.729032 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8313 | 2025.01.16 19:54:00.729164 [ 260 ] {b524d343-0007-42a2-a1fa-92933536861f} <Debug> TCPHandler: Processed in 0.002575005 sec. | ||
| 8314 | 2025.01.16 19:54:00.729283 [ 189 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 8315 | 2025.01.16 19:54:00.729361 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8316 | 2025.01.16 19:54:00.729432 [ 189 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8317 | 2025.01.16 19:54:00.729482 [ 189 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1434 rows starting from the beginning of the part | ||
| 8318 | 2025.01.16 19:54:00.729533 [ 262 ] {5c3f9e0c-e351-411c-9e25-35a4ea845a36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8319 | 2025.01.16 19:54:00.729588 [ 189 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 203 rows starting from the beginning of the part | ||
| 8320 | 2025.01.16 19:54:00.729683 [ 262 ] {5c3f9e0c-e351-411c-9e25-35a4ea845a36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8321 | 2025.01.16 19:54:00.730110 [ 189 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 136 rows starting from the beginning of the part | ||
| 8322 | 2025.01.16 19:54:00.730294 [ 189 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 203 rows starting from the beginning of the part | ||
| 8323 | 2025.01.16 19:54:00.730524 [ 189 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 136 rows starting from the beginning of the part | ||
| 8324 | 2025.01.16 19:54:00.730760 [ 189 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1344 rows starting from the beginning of the part | ||
| 8325 | 2025.01.16 19:54:00.731606 [ 262 ] {5c3f9e0c-e351-411c-9e25-35a4ea845a36} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8326 | 2025.01.16 19:54:00.731648 [ 262 ] {5c3f9e0c-e351-411c-9e25-35a4ea845a36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8327 | 2025.01.16 19:54:00.732241 [ 262 ] {5c3f9e0c-e351-411c-9e25-35a4ea845a36} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8328 | 2025.01.16 19:54:00.732517 [ 262 ] {5c3f9e0c-e351-411c-9e25-35a4ea845a36} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8329 | 2025.01.16 19:54:00.732725 [ 262 ] {5c3f9e0c-e351-411c-9e25-35a4ea845a36} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.003236 sec., 2781.211372064277 rows/sec., 184.09 KiB/sec. | ||
| 8330 | 2025.01.16 19:54:00.732785 [ 262 ] {5c3f9e0c-e351-411c-9e25-35a4ea845a36} <Debug> TCPHandler: Processed in 0.003525492 sec. | ||
| 8331 | 2025.01.16 19:54:00.733092 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8332 | 2025.01.16 19:54:00.733131 [ 199 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3456 rows, containing 5 columns (5 merged, 0 gathered) in 0.00397782 sec., 868817.5935562695 rows/sec., 76.38 MiB/sec. | ||
| 8333 | 2025.01.16 19:54:00.733332 [ 260 ] {85e241d0-5f64-4645-acc8-2a5ee9aca512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8334 | 2025.01.16 19:54:00.733410 [ 260 ] {85e241d0-5f64-4645-acc8-2a5ee9aca512} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8335 | 2025.01.16 19:54:00.733466 [ 199 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8336 | 2025.01.16 19:54:00.734144 [ 199 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_66_13} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8337 | 2025.01.16 19:54:00.734256 [ 199 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_66_13} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8338 | 2025.01.16 19:54:00.734451 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 8339 | 2025.01.16 19:54:00.734682 [ 260 ] {85e241d0-5f64-4645-acc8-2a5ee9aca512} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8340 | 2025.01.16 19:54:00.734728 [ 260 ] {85e241d0-5f64-4645-acc8-2a5ee9aca512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8341 | 2025.01.16 19:54:00.735115 [ 260 ] {85e241d0-5f64-4645-acc8-2a5ee9aca512} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8342 | 2025.01.16 19:54:00.735368 [ 260 ] {85e241d0-5f64-4645-acc8-2a5ee9aca512} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8343 | 2025.01.16 19:54:00.735585 [ 260 ] {85e241d0-5f64-4645-acc8-2a5ee9aca512} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002309 sec., 104807.27587700303 rows/sec., 7.10 MiB/sec. | ||
| 8344 | 2025.01.16 19:54:00.735646 [ 260 ] {85e241d0-5f64-4645-acc8-2a5ee9aca512} <Debug> TCPHandler: Processed in 0.002727908 sec. | ||
| 8345 | 2025.01.16 19:54:00.735791 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8346 | 2025.01.16 19:54:00.735910 [ 262 ] {d3c16ac9-e446-4332-8752-829de70f273a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8347 | 2025.01.16 19:54:00.735961 [ 262 ] {d3c16ac9-e446-4332-8752-829de70f273a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8348 | 2025.01.16 19:54:00.736557 [ 262 ] {d3c16ac9-e446-4332-8752-829de70f273a} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8349 | 2025.01.16 19:54:00.736603 [ 262 ] {d3c16ac9-e446-4332-8752-829de70f273a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8350 | 2025.01.16 19:54:00.736966 [ 262 ] {d3c16ac9-e446-4332-8752-829de70f273a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8351 | 2025.01.16 19:54:00.737206 [ 262 ] {d3c16ac9-e446-4332-8752-829de70f273a} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8352 | 2025.01.16 19:54:00.737391 [ 262 ] {d3c16ac9-e446-4332-8752-829de70f273a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001507 sec., 8626.4100862641 rows/sec., 537.85 KiB/sec. | ||
| 8353 | 2025.01.16 19:54:00.737444 [ 262 ] {d3c16ac9-e446-4332-8752-829de70f273a} <Debug> TCPHandler: Processed in 0.00171436 sec. | ||
| 8354 | 2025.01.16 19:54:00.737606 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8355 | 2025.01.16 19:54:00.737750 [ 260 ] {922f90e7-74d9-44b9-a19f-813ee49bde4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8356 | 2025.01.16 19:54:00.737808 [ 260 ] {922f90e7-74d9-44b9-a19f-813ee49bde4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8357 | 2025.01.16 19:54:00.738763 [ 260 ] {922f90e7-74d9-44b9-a19f-813ee49bde4b} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8358 | 2025.01.16 19:54:00.738804 [ 260 ] {922f90e7-74d9-44b9-a19f-813ee49bde4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8359 | 2025.01.16 19:54:00.739221 [ 260 ] {922f90e7-74d9-44b9-a19f-813ee49bde4b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8360 | 2025.01.16 19:54:00.739463 [ 260 ] {922f90e7-74d9-44b9-a19f-813ee49bde4b} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8361 | 2025.01.16 19:54:00.739648 [ 43 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8362 | 2025.01.16 19:54:00.739683 [ 260 ] {922f90e7-74d9-44b9-a19f-813ee49bde4b} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.001955 sec., 429667.51918158564 rows/sec., 31.04 MiB/sec. | ||
| 8363 | 2025.01.16 19:54:00.739703 [ 43 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8364 | 2025.01.16 19:54:00.739777 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8365 | 2025.01.16 19:54:00.739812 [ 260 ] {922f90e7-74d9-44b9-a19f-813ee49bde4b} <Debug> TCPHandler: Processed in 0.00227116 sec. | ||
| 8366 | 2025.01.16 19:54:00.740074 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8367 | 2025.01.16 19:54:00.740153 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 8368 | 2025.01.16 19:54:00.740435 [ 262 ] {d647a88d-2afa-4b52-b310-f9c804ac45cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8369 | 2025.01.16 19:54:00.740661 [ 262 ] {d647a88d-2afa-4b52-b310-f9c804ac45cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8370 | 2025.01.16 19:54:00.740802 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8371 | 2025.01.16 19:54:00.740950 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 914 rows starting from the beginning of the part | ||
| 8372 | 2025.01.16 19:54:00.741592 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 382 rows starting from the beginning of the part | ||
| 8373 | 2025.01.16 19:54:00.742239 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 104 rows starting from the beginning of the part | ||
| 8374 | 2025.01.16 19:54:00.742475 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 382 rows starting from the beginning of the part | ||
| 8375 | 2025.01.16 19:54:00.742625 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 104 rows starting from the beginning of the part | ||
| 8376 | 2025.01.16 19:54:00.742805 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 840 rows starting from the beginning of the part | ||
| 8377 | 2025.01.16 19:54:00.743314 [ 262 ] {d647a88d-2afa-4b52-b310-f9c804ac45cf} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8378 | 2025.01.16 19:54:00.743357 [ 262 ] {d647a88d-2afa-4b52-b310-f9c804ac45cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8379 | 2025.01.16 19:54:00.743903 [ 262 ] {d647a88d-2afa-4b52-b310-f9c804ac45cf} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8380 | 2025.01.16 19:54:00.744210 [ 262 ] {d647a88d-2afa-4b52-b310-f9c804ac45cf} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8381 | 2025.01.16 19:54:00.744765 [ 262 ] {d647a88d-2afa-4b52-b310-f9c804ac45cf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004419 sec., 1357.7732518669382 rows/sec., 70.94 KiB/sec. | ||
| 8382 | 2025.01.16 19:54:00.745455 [ 262 ] {d647a88d-2afa-4b52-b310-f9c804ac45cf} <Debug> TCPHandler: Processed in 0.005540987 sec. | ||
| 8383 | 2025.01.16 19:54:00.745845 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8384 | 2025.01.16 19:54:00.746330 [ 260 ] {724755a1-5d89-4e96-a5be-2ff54ac8dea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8385 | 2025.01.16 19:54:00.746424 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2726 rows, containing 5 columns (5 merged, 0 gathered) in 0.006540205 sec., 416806.50682967884 rows/sec., 31.79 MiB/sec. | ||
| 8386 | 2025.01.16 19:54:00.746445 [ 260 ] {724755a1-5d89-4e96-a5be-2ff54ac8dea8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8387 | 2025.01.16 19:54:00.746688 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8388 | 2025.01.16 19:54:00.747176 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_66_13} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8389 | 2025.01.16 19:54:00.747336 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_66_13} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8390 | 2025.01.16 19:54:00.747494 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 8391 | 2025.01.16 19:54:00.747763 [ 260 ] {724755a1-5d89-4e96-a5be-2ff54ac8dea8} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8392 | 2025.01.16 19:54:00.747807 [ 260 ] {724755a1-5d89-4e96-a5be-2ff54ac8dea8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8393 | 2025.01.16 19:54:00.748258 [ 260 ] {724755a1-5d89-4e96-a5be-2ff54ac8dea8} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8394 | 2025.01.16 19:54:00.748507 [ 260 ] {724755a1-5d89-4e96-a5be-2ff54ac8dea8} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8395 | 2025.01.16 19:54:00.748680 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8396 | 2025.01.16 19:54:00.748738 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8397 | 2025.01.16 19:54:00.748752 [ 260 ] {724755a1-5d89-4e96-a5be-2ff54ac8dea8} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.002552 sec., 362852.6645768025 rows/sec., 24.21 MiB/sec. | ||
| 8398 | 2025.01.16 19:54:00.748780 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8399 | 2025.01.16 19:54:00.748925 [ 260 ] {724755a1-5d89-4e96-a5be-2ff54ac8dea8} <Debug> TCPHandler: Processed in 0.003301908 sec. | ||
| 8400 | 2025.01.16 19:54:00.749198 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8401 | 2025.01.16 19:54:00.749286 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 8402 | 2025.01.16 19:54:00.749501 [ 262 ] {2077d361-5c4e-429b-a73b-435130d9fa34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8403 | 2025.01.16 19:54:00.749711 [ 262 ] {2077d361-5c4e-429b-a73b-435130d9fa34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8404 | 2025.01.16 19:54:00.750021 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8405 | 2025.01.16 19:54:00.750205 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 16900 rows starting from the beginning of the part | ||
| 8406 | 2025.01.16 19:54:00.750725 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 237 rows starting from the beginning of the part | ||
| 8407 | 2025.01.16 19:54:00.751146 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part | ||
| 8408 | 2025.01.16 19:54:00.751470 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 237 rows starting from the beginning of the part | ||
| 8409 | 2025.01.16 19:54:00.751780 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
| 8410 | 2025.01.16 19:54:00.752117 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 926 rows starting from the beginning of the part | ||
| 8411 | 2025.01.16 19:54:00.752837 [ 262 ] {2077d361-5c4e-429b-a73b-435130d9fa34} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8412 | 2025.01.16 19:54:00.752892 [ 262 ] {2077d361-5c4e-429b-a73b-435130d9fa34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8413 | 2025.01.16 19:54:00.754730 [ 262 ] {2077d361-5c4e-429b-a73b-435130d9fa34} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8414 | 2025.01.16 19:54:00.755202 [ 262 ] {2077d361-5c4e-429b-a73b-435130d9fa34} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8415 | 2025.01.16 19:54:00.756132 [ 262 ] {2077d361-5c4e-429b-a73b-435130d9fa34} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.006691 sec., 149.45449110745778 rows/sec., 10.07 KiB/sec. | ||
| 8416 | 2025.01.16 19:54:00.756722 [ 262 ] {2077d361-5c4e-429b-a73b-435130d9fa34} <Debug> TCPHandler: Processed in 0.007694215 sec. | ||
| 8417 | 2025.01.16 19:54:00.757143 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8418 | 2025.01.16 19:54:00.757439 [ 260 ] {1e4ff511-8411-4e07-b733-a8996739d554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8419 | 2025.01.16 19:54:00.757504 [ 260 ] {1e4ff511-8411-4e07-b733-a8996739d554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8420 | 2025.01.16 19:54:00.758102 [ 260 ] {1e4ff511-8411-4e07-b733-a8996739d554} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8421 | 2025.01.16 19:54:00.758142 [ 260 ] {1e4ff511-8411-4e07-b733-a8996739d554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8422 | 2025.01.16 19:54:00.758961 [ 260 ] {1e4ff511-8411-4e07-b733-a8996739d554} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8423 | 2025.01.16 19:54:00.759242 [ 260 ] {1e4ff511-8411-4e07-b733-a8996739d554} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8424 | 2025.01.16 19:54:00.759424 [ 43 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8425 | 2025.01.16 19:54:00.759524 [ 43 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8426 | 2025.01.16 19:54:00.759555 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8427 | 2025.01.16 19:54:00.759583 [ 260 ] {1e4ff511-8411-4e07-b733-a8996739d554} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.002208 sec., 31702.89855072464 rows/sec., 1.99 MiB/sec. | ||
| 8428 | 2025.01.16 19:54:00.759718 [ 260 ] {1e4ff511-8411-4e07-b733-a8996739d554} <Debug> TCPHandler: Processed in 0.00282281 sec. | ||
| 8429 | 2025.01.16 19:54:00.759767 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 8430 | 2025.01.16 19:54:00.759901 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8431 | 2025.01.16 19:54:00.759939 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3516 rows starting from the beginning of the part | ||
| 8432 | 2025.01.16 19:54:00.760013 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 82 rows starting from the beginning of the part | ||
| 8433 | 2025.01.16 19:54:00.760180 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
| 8434 | 2025.01.16 19:54:00.760361 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 82 rows starting from the beginning of the part | ||
| 8435 | 2025.01.16 19:54:00.760548 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
| 8436 | 2025.01.16 19:54:00.760797 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 70 rows starting from the beginning of the part | ||
| 8437 | 2025.01.16 19:54:00.761900 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18620 rows, containing 5 columns (5 merged, 0 gathered) in 0.012948417 sec., 1438013.619734366 rows/sec., 97.12 MiB/sec. | ||
| 8438 | 2025.01.16 19:54:00.762210 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8439 | 2025.01.16 19:54:00.762902 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8440 | 2025.01.16 19:54:00.763096 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8441 | 2025.01.16 19:54:00.763234 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.18 MiB. | ||
| 8442 | 2025.01.16 19:54:00.763925 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3870 rows, containing 4 columns (4 merged, 0 gathered) in 0.004281915 sec., 903801.2197813361 rows/sec., 59.00 MiB/sec. | ||
| 8443 | 2025.01.16 19:54:00.764300 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8444 | 2025.01.16 19:54:00.764646 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_66_13} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8445 | 2025.01.16 19:54:00.764740 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_66_13} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8446 | 2025.01.16 19:54:00.764826 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 8447 | 2025.01.16 19:54:02.436785 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8448 | 2025.01.16 19:54:02.437000 [ 260 ] {191896b1-4883-4410-956f-0ccd68d3786c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8449 | 2025.01.16 19:54:02.437081 [ 260 ] {191896b1-4883-4410-956f-0ccd68d3786c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8450 | 2025.01.16 19:54:02.437902 [ 260 ] {191896b1-4883-4410-956f-0ccd68d3786c} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8451 | 2025.01.16 19:54:02.437961 [ 260 ] {191896b1-4883-4410-956f-0ccd68d3786c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8452 | 2025.01.16 19:54:02.438431 [ 260 ] {191896b1-4883-4410-956f-0ccd68d3786c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8453 | 2025.01.16 19:54:02.438718 [ 260 ] {191896b1-4883-4410-956f-0ccd68d3786c} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8454 | 2025.01.16 19:54:02.438975 [ 260 ] {191896b1-4883-4410-956f-0ccd68d3786c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00203 sec., 27586.20689655172 rows/sec., 2.12 MiB/sec. | ||
| 8455 | 2025.01.16 19:54:02.439052 [ 260 ] {191896b1-4883-4410-956f-0ccd68d3786c} <Debug> TCPHandler: Processed in 0.002413203 sec. | ||
| 8456 | 2025.01.16 19:54:02.439325 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8457 | 2025.01.16 19:54:02.439527 [ 262 ] {1a6b6d20-40ae-4791-af2f-f84d7744ebde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8458 | 2025.01.16 19:54:02.439603 [ 262 ] {1a6b6d20-40ae-4791-af2f-f84d7744ebde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8459 | 2025.01.16 19:54:02.440386 [ 262 ] {1a6b6d20-40ae-4791-af2f-f84d7744ebde} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8460 | 2025.01.16 19:54:02.440431 [ 262 ] {1a6b6d20-40ae-4791-af2f-f84d7744ebde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8461 | 2025.01.16 19:54:02.440897 [ 262 ] {1a6b6d20-40ae-4791-af2f-f84d7744ebde} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8462 | 2025.01.16 19:54:02.441159 [ 262 ] {1a6b6d20-40ae-4791-af2f-f84d7744ebde} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8463 | 2025.01.16 19:54:02.441395 [ 262 ] {1a6b6d20-40ae-4791-af2f-f84d7744ebde} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00192 sec., 33333.333333333336 rows/sec., 2.60 MiB/sec. | ||
| 8464 | 2025.01.16 19:54:02.441512 [ 262 ] {1a6b6d20-40ae-4791-af2f-f84d7744ebde} <Debug> TCPHandler: Processed in 0.002329771 sec. | ||
| 8465 | 2025.01.16 19:54:02.441734 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8466 | 2025.01.16 19:54:02.441960 [ 260 ] {290f89eb-e3a6-4e6b-9ea1-fba5486ce646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8467 | 2025.01.16 19:54:02.442023 [ 260 ] {290f89eb-e3a6-4e6b-9ea1-fba5486ce646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8468 | 2025.01.16 19:54:02.442630 [ 260 ] {290f89eb-e3a6-4e6b-9ea1-fba5486ce646} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8469 | 2025.01.16 19:54:02.442674 [ 260 ] {290f89eb-e3a6-4e6b-9ea1-fba5486ce646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8470 | 2025.01.16 19:54:02.443100 [ 260 ] {290f89eb-e3a6-4e6b-9ea1-fba5486ce646} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8471 | 2025.01.16 19:54:02.443356 [ 260 ] {290f89eb-e3a6-4e6b-9ea1-fba5486ce646} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8472 | 2025.01.16 19:54:02.443605 [ 260 ] {290f89eb-e3a6-4e6b-9ea1-fba5486ce646} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001691 sec., 18923.713778829097 rows/sec., 1.32 MiB/sec. | ||
| 8473 | 2025.01.16 19:54:02.443717 [ 260 ] {290f89eb-e3a6-4e6b-9ea1-fba5486ce646} <Debug> TCPHandler: Processed in 0.002095927 sec. | ||
| 8474 | 2025.01.16 19:54:02.443967 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8475 | 2025.01.16 19:54:02.444221 [ 262 ] {c103191a-5e46-4117-9c5e-af1d452d2804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8476 | 2025.01.16 19:54:02.444293 [ 262 ] {c103191a-5e46-4117-9c5e-af1d452d2804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8477 | 2025.01.16 19:54:02.445653 [ 262 ] {c103191a-5e46-4117-9c5e-af1d452d2804} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8478 | 2025.01.16 19:54:02.445703 [ 262 ] {c103191a-5e46-4117-9c5e-af1d452d2804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 8479 | 2025.01.16 19:54:02.446203 [ 262 ] {c103191a-5e46-4117-9c5e-af1d452d2804} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8480 | 2025.01.16 19:54:02.446550 [ 262 ] {c103191a-5e46-4117-9c5e-af1d452d2804} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8481 | 2025.01.16 19:54:02.446826 [ 262 ] {c103191a-5e46-4117-9c5e-af1d452d2804} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.002663 sec., 4506.196019526849 rows/sec., 310.97 KiB/sec. | ||
| 8482 | 2025.01.16 19:54:02.446917 [ 262 ] {c103191a-5e46-4117-9c5e-af1d452d2804} <Debug> TCPHandler: Processed in 0.003087114 sec. | ||
| 8483 | 2025.01.16 19:54:03.320629 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849 | ||
| 8484 | 2025.01.16 19:54:03.321337 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8485 | 2025.01.16 19:54:03.321385 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8486 | 2025.01.16 19:54:03.321941 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8487 | 2025.01.16 19:54:03.322208 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8488 | 2025.01.16 19:54:03.322377 [ 39 ] {} <Debug> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8489 | 2025.01.16 19:54:03.322397 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 | ||
| 8490 | 2025.01.16 19:54:03.322422 [ 39 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8491 | 2025.01.16 19:54:03.322444 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8492 | 2025.01.16 19:54:03.322592 [ 187 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::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 | ||
| 8493 | 2025.01.16 19:54:03.322975 [ 187 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8494 | 2025.01.16 19:54:03.323044 [ 187 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 16531 rows starting from the beginning of the part | ||
| 8495 | 2025.01.16 19:54:03.323127 [ 187 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part | ||
| 8496 | 2025.01.16 19:54:03.323303 [ 187 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part | ||
| 8497 | 2025.01.16 19:54:03.323560 [ 187 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part | ||
| 8498 | 2025.01.16 19:54:03.323643 [ 187 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part | ||
| 8499 | 2025.01.16 19:54:03.323864 [ 187 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part | ||
| 8500 | 2025.01.16 19:54:03.326950 [ 192 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.004445748 sec., 4239781.472094234 rows/sec., 60.65 MiB/sec. | ||
| 8501 | 2025.01.16 19:54:03.327419 [ 186 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8502 | 2025.01.16 19:54:03.327793 [ 186 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_41_8} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8503 | 2025.01.16 19:54:03.327895 [ 186 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_41_8} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8504 | 2025.01.16 19:54:03.328022 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB. | ||
| 8505 | 2025.01.16 19:54:04.610281 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 8506 | 2025.01.16 19:54:04.631632 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8507 | 2025.01.16 19:54:04.631699 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8508 | 2025.01.16 19:54:04.639155 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8509 | 2025.01.16 19:54:04.639910 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8510 | 2025.01.16 19:54:04.640317 [ 38 ] {} <Debug> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8511 | 2025.01.16 19:54:04.640457 [ 38 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8512 | 2025.01.16 19:54:04.640528 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8513 | 2025.01.16 19:54:04.641061 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::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 | ||
| 8514 | 2025.01.16 19:54:04.655952 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 8515 | 2025.01.16 19:54:04.657847 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8516 | 2025.01.16 19:54:04.659502 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part | ||
| 8517 | 2025.01.16 19:54:04.665129 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part | ||
| 8518 | 2025.01.16 19:54:04.670616 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part | ||
| 8519 | 2025.01.16 19:54:04.676107 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part | ||
| 8520 | 2025.01.16 19:54:04.681769 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part | ||
| 8521 | 2025.01.16 19:54:04.686603 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part | ||
| 8522 | 2025.01.16 19:54:04.747144 [ 192 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.106474968 sec., 2902.090564610454 rows/sec., 15.01 MiB/sec. | ||
| 8523 | 2025.01.16 19:54:04.748977 [ 198 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8524 | 2025.01.16 19:54:04.751855 [ 198 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_41_8} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8525 | 2025.01.16 19:54:04.751967 [ 198 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_41_8} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8526 | 2025.01.16 19:54:04.754518 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 8527 | 2025.01.16 19:54:05.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 217.79 MiB, peak 231.21 MiB, free memory in arenas 0.00 B, will set to 219.98 MiB (RSS), difference: 2.19 MiB | ||
| 8528 | 2025.01.16 19:54:05.914314 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1194 | ||
| 8529 | 2025.01.16 19:54:05.917738 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8530 | 2025.01.16 19:54:05.917788 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8531 | 2025.01.16 19:54:05.919276 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8532 | 2025.01.16 19:54:05.919597 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8533 | 2025.01.16 19:54:05.921489 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1194 | ||
| 8534 | 2025.01.16 19:54:07.445292 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8535 | 2025.01.16 19:54:07.445506 [ 260 ] {88f5e29f-5240-4306-a1fe-5ab1ff9b4de4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8536 | 2025.01.16 19:54:07.445579 [ 260 ] {88f5e29f-5240-4306-a1fe-5ab1ff9b4de4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8537 | 2025.01.16 19:54:07.446375 [ 260 ] {88f5e29f-5240-4306-a1fe-5ab1ff9b4de4} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8538 | 2025.01.16 19:54:07.446426 [ 260 ] {88f5e29f-5240-4306-a1fe-5ab1ff9b4de4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8539 | 2025.01.16 19:54:07.446869 [ 260 ] {88f5e29f-5240-4306-a1fe-5ab1ff9b4de4} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8540 | 2025.01.16 19:54:07.447127 [ 260 ] {88f5e29f-5240-4306-a1fe-5ab1ff9b4de4} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8541 | 2025.01.16 19:54:07.447376 [ 260 ] {88f5e29f-5240-4306-a1fe-5ab1ff9b4de4} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.001932 sec., 70393.37474120084 rows/sec., 6.07 MiB/sec. | ||
| 8542 | 2025.01.16 19:54:07.447436 [ 260 ] {88f5e29f-5240-4306-a1fe-5ab1ff9b4de4} <Debug> TCPHandler: Processed in 0.00228196 sec. | ||
| 8543 | 2025.01.16 19:54:07.447679 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8544 | 2025.01.16 19:54:07.447865 [ 262 ] {bf5201dc-6e03-44a7-9fb2-53660c69b84c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8545 | 2025.01.16 19:54:07.447939 [ 262 ] {bf5201dc-6e03-44a7-9fb2-53660c69b84c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8546 | 2025.01.16 19:54:07.448718 [ 262 ] {bf5201dc-6e03-44a7-9fb2-53660c69b84c} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8547 | 2025.01.16 19:54:07.448768 [ 262 ] {bf5201dc-6e03-44a7-9fb2-53660c69b84c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8548 | 2025.01.16 19:54:07.449196 [ 262 ] {bf5201dc-6e03-44a7-9fb2-53660c69b84c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8549 | 2025.01.16 19:54:07.449442 [ 262 ] {bf5201dc-6e03-44a7-9fb2-53660c69b84c} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8550 | 2025.01.16 19:54:07.449621 [ 35 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8551 | 2025.01.16 19:54:07.449699 [ 262 ] {bf5201dc-6e03-44a7-9fb2-53660c69b84c} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001878 sec., 21299.254526091587 rows/sec., 1.56 MiB/sec. | ||
| 8552 | 2025.01.16 19:54:07.449707 [ 35 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8553 | 2025.01.16 19:54:07.449790 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8554 | 2025.01.16 19:54:07.449845 [ 262 ] {bf5201dc-6e03-44a7-9fb2-53660c69b84c} <Debug> TCPHandler: Processed in 0.002306741 sec. | ||
| 8555 | 2025.01.16 19:54:07.450130 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8556 | 2025.01.16 19:54:07.450238 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 8557 | 2025.01.16 19:54:07.450607 [ 260 ] {46a51be1-a297-4985-a95e-71db031324c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8558 | 2025.01.16 19:54:07.450746 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8559 | 2025.01.16 19:54:07.450849 [ 260 ] {46a51be1-a297-4985-a95e-71db031324c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8560 | 2025.01.16 19:54:07.450865 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 65 rows starting from the beginning of the part | ||
| 8561 | 2025.01.16 19:54:07.451258 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 40 rows starting from the beginning of the part | ||
| 8562 | 2025.01.16 19:54:07.451618 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 7 rows starting from the beginning of the part | ||
| 8563 | 2025.01.16 19:54:07.452087 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 40 rows starting from the beginning of the part | ||
| 8564 | 2025.01.16 19:54:07.452467 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 9 rows starting from the beginning of the part | ||
| 8565 | 2025.01.16 19:54:07.452741 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 40 rows starting from the beginning of the part | ||
| 8566 | 2025.01.16 19:54:07.453686 [ 260 ] {46a51be1-a297-4985-a95e-71db031324c8} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8567 | 2025.01.16 19:54:07.453751 [ 260 ] {46a51be1-a297-4985-a95e-71db031324c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8568 | 2025.01.16 19:54:07.454739 [ 260 ] {46a51be1-a297-4985-a95e-71db031324c8} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8569 | 2025.01.16 19:54:07.455418 [ 260 ] {46a51be1-a297-4985-a95e-71db031324c8} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8570 | 2025.01.16 19:54:07.455464 [ 198 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 201 rows, containing 5 columns (5 merged, 0 gathered) in 0.005570207 sec., 36084.83490828976 rows/sec., 2.73 MiB/sec. | ||
| 8571 | 2025.01.16 19:54:07.455841 [ 260 ] {46a51be1-a297-4985-a95e-71db031324c8} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.005405 sec., 19241.443108233118 rows/sec., 1.50 MiB/sec. | ||
| 8572 | 2025.01.16 19:54:07.455961 [ 192 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8573 | 2025.01.16 19:54:07.456046 [ 260 ] {46a51be1-a297-4985-a95e-71db031324c8} <Debug> TCPHandler: Processed in 0.006084226 sec. | ||
| 8574 | 2025.01.16 19:54:07.456420 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8575 | 2025.01.16 19:54:07.456885 [ 262 ] {38e993fb-ee12-4b44-941f-cbbb34ebcfff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8576 | 2025.01.16 19:54:07.457126 [ 262 ] {38e993fb-ee12-4b44-941f-cbbb34ebcfff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8577 | 2025.01.16 19:54:07.457286 [ 198 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_56_11} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8578 | 2025.01.16 19:54:07.457708 [ 198 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_56_11} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8579 | 2025.01.16 19:54:07.457928 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8580 | 2025.01.16 19:54:07.458379 [ 262 ] {38e993fb-ee12-4b44-941f-cbbb34ebcfff} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8581 | 2025.01.16 19:54:07.458422 [ 262 ] {38e993fb-ee12-4b44-941f-cbbb34ebcfff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8582 | 2025.01.16 19:54:07.458873 [ 262 ] {38e993fb-ee12-4b44-941f-cbbb34ebcfff} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8583 | 2025.01.16 19:54:07.459119 [ 262 ] {38e993fb-ee12-4b44-941f-cbbb34ebcfff} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8584 | 2025.01.16 19:54:07.459331 [ 262 ] {38e993fb-ee12-4b44-941f-cbbb34ebcfff} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002653 sec., 60309.084055785905 rows/sec., 4.20 MiB/sec. | ||
| 8585 | 2025.01.16 19:54:07.459388 [ 262 ] {38e993fb-ee12-4b44-941f-cbbb34ebcfff} <Debug> TCPHandler: Processed in 0.003190836 sec. | ||
| 8586 | 2025.01.16 19:54:07.459544 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8587 | 2025.01.16 19:54:07.459663 [ 260 ] {a64fc290-6d47-4de2-8e00-d6655e2e0087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8588 | 2025.01.16 19:54:07.459745 [ 260 ] {a64fc290-6d47-4de2-8e00-d6655e2e0087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8589 | 2025.01.16 19:54:07.460914 [ 260 ] {a64fc290-6d47-4de2-8e00-d6655e2e0087} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8590 | 2025.01.16 19:54:07.460954 [ 260 ] {a64fc290-6d47-4de2-8e00-d6655e2e0087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8591 | 2025.01.16 19:54:07.461643 [ 260 ] {a64fc290-6d47-4de2-8e00-d6655e2e0087} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8592 | 2025.01.16 19:54:07.461907 [ 260 ] {a64fc290-6d47-4de2-8e00-d6655e2e0087} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8593 | 2025.01.16 19:54:07.462256 [ 260 ] {a64fc290-6d47-4de2-8e00-d6655e2e0087} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002588 sec., 15455.950540958269 rows/sec., 27.70 MiB/sec. | ||
| 8594 | 2025.01.16 19:54:07.462640 [ 260 ] {a64fc290-6d47-4de2-8e00-d6655e2e0087} <Debug> TCPHandler: Processed in 0.003163125 sec. | ||
| 8595 | 2025.01.16 19:54:07.462784 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8596 | 2025.01.16 19:54:07.462901 [ 262 ] {137d557a-4289-4840-a15e-26d4c79c38ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8597 | 2025.01.16 19:54:07.462951 [ 262 ] {137d557a-4289-4840-a15e-26d4c79c38ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8598 | 2025.01.16 19:54:07.463461 [ 262 ] {137d557a-4289-4840-a15e-26d4c79c38ae} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8599 | 2025.01.16 19:54:07.463500 [ 262 ] {137d557a-4289-4840-a15e-26d4c79c38ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8600 | 2025.01.16 19:54:07.463893 [ 262 ] {137d557a-4289-4840-a15e-26d4c79c38ae} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8601 | 2025.01.16 19:54:07.464131 [ 262 ] {137d557a-4289-4840-a15e-26d4c79c38ae} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8602 | 2025.01.16 19:54:07.464335 [ 262 ] {137d557a-4289-4840-a15e-26d4c79c38ae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001459 sec., 41124.057573680606 rows/sec., 2.77 MiB/sec. | ||
| 8603 | 2025.01.16 19:54:07.464385 [ 262 ] {137d557a-4289-4840-a15e-26d4c79c38ae} <Debug> TCPHandler: Processed in 0.001657199 sec. | ||
| 8604 | 2025.01.16 19:54:10.659251 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8605 | 2025.01.16 19:54:10.659320 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8606 | 2025.01.16 19:54:10.822550 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276 | ||
| 8607 | 2025.01.16 19:54:10.823219 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8608 | 2025.01.16 19:54:10.823272 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8609 | 2025.01.16 19:54:10.823829 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8610 | 2025.01.16 19:54:10.824099 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8611 | 2025.01.16 19:54:10.824338 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8612 | 2025.01.16 19:54:11.644905 [ 31 ] {} <Debug> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d) (MergerMutator): Selected 5 parts from all_1_24_5 to all_28_28_0 | ||
| 8613 | 2025.01.16 19:54:11.644974 [ 31 ] {} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8614 | 2025.01.16 19:54:11.645000 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8615 | 2025.01.16 19:54:11.645224 [ 204 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_24_5 to all_28_28_0 into Compact with storage Full | ||
| 8616 | 2025.01.16 19:54:11.645504 [ 204 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8617 | 2025.01.16 19:54:11.645549 [ 204 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 243 rows starting from the beginning of the part | ||
| 8618 | 2025.01.16 19:54:11.645644 [ 204 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 242 rows starting from the beginning of the part | ||
| 8619 | 2025.01.16 19:54:11.645887 [ 204 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 8620 | 2025.01.16 19:54:11.646152 [ 204 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 8621 | 2025.01.16 19:54:11.646315 [ 204 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 242 rows starting from the beginning of the part | ||
| 8622 | 2025.01.16 19:54:11.647540 [ 198 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002453793 sec., 307686.9157259801 rows/sec., 22.03 MiB/sec. | ||
| 8623 | 2025.01.16 19:54:11.647859 [ 199 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) | ||
| 8624 | 2025.01.16 19:54:11.648423 [ 199 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_28_6} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8625 | 2025.01.16 19:54:11.648586 [ 199 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_28_6} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d) (MergerMutator): Merged 5 parts: [all_1_24_5, all_28_28_0] -> all_1_28_6 | ||
| 8626 | 2025.01.16 19:54:11.648724 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 8627 | 2025.01.16 19:54:12.156062 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8628 | 2025.01.16 19:54:12.169723 [ 31 ] {} <Debug> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03) (MergerMutator): Selected 5 parts from all_1_24_5 to all_28_28_0 | ||
| 8629 | 2025.01.16 19:54:12.169816 [ 31 ] {} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8630 | 2025.01.16 19:54:12.169877 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8631 | 2025.01.16 19:54:12.170194 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_24_5 to all_28_28_0 into Compact with storage Full | ||
| 8632 | 2025.01.16 19:54:12.170622 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8633 | 2025.01.16 19:54:12.170689 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 24 rows starting from the beginning of the part | ||
| 8634 | 2025.01.16 19:54:12.170871 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 8635 | 2025.01.16 19:54:12.171330 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 8636 | 2025.01.16 19:54:12.171663 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 8637 | 2025.01.16 19:54:12.172076 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 8638 | 2025.01.16 19:54:12.174523 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.004531269 sec., 6179.284434448716 rows/sec., 415.52 KiB/sec. | ||
| 8639 | 2025.01.16 19:54:12.174688 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) | ||
| 8640 | 2025.01.16 19:54:12.175098 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_28_6} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8641 | 2025.01.16 19:54:12.175224 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_28_6} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03) (MergerMutator): Merged 5 parts: [all_1_24_5, all_28_28_0] -> all_1_28_6 | ||
| 8642 | 2025.01.16 19:54:12.175323 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8643 | 2025.01.16 19:54:12.180080 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8644 | 2025.01.16 19:54:12.180125 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8645 | 2025.01.16 19:54:12.187280 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8646 | 2025.01.16 19:54:12.188063 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8647 | 2025.01.16 19:54:12.192218 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8648 | 2025.01.16 19:54:12.446094 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8649 | 2025.01.16 19:54:12.446292 [ 260 ] {54892ca3-ff34-4a23-82bb-7e1f8ebb04cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8650 | 2025.01.16 19:54:12.446368 [ 260 ] {54892ca3-ff34-4a23-82bb-7e1f8ebb04cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8651 | 2025.01.16 19:54:12.447135 [ 260 ] {54892ca3-ff34-4a23-82bb-7e1f8ebb04cd} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8652 | 2025.01.16 19:54:12.447187 [ 260 ] {54892ca3-ff34-4a23-82bb-7e1f8ebb04cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8653 | 2025.01.16 19:54:12.447648 [ 260 ] {54892ca3-ff34-4a23-82bb-7e1f8ebb04cd} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8654 | 2025.01.16 19:54:12.447917 [ 260 ] {54892ca3-ff34-4a23-82bb-7e1f8ebb04cd} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8655 | 2025.01.16 19:54:12.448129 [ 260 ] {54892ca3-ff34-4a23-82bb-7e1f8ebb04cd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001888 sec., 7415.254237288136 rows/sec., 533.80 KiB/sec. | ||
| 8656 | 2025.01.16 19:54:12.448219 [ 260 ] {54892ca3-ff34-4a23-82bb-7e1f8ebb04cd} <Debug> TCPHandler: Processed in 0.00225821 sec. | ||
| 8657 | 2025.01.16 19:54:12.448473 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8658 | 2025.01.16 19:54:12.448677 [ 262 ] {8c0fff48-7a16-4183-b6d3-c76bf30b99c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8659 | 2025.01.16 19:54:12.448752 [ 262 ] {8c0fff48-7a16-4183-b6d3-c76bf30b99c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8660 | 2025.01.16 19:54:12.449580 [ 262 ] {8c0fff48-7a16-4183-b6d3-c76bf30b99c0} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8661 | 2025.01.16 19:54:12.449638 [ 262 ] {8c0fff48-7a16-4183-b6d3-c76bf30b99c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8662 | 2025.01.16 19:54:12.450105 [ 262 ] {8c0fff48-7a16-4183-b6d3-c76bf30b99c0} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8663 | 2025.01.16 19:54:12.450363 [ 262 ] {8c0fff48-7a16-4183-b6d3-c76bf30b99c0} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8664 | 2025.01.16 19:54:12.450597 [ 262 ] {8c0fff48-7a16-4183-b6d3-c76bf30b99c0} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001983 sec., 102370.14624306606 rows/sec., 8.86 MiB/sec. | ||
| 8665 | 2025.01.16 19:54:12.450662 [ 262 ] {8c0fff48-7a16-4183-b6d3-c76bf30b99c0} <Debug> TCPHandler: Processed in 0.002340492 sec. | ||
| 8666 | 2025.01.16 19:54:12.450822 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8667 | 2025.01.16 19:54:12.450960 [ 260 ] {65f23ca9-74e2-4573-8b95-097bff33f47b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8668 | 2025.01.16 19:54:12.451018 [ 260 ] {65f23ca9-74e2-4573-8b95-097bff33f47b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8669 | 2025.01.16 19:54:12.451705 [ 260 ] {65f23ca9-74e2-4573-8b95-097bff33f47b} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8670 | 2025.01.16 19:54:12.451742 [ 260 ] {65f23ca9-74e2-4573-8b95-097bff33f47b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8671 | 2025.01.16 19:54:12.452108 [ 260 ] {65f23ca9-74e2-4573-8b95-097bff33f47b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8672 | 2025.01.16 19:54:12.452358 [ 260 ] {65f23ca9-74e2-4573-8b95-097bff33f47b} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8673 | 2025.01.16 19:54:12.452569 [ 260 ] {65f23ca9-74e2-4573-8b95-097bff33f47b} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001627 sec., 4302.39704978488 rows/sec., 280.30 KiB/sec. | ||
| 8674 | 2025.01.16 19:54:12.452684 [ 260 ] {65f23ca9-74e2-4573-8b95-097bff33f47b} <Debug> TCPHandler: Processed in 0.001922874 sec. | ||
| 8675 | 2025.01.16 19:54:12.452910 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8676 | 2025.01.16 19:54:12.453052 [ 262 ] {2efc5bb5-4a4a-4698-a3b1-53204d6df0e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8677 | 2025.01.16 19:54:12.453103 [ 262 ] {2efc5bb5-4a4a-4698-a3b1-53204d6df0e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8678 | 2025.01.16 19:54:12.453697 [ 262 ] {2efc5bb5-4a4a-4698-a3b1-53204d6df0e9} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8679 | 2025.01.16 19:54:12.453737 [ 262 ] {2efc5bb5-4a4a-4698-a3b1-53204d6df0e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8680 | 2025.01.16 19:54:12.454094 [ 262 ] {2efc5bb5-4a4a-4698-a3b1-53204d6df0e9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8681 | 2025.01.16 19:54:12.454335 [ 262 ] {2efc5bb5-4a4a-4698-a3b1-53204d6df0e9} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8682 | 2025.01.16 19:54:12.454545 [ 262 ] {2efc5bb5-4a4a-4698-a3b1-53204d6df0e9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001517 sec., 9228.74093605801 rows/sec., 646.32 KiB/sec. | ||
| 8683 | 2025.01.16 19:54:12.454599 [ 262 ] {2efc5bb5-4a4a-4698-a3b1-53204d6df0e9} <Debug> TCPHandler: Processed in 0.001805372 sec. | ||
| 8684 | 2025.01.16 19:54:12.454752 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8685 | 2025.01.16 19:54:12.454888 [ 260 ] {bfbcbb63-5183-4a5f-8718-57345e69cb2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8686 | 2025.01.16 19:54:12.454944 [ 260 ] {bfbcbb63-5183-4a5f-8718-57345e69cb2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8687 | 2025.01.16 19:54:12.455620 [ 260 ] {bfbcbb63-5183-4a5f-8718-57345e69cb2c} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8688 | 2025.01.16 19:54:12.455666 [ 260 ] {bfbcbb63-5183-4a5f-8718-57345e69cb2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8689 | 2025.01.16 19:54:12.456047 [ 260 ] {bfbcbb63-5183-4a5f-8718-57345e69cb2c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8690 | 2025.01.16 19:54:12.456288 [ 260 ] {bfbcbb63-5183-4a5f-8718-57345e69cb2c} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8691 | 2025.01.16 19:54:12.456466 [ 260 ] {bfbcbb63-5183-4a5f-8718-57345e69cb2c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001608 sec., 8084.577114427861 rows/sec., 504.07 KiB/sec. | ||
| 8692 | 2025.01.16 19:54:12.456517 [ 260 ] {bfbcbb63-5183-4a5f-8718-57345e69cb2c} <Debug> TCPHandler: Processed in 0.001832082 sec. | ||
| 8693 | 2025.01.16 19:54:12.456662 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8694 | 2025.01.16 19:54:12.456779 [ 262 ] {1483d6d1-c133-4313-aaac-1fa1c29384c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8695 | 2025.01.16 19:54:12.456826 [ 262 ] {1483d6d1-c133-4313-aaac-1fa1c29384c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8696 | 2025.01.16 19:54:12.457528 [ 262 ] {1483d6d1-c133-4313-aaac-1fa1c29384c5} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8697 | 2025.01.16 19:54:12.457566 [ 262 ] {1483d6d1-c133-4313-aaac-1fa1c29384c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8698 | 2025.01.16 19:54:12.457948 [ 262 ] {1483d6d1-c133-4313-aaac-1fa1c29384c5} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8699 | 2025.01.16 19:54:12.458191 [ 262 ] {1483d6d1-c133-4313-aaac-1fa1c29384c5} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8700 | 2025.01.16 19:54:12.458433 [ 262 ] {1483d6d1-c133-4313-aaac-1fa1c29384c5} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001666 sec., 229291.71668667468 rows/sec., 16.23 MiB/sec. | ||
| 8701 | 2025.01.16 19:54:12.458489 [ 262 ] {1483d6d1-c133-4313-aaac-1fa1c29384c5} <Debug> TCPHandler: Processed in 0.001890063 sec. | ||
| 8702 | 2025.01.16 19:54:12.458674 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8703 | 2025.01.16 19:54:12.458844 [ 260 ] {15e41d98-0ae8-499b-a9ac-49f7351936a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8704 | 2025.01.16 19:54:12.458901 [ 260 ] {15e41d98-0ae8-499b-a9ac-49f7351936a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8705 | 2025.01.16 19:54:12.459460 [ 260 ] {15e41d98-0ae8-499b-a9ac-49f7351936a3} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8706 | 2025.01.16 19:54:12.459504 [ 260 ] {15e41d98-0ae8-499b-a9ac-49f7351936a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8707 | 2025.01.16 19:54:12.459901 [ 260 ] {15e41d98-0ae8-499b-a9ac-49f7351936a3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8708 | 2025.01.16 19:54:12.460140 [ 260 ] {15e41d98-0ae8-499b-a9ac-49f7351936a3} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8709 | 2025.01.16 19:54:12.460358 [ 260 ] {15e41d98-0ae8-499b-a9ac-49f7351936a3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001547 sec., 3878.4744667097607 rows/sec., 202.64 KiB/sec. | ||
| 8710 | 2025.01.16 19:54:12.460576 [ 260 ] {15e41d98-0ae8-499b-a9ac-49f7351936a3} <Debug> TCPHandler: Processed in 0.002003166 sec. | ||
| 8711 | 2025.01.16 19:54:12.460753 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8712 | 2025.01.16 19:54:12.460869 [ 262 ] {f66edcff-6ab9-44b5-96de-89c17fce304b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8713 | 2025.01.16 19:54:12.460923 [ 262 ] {f66edcff-6ab9-44b5-96de-89c17fce304b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8714 | 2025.01.16 19:54:12.461548 [ 262 ] {f66edcff-6ab9-44b5-96de-89c17fce304b} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8715 | 2025.01.16 19:54:12.461587 [ 262 ] {f66edcff-6ab9-44b5-96de-89c17fce304b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8716 | 2025.01.16 19:54:12.461991 [ 262 ] {f66edcff-6ab9-44b5-96de-89c17fce304b} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8717 | 2025.01.16 19:54:12.462231 [ 262 ] {f66edcff-6ab9-44b5-96de-89c17fce304b} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8718 | 2025.01.16 19:54:12.462468 [ 262 ] {f66edcff-6ab9-44b5-96de-89c17fce304b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001613 sec., 146931.18412895227 rows/sec., 9.85 MiB/sec. | ||
| 8719 | 2025.01.16 19:54:12.462528 [ 262 ] {f66edcff-6ab9-44b5-96de-89c17fce304b} <Debug> TCPHandler: Processed in 0.001858413 sec. | ||
| 8720 | 2025.01.16 19:54:12.462730 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8721 | 2025.01.16 19:54:12.462861 [ 260 ] {1506601b-b68e-4f1e-bbcc-ad0938dc64b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8722 | 2025.01.16 19:54:12.462910 [ 260 ] {1506601b-b68e-4f1e-bbcc-ad0938dc64b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8723 | 2025.01.16 19:54:12.463359 [ 260 ] {1506601b-b68e-4f1e-bbcc-ad0938dc64b8} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8724 | 2025.01.16 19:54:12.463395 [ 260 ] {1506601b-b68e-4f1e-bbcc-ad0938dc64b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8725 | 2025.01.16 19:54:12.463754 [ 260 ] {1506601b-b68e-4f1e-bbcc-ad0938dc64b8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8726 | 2025.01.16 19:54:12.463996 [ 260 ] {1506601b-b68e-4f1e-bbcc-ad0938dc64b8} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8727 | 2025.01.16 19:54:12.464169 [ 260 ] {1506601b-b68e-4f1e-bbcc-ad0938dc64b8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00133 sec., 751.8796992481203 rows/sec., 50.66 KiB/sec. | ||
| 8728 | 2025.01.16 19:54:12.464219 [ 260 ] {1506601b-b68e-4f1e-bbcc-ad0938dc64b8} <Debug> TCPHandler: Processed in 0.001583567 sec. | ||
| 8729 | 2025.01.16 19:54:12.464356 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8730 | 2025.01.16 19:54:12.464471 [ 262 ] {0a705820-029b-41ca-9afb-95cfbbb7b381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8731 | 2025.01.16 19:54:12.464521 [ 262 ] {0a705820-029b-41ca-9afb-95cfbbb7b381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8732 | 2025.01.16 19:54:12.465008 [ 262 ] {0a705820-029b-41ca-9afb-95cfbbb7b381} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8733 | 2025.01.16 19:54:12.465047 [ 262 ] {0a705820-029b-41ca-9afb-95cfbbb7b381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8734 | 2025.01.16 19:54:12.465468 [ 262 ] {0a705820-029b-41ca-9afb-95cfbbb7b381} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8735 | 2025.01.16 19:54:12.465716 [ 262 ] {0a705820-029b-41ca-9afb-95cfbbb7b381} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8736 | 2025.01.16 19:54:12.465921 [ 262 ] {0a705820-029b-41ca-9afb-95cfbbb7b381} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001474 sec., 55630.93622795115 rows/sec., 3.53 MiB/sec. | ||
| 8737 | 2025.01.16 19:54:12.465972 [ 262 ] {0a705820-029b-41ca-9afb-95cfbbb7b381} <Debug> TCPHandler: Processed in 0.001673999 sec. | ||
| 8738 | 2025.01.16 19:54:13.000221 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 221.25 MiB, peak 231.21 MiB, free memory in arenas 0.00 B, will set to 219.98 MiB (RSS), difference: -1.26 MiB | ||
| 8739 | 2025.01.16 19:54:15.921834 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1226 | ||
| 8740 | 2025.01.16 19:54:15.925288 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8741 | 2025.01.16 19:54:15.925348 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8742 | 2025.01.16 19:54:15.926897 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8743 | 2025.01.16 19:54:15.927233 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8744 | 2025.01.16 19:54:15.927470 [ 49 ] {} <Debug> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8745 | 2025.01.16 19:54:15.927588 [ 49 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8746 | 2025.01.16 19:54:15.927656 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8747 | 2025.01.16 19:54:15.928133 [ 197 ] {ea500972-8ed8-482b-9580-399ca28f5052::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 | ||
| 8748 | 2025.01.16 19:54:15.929686 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1226 | ||
| 8749 | 2025.01.16 19:54:15.930044 [ 197 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8750 | 2025.01.16 19:54:15.930220 [ 197 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1046 rows starting from the beginning of the part | ||
| 8751 | 2025.01.16 19:54:15.930850 [ 197 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 42 rows starting from the beginning of the part | ||
| 8752 | 2025.01.16 19:54:15.931418 [ 197 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 32 rows starting from the beginning of the part | ||
| 8753 | 2025.01.16 19:54:15.931983 [ 197 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part | ||
| 8754 | 2025.01.16 19:54:15.932469 [ 197 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 42 rows starting from the beginning of the part | ||
| 8755 | 2025.01.16 19:54:15.932939 [ 197 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part | ||
| 8756 | 2025.01.16 19:54:15.941172 [ 190 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1226 rows, containing 72 columns (72 merged, 0 gathered) in 0.013386305 sec., 91586.13971517906 rows/sec., 72.77 MiB/sec. | ||
| 8757 | 2025.01.16 19:54:15.942525 [ 193 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8758 | 2025.01.16 19:54:15.943205 [ 193 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_31_6} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8759 | 2025.01.16 19:54:15.943292 [ 193 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_31_6} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8760 | 2025.01.16 19:54:15.943489 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.77 MiB. | ||
| 8761 | 2025.01.16 19:54:17.444338 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8762 | 2025.01.16 19:54:17.444530 [ 260 ] {4a9a64fd-3492-474a-bc5c-17d4e50205c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8763 | 2025.01.16 19:54:17.444601 [ 260 ] {4a9a64fd-3492-474a-bc5c-17d4e50205c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8764 | 2025.01.16 19:54:17.445329 [ 260 ] {4a9a64fd-3492-474a-bc5c-17d4e50205c4} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8765 | 2025.01.16 19:54:17.445383 [ 260 ] {4a9a64fd-3492-474a-bc5c-17d4e50205c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8766 | 2025.01.16 19:54:17.445812 [ 260 ] {4a9a64fd-3492-474a-bc5c-17d4e50205c4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8767 | 2025.01.16 19:54:17.446072 [ 260 ] {4a9a64fd-3492-474a-bc5c-17d4e50205c4} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8768 | 2025.01.16 19:54:17.446329 [ 260 ] {4a9a64fd-3492-474a-bc5c-17d4e50205c4} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001835 sec., 5449.591280653951 rows/sec., 444.38 KiB/sec. | ||
| 8769 | 2025.01.16 19:54:17.446497 [ 260 ] {4a9a64fd-3492-474a-bc5c-17d4e50205c4} <Debug> TCPHandler: Processed in 0.0022823 sec. | ||
| 8770 | 2025.01.16 19:54:17.446803 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8771 | 2025.01.16 19:54:17.446991 [ 262 ] {8ae745be-acec-4224-b5c0-ba85f4027406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8772 | 2025.01.16 19:54:17.447060 [ 262 ] {8ae745be-acec-4224-b5c0-ba85f4027406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8773 | 2025.01.16 19:54:17.447853 [ 262 ] {8ae745be-acec-4224-b5c0-ba85f4027406} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8774 | 2025.01.16 19:54:17.447894 [ 262 ] {8ae745be-acec-4224-b5c0-ba85f4027406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8775 | 2025.01.16 19:54:17.448332 [ 262 ] {8ae745be-acec-4224-b5c0-ba85f4027406} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8776 | 2025.01.16 19:54:17.448591 [ 262 ] {8ae745be-acec-4224-b5c0-ba85f4027406} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8777 | 2025.01.16 19:54:17.448793 [ 262 ] {8ae745be-acec-4224-b5c0-ba85f4027406} <Debug> executeQuery: Read 141 rows, 12.38 KiB in 0.001855 sec., 76010.78167115903 rows/sec., 6.52 MiB/sec. | ||
| 8778 | 2025.01.16 19:54:17.448848 [ 262 ] {8ae745be-acec-4224-b5c0-ba85f4027406} <Debug> TCPHandler: Processed in 0.002184438 sec. | ||
| 8779 | 2025.01.16 19:54:17.449004 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8780 | 2025.01.16 19:54:17.449149 [ 260 ] {76b6d76f-a7e4-4c01-907c-5047a9c85d92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8781 | 2025.01.16 19:54:17.449206 [ 260 ] {76b6d76f-a7e4-4c01-907c-5047a9c85d92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8782 | 2025.01.16 19:54:17.449907 [ 260 ] {76b6d76f-a7e4-4c01-907c-5047a9c85d92} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8783 | 2025.01.16 19:54:17.449949 [ 260 ] {76b6d76f-a7e4-4c01-907c-5047a9c85d92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8784 | 2025.01.16 19:54:17.450324 [ 260 ] {76b6d76f-a7e4-4c01-907c-5047a9c85d92} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8785 | 2025.01.16 19:54:17.450560 [ 260 ] {76b6d76f-a7e4-4c01-907c-5047a9c85d92} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8786 | 2025.01.16 19:54:17.450777 [ 260 ] {76b6d76f-a7e4-4c01-907c-5047a9c85d92} <Debug> executeQuery: Read 50 rows, 3.71 KiB in 0.001662 sec., 30084.235860409146 rows/sec., 2.18 MiB/sec. | ||
| 8787 | 2025.01.16 19:54:17.450831 [ 260 ] {76b6d76f-a7e4-4c01-907c-5047a9c85d92} <Debug> TCPHandler: Processed in 0.001898243 sec. | ||
| 8788 | 2025.01.16 19:54:17.450966 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8789 | 2025.01.16 19:54:17.451082 [ 262 ] {5af42056-2908-4f60-a29c-5c522f69d7fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8790 | 2025.01.16 19:54:17.451131 [ 262 ] {5af42056-2908-4f60-a29c-5c522f69d7fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8791 | 2025.01.16 19:54:17.451742 [ 262 ] {5af42056-2908-4f60-a29c-5c522f69d7fd} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8792 | 2025.01.16 19:54:17.451779 [ 262 ] {5af42056-2908-4f60-a29c-5c522f69d7fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8793 | 2025.01.16 19:54:17.452145 [ 262 ] {5af42056-2908-4f60-a29c-5c522f69d7fd} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8794 | 2025.01.16 19:54:17.452381 [ 262 ] {5af42056-2908-4f60-a29c-5c522f69d7fd} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8795 | 2025.01.16 19:54:17.452556 [ 262 ] {5af42056-2908-4f60-a29c-5c522f69d7fd} <Debug> executeQuery: Read 114 rows, 9.13 KiB in 0.001498 sec., 76101.46862483311 rows/sec., 5.95 MiB/sec. | ||
| 8796 | 2025.01.16 19:54:17.452605 [ 262 ] {5af42056-2908-4f60-a29c-5c522f69d7fd} <Debug> TCPHandler: Processed in 0.00169725 sec. | ||
| 8797 | 2025.01.16 19:54:17.452746 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8798 | 2025.01.16 19:54:17.452864 [ 260 ] {535c3614-79f9-4c6d-ab39-68caa454fafe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8799 | 2025.01.16 19:54:17.452925 [ 260 ] {535c3614-79f9-4c6d-ab39-68caa454fafe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8800 | 2025.01.16 19:54:17.453581 [ 260 ] {535c3614-79f9-4c6d-ab39-68caa454fafe} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8801 | 2025.01.16 19:54:17.453628 [ 260 ] {535c3614-79f9-4c6d-ab39-68caa454fafe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8802 | 2025.01.16 19:54:17.454071 [ 260 ] {535c3614-79f9-4c6d-ab39-68caa454fafe} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8803 | 2025.01.16 19:54:17.454313 [ 260 ] {535c3614-79f9-4c6d-ab39-68caa454fafe} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8804 | 2025.01.16 19:54:17.454532 [ 260 ] {535c3614-79f9-4c6d-ab39-68caa454fafe} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.001692 sec., 97517.7304964539 rows/sec., 6.79 MiB/sec. | ||
| 8805 | 2025.01.16 19:54:17.454588 [ 260 ] {535c3614-79f9-4c6d-ab39-68caa454fafe} <Debug> TCPHandler: Processed in 0.001906023 sec. | ||
| 8806 | 2025.01.16 19:54:17.454731 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8807 | 2025.01.16 19:54:17.454851 [ 262 ] {cb3ff83c-8487-4aa0-9176-5ef0e883fc1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8808 | 2025.01.16 19:54:17.454930 [ 262 ] {cb3ff83c-8487-4aa0-9176-5ef0e883fc1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8809 | 2025.01.16 19:54:17.456081 [ 262 ] {cb3ff83c-8487-4aa0-9176-5ef0e883fc1d} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8810 | 2025.01.16 19:54:17.456116 [ 262 ] {cb3ff83c-8487-4aa0-9176-5ef0e883fc1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8811 | 2025.01.16 19:54:17.456778 [ 262 ] {cb3ff83c-8487-4aa0-9176-5ef0e883fc1d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8812 | 2025.01.16 19:54:17.457037 [ 262 ] {cb3ff83c-8487-4aa0-9176-5ef0e883fc1d} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8813 | 2025.01.16 19:54:17.457238 [ 262 ] {cb3ff83c-8487-4aa0-9176-5ef0e883fc1d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002412 sec., 16583.74792703151 rows/sec., 29.72 MiB/sec. | ||
| 8814 | 2025.01.16 19:54:17.457331 [ 262 ] {cb3ff83c-8487-4aa0-9176-5ef0e883fc1d} <Debug> TCPHandler: Processed in 0.002671817 sec. | ||
| 8815 | 2025.01.16 19:54:17.457506 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8816 | 2025.01.16 19:54:17.457647 [ 260 ] {bb86177e-a9ad-452d-aebe-3cd48a2f4d63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8817 | 2025.01.16 19:54:17.457705 [ 260 ] {bb86177e-a9ad-452d-aebe-3cd48a2f4d63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8818 | 2025.01.16 19:54:17.458211 [ 260 ] {bb86177e-a9ad-452d-aebe-3cd48a2f4d63} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8819 | 2025.01.16 19:54:17.458250 [ 260 ] {bb86177e-a9ad-452d-aebe-3cd48a2f4d63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8820 | 2025.01.16 19:54:17.458624 [ 260 ] {bb86177e-a9ad-452d-aebe-3cd48a2f4d63} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8821 | 2025.01.16 19:54:17.458871 [ 260 ] {bb86177e-a9ad-452d-aebe-3cd48a2f4d63} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8822 | 2025.01.16 19:54:17.459078 [ 260 ] {bb86177e-a9ad-452d-aebe-3cd48a2f4d63} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001463 sec., 41011.619958988376 rows/sec., 2.76 MiB/sec. | ||
| 8823 | 2025.01.16 19:54:17.459132 [ 260 ] {bb86177e-a9ad-452d-aebe-3cd48a2f4d63} <Debug> TCPHandler: Processed in 0.0017045 sec. | ||
| 8824 | 2025.01.16 19:54:18.324551 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764 | ||
| 8825 | 2025.01.16 19:54:18.325263 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8826 | 2025.01.16 19:54:18.325313 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8827 | 2025.01.16 19:54:18.325956 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8828 | 2025.01.16 19:54:18.326226 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8829 | 2025.01.16 19:54:18.326483 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 | ||
| 8830 | 2025.01.16 19:54:19.692379 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 | ||
| 8831 | 2025.01.16 19:54:19.713223 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8832 | 2025.01.16 19:54:19.713276 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8833 | 2025.01.16 19:54:19.720597 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8834 | 2025.01.16 19:54:19.721357 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8835 | 2025.01.16 19:54:19.724102 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324 | ||
| 8836 | 2025.01.16 19:54:22.446799 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8837 | 2025.01.16 19:54:22.446989 [ 260 ] {9b8e5218-db39-4401-b055-75e89bbe18b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8838 | 2025.01.16 19:54:22.447057 [ 260 ] {9b8e5218-db39-4401-b055-75e89bbe18b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8839 | 2025.01.16 19:54:22.447766 [ 260 ] {9b8e5218-db39-4401-b055-75e89bbe18b5} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8840 | 2025.01.16 19:54:22.447809 [ 260 ] {9b8e5218-db39-4401-b055-75e89bbe18b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8841 | 2025.01.16 19:54:22.448240 [ 260 ] {9b8e5218-db39-4401-b055-75e89bbe18b5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8842 | 2025.01.16 19:54:22.448491 [ 260 ] {9b8e5218-db39-4401-b055-75e89bbe18b5} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8843 | 2025.01.16 19:54:22.448687 [ 96 ] {} <Debug> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8844 | 2025.01.16 19:54:22.448745 [ 260 ] {9b8e5218-db39-4401-b055-75e89bbe18b5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001803 sec., 7764.83638380477 rows/sec., 558.96 KiB/sec. | ||
| 8845 | 2025.01.16 19:54:22.448782 [ 96 ] {} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8846 | 2025.01.16 19:54:22.448861 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8847 | 2025.01.16 19:54:22.448882 [ 260 ] {9b8e5218-db39-4401-b055-75e89bbe18b5} <Debug> TCPHandler: Processed in 0.002204849 sec. | ||
| 8848 | 2025.01.16 19:54:22.449043 [ 190 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 8849 | 2025.01.16 19:54:22.449165 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8850 | 2025.01.16 19:54:22.449189 [ 190 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8851 | 2025.01.16 19:54:22.449249 [ 190 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 14 rows starting from the beginning of the part | ||
| 8852 | 2025.01.16 19:54:22.449473 [ 190 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 8853 | 2025.01.16 19:54:22.449497 [ 262 ] {519dedcb-b28a-4eef-a554-92472af6fae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8854 | 2025.01.16 19:54:22.449700 [ 262 ] {519dedcb-b28a-4eef-a554-92472af6fae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8855 | 2025.01.16 19:54:22.449778 [ 190 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 8856 | 2025.01.16 19:54:22.450149 [ 190 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 8857 | 2025.01.16 19:54:22.450424 [ 190 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 8858 | 2025.01.16 19:54:22.452276 [ 262 ] {519dedcb-b28a-4eef-a554-92472af6fae3} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8859 | 2025.01.16 19:54:22.452354 [ 262 ] {519dedcb-b28a-4eef-a554-92472af6fae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8860 | 2025.01.16 19:54:22.452828 [ 190 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003856928 sec., 18149.159123530437 rows/sec., 1.35 MiB/sec. | ||
| 8861 | 2025.01.16 19:54:22.453105 [ 188 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8862 | 2025.01.16 19:54:22.453292 [ 262 ] {519dedcb-b28a-4eef-a554-92472af6fae3} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8863 | 2025.01.16 19:54:22.453641 [ 188 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_29_7} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8864 | 2025.01.16 19:54:22.453836 [ 262 ] {519dedcb-b28a-4eef-a554-92472af6fae3} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8865 | 2025.01.16 19:54:22.453867 [ 188 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_29_7} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8866 | 2025.01.16 19:54:22.454022 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8867 | 2025.01.16 19:54:22.454143 [ 96 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8868 | 2025.01.16 19:54:22.454211 [ 96 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8869 | 2025.01.16 19:54:22.454255 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8870 | 2025.01.16 19:54:22.454272 [ 262 ] {519dedcb-b28a-4eef-a554-92472af6fae3} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.004911 sec., 41335.77682753004 rows/sec., 3.58 MiB/sec. | ||
| 8871 | 2025.01.16 19:54:22.454564 [ 262 ] {519dedcb-b28a-4eef-a554-92472af6fae3} <Debug> TCPHandler: Processed in 0.005554538 sec. | ||
| 8872 | 2025.01.16 19:54:22.454610 [ 188 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8873 | 2025.01.16 19:54:22.454878 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8874 | 2025.01.16 19:54:22.454997 [ 188 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8875 | 2025.01.16 19:54:22.455125 [ 188 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1434 rows starting from the beginning of the part | ||
| 8876 | 2025.01.16 19:54:22.455277 [ 260 ] {65066b6e-1f88-4e1b-a071-ed08ef9e99e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8877 | 2025.01.16 19:54:22.455461 [ 260 ] {65066b6e-1f88-4e1b-a071-ed08ef9e99e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8878 | 2025.01.16 19:54:22.455698 [ 188 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 56 rows starting from the beginning of the part | ||
| 8879 | 2025.01.16 19:54:22.456202 [ 188 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 136 rows starting from the beginning of the part | ||
| 8880 | 2025.01.16 19:54:22.456612 [ 188 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 203 rows starting from the beginning of the part | ||
| 8881 | 2025.01.16 19:54:22.456913 [ 188 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 141 rows starting from the beginning of the part | ||
| 8882 | 2025.01.16 19:54:22.457362 [ 188 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 203 rows starting from the beginning of the part | ||
| 8883 | 2025.01.16 19:54:22.458197 [ 260 ] {65066b6e-1f88-4e1b-a071-ed08ef9e99e6} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8884 | 2025.01.16 19:54:22.458273 [ 260 ] {65066b6e-1f88-4e1b-a071-ed08ef9e99e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8885 | 2025.01.16 19:54:22.459201 [ 260 ] {65066b6e-1f88-4e1b-a071-ed08ef9e99e6} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8886 | 2025.01.16 19:54:22.459782 [ 260 ] {65066b6e-1f88-4e1b-a071-ed08ef9e99e6} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8887 | 2025.01.16 19:54:22.460094 [ 260 ] {65066b6e-1f88-4e1b-a071-ed08ef9e99e6} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.004951 sec., 1413.8557867097556 rows/sec., 92.11 KiB/sec. | ||
| 8888 | 2025.01.16 19:54:22.460441 [ 260 ] {65066b6e-1f88-4e1b-a071-ed08ef9e99e6} <Debug> TCPHandler: Processed in 0.005756512 sec. | ||
| 8889 | 2025.01.16 19:54:22.460702 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8890 | 2025.01.16 19:54:22.461111 [ 262 ] {5f8ca864-d025-4940-9684-984dfd018bdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8891 | 2025.01.16 19:54:22.461318 [ 262 ] {5f8ca864-d025-4940-9684-984dfd018bdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8892 | 2025.01.16 19:54:22.461688 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2173 rows, containing 5 columns (5 merged, 0 gathered) in 0.007351829 sec., 295572.70714539196 rows/sec., 26.07 MiB/sec. | ||
| 8893 | 2025.01.16 19:54:22.462005 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8894 | 2025.01.16 19:54:22.462553 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_71_14} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8895 | 2025.01.16 19:54:22.462759 [ 262 ] {5f8ca864-d025-4940-9684-984dfd018bdc} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8896 | 2025.01.16 19:54:22.462774 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_71_14} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8897 | 2025.01.16 19:54:22.462819 [ 262 ] {5f8ca864-d025-4940-9684-984dfd018bdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8898 | 2025.01.16 19:54:22.462953 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 8899 | 2025.01.16 19:54:22.463310 [ 262 ] {5f8ca864-d025-4940-9684-984dfd018bdc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8900 | 2025.01.16 19:54:22.463559 [ 262 ] {5f8ca864-d025-4940-9684-984dfd018bdc} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8901 | 2025.01.16 19:54:22.463799 [ 262 ] {5f8ca864-d025-4940-9684-984dfd018bdc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002849 sec., 4914.004914004914 rows/sec., 344.14 KiB/sec. | ||
| 8902 | 2025.01.16 19:54:22.463863 [ 262 ] {5f8ca864-d025-4940-9684-984dfd018bdc} <Debug> TCPHandler: Processed in 0.003316979 sec. | ||
| 8903 | 2025.01.16 19:54:22.464027 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8904 | 2025.01.16 19:54:22.464163 [ 260 ] {a97ce5bb-1208-4ead-8a90-b5abf4c1f897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8905 | 2025.01.16 19:54:22.464219 [ 260 ] {a97ce5bb-1208-4ead-8a90-b5abf4c1f897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8906 | 2025.01.16 19:54:22.464900 [ 260 ] {a97ce5bb-1208-4ead-8a90-b5abf4c1f897} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8907 | 2025.01.16 19:54:22.464947 [ 260 ] {a97ce5bb-1208-4ead-8a90-b5abf4c1f897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8908 | 2025.01.16 19:54:22.465331 [ 260 ] {a97ce5bb-1208-4ead-8a90-b5abf4c1f897} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8909 | 2025.01.16 19:54:22.465603 [ 260 ] {a97ce5bb-1208-4ead-8a90-b5abf4c1f897} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8910 | 2025.01.16 19:54:22.465774 [ 96 ] {} <Debug> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8911 | 2025.01.16 19:54:22.465834 [ 96 ] {} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8912 | 2025.01.16 19:54:22.465850 [ 260 ] {a97ce5bb-1208-4ead-8a90-b5abf4c1f897} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00171 sec., 7602.33918128655 rows/sec., 474.00 KiB/sec. | ||
| 8913 | 2025.01.16 19:54:22.465873 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8914 | 2025.01.16 19:54:22.466046 [ 260 ] {a97ce5bb-1208-4ead-8a90-b5abf4c1f897} <Debug> TCPHandler: Processed in 0.002079467 sec. | ||
| 8915 | 2025.01.16 19:54:22.466115 [ 196 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 8916 | 2025.01.16 19:54:22.466247 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8917 | 2025.01.16 19:54:22.466295 [ 196 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8918 | 2025.01.16 19:54:22.466333 [ 196 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 13 rows starting from the beginning of the part | ||
| 8919 | 2025.01.16 19:54:22.466506 [ 262 ] {c3a26d9e-6207-4f5c-b5d3-cfcd9ac8de68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8920 | 2025.01.16 19:54:22.466587 [ 196 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 13 rows starting from the beginning of the part | ||
| 8921 | 2025.01.16 19:54:22.466676 [ 262 ] {c3a26d9e-6207-4f5c-b5d3-cfcd9ac8de68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8922 | 2025.01.16 19:54:22.466964 [ 196 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 13 rows starting from the beginning of the part | ||
| 8923 | 2025.01.16 19:54:22.467284 [ 196 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 13 rows starting from the beginning of the part | ||
| 8924 | 2025.01.16 19:54:22.467610 [ 196 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 13 rows starting from the beginning of the part | ||
| 8925 | 2025.01.16 19:54:22.469555 [ 262 ] {c3a26d9e-6207-4f5c-b5d3-cfcd9ac8de68} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8926 | 2025.01.16 19:54:22.469638 [ 262 ] {c3a26d9e-6207-4f5c-b5d3-cfcd9ac8de68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8927 | 2025.01.16 19:54:22.470209 [ 186 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004230154 sec., 15365.870840636062 rows/sec., 1018.08 KiB/sec. | ||
| 8928 | 2025.01.16 19:54:22.470428 [ 186 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8929 | 2025.01.16 19:54:22.470589 [ 262 ] {c3a26d9e-6207-4f5c-b5d3-cfcd9ac8de68} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8930 | 2025.01.16 19:54:22.470929 [ 186 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_29_7} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8931 | 2025.01.16 19:54:22.471020 [ 262 ] {c3a26d9e-6207-4f5c-b5d3-cfcd9ac8de68} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8932 | 2025.01.16 19:54:22.471142 [ 186 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_29_7} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8933 | 2025.01.16 19:54:22.471381 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8934 | 2025.01.16 19:54:22.471408 [ 96 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8935 | 2025.01.16 19:54:22.471495 [ 96 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8936 | 2025.01.16 19:54:22.471533 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8937 | 2025.01.16 19:54:22.471550 [ 262 ] {c3a26d9e-6207-4f5c-b5d3-cfcd9ac8de68} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.00514 sec., 74319.06614785992 rows/sec., 5.26 MiB/sec. | ||
| 8938 | 2025.01.16 19:54:22.471784 [ 262 ] {c3a26d9e-6207-4f5c-b5d3-cfcd9ac8de68} <Debug> TCPHandler: Processed in 0.005618469 sec. | ||
| 8939 | 2025.01.16 19:54:22.471792 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8940 | 2025.01.16 19:54:22.471949 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8941 | 2025.01.16 19:54:22.472011 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8942 | 2025.01.16 19:54:22.472054 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 914 rows starting from the beginning of the part | ||
| 8943 | 2025.01.16 19:54:22.472240 [ 260 ] {3561deab-d9b1-4a93-b899-c67731c58571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8944 | 2025.01.16 19:54:22.472315 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 64 rows starting from the beginning of the part | ||
| 8945 | 2025.01.16 19:54:22.472428 [ 260 ] {3561deab-d9b1-4a93-b899-c67731c58571} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8946 | 2025.01.16 19:54:22.472614 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 104 rows starting from the beginning of the part | ||
| 8947 | 2025.01.16 19:54:22.472989 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 382 rows starting from the beginning of the part | ||
| 8948 | 2025.01.16 19:54:22.473364 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 114 rows starting from the beginning of the part | ||
| 8949 | 2025.01.16 19:54:22.473744 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 382 rows starting from the beginning of the part | ||
| 8950 | 2025.01.16 19:54:22.474926 [ 260 ] {3561deab-d9b1-4a93-b899-c67731c58571} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8951 | 2025.01.16 19:54:22.474995 [ 260 ] {3561deab-d9b1-4a93-b899-c67731c58571} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8952 | 2025.01.16 19:54:22.476126 [ 260 ] {3561deab-d9b1-4a93-b899-c67731c58571} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8953 | 2025.01.16 19:54:22.476528 [ 260 ] {3561deab-d9b1-4a93-b899-c67731c58571} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8954 | 2025.01.16 19:54:22.476941 [ 96 ] {} <Debug> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8955 | 2025.01.16 19:54:22.476992 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.005375735 sec., 364601.30568192067 rows/sec., 27.92 MiB/sec. | ||
| 8956 | 2025.01.16 19:54:22.477040 [ 96 ] {} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8957 | 2025.01.16 19:54:22.477115 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8958 | 2025.01.16 19:54:22.477173 [ 260 ] {3561deab-d9b1-4a93-b899-c67731c58571} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005052 sec., 1187.648456057007 rows/sec., 62.05 KiB/sec. | ||
| 8959 | 2025.01.16 19:54:22.477427 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8960 | 2025.01.16 19:54:22.477672 [ 260 ] {3561deab-d9b1-4a93-b899-c67731c58571} <Debug> TCPHandler: Processed in 0.005785072 sec. | ||
| 8961 | 2025.01.16 19:54:22.478030 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8962 | 2025.01.16 19:54:22.478485 [ 262 ] {ebfdd883-ba1d-49db-b2c2-d62a49b7897a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8963 | 2025.01.16 19:54:22.478511 [ 195 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
| 8964 | 2025.01.16 19:54:22.478587 [ 192 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_71_14} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8965 | 2025.01.16 19:54:22.478737 [ 262 ] {ebfdd883-ba1d-49db-b2c2-d62a49b7897a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8966 | 2025.01.16 19:54:22.479133 [ 192 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_71_14} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8967 | 2025.01.16 19:54:22.479251 [ 195 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8968 | 2025.01.16 19:54:22.479439 [ 195 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 144 rows starting from the beginning of the part | ||
| 8969 | 2025.01.16 19:54:22.479550 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 8970 | 2025.01.16 19:54:22.479969 [ 195 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 8971 | 2025.01.16 19:54:22.480249 [ 195 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 8972 | 2025.01.16 19:54:22.480490 [ 195 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 8973 | 2025.01.16 19:54:22.480826 [ 195 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 8974 | 2025.01.16 19:54:22.481182 [ 195 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 8975 | 2025.01.16 19:54:22.481972 [ 262 ] {ebfdd883-ba1d-49db-b2c2-d62a49b7897a} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8976 | 2025.01.16 19:54:22.482031 [ 262 ] {ebfdd883-ba1d-49db-b2c2-d62a49b7897a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8977 | 2025.01.16 19:54:22.483108 [ 262 ] {ebfdd883-ba1d-49db-b2c2-d62a49b7897a} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8978 | 2025.01.16 19:54:22.483689 [ 262 ] {ebfdd883-ba1d-49db-b2c2-d62a49b7897a} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8979 | 2025.01.16 19:54:22.483999 [ 191 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.006658077 sec., 26133.67192959769 rows/sec., 1.33 MiB/sec. | ||
| 8980 | 2025.01.16 19:54:22.484092 [ 153 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8981 | 2025.01.16 19:54:22.484186 [ 153 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8982 | 2025.01.16 19:54:22.484252 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 8983 | 2025.01.16 19:54:22.484258 [ 262 ] {ebfdd883-ba1d-49db-b2c2-d62a49b7897a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005927 sec., 39986.50244643159 rows/sec., 2.68 MiB/sec. | ||
| 8984 | 2025.01.16 19:54:22.484489 [ 262 ] {ebfdd883-ba1d-49db-b2c2-d62a49b7897a} <Debug> TCPHandler: Processed in 0.006674148 sec. | ||
| 8985 | 2025.01.16 19:54:22.484546 [ 191 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8986 | 2025.01.16 19:54:22.484631 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 8987 | 2025.01.16 19:54:22.484845 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8988 | 2025.01.16 19:54:22.484977 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8989 | 2025.01.16 19:54:22.485080 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 18620 rows starting from the beginning of the part | ||
| 8990 | 2025.01.16 19:54:22.485153 [ 260 ] {c2b5e047-81ce-49ea-adc2-b8e43e919812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8991 | 2025.01.16 19:54:22.485360 [ 260 ] {c2b5e047-81ce-49ea-adc2-b8e43e919812} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8992 | 2025.01.16 19:54:22.485470 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 32 rows starting from the beginning of the part | ||
| 8993 | 2025.01.16 19:54:22.485954 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part | ||
| 8994 | 2025.01.16 19:54:22.486406 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 237 rows starting from the beginning of the part | ||
| 8995 | 2025.01.16 19:54:22.486715 [ 186 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_29_6} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8996 | 2025.01.16 19:54:22.487005 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 165 rows starting from the beginning of the part | ||
| 8997 | 2025.01.16 19:54:22.487351 [ 186 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_29_6} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8998 | 2025.01.16 19:54:22.487400 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 237 rows starting from the beginning of the part | ||
| 8999 | 2025.01.16 19:54:22.487801 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9000 | 2025.01.16 19:54:22.488172 [ 260 ] {c2b5e047-81ce-49ea-adc2-b8e43e919812} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9001 | 2025.01.16 19:54:22.488215 [ 260 ] {c2b5e047-81ce-49ea-adc2-b8e43e919812} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 9002 | 2025.01.16 19:54:22.488711 [ 260 ] {c2b5e047-81ce-49ea-adc2-b8e43e919812} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9003 | 2025.01.16 19:54:22.489017 [ 260 ] {c2b5e047-81ce-49ea-adc2-b8e43e919812} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9004 | 2025.01.16 19:54:22.489344 [ 260 ] {c2b5e047-81ce-49ea-adc2-b8e43e919812} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004295 sec., 232.8288707799767 rows/sec., 15.69 KiB/sec. | ||
| 9005 | 2025.01.16 19:54:22.489410 [ 260 ] {c2b5e047-81ce-49ea-adc2-b8e43e919812} <Debug> TCPHandler: Processed in 0.004726233 sec. | ||
| 9006 | 2025.01.16 19:54:22.489584 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9007 | 2025.01.16 19:54:22.489836 [ 262 ] {1770b875-34ef-45d1-ab59-651da48dd214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9008 | 2025.01.16 19:54:22.489948 [ 262 ] {1770b875-34ef-45d1-ab59-651da48dd214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9009 | 2025.01.16 19:54:22.491109 [ 262 ] {1770b875-34ef-45d1-ab59-651da48dd214} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9010 | 2025.01.16 19:54:22.491146 [ 262 ] {1770b875-34ef-45d1-ab59-651da48dd214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 9011 | 2025.01.16 19:54:22.492280 [ 262 ] {1770b875-34ef-45d1-ab59-651da48dd214} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9012 | 2025.01.16 19:54:22.492535 [ 262 ] {1770b875-34ef-45d1-ab59-651da48dd214} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9013 | 2025.01.16 19:54:22.492672 [ 153 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9014 | 2025.01.16 19:54:22.492724 [ 153 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9015 | 2025.01.16 19:54:22.492749 [ 262 ] {1770b875-34ef-45d1-ab59-651da48dd214} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002997 sec., 27360.694027360692 rows/sec., 1.74 MiB/sec. | ||
| 9016 | 2025.01.16 19:54:22.492757 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 9017 | 2025.01.16 19:54:22.492955 [ 262 ] {1770b875-34ef-45d1-ab59-651da48dd214} <Debug> TCPHandler: Processed in 0.003459281 sec. | ||
| 9018 | 2025.01.16 19:54:22.493158 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 9019 | 2025.01.16 19:54:22.493586 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9020 | 2025.01.16 19:54:22.493646 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3870 rows starting from the beginning of the part | ||
| 9021 | 2025.01.16 19:54:22.494156 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 12 rows starting from the beginning of the part | ||
| 9022 | 2025.01.16 19:54:22.494281 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
| 9023 | 2025.01.16 19:54:22.494875 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 82 rows starting from the beginning of the part | ||
| 9024 | 2025.01.16 19:54:22.494974 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part | ||
| 9025 | 2025.01.16 19:54:22.495251 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 82 rows starting from the beginning of the part | ||
| 9026 | 2025.01.16 19:54:22.496017 [ 204 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19451 rows, containing 5 columns (5 merged, 0 gathered) in 0.011639114 sec., 1671175.314547138 rows/sec., 112.91 MiB/sec. | ||
| 9027 | 2025.01.16 19:54:22.496389 [ 204 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9028 | 2025.01.16 19:54:22.496985 [ 204 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9029 | 2025.01.16 19:54:22.497224 [ 204 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9030 | 2025.01.16 19:54:22.497404 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 9031 | 2025.01.16 19:54:22.498077 [ 199 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4166 rows, containing 4 columns (4 merged, 0 gathered) in 0.005168031 sec., 806109.7156731451 rows/sec., 52.62 MiB/sec. | ||
| 9032 | 2025.01.16 19:54:22.498516 [ 200 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9033 | 2025.01.16 19:54:22.498832 [ 200 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_71_14} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9034 | 2025.01.16 19:54:22.498923 [ 200 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_71_14} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9035 | 2025.01.16 19:54:22.499013 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 9036 | 2025.01.16 19:54:23.000265 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 220.89 MiB, peak 231.21 MiB, free memory in arenas 0.00 B, will set to 222.16 MiB (RSS), difference: 1.28 MiB | ||
| 9037 | 2025.01.16 19:54:25.659368 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9038 | 2025.01.16 19:54:25.659421 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9039 | 2025.01.16 19:54:25.826724 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191 | ||
| 9040 | 2025.01.16 19:54:25.827439 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9041 | 2025.01.16 19:54:25.827492 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 9042 | 2025.01.16 19:54:25.828041 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9043 | 2025.01.16 19:54:25.828316 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9044 | 2025.01.16 19:54:25.828589 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 9045 | 2025.01.16 19:54:25.930044 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1260 | ||
| 9046 | 2025.01.16 19:54:25.933158 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9047 | 2025.01.16 19:54:25.933212 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 9048 | 2025.01.16 19:54:25.934639 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9049 | 2025.01.16 19:54:25.935013 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9050 | 2025.01.16 19:54:25.935554 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1260 | ||
| 9051 | 2025.01.16 19:54:27.224247 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 | ||
| 9052 | 2025.01.16 19:54:27.245804 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9053 | 2025.01.16 19:54:27.245873 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 9054 | 2025.01.16 19:54:27.253358 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9055 | 2025.01.16 19:54:27.254169 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9056 | 2025.01.16 19:54:27.258449 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 9057 | 2025.01.16 19:54:27.444678 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9058 | 2025.01.16 19:54:27.444893 [ 260 ] {b8f4a1f5-c47e-40d1-bb07-467624e99b79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9059 | 2025.01.16 19:54:27.444973 [ 260 ] {b8f4a1f5-c47e-40d1-bb07-467624e99b79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9060 | 2025.01.16 19:54:27.445815 [ 260 ] {b8f4a1f5-c47e-40d1-bb07-467624e99b79} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9061 | 2025.01.16 19:54:27.445867 [ 260 ] {b8f4a1f5-c47e-40d1-bb07-467624e99b79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 9062 | 2025.01.16 19:54:27.446322 [ 260 ] {b8f4a1f5-c47e-40d1-bb07-467624e99b79} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9063 | 2025.01.16 19:54:27.446580 [ 260 ] {b8f4a1f5-c47e-40d1-bb07-467624e99b79} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9064 | 2025.01.16 19:54:27.446822 [ 260 ] {b8f4a1f5-c47e-40d1-bb07-467624e99b79} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.001989 sec., 68376.06837606838 rows/sec., 5.90 MiB/sec. | ||
| 9065 | 2025.01.16 19:54:27.446882 [ 260 ] {b8f4a1f5-c47e-40d1-bb07-467624e99b79} <Debug> TCPHandler: Processed in 0.002347971 sec. | ||
| 9066 | 2025.01.16 19:54:27.447111 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9067 | 2025.01.16 19:54:27.447293 [ 262 ] {3ac01cac-4295-4627-bf5d-3b2445365f54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9068 | 2025.01.16 19:54:27.447363 [ 262 ] {3ac01cac-4295-4627-bf5d-3b2445365f54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9069 | 2025.01.16 19:54:27.448105 [ 262 ] {3ac01cac-4295-4627-bf5d-3b2445365f54} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9070 | 2025.01.16 19:54:27.448145 [ 262 ] {3ac01cac-4295-4627-bf5d-3b2445365f54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 9071 | 2025.01.16 19:54:27.448587 [ 262 ] {3ac01cac-4295-4627-bf5d-3b2445365f54} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9072 | 2025.01.16 19:54:27.448836 [ 262 ] {3ac01cac-4295-4627-bf5d-3b2445365f54} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9073 | 2025.01.16 19:54:27.449067 [ 262 ] {3ac01cac-4295-4627-bf5d-3b2445365f54} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001817 sec., 22014.30930104568 rows/sec., 1.62 MiB/sec. | ||
| 9074 | 2025.01.16 19:54:27.449151 [ 262 ] {3ac01cac-4295-4627-bf5d-3b2445365f54} <Debug> TCPHandler: Processed in 0.002175528 sec. | ||
| 9075 | 2025.01.16 19:54:27.449364 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9076 | 2025.01.16 19:54:27.449562 [ 260 ] {2bc1da08-cd1e-4ee8-8d1b-82ee44aa6010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9077 | 2025.01.16 19:54:27.449618 [ 260 ] {2bc1da08-cd1e-4ee8-8d1b-82ee44aa6010} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9078 | 2025.01.16 19:54:27.450338 [ 260 ] {2bc1da08-cd1e-4ee8-8d1b-82ee44aa6010} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9079 | 2025.01.16 19:54:27.450378 [ 260 ] {2bc1da08-cd1e-4ee8-8d1b-82ee44aa6010} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 9080 | 2025.01.16 19:54:27.450763 [ 260 ] {2bc1da08-cd1e-4ee8-8d1b-82ee44aa6010} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9081 | 2025.01.16 19:54:27.451004 [ 260 ] {2bc1da08-cd1e-4ee8-8d1b-82ee44aa6010} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9082 | 2025.01.16 19:54:27.451208 [ 260 ] {2bc1da08-cd1e-4ee8-8d1b-82ee44aa6010} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001675 sec., 62089.55223880597 rows/sec., 4.85 MiB/sec. | ||
| 9083 | 2025.01.16 19:54:27.451259 [ 260 ] {2bc1da08-cd1e-4ee8-8d1b-82ee44aa6010} <Debug> TCPHandler: Processed in 0.002023345 sec. | ||
| 9084 | 2025.01.16 19:54:27.451413 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9085 | 2025.01.16 19:54:27.451552 [ 262 ] {db5531c8-3b51-4545-a34e-b0cf50d399a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9086 | 2025.01.16 19:54:27.451615 [ 262 ] {db5531c8-3b51-4545-a34e-b0cf50d399a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9087 | 2025.01.16 19:54:27.452289 [ 262 ] {db5531c8-3b51-4545-a34e-b0cf50d399a7} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9088 | 2025.01.16 19:54:27.452332 [ 262 ] {db5531c8-3b51-4545-a34e-b0cf50d399a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 9089 | 2025.01.16 19:54:27.452737 [ 262 ] {db5531c8-3b51-4545-a34e-b0cf50d399a7} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9090 | 2025.01.16 19:54:27.452987 [ 262 ] {db5531c8-3b51-4545-a34e-b0cf50d399a7} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9091 | 2025.01.16 19:54:27.453162 [ 262 ] {db5531c8-3b51-4545-a34e-b0cf50d399a7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001642 sec., 97442.143727162 rows/sec., 6.79 MiB/sec. | ||
| 9092 | 2025.01.16 19:54:27.453214 [ 262 ] {db5531c8-3b51-4545-a34e-b0cf50d399a7} <Debug> TCPHandler: Processed in 0.001868542 sec. | ||
| 9093 | 2025.01.16 19:54:27.453349 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9094 | 2025.01.16 19:54:27.453466 [ 260 ] {cb7d3620-8354-4e91-bcc7-339bb9284b66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9095 | 2025.01.16 19:54:27.453545 [ 260 ] {cb7d3620-8354-4e91-bcc7-339bb9284b66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9096 | 2025.01.16 19:54:27.454769 [ 260 ] {cb7d3620-8354-4e91-bcc7-339bb9284b66} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9097 | 2025.01.16 19:54:27.454808 [ 260 ] {cb7d3620-8354-4e91-bcc7-339bb9284b66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 9098 | 2025.01.16 19:54:27.455489 [ 260 ] {cb7d3620-8354-4e91-bcc7-339bb9284b66} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9099 | 2025.01.16 19:54:27.455746 [ 260 ] {cb7d3620-8354-4e91-bcc7-339bb9284b66} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9100 | 2025.01.16 19:54:27.455924 [ 89 ] {} <Debug> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 9101 | 2025.01.16 19:54:27.455993 [ 89 ] {} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9102 | 2025.01.16 19:54:27.456026 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 9103 | 2025.01.16 19:54:27.456032 [ 260 ] {cb7d3620-8354-4e91-bcc7-339bb9284b66} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002585 sec., 15473.887814313346 rows/sec., 27.73 MiB/sec. | ||
| 9104 | 2025.01.16 19:54:27.456365 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::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 | ||
| 9105 | 2025.01.16 19:54:27.456410 [ 260 ] {cb7d3620-8354-4e91-bcc7-339bb9284b66} <Debug> TCPHandler: Processed in 0.003116924 sec. | ||
| 9106 | 2025.01.16 19:54:27.456630 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9107 | 2025.01.16 19:54:27.456821 [ 262 ] {2a07841b-8bd4-4afc-9b24-635a84182bee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9108 | 2025.01.16 19:54:27.456848 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9109 | 2025.01.16 19:54:27.456901 [ 262 ] {2a07841b-8bd4-4afc-9b24-635a84182bee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9110 | 2025.01.16 19:54:27.456941 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 984 rows starting from the beginning of the part | ||
| 9111 | 2025.01.16 19:54:27.457506 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 40 rows starting from the beginning of the part | ||
| 9112 | 2025.01.16 19:54:27.457962 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 40 rows starting from the beginning of the part | ||
| 9113 | 2025.01.16 19:54:27.458560 [ 262 ] {2a07841b-8bd4-4afc-9b24-635a84182bee} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9114 | 2025.01.16 19:54:27.458600 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 40 rows starting from the beginning of the part | ||
| 9115 | 2025.01.16 19:54:27.458615 [ 262 ] {2a07841b-8bd4-4afc-9b24-635a84182bee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9116 | 2025.01.16 19:54:27.459221 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 40 rows starting from the beginning of the part | ||
| 9117 | 2025.01.16 19:54:27.459768 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part | ||
| 9118 | 2025.01.16 19:54:27.459781 [ 262 ] {2a07841b-8bd4-4afc-9b24-635a84182bee} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9119 | 2025.01.16 19:54:27.460372 [ 262 ] {2a07841b-8bd4-4afc-9b24-635a84182bee} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9120 | 2025.01.16 19:54:27.460664 [ 262 ] {2a07841b-8bd4-4afc-9b24-635a84182bee} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003898 sec., 15392.508978963571 rows/sec., 1.04 MiB/sec. | ||
| 9121 | 2025.01.16 19:54:27.460749 [ 262 ] {2a07841b-8bd4-4afc-9b24-635a84182bee} <Debug> TCPHandler: Processed in 0.004240934 sec. | ||
| 9122 | 2025.01.16 19:54:27.467330 [ 200 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1184 rows, containing 19 columns (19 merged, 0 gathered) in 0.011211177 sec., 105608.89369599642 rows/sec., 189.25 MiB/sec. | ||
| 9123 | 2025.01.16 19:54:27.468709 [ 199 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 9124 | 2025.01.16 19:54:27.469204 [ 199 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9125 | 2025.01.16 19:54:27.469303 [ 199 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 9126 | 2025.01.16 19:54:27.469475 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.65 MiB. | ||
| 9127 | 2025.01.16 19:54:28.000236 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 223.17 MiB, peak 234.77 MiB, free memory in arenas 0.00 B, will set to 225.37 MiB (RSS), difference: 2.20 MiB | ||
| 9128 | 2025.01.16 19:54:28.279982 [ 46 ] {} <Debug> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 9129 | 2025.01.16 19:54:28.280086 [ 46 ] {} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9130 | 2025.01.16 19:54:28.280129 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9131 | 2025.01.16 19:54:28.280495 [ 200 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::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 | ||
| 9132 | 2025.01.16 19:54:28.280850 [ 200 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9133 | 2025.01.16 19:54:28.280916 [ 200 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part | ||
| 9134 | 2025.01.16 19:54:28.281107 [ 200 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part | ||
| 9135 | 2025.01.16 19:54:28.281339 [ 200 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 9136 | 2025.01.16 19:54:28.281622 [ 200 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
| 9137 | 2025.01.16 19:54:28.281785 [ 200 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part | ||
| 9138 | 2025.01.16 19:54:28.282955 [ 197 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 5 columns (5 merged, 0 gathered) in 0.002698408 sec., 17047.088505518812 rows/sec., 1.42 MiB/sec. | ||
| 9139 | 2025.01.16 19:54:28.283248 [ 187 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 9140 | 2025.01.16 19:54:28.283664 [ 187 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_13_3} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9141 | 2025.01.16 19:54:28.283759 [ 187 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_13_3} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 9142 | 2025.01.16 19:54:28.283862 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9143 | 2025.01.16 19:54:30.719107 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9144 | 2025.01.16 19:54:30.719296 [ 260 ] {5466f486-fbd8-4ceb-811f-e14571cb5211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9145 | 2025.01.16 19:54:30.719370 [ 260 ] {5466f486-fbd8-4ceb-811f-e14571cb5211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9146 | 2025.01.16 19:54:30.720123 [ 260 ] {5466f486-fbd8-4ceb-811f-e14571cb5211} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9147 | 2025.01.16 19:54:30.720169 [ 260 ] {5466f486-fbd8-4ceb-811f-e14571cb5211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9148 | 2025.01.16 19:54:30.720647 [ 260 ] {5466f486-fbd8-4ceb-811f-e14571cb5211} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9149 | 2025.01.16 19:54:30.720919 [ 260 ] {5466f486-fbd8-4ceb-811f-e14571cb5211} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9150 | 2025.01.16 19:54:30.721129 [ 260 ] {5466f486-fbd8-4ceb-811f-e14571cb5211} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001886 sec., 7423.117709437964 rows/sec., 534.37 KiB/sec. | ||
| 9151 | 2025.01.16 19:54:30.721200 [ 260 ] {5466f486-fbd8-4ceb-811f-e14571cb5211} <Debug> TCPHandler: Processed in 0.002227129 sec. | ||
| 9152 | 2025.01.16 19:54:30.721446 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9153 | 2025.01.16 19:54:30.721632 [ 262 ] {f8a6d79c-5431-4927-973d-e48707effec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9154 | 2025.01.16 19:54:30.721704 [ 262 ] {f8a6d79c-5431-4927-973d-e48707effec2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9155 | 2025.01.16 19:54:30.722436 [ 262 ] {f8a6d79c-5431-4927-973d-e48707effec2} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9156 | 2025.01.16 19:54:30.722485 [ 262 ] {f8a6d79c-5431-4927-973d-e48707effec2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9157 | 2025.01.16 19:54:30.722926 [ 262 ] {f8a6d79c-5431-4927-973d-e48707effec2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 9158 | 2025.01.16 19:54:30.723177 [ 262 ] {f8a6d79c-5431-4927-973d-e48707effec2} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9159 | 2025.01.16 19:54:30.723402 [ 262 ] {f8a6d79c-5431-4927-973d-e48707effec2} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001822 sec., 3293.084522502744 rows/sec., 268.53 KiB/sec. | ||
| 9160 | 2025.01.16 19:54:30.723460 [ 262 ] {f8a6d79c-5431-4927-973d-e48707effec2} <Debug> TCPHandler: Processed in 0.002147458 sec. | ||
| 9161 | 2025.01.16 19:54:30.723599 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9162 | 2025.01.16 19:54:30.723726 [ 260 ] {786929cc-52bb-4457-9869-b34f5ba5cfbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9163 | 2025.01.16 19:54:30.723779 [ 260 ] {786929cc-52bb-4457-9869-b34f5ba5cfbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9164 | 2025.01.16 19:54:30.724897 [ 260 ] {786929cc-52bb-4457-9869-b34f5ba5cfbb} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9165 | 2025.01.16 19:54:30.724937 [ 260 ] {786929cc-52bb-4457-9869-b34f5ba5cfbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9166 | 2025.01.16 19:54:30.725406 [ 260 ] {786929cc-52bb-4457-9869-b34f5ba5cfbb} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9167 | 2025.01.16 19:54:30.725659 [ 260 ] {786929cc-52bb-4457-9869-b34f5ba5cfbb} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9168 | 2025.01.16 19:54:30.725861 [ 260 ] {786929cc-52bb-4457-9869-b34f5ba5cfbb} <Debug> executeQuery: Read 1346 rows, 114.77 KiB in 0.002163 sec., 622283.8650023116 rows/sec., 51.82 MiB/sec. | ||
| 9169 | 2025.01.16 19:54:30.725960 [ 260 ] {786929cc-52bb-4457-9869-b34f5ba5cfbb} <Debug> TCPHandler: Processed in 0.002422163 sec. | ||
| 9170 | 2025.01.16 19:54:30.726121 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9171 | 2025.01.16 19:54:30.726251 [ 262 ] {9f1f9cce-9d78-485d-9d13-1aea5b71b35c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9172 | 2025.01.16 19:54:30.726296 [ 262 ] {9f1f9cce-9d78-485d-9d13-1aea5b71b35c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9173 | 2025.01.16 19:54:30.726825 [ 262 ] {9f1f9cce-9d78-485d-9d13-1aea5b71b35c} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9174 | 2025.01.16 19:54:30.726927 [ 262 ] {9f1f9cce-9d78-485d-9d13-1aea5b71b35c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9175 | 2025.01.16 19:54:30.727285 [ 262 ] {9f1f9cce-9d78-485d-9d13-1aea5b71b35c} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9176 | 2025.01.16 19:54:30.727529 [ 262 ] {9f1f9cce-9d78-485d-9d13-1aea5b71b35c} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9177 | 2025.01.16 19:54:30.727696 [ 54 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9178 | 2025.01.16 19:54:30.727768 [ 54 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9179 | 2025.01.16 19:54:30.727768 [ 262 ] {9f1f9cce-9d78-485d-9d13-1aea5b71b35c} <Debug> executeQuery: Read 13 rows, 896.00 B in 0.001516 sec., 8575.197889182058 rows/sec., 577.18 KiB/sec. | ||
| 9180 | 2025.01.16 19:54:30.727807 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9181 | 2025.01.16 19:54:30.727923 [ 262 ] {9f1f9cce-9d78-485d-9d13-1aea5b71b35c} <Debug> TCPHandler: Processed in 0.001868773 sec. | ||
| 9182 | 2025.01.16 19:54:30.728107 [ 199 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 9183 | 2025.01.16 19:54:30.728138 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9184 | 2025.01.16 19:54:30.728403 [ 199 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9185 | 2025.01.16 19:54:30.728412 [ 260 ] {93f9278a-6403-4ea8-8872-95a189541d5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9186 | 2025.01.16 19:54:30.728469 [ 199 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 65 rows starting from the beginning of the part | ||
| 9187 | 2025.01.16 19:54:30.728534 [ 260 ] {93f9278a-6403-4ea8-8872-95a189541d5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9188 | 2025.01.16 19:54:30.728776 [ 199 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 7 rows starting from the beginning of the part | ||
| 9189 | 2025.01.16 19:54:30.729133 [ 199 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 50 rows starting from the beginning of the part | ||
| 9190 | 2025.01.16 19:54:30.729596 [ 199 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 7 rows starting from the beginning of the part | ||
| 9191 | 2025.01.16 19:54:30.729990 [ 199 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 40 rows starting from the beginning of the part | ||
| 9192 | 2025.01.16 19:54:30.730304 [ 199 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 13 rows starting from the beginning of the part | ||
| 9193 | 2025.01.16 19:54:30.731281 [ 260 ] {93f9278a-6403-4ea8-8872-95a189541d5d} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9194 | 2025.01.16 19:54:30.731357 [ 260 ] {93f9278a-6403-4ea8-8872-95a189541d5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9195 | 2025.01.16 19:54:30.732378 [ 260 ] {93f9278a-6403-4ea8-8872-95a189541d5d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9196 | 2025.01.16 19:54:30.732951 [ 260 ] {93f9278a-6403-4ea8-8872-95a189541d5d} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9197 | 2025.01.16 19:54:30.732962 [ 194 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 182 rows, containing 5 columns (5 merged, 0 gathered) in 0.005025188 sec., 36217.5504677636 rows/sec., 2.71 MiB/sec. | ||
| 9198 | 2025.01.16 19:54:30.733140 [ 194 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9199 | 2025.01.16 19:54:30.733229 [ 260 ] {93f9278a-6403-4ea8-8872-95a189541d5d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004915 sec., 49237.02950152594 rows/sec., 3.34 MiB/sec. | ||
| 9200 | 2025.01.16 19:54:30.733322 [ 260 ] {93f9278a-6403-4ea8-8872-95a189541d5d} <Debug> TCPHandler: Processed in 0.005299493 sec. | ||
| 9201 | 2025.01.16 19:54:30.733484 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9202 | 2025.01.16 19:54:30.733570 [ 197 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_61_12} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9203 | 2025.01.16 19:54:30.733641 [ 262 ] {580f1865-a6f2-4f6f-b662-e394ba1fa538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9204 | 2025.01.16 19:54:30.733699 [ 262 ] {580f1865-a6f2-4f6f-b662-e394ba1fa538} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9205 | 2025.01.16 19:54:30.733704 [ 197 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_61_12} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9206 | 2025.01.16 19:54:30.733836 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9207 | 2025.01.16 19:54:30.734331 [ 262 ] {580f1865-a6f2-4f6f-b662-e394ba1fa538} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9208 | 2025.01.16 19:54:30.734368 [ 262 ] {580f1865-a6f2-4f6f-b662-e394ba1fa538} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9209 | 2025.01.16 19:54:30.734723 [ 262 ] {580f1865-a6f2-4f6f-b662-e394ba1fa538} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9210 | 2025.01.16 19:54:30.734970 [ 262 ] {580f1865-a6f2-4f6f-b662-e394ba1fa538} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9211 | 2025.01.16 19:54:30.735205 [ 262 ] {580f1865-a6f2-4f6f-b662-e394ba1fa538} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001584 sec., 8207.070707070707 rows/sec., 511.71 KiB/sec. | ||
| 9212 | 2025.01.16 19:54:30.735329 [ 262 ] {580f1865-a6f2-4f6f-b662-e394ba1fa538} <Debug> TCPHandler: Processed in 0.001900613 sec. | ||
| 9213 | 2025.01.16 19:54:30.735552 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9214 | 2025.01.16 19:54:30.735706 [ 260 ] {32fd4b70-8655-4809-bb2f-b6f6ab46a749} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9215 | 2025.01.16 19:54:30.735763 [ 260 ] {32fd4b70-8655-4809-bb2f-b6f6ab46a749} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9216 | 2025.01.16 19:54:30.736732 [ 260 ] {32fd4b70-8655-4809-bb2f-b6f6ab46a749} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9217 | 2025.01.16 19:54:30.736772 [ 260 ] {32fd4b70-8655-4809-bb2f-b6f6ab46a749} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9218 | 2025.01.16 19:54:30.737180 [ 260 ] {32fd4b70-8655-4809-bb2f-b6f6ab46a749} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9219 | 2025.01.16 19:54:30.737426 [ 260 ] {32fd4b70-8655-4809-bb2f-b6f6ab46a749} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9220 | 2025.01.16 19:54:30.737606 [ 260 ] {32fd4b70-8655-4809-bb2f-b6f6ab46a749} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.001933 sec., 436627.00465597515 rows/sec., 31.56 MiB/sec. | ||
| 9221 | 2025.01.16 19:54:30.737669 [ 260 ] {32fd4b70-8655-4809-bb2f-b6f6ab46a749} <Debug> TCPHandler: Processed in 0.002244259 sec. | ||
| 9222 | 2025.01.16 19:54:30.737804 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9223 | 2025.01.16 19:54:30.737919 [ 262 ] {6af5a71a-41db-40a1-b03e-97bcfc117870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9224 | 2025.01.16 19:54:30.737970 [ 262 ] {6af5a71a-41db-40a1-b03e-97bcfc117870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9225 | 2025.01.16 19:54:30.738451 [ 262 ] {6af5a71a-41db-40a1-b03e-97bcfc117870} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9226 | 2025.01.16 19:54:30.738489 [ 262 ] {6af5a71a-41db-40a1-b03e-97bcfc117870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9227 | 2025.01.16 19:54:30.738868 [ 262 ] {6af5a71a-41db-40a1-b03e-97bcfc117870} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9228 | 2025.01.16 19:54:30.739117 [ 262 ] {6af5a71a-41db-40a1-b03e-97bcfc117870} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9229 | 2025.01.16 19:54:30.739317 [ 262 ] {6af5a71a-41db-40a1-b03e-97bcfc117870} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001421 sec., 4222.37860661506 rows/sec., 220.60 KiB/sec. | ||
| 9230 | 2025.01.16 19:54:30.739368 [ 262 ] {6af5a71a-41db-40a1-b03e-97bcfc117870} <Debug> TCPHandler: Processed in 0.001621269 sec. | ||
| 9231 | 2025.01.16 19:54:30.739526 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9232 | 2025.01.16 19:54:30.739673 [ 260 ] {b939ecc0-9a08-4ee9-9201-e41b3bd32a92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9233 | 2025.01.16 19:54:30.739738 [ 260 ] {b939ecc0-9a08-4ee9-9201-e41b3bd32a92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9234 | 2025.01.16 19:54:30.740594 [ 260 ] {b939ecc0-9a08-4ee9-9201-e41b3bd32a92} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9235 | 2025.01.16 19:54:30.740632 [ 260 ] {b939ecc0-9a08-4ee9-9201-e41b3bd32a92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9236 | 2025.01.16 19:54:30.741081 [ 260 ] {b939ecc0-9a08-4ee9-9201-e41b3bd32a92} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9237 | 2025.01.16 19:54:30.741319 [ 260 ] {b939ecc0-9a08-4ee9-9201-e41b3bd32a92} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9238 | 2025.01.16 19:54:30.741498 [ 260 ] {b939ecc0-9a08-4ee9-9201-e41b3bd32a92} <Debug> executeQuery: Read 928 rows, 63.41 KiB in 0.00186 sec., 498924.73118279566 rows/sec., 33.29 MiB/sec. | ||
| 9239 | 2025.01.16 19:54:30.741556 [ 260 ] {b939ecc0-9a08-4ee9-9201-e41b3bd32a92} <Debug> TCPHandler: Processed in 0.002100356 sec. | ||
| 9240 | 2025.01.16 19:54:30.741707 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9241 | 2025.01.16 19:54:30.741843 [ 262 ] {e1777f3c-f443-4d05-a1e5-4a4aa0b529a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9242 | 2025.01.16 19:54:30.741901 [ 262 ] {e1777f3c-f443-4d05-a1e5-4a4aa0b529a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9243 | 2025.01.16 19:54:30.742453 [ 262 ] {e1777f3c-f443-4d05-a1e5-4a4aa0b529a5} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9244 | 2025.01.16 19:54:30.742490 [ 262 ] {e1777f3c-f443-4d05-a1e5-4a4aa0b529a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9245 | 2025.01.16 19:54:30.742855 [ 262 ] {e1777f3c-f443-4d05-a1e5-4a4aa0b529a5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9246 | 2025.01.16 19:54:30.743095 [ 262 ] {e1777f3c-f443-4d05-a1e5-4a4aa0b529a5} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9247 | 2025.01.16 19:54:30.743320 [ 262 ] {e1777f3c-f443-4d05-a1e5-4a4aa0b529a5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001506 sec., 664.0106241699867 rows/sec., 44.74 KiB/sec. | ||
| 9248 | 2025.01.16 19:54:30.743435 [ 262 ] {e1777f3c-f443-4d05-a1e5-4a4aa0b529a5} <Debug> TCPHandler: Processed in 0.001795261 sec. | ||
| 9249 | 2025.01.16 19:54:30.743606 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9250 | 2025.01.16 19:54:30.743745 [ 260 ] {1e20bd9d-e135-484a-b28a-5200ead8836b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9251 | 2025.01.16 19:54:30.743805 [ 260 ] {1e20bd9d-e135-484a-b28a-5200ead8836b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9252 | 2025.01.16 19:54:30.744354 [ 260 ] {1e20bd9d-e135-484a-b28a-5200ead8836b} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9253 | 2025.01.16 19:54:30.744400 [ 260 ] {1e20bd9d-e135-484a-b28a-5200ead8836b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9254 | 2025.01.16 19:54:30.744771 [ 260 ] {1e20bd9d-e135-484a-b28a-5200ead8836b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9255 | 2025.01.16 19:54:30.745025 [ 260 ] {1e20bd9d-e135-484a-b28a-5200ead8836b} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9256 | 2025.01.16 19:54:30.745201 [ 260 ] {1e20bd9d-e135-484a-b28a-5200ead8836b} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001489 sec., 47011.41705842847 rows/sec., 2.95 MiB/sec. | ||
| 9257 | 2025.01.16 19:54:30.745250 [ 260 ] {1e20bd9d-e135-484a-b28a-5200ead8836b} <Debug> TCPHandler: Processed in 0.00173316 sec. | ||
| 9258 | 2025.01.16 19:54:32.436657 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9259 | 2025.01.16 19:54:32.436876 [ 260 ] {d72cf52a-febe-4719-8a67-96dc79cdb932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9260 | 2025.01.16 19:54:32.436960 [ 260 ] {d72cf52a-febe-4719-8a67-96dc79cdb932} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9261 | 2025.01.16 19:54:32.437781 [ 260 ] {d72cf52a-febe-4719-8a67-96dc79cdb932} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9262 | 2025.01.16 19:54:32.437836 [ 260 ] {d72cf52a-febe-4719-8a67-96dc79cdb932} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9263 | 2025.01.16 19:54:32.438287 [ 260 ] {d72cf52a-febe-4719-8a67-96dc79cdb932} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9264 | 2025.01.16 19:54:32.438545 [ 260 ] {d72cf52a-febe-4719-8a67-96dc79cdb932} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9265 | 2025.01.16 19:54:32.438773 [ 260 ] {d72cf52a-febe-4719-8a67-96dc79cdb932} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001955 sec., 28644.501278772375 rows/sec., 2.20 MiB/sec. | ||
| 9266 | 2025.01.16 19:54:32.438866 [ 260 ] {d72cf52a-febe-4719-8a67-96dc79cdb932} <Debug> TCPHandler: Processed in 0.002353291 sec. | ||
| 9267 | 2025.01.16 19:54:32.439165 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9268 | 2025.01.16 19:54:32.439366 [ 262 ] {8e0dfc33-e3eb-4b6e-a7ce-fc4785836c11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9269 | 2025.01.16 19:54:32.439442 [ 262 ] {8e0dfc33-e3eb-4b6e-a7ce-fc4785836c11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9270 | 2025.01.16 19:54:32.440220 [ 262 ] {8e0dfc33-e3eb-4b6e-a7ce-fc4785836c11} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9271 | 2025.01.16 19:54:32.440274 [ 262 ] {8e0dfc33-e3eb-4b6e-a7ce-fc4785836c11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9272 | 2025.01.16 19:54:32.440747 [ 262 ] {8e0dfc33-e3eb-4b6e-a7ce-fc4785836c11} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9273 | 2025.01.16 19:54:32.441047 [ 262 ] {8e0dfc33-e3eb-4b6e-a7ce-fc4785836c11} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9274 | 2025.01.16 19:54:32.441307 [ 262 ] {8e0dfc33-e3eb-4b6e-a7ce-fc4785836c11} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001996 sec., 32064.128256513028 rows/sec., 2.50 MiB/sec. | ||
| 9275 | 2025.01.16 19:54:32.441374 [ 262 ] {8e0dfc33-e3eb-4b6e-a7ce-fc4785836c11} <Debug> TCPHandler: Processed in 0.002392882 sec. | ||
| 9276 | 2025.01.16 19:54:32.441518 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9277 | 2025.01.16 19:54:32.441647 [ 260 ] {6012947d-3c15-4901-8f31-fc99bedf83a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9278 | 2025.01.16 19:54:32.441705 [ 260 ] {6012947d-3c15-4901-8f31-fc99bedf83a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9279 | 2025.01.16 19:54:32.442258 [ 260 ] {6012947d-3c15-4901-8f31-fc99bedf83a2} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9280 | 2025.01.16 19:54:32.442297 [ 260 ] {6012947d-3c15-4901-8f31-fc99bedf83a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9281 | 2025.01.16 19:54:32.442681 [ 260 ] {6012947d-3c15-4901-8f31-fc99bedf83a2} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9282 | 2025.01.16 19:54:32.443000 [ 260 ] {6012947d-3c15-4901-8f31-fc99bedf83a2} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9283 | 2025.01.16 19:54:32.443251 [ 260 ] {6012947d-3c15-4901-8f31-fc99bedf83a2} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001626 sec., 19680.19680196802 rows/sec., 1.37 MiB/sec. | ||
| 9284 | 2025.01.16 19:54:32.443372 [ 260 ] {6012947d-3c15-4901-8f31-fc99bedf83a2} <Debug> TCPHandler: Processed in 0.001912163 sec. | ||
| 9285 | 2025.01.16 19:54:32.443578 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9286 | 2025.01.16 19:54:32.443869 [ 262 ] {99a8e767-0b56-483b-9585-b3ab5901636a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9287 | 2025.01.16 19:54:32.443980 [ 262 ] {99a8e767-0b56-483b-9585-b3ab5901636a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9288 | 2025.01.16 19:54:32.444478 [ 262 ] {99a8e767-0b56-483b-9585-b3ab5901636a} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9289 | 2025.01.16 19:54:32.444518 [ 262 ] {99a8e767-0b56-483b-9585-b3ab5901636a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9290 | 2025.01.16 19:54:32.444895 [ 262 ] {99a8e767-0b56-483b-9585-b3ab5901636a} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9291 | 2025.01.16 19:54:32.445146 [ 262 ] {99a8e767-0b56-483b-9585-b3ab5901636a} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9292 | 2025.01.16 19:54:32.445355 [ 262 ] {99a8e767-0b56-483b-9585-b3ab5901636a} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001596 sec., 7518.796992481203 rows/sec., 518.88 KiB/sec. | ||
| 9293 | 2025.01.16 19:54:32.445405 [ 262 ] {99a8e767-0b56-483b-9585-b3ab5901636a} <Debug> TCPHandler: Processed in 0.001946154 sec. | ||
| 9294 | 2025.01.16 19:54:33.328816 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679 | ||
| 9295 | 2025.01.16 19:54:33.329608 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9296 | 2025.01.16 19:54:33.329656 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9297 | 2025.01.16 19:54:33.330192 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9298 | 2025.01.16 19:54:33.330449 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9299 | 2025.01.16 19:54:33.330690 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 | ||
| 9300 | 2025.01.16 19:54:34.758615 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 9301 | 2025.01.16 19:54:34.779841 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9302 | 2025.01.16 19:54:34.779903 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9303 | 2025.01.16 19:54:34.787344 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9304 | 2025.01.16 19:54:34.788115 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9305 | 2025.01.16 19:54:34.790878 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 9306 | 2025.01.16 19:54:35.935880 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1302 | ||
| 9307 | 2025.01.16 19:54:35.939257 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9308 | 2025.01.16 19:54:35.939306 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9309 | 2025.01.16 19:54:35.940826 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9310 | 2025.01.16 19:54:35.941144 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9311 | 2025.01.16 19:54:35.941791 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1302 | ||
| 9312 | 2025.01.16 19:54:37.444666 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9313 | 2025.01.16 19:54:37.444862 [ 260 ] {0a5df2bb-05fa-49b8-92de-ff0376908e97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9314 | 2025.01.16 19:54:37.444940 [ 260 ] {0a5df2bb-05fa-49b8-92de-ff0376908e97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9315 | 2025.01.16 19:54:37.445809 [ 260 ] {0a5df2bb-05fa-49b8-92de-ff0376908e97} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9316 | 2025.01.16 19:54:37.445863 [ 260 ] {0a5df2bb-05fa-49b8-92de-ff0376908e97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9317 | 2025.01.16 19:54:37.446334 [ 260 ] {0a5df2bb-05fa-49b8-92de-ff0376908e97} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9318 | 2025.01.16 19:54:37.446593 [ 260 ] {0a5df2bb-05fa-49b8-92de-ff0376908e97} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9319 | 2025.01.16 19:54:37.446844 [ 260 ] {0a5df2bb-05fa-49b8-92de-ff0376908e97} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002037 sec., 66764.8502700049 rows/sec., 5.76 MiB/sec. | ||
| 9320 | 2025.01.16 19:54:37.446913 [ 260 ] {0a5df2bb-05fa-49b8-92de-ff0376908e97} <Debug> TCPHandler: Processed in 0.002381661 sec. | ||
| 9321 | 2025.01.16 19:54:37.447164 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9322 | 2025.01.16 19:54:37.447354 [ 262 ] {b169e510-3187-4a4d-b4af-a2ce2d9af49d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9323 | 2025.01.16 19:54:37.447423 [ 262 ] {b169e510-3187-4a4d-b4af-a2ce2d9af49d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9324 | 2025.01.16 19:54:37.448181 [ 262 ] {b169e510-3187-4a4d-b4af-a2ce2d9af49d} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9325 | 2025.01.16 19:54:37.448221 [ 262 ] {b169e510-3187-4a4d-b4af-a2ce2d9af49d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9326 | 2025.01.16 19:54:37.448652 [ 262 ] {b169e510-3187-4a4d-b4af-a2ce2d9af49d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9327 | 2025.01.16 19:54:37.448909 [ 262 ] {b169e510-3187-4a4d-b4af-a2ce2d9af49d} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9328 | 2025.01.16 19:54:37.449120 [ 262 ] {b169e510-3187-4a4d-b4af-a2ce2d9af49d} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001816 sec., 22026.431718061674 rows/sec., 1.62 MiB/sec. | ||
| 9329 | 2025.01.16 19:54:37.449214 [ 262 ] {b169e510-3187-4a4d-b4af-a2ce2d9af49d} <Debug> TCPHandler: Processed in 0.002177668 sec. | ||
| 9330 | 2025.01.16 19:54:37.449449 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9331 | 2025.01.16 19:54:37.449624 [ 260 ] {9f8a6418-685a-4bff-8992-3fd8af096e9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9332 | 2025.01.16 19:54:37.449680 [ 260 ] {9f8a6418-685a-4bff-8992-3fd8af096e9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9333 | 2025.01.16 19:54:37.450353 [ 260 ] {9f8a6418-685a-4bff-8992-3fd8af096e9e} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9334 | 2025.01.16 19:54:37.450396 [ 260 ] {9f8a6418-685a-4bff-8992-3fd8af096e9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9335 | 2025.01.16 19:54:37.450814 [ 260 ] {9f8a6418-685a-4bff-8992-3fd8af096e9e} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9336 | 2025.01.16 19:54:37.451067 [ 260 ] {9f8a6418-685a-4bff-8992-3fd8af096e9e} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9337 | 2025.01.16 19:54:37.451291 [ 260 ] {9f8a6418-685a-4bff-8992-3fd8af096e9e} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001697 sec., 61284.61991750148 rows/sec., 4.79 MiB/sec. | ||
| 9338 | 2025.01.16 19:54:37.451354 [ 260 ] {9f8a6418-685a-4bff-8992-3fd8af096e9e} <Debug> TCPHandler: Processed in 0.002034765 sec. | ||
| 9339 | 2025.01.16 19:54:37.451506 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9340 | 2025.01.16 19:54:37.451624 [ 262 ] {a02f1724-52cf-4ea1-81fe-0a5e421ff76d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9341 | 2025.01.16 19:54:37.451678 [ 262 ] {a02f1724-52cf-4ea1-81fe-0a5e421ff76d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9342 | 2025.01.16 19:54:37.452366 [ 262 ] {a02f1724-52cf-4ea1-81fe-0a5e421ff76d} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9343 | 2025.01.16 19:54:37.452410 [ 262 ] {a02f1724-52cf-4ea1-81fe-0a5e421ff76d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9344 | 2025.01.16 19:54:37.452859 [ 262 ] {a02f1724-52cf-4ea1-81fe-0a5e421ff76d} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9345 | 2025.01.16 19:54:37.453106 [ 262 ] {a02f1724-52cf-4ea1-81fe-0a5e421ff76d} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9346 | 2025.01.16 19:54:37.453282 [ 262 ] {a02f1724-52cf-4ea1-81fe-0a5e421ff76d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001683 sec., 95068.330362448 rows/sec., 6.62 MiB/sec. | ||
| 9347 | 2025.01.16 19:54:37.453333 [ 262 ] {a02f1724-52cf-4ea1-81fe-0a5e421ff76d} <Debug> TCPHandler: Processed in 0.001884193 sec. | ||
| 9348 | 2025.01.16 19:54:37.453499 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9349 | 2025.01.16 19:54:37.453624 [ 260 ] {6d69a626-c5fe-48c1-9abb-8199361d8c27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9350 | 2025.01.16 19:54:37.453709 [ 260 ] {6d69a626-c5fe-48c1-9abb-8199361d8c27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9351 | 2025.01.16 19:54:37.454918 [ 260 ] {6d69a626-c5fe-48c1-9abb-8199361d8c27} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9352 | 2025.01.16 19:54:37.454959 [ 260 ] {6d69a626-c5fe-48c1-9abb-8199361d8c27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9353 | 2025.01.16 19:54:37.455655 [ 260 ] {6d69a626-c5fe-48c1-9abb-8199361d8c27} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9354 | 2025.01.16 19:54:37.455926 [ 260 ] {6d69a626-c5fe-48c1-9abb-8199361d8c27} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9355 | 2025.01.16 19:54:37.456174 [ 260 ] {6d69a626-c5fe-48c1-9abb-8199361d8c27} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002578 sec., 15515.903801396431 rows/sec., 27.80 MiB/sec. | ||
| 9356 | 2025.01.16 19:54:37.456294 [ 260 ] {6d69a626-c5fe-48c1-9abb-8199361d8c27} <Debug> TCPHandler: Processed in 0.00285732 sec. | ||
| 9357 | 2025.01.16 19:54:37.456453 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9358 | 2025.01.16 19:54:37.456592 [ 262 ] {a5cb8d9e-3db8-4a13-9c5c-a4cbc1324ca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9359 | 2025.01.16 19:54:37.456652 [ 262 ] {a5cb8d9e-3db8-4a13-9c5c-a4cbc1324ca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9360 | 2025.01.16 19:54:37.457165 [ 262 ] {a5cb8d9e-3db8-4a13-9c5c-a4cbc1324ca3} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9361 | 2025.01.16 19:54:37.457203 [ 262 ] {a5cb8d9e-3db8-4a13-9c5c-a4cbc1324ca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9362 | 2025.01.16 19:54:37.457573 [ 262 ] {a5cb8d9e-3db8-4a13-9c5c-a4cbc1324ca3} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9363 | 2025.01.16 19:54:37.457821 [ 262 ] {a5cb8d9e-3db8-4a13-9c5c-a4cbc1324ca3} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9364 | 2025.01.16 19:54:37.458001 [ 262 ] {a5cb8d9e-3db8-4a13-9c5c-a4cbc1324ca3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001439 sec., 41695.62195969423 rows/sec., 2.81 MiB/sec. | ||
| 9365 | 2025.01.16 19:54:37.458050 [ 262 ] {a5cb8d9e-3db8-4a13-9c5c-a4cbc1324ca3} <Debug> TCPHandler: Processed in 0.00166633 sec. | ||
| 9366 | 2025.01.16 19:54:40.659660 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9367 | 2025.01.16 19:54:40.659727 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9368 | 2025.01.16 19:54:40.830907 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106 | ||
| 9369 | 2025.01.16 19:54:40.831529 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9370 | 2025.01.16 19:54:40.831566 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9371 | 2025.01.16 19:54:40.832095 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9372 | 2025.01.16 19:54:40.832347 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9373 | 2025.01.16 19:54:40.832495 [ 47 ] {} <Debug> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9374 | 2025.01.16 19:54:40.832531 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 9375 | 2025.01.16 19:54:40.832545 [ 47 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9376 | 2025.01.16 19:54:40.832569 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9377 | 2025.01.16 19:54:40.832727 [ 194 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 9378 | 2025.01.16 19:54:40.832908 [ 194 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9379 | 2025.01.16 19:54:40.832955 [ 194 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part | ||
| 9380 | 2025.01.16 19:54:40.833047 [ 194 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part | ||
| 9381 | 2025.01.16 19:54:40.833258 [ 194 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 488 rows starting from the beginning of the part | ||
| 9382 | 2025.01.16 19:54:40.833464 [ 194 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 427 rows starting from the beginning of the part | ||
| 9383 | 2025.01.16 19:54:40.833606 [ 194 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 488 rows starting from the beginning of the part | ||
| 9384 | 2025.01.16 19:54:40.833701 [ 194 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 427 rows starting from the beginning of the part | ||
| 9385 | 2025.01.16 19:54:40.836274 [ 192 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003624994 sec., 5822354.4645867 rows/sec., 83.29 MiB/sec. | ||
| 9386 | 2025.01.16 19:54:40.836727 [ 204 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9387 | 2025.01.16 19:54:40.837093 [ 204 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_46_9} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9388 | 2025.01.16 19:54:40.837193 [ 204 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_46_9} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9389 | 2025.01.16 19:54:40.837313 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. | ||
| 9390 | 2025.01.16 19:54:42.291042 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 9391 | 2025.01.16 19:54:42.313105 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9392 | 2025.01.16 19:54:42.313181 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9393 | 2025.01.16 19:54:42.320611 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9394 | 2025.01.16 19:54:42.321427 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9395 | 2025.01.16 19:54:42.321889 [ 93 ] {} <Debug> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9396 | 2025.01.16 19:54:42.322045 [ 93 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9397 | 2025.01.16 19:54:42.322133 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9398 | 2025.01.16 19:54:42.323075 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 9399 | 2025.01.16 19:54:42.338272 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 9400 | 2025.01.16 19:54:42.340050 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9401 | 2025.01.16 19:54:42.341379 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part | ||
| 9402 | 2025.01.16 19:54:42.347284 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part | ||
| 9403 | 2025.01.16 19:54:42.353285 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part | ||
| 9404 | 2025.01.16 19:54:42.359247 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part | ||
| 9405 | 2025.01.16 19:54:42.365180 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 8 rows starting from the beginning of the part | ||
| 9406 | 2025.01.16 19:54:42.369786 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 7 rows starting from the beginning of the part | ||
| 9407 | 2025.01.16 19:54:42.428564 [ 191 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.106224984 sec., 3266.6514687354534 rows/sec., 16.89 MiB/sec. | ||
| 9408 | 2025.01.16 19:54:42.431860 [ 191 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9409 | 2025.01.16 19:54:42.435035 [ 191 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_46_9} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9410 | 2025.01.16 19:54:42.435170 [ 191 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_46_9} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9411 | 2025.01.16 19:54:42.437780 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 9412 | 2025.01.16 19:54:42.446954 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9413 | 2025.01.16 19:54:42.447246 [ 260 ] {c59ebed5-8263-4402-9a24-85996a746b56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9414 | 2025.01.16 19:54:42.447361 [ 260 ] {c59ebed5-8263-4402-9a24-85996a746b56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9415 | 2025.01.16 19:54:42.448354 [ 260 ] {c59ebed5-8263-4402-9a24-85996a746b56} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9416 | 2025.01.16 19:54:42.448401 [ 260 ] {c59ebed5-8263-4402-9a24-85996a746b56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9417 | 2025.01.16 19:54:42.448827 [ 260 ] {c59ebed5-8263-4402-9a24-85996a746b56} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9418 | 2025.01.16 19:54:42.449089 [ 260 ] {c59ebed5-8263-4402-9a24-85996a746b56} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9419 | 2025.01.16 19:54:42.449323 [ 260 ] {c59ebed5-8263-4402-9a24-85996a746b56} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002157 sec., 6490.496059341678 rows/sec., 467.23 KiB/sec. | ||
| 9420 | 2025.01.16 19:54:42.449387 [ 260 ] {c59ebed5-8263-4402-9a24-85996a746b56} <Debug> TCPHandler: Processed in 0.002575195 sec. | ||
| 9421 | 2025.01.16 19:54:42.449648 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9422 | 2025.01.16 19:54:42.449842 [ 262 ] {725266f1-8d78-4f42-9341-d61042b223e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9423 | 2025.01.16 19:54:42.449919 [ 262 ] {725266f1-8d78-4f42-9341-d61042b223e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9424 | 2025.01.16 19:54:42.450747 [ 262 ] {725266f1-8d78-4f42-9341-d61042b223e6} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9425 | 2025.01.16 19:54:42.450785 [ 262 ] {725266f1-8d78-4f42-9341-d61042b223e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9426 | 2025.01.16 19:54:42.451239 [ 262 ] {725266f1-8d78-4f42-9341-d61042b223e6} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9427 | 2025.01.16 19:54:42.451492 [ 262 ] {725266f1-8d78-4f42-9341-d61042b223e6} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9428 | 2025.01.16 19:54:42.451638 [ 97 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9429 | 2025.01.16 19:54:42.451690 [ 97 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9430 | 2025.01.16 19:54:42.451698 [ 262 ] {725266f1-8d78-4f42-9341-d61042b223e6} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001908 sec., 106394.12997903564 rows/sec., 9.21 MiB/sec. | ||
| 9431 | 2025.01.16 19:54:42.451717 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9432 | 2025.01.16 19:54:42.451808 [ 262 ] {725266f1-8d78-4f42-9341-d61042b223e6} <Debug> TCPHandler: Processed in 0.00229422 sec. | ||
| 9433 | 2025.01.16 19:54:42.452090 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9434 | 2025.01.16 19:54:42.452128 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9435 | 2025.01.16 19:54:42.452486 [ 260 ] {77ff2a04-1106-40d8-a65f-190caf06db32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9436 | 2025.01.16 19:54:42.452674 [ 260 ] {77ff2a04-1106-40d8-a65f-190caf06db32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9437 | 2025.01.16 19:54:42.452700 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9438 | 2025.01.16 19:54:42.452828 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1434 rows starting from the beginning of the part | ||
| 9439 | 2025.01.16 19:54:42.453393 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 136 rows starting from the beginning of the part | ||
| 9440 | 2025.01.16 19:54:42.454057 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1346 rows starting from the beginning of the part | ||
| 9441 | 2025.01.16 19:54:42.454342 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 56 rows starting from the beginning of the part | ||
| 9442 | 2025.01.16 19:54:42.454591 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 136 rows starting from the beginning of the part | ||
| 9443 | 2025.01.16 19:54:42.454842 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 203 rows starting from the beginning of the part | ||
| 9444 | 2025.01.16 19:54:42.455580 [ 260 ] {77ff2a04-1106-40d8-a65f-190caf06db32} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9445 | 2025.01.16 19:54:42.455629 [ 260 ] {77ff2a04-1106-40d8-a65f-190caf06db32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9446 | 2025.01.16 19:54:42.456137 [ 260 ] {77ff2a04-1106-40d8-a65f-190caf06db32} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9447 | 2025.01.16 19:54:42.456477 [ 260 ] {77ff2a04-1106-40d8-a65f-190caf06db32} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9448 | 2025.01.16 19:54:42.456734 [ 260 ] {77ff2a04-1106-40d8-a65f-190caf06db32} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.00439 sec., 1594.5330296127563 rows/sec., 103.88 KiB/sec. | ||
| 9449 | 2025.01.16 19:54:42.456793 [ 260 ] {77ff2a04-1106-40d8-a65f-190caf06db32} <Debug> TCPHandler: Processed in 0.004876376 sec. | ||
| 9450 | 2025.01.16 19:54:42.456958 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9451 | 2025.01.16 19:54:42.457320 [ 262 ] {d064aae1-d8c6-4e67-a05b-db7a09aa6e3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9452 | 2025.01.16 19:54:42.457373 [ 188 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3311 rows, containing 5 columns (5 merged, 0 gathered) in 0.005552228 sec., 596337.1821186017 rows/sec., 52.26 MiB/sec. | ||
| 9453 | 2025.01.16 19:54:42.457399 [ 262 ] {d064aae1-d8c6-4e67-a05b-db7a09aa6e3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9454 | 2025.01.16 19:54:42.457785 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9455 | 2025.01.16 19:54:42.458365 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_76_15} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9456 | 2025.01.16 19:54:42.458588 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_76_15} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9457 | 2025.01.16 19:54:42.458718 [ 262 ] {d064aae1-d8c6-4e67-a05b-db7a09aa6e3a} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9458 | 2025.01.16 19:54:42.458756 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 9459 | 2025.01.16 19:54:42.458778 [ 262 ] {d064aae1-d8c6-4e67-a05b-db7a09aa6e3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9460 | 2025.01.16 19:54:42.459166 [ 262 ] {d064aae1-d8c6-4e67-a05b-db7a09aa6e3a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9461 | 2025.01.16 19:54:42.459411 [ 262 ] {d064aae1-d8c6-4e67-a05b-db7a09aa6e3a} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9462 | 2025.01.16 19:54:42.459593 [ 262 ] {d064aae1-d8c6-4e67-a05b-db7a09aa6e3a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002409 sec., 5811.5400581154 rows/sec., 407.00 KiB/sec. | ||
| 9463 | 2025.01.16 19:54:42.459651 [ 262 ] {d064aae1-d8c6-4e67-a05b-db7a09aa6e3a} <Debug> TCPHandler: Processed in 0.002761869 sec. | ||
| 9464 | 2025.01.16 19:54:42.459810 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9465 | 2025.01.16 19:54:42.459960 [ 260 ] {6b61bb6b-1479-4315-8b46-647f83cab1a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9466 | 2025.01.16 19:54:42.460017 [ 260 ] {6b61bb6b-1479-4315-8b46-647f83cab1a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9467 | 2025.01.16 19:54:42.460716 [ 260 ] {6b61bb6b-1479-4315-8b46-647f83cab1a7} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9468 | 2025.01.16 19:54:42.460764 [ 260 ] {6b61bb6b-1479-4315-8b46-647f83cab1a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9469 | 2025.01.16 19:54:42.461163 [ 260 ] {6b61bb6b-1479-4315-8b46-647f83cab1a7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9470 | 2025.01.16 19:54:42.461416 [ 260 ] {6b61bb6b-1479-4315-8b46-647f83cab1a7} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9471 | 2025.01.16 19:54:42.461666 [ 260 ] {6b61bb6b-1479-4315-8b46-647f83cab1a7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001739 sec., 7475.560667050028 rows/sec., 466.10 KiB/sec. | ||
| 9472 | 2025.01.16 19:54:42.461896 [ 260 ] {6b61bb6b-1479-4315-8b46-647f83cab1a7} <Debug> TCPHandler: Processed in 0.002150928 sec. | ||
| 9473 | 2025.01.16 19:54:42.462085 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9474 | 2025.01.16 19:54:42.462198 [ 262 ] {af789fbb-414b-4fb7-b041-5e5af51c821d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9475 | 2025.01.16 19:54:42.462245 [ 262 ] {af789fbb-414b-4fb7-b041-5e5af51c821d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9476 | 2025.01.16 19:54:42.462988 [ 262 ] {af789fbb-414b-4fb7-b041-5e5af51c821d} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9477 | 2025.01.16 19:54:42.463026 [ 262 ] {af789fbb-414b-4fb7-b041-5e5af51c821d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9478 | 2025.01.16 19:54:42.463411 [ 262 ] {af789fbb-414b-4fb7-b041-5e5af51c821d} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9479 | 2025.01.16 19:54:42.463659 [ 262 ] {af789fbb-414b-4fb7-b041-5e5af51c821d} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9480 | 2025.01.16 19:54:42.463786 [ 97 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9481 | 2025.01.16 19:54:42.463822 [ 97 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9482 | 2025.01.16 19:54:42.463843 [ 262 ] {af789fbb-414b-4fb7-b041-5e5af51c821d} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001667 sec., 229154.16916616674 rows/sec., 16.22 MiB/sec. | ||
| 9483 | 2025.01.16 19:54:42.463846 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9484 | 2025.01.16 19:54:42.463973 [ 262 ] {af789fbb-414b-4fb7-b041-5e5af51c821d} <Debug> TCPHandler: Processed in 0.001971355 sec. | ||
| 9485 | 2025.01.16 19:54:42.464066 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9486 | 2025.01.16 19:54:42.464175 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9487 | 2025.01.16 19:54:42.464250 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9488 | 2025.01.16 19:54:42.464328 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 914 rows starting from the beginning of the part | ||
| 9489 | 2025.01.16 19:54:42.464395 [ 260 ] {a0dea0e9-3a3d-4ba6-8a19-314ed5de415c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9490 | 2025.01.16 19:54:42.464566 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 104 rows starting from the beginning of the part | ||
| 9491 | 2025.01.16 19:54:42.464575 [ 260 ] {a0dea0e9-3a3d-4ba6-8a19-314ed5de415c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9492 | 2025.01.16 19:54:42.465051 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 844 rows starting from the beginning of the part | ||
| 9493 | 2025.01.16 19:54:42.465451 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 64 rows starting from the beginning of the part | ||
| 9494 | 2025.01.16 19:54:42.465786 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 104 rows starting from the beginning of the part | ||
| 9495 | 2025.01.16 19:54:42.466081 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 382 rows starting from the beginning of the part | ||
| 9496 | 2025.01.16 19:54:42.466754 [ 260 ] {a0dea0e9-3a3d-4ba6-8a19-314ed5de415c} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9497 | 2025.01.16 19:54:42.466816 [ 260 ] {a0dea0e9-3a3d-4ba6-8a19-314ed5de415c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9498 | 2025.01.16 19:54:42.467678 [ 260 ] {a0dea0e9-3a3d-4ba6-8a19-314ed5de415c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9499 | 2025.01.16 19:54:42.468208 [ 260 ] {a0dea0e9-3a3d-4ba6-8a19-314ed5de415c} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9500 | 2025.01.16 19:54:42.468567 [ 260 ] {a0dea0e9-3a3d-4ba6-8a19-314ed5de415c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00423 sec., 1418.4397163120566 rows/sec., 74.11 KiB/sec. | ||
| 9501 | 2025.01.16 19:54:42.468649 [ 260 ] {a0dea0e9-3a3d-4ba6-8a19-314ed5de415c} <Debug> TCPHandler: Processed in 0.004574 sec. | ||
| 9502 | 2025.01.16 19:54:42.468898 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9503 | 2025.01.16 19:54:42.469132 [ 190 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.005183101 sec., 465358.47941222833 rows/sec., 35.69 MiB/sec. | ||
| 9504 | 2025.01.16 19:54:42.469168 [ 262 ] {cb8ddb78-cba7-4fec-b591-7206ffa74c0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9505 | 2025.01.16 19:54:42.469244 [ 262 ] {cb8ddb78-cba7-4fec-b591-7206ffa74c0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9506 | 2025.01.16 19:54:42.469397 [ 190 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9507 | 2025.01.16 19:54:42.470011 [ 190 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_76_15} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9508 | 2025.01.16 19:54:42.470214 [ 190 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_76_15} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9509 | 2025.01.16 19:54:42.470397 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 9510 | 2025.01.16 19:54:42.470551 [ 262 ] {cb8ddb78-cba7-4fec-b591-7206ffa74c0d} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9511 | 2025.01.16 19:54:42.470593 [ 262 ] {cb8ddb78-cba7-4fec-b591-7206ffa74c0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9512 | 2025.01.16 19:54:42.470995 [ 262 ] {cb8ddb78-cba7-4fec-b591-7206ffa74c0d} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9513 | 2025.01.16 19:54:42.471238 [ 262 ] {cb8ddb78-cba7-4fec-b591-7206ffa74c0d} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9514 | 2025.01.16 19:54:42.471369 [ 97 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9515 | 2025.01.16 19:54:42.471415 [ 97 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9516 | 2025.01.16 19:54:42.471438 [ 262 ] {cb8ddb78-cba7-4fec-b591-7206ffa74c0d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002321 sec., 102111.15898319689 rows/sec., 6.84 MiB/sec. | ||
| 9517 | 2025.01.16 19:54:42.471443 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9518 | 2025.01.16 19:54:42.471583 [ 262 ] {cb8ddb78-cba7-4fec-b591-7206ffa74c0d} <Debug> TCPHandler: Processed in 0.00283195 sec. | ||
| 9519 | 2025.01.16 19:54:42.471840 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9520 | 2025.01.16 19:54:42.471923 [ 195 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9521 | 2025.01.16 19:54:42.472194 [ 260 ] {2229d472-9ebd-423d-8d41-b64bd49bd431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9522 | 2025.01.16 19:54:42.472399 [ 260 ] {2229d472-9ebd-423d-8d41-b64bd49bd431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9523 | 2025.01.16 19:54:42.472659 [ 195 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9524 | 2025.01.16 19:54:42.472869 [ 195 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 19451 rows starting from the beginning of the part | ||
| 9525 | 2025.01.16 19:54:42.473510 [ 195 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
| 9526 | 2025.01.16 19:54:42.473835 [ 195 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 928 rows starting from the beginning of the part | ||
| 9527 | 2025.01.16 19:54:42.474219 [ 195 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 32 rows starting from the beginning of the part | ||
| 9528 | 2025.01.16 19:54:42.474520 [ 195 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part | ||
| 9529 | 2025.01.16 19:54:42.474931 [ 195 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 237 rows starting from the beginning of the part | ||
| 9530 | 2025.01.16 19:54:42.475112 [ 260 ] {2229d472-9ebd-423d-8d41-b64bd49bd431} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9531 | 2025.01.16 19:54:42.475227 [ 260 ] {2229d472-9ebd-423d-8d41-b64bd49bd431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9532 | 2025.01.16 19:54:42.476163 [ 260 ] {2229d472-9ebd-423d-8d41-b64bd49bd431} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9533 | 2025.01.16 19:54:42.476481 [ 260 ] {2229d472-9ebd-423d-8d41-b64bd49bd431} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9534 | 2025.01.16 19:54:42.476973 [ 260 ] {2229d472-9ebd-423d-8d41-b64bd49bd431} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004893 sec., 204.37359493153485 rows/sec., 13.77 KiB/sec. | ||
| 9535 | 2025.01.16 19:54:42.477225 [ 260 ] {2229d472-9ebd-423d-8d41-b64bd49bd431} <Debug> TCPHandler: Processed in 0.005519147 sec. | ||
| 9536 | 2025.01.16 19:54:42.477534 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9537 | 2025.01.16 19:54:42.477842 [ 262 ] {19abfabc-d583-44bb-b25a-1bd3021c6caa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9538 | 2025.01.16 19:54:42.477952 [ 262 ] {19abfabc-d583-44bb-b25a-1bd3021c6caa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9539 | 2025.01.16 19:54:42.479226 [ 262 ] {19abfabc-d583-44bb-b25a-1bd3021c6caa} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9540 | 2025.01.16 19:54:42.479263 [ 262 ] {19abfabc-d583-44bb-b25a-1bd3021c6caa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9541 | 2025.01.16 19:54:42.480190 [ 262 ] {19abfabc-d583-44bb-b25a-1bd3021c6caa} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9542 | 2025.01.16 19:54:42.480463 [ 262 ] {19abfabc-d583-44bb-b25a-1bd3021c6caa} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9543 | 2025.01.16 19:54:42.480596 [ 97 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9544 | 2025.01.16 19:54:42.480638 [ 97 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9545 | 2025.01.16 19:54:42.480658 [ 262 ] {19abfabc-d583-44bb-b25a-1bd3021c6caa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00292 sec., 28082.19178082192 rows/sec., 1.78 MiB/sec. | ||
| 9546 | 2025.01.16 19:54:42.480666 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9547 | 2025.01.16 19:54:42.480818 [ 262 ] {19abfabc-d583-44bb-b25a-1bd3021c6caa} <Debug> TCPHandler: Processed in 0.003467291 sec. | ||
| 9548 | 2025.01.16 19:54:42.480952 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9549 | 2025.01.16 19:54:42.481239 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9550 | 2025.01.16 19:54:42.481307 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4166 rows starting from the beginning of the part | ||
| 9551 | 2025.01.16 19:54:42.481425 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
| 9552 | 2025.01.16 19:54:42.481551 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 70 rows starting from the beginning of the part | ||
| 9553 | 2025.01.16 19:54:42.481658 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 12 rows starting from the beginning of the part | ||
| 9554 | 2025.01.16 19:54:42.481763 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
| 9555 | 2025.01.16 19:54:42.481868 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 82 rows starting from the beginning of the part | ||
| 9556 | 2025.01.16 19:54:42.490452 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4450 rows, containing 4 columns (4 merged, 0 gathered) in 0.00966438 sec., 460453.74871435104 rows/sec., 30.06 MiB/sec. | ||
| 9557 | 2025.01.16 19:54:42.490913 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9558 | 2025.01.16 19:54:42.491432 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_76_15} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9559 | 2025.01.16 19:54:42.491570 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_76_15} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9560 | 2025.01.16 19:54:42.491669 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. | ||
| 9561 | 2025.01.16 19:54:42.492424 [ 189 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20968 rows, containing 5 columns (5 merged, 0 gathered) in 0.020850986 sec., 1005611.9168657061 rows/sec., 67.93 MiB/sec. | ||
| 9562 | 2025.01.16 19:54:42.492883 [ 189 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9563 | 2025.01.16 19:54:42.493205 [ 189 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9564 | 2025.01.16 19:54:42.493283 [ 189 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9565 | 2025.01.16 19:54:42.493377 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 9566 | 2025.01.16 19:54:43.000285 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 227.49 MiB, peak 240.05 MiB, free memory in arenas 0.00 B, will set to 229.24 MiB (RSS), difference: 1.75 MiB | ||
| 9567 | 2025.01.16 19:54:45.942162 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1334 | ||
| 9568 | 2025.01.16 19:54:45.945288 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9569 | 2025.01.16 19:54:45.945349 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9570 | 2025.01.16 19:54:45.946868 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9571 | 2025.01.16 19:54:45.947193 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9572 | 2025.01.16 19:54:45.947786 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1334 | ||
| 9573 | 2025.01.16 19:54:47.445059 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9574 | 2025.01.16 19:54:47.445273 [ 260 ] {c64789de-e5a6-4e5a-8d5c-c78be9c28664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9575 | 2025.01.16 19:54:47.445355 [ 260 ] {c64789de-e5a6-4e5a-8d5c-c78be9c28664} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9576 | 2025.01.16 19:54:47.446279 [ 260 ] {c64789de-e5a6-4e5a-8d5c-c78be9c28664} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9577 | 2025.01.16 19:54:47.446324 [ 260 ] {c64789de-e5a6-4e5a-8d5c-c78be9c28664} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9578 | 2025.01.16 19:54:47.446779 [ 260 ] {c64789de-e5a6-4e5a-8d5c-c78be9c28664} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9579 | 2025.01.16 19:54:47.447036 [ 260 ] {c64789de-e5a6-4e5a-8d5c-c78be9c28664} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9580 | 2025.01.16 19:54:47.447268 [ 260 ] {c64789de-e5a6-4e5a-8d5c-c78be9c28664} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.00205 sec., 66341.46341463414 rows/sec., 5.72 MiB/sec. | ||
| 9581 | 2025.01.16 19:54:47.447405 [ 260 ] {c64789de-e5a6-4e5a-8d5c-c78be9c28664} <Debug> TCPHandler: Processed in 0.002487743 sec. | ||
| 9582 | 2025.01.16 19:54:47.447734 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9583 | 2025.01.16 19:54:47.447980 [ 262 ] {fbed0e0e-67bb-49e5-801a-2f2e56296171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9584 | 2025.01.16 19:54:47.448066 [ 262 ] {fbed0e0e-67bb-49e5-801a-2f2e56296171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9585 | 2025.01.16 19:54:47.448859 [ 262 ] {fbed0e0e-67bb-49e5-801a-2f2e56296171} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9586 | 2025.01.16 19:54:47.448912 [ 262 ] {fbed0e0e-67bb-49e5-801a-2f2e56296171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9587 | 2025.01.16 19:54:47.449357 [ 262 ] {fbed0e0e-67bb-49e5-801a-2f2e56296171} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9588 | 2025.01.16 19:54:47.449623 [ 262 ] {fbed0e0e-67bb-49e5-801a-2f2e56296171} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9589 | 2025.01.16 19:54:47.449899 [ 262 ] {fbed0e0e-67bb-49e5-801a-2f2e56296171} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001967 sec., 20335.536349771224 rows/sec., 1.49 MiB/sec. | ||
| 9590 | 2025.01.16 19:54:47.450025 [ 262 ] {fbed0e0e-67bb-49e5-801a-2f2e56296171} <Debug> TCPHandler: Processed in 0.002488833 sec. | ||
| 9591 | 2025.01.16 19:54:47.450265 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9592 | 2025.01.16 19:54:47.450419 [ 260 ] {b77f5eef-e0a7-4e38-bf4c-01eee8330d5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9593 | 2025.01.16 19:54:47.450474 [ 260 ] {b77f5eef-e0a7-4e38-bf4c-01eee8330d5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9594 | 2025.01.16 19:54:47.451122 [ 260 ] {b77f5eef-e0a7-4e38-bf4c-01eee8330d5b} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9595 | 2025.01.16 19:54:47.451163 [ 260 ] {b77f5eef-e0a7-4e38-bf4c-01eee8330d5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9596 | 2025.01.16 19:54:47.451538 [ 260 ] {b77f5eef-e0a7-4e38-bf4c-01eee8330d5b} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9597 | 2025.01.16 19:54:47.451781 [ 260 ] {b77f5eef-e0a7-4e38-bf4c-01eee8330d5b} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9598 | 2025.01.16 19:54:47.451986 [ 260 ] {b77f5eef-e0a7-4e38-bf4c-01eee8330d5b} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001591 sec., 65367.69327467002 rows/sec., 5.11 MiB/sec. | ||
| 9599 | 2025.01.16 19:54:47.452051 [ 260 ] {b77f5eef-e0a7-4e38-bf4c-01eee8330d5b} <Debug> TCPHandler: Processed in 0.001912613 sec. | ||
| 9600 | 2025.01.16 19:54:47.452285 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9601 | 2025.01.16 19:54:47.452493 [ 262 ] {f0c87fb9-4467-4d6e-be5d-9b816699bdfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9602 | 2025.01.16 19:54:47.452560 [ 262 ] {f0c87fb9-4467-4d6e-be5d-9b816699bdfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9603 | 2025.01.16 19:54:47.453239 [ 262 ] {f0c87fb9-4467-4d6e-be5d-9b816699bdfe} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9604 | 2025.01.16 19:54:47.453280 [ 262 ] {f0c87fb9-4467-4d6e-be5d-9b816699bdfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9605 | 2025.01.16 19:54:47.453701 [ 262 ] {f0c87fb9-4467-4d6e-be5d-9b816699bdfe} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9606 | 2025.01.16 19:54:47.453950 [ 262 ] {f0c87fb9-4467-4d6e-be5d-9b816699bdfe} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9607 | 2025.01.16 19:54:47.454198 [ 262 ] {f0c87fb9-4467-4d6e-be5d-9b816699bdfe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001735 sec., 92219.02017291066 rows/sec., 6.42 MiB/sec. | ||
| 9608 | 2025.01.16 19:54:47.454269 [ 262 ] {f0c87fb9-4467-4d6e-be5d-9b816699bdfe} <Debug> TCPHandler: Processed in 0.002125087 sec. | ||
| 9609 | 2025.01.16 19:54:47.454499 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9610 | 2025.01.16 19:54:47.454777 [ 260 ] {202a595e-d362-40b0-b26d-5e1ae2a4a282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9611 | 2025.01.16 19:54:47.454874 [ 260 ] {202a595e-d362-40b0-b26d-5e1ae2a4a282} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9612 | 2025.01.16 19:54:47.456144 [ 260 ] {202a595e-d362-40b0-b26d-5e1ae2a4a282} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9613 | 2025.01.16 19:54:47.456183 [ 260 ] {202a595e-d362-40b0-b26d-5e1ae2a4a282} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9614 | 2025.01.16 19:54:47.456885 [ 260 ] {202a595e-d362-40b0-b26d-5e1ae2a4a282} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9615 | 2025.01.16 19:54:47.457156 [ 260 ] {202a595e-d362-40b0-b26d-5e1ae2a4a282} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9616 | 2025.01.16 19:54:47.457407 [ 260 ] {202a595e-d362-40b0-b26d-5e1ae2a4a282} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002701 sec., 14809.32987782303 rows/sec., 26.54 MiB/sec. | ||
| 9617 | 2025.01.16 19:54:47.457877 [ 260 ] {202a595e-d362-40b0-b26d-5e1ae2a4a282} <Debug> TCPHandler: Processed in 0.003524092 sec. | ||
| 9618 | 2025.01.16 19:54:47.458024 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9619 | 2025.01.16 19:54:47.458155 [ 262 ] {37fdbcf9-5a1c-4e63-8b60-386b845607ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9620 | 2025.01.16 19:54:47.458216 [ 262 ] {37fdbcf9-5a1c-4e63-8b60-386b845607ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9621 | 2025.01.16 19:54:47.458811 [ 262 ] {37fdbcf9-5a1c-4e63-8b60-386b845607ba} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9622 | 2025.01.16 19:54:47.458857 [ 262 ] {37fdbcf9-5a1c-4e63-8b60-386b845607ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9623 | 2025.01.16 19:54:47.459289 [ 262 ] {37fdbcf9-5a1c-4e63-8b60-386b845607ba} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9624 | 2025.01.16 19:54:47.459531 [ 262 ] {37fdbcf9-5a1c-4e63-8b60-386b845607ba} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9625 | 2025.01.16 19:54:47.459749 [ 262 ] {37fdbcf9-5a1c-4e63-8b60-386b845607ba} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001629 sec., 36832.412523020255 rows/sec., 2.48 MiB/sec. | ||
| 9626 | 2025.01.16 19:54:47.459803 [ 262 ] {37fdbcf9-5a1c-4e63-8b60-386b845607ba} <Debug> TCPHandler: Processed in 0.001837392 sec. | ||
| 9627 | 2025.01.16 19:54:48.332746 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594 | ||
| 9628 | 2025.01.16 19:54:48.333488 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9629 | 2025.01.16 19:54:48.333531 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9630 | 2025.01.16 19:54:48.334108 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9631 | 2025.01.16 19:54:48.334379 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9632 | 2025.01.16 19:54:48.334655 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 | ||
| 9633 | 2025.01.16 19:54:49.838454 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 9634 | 2025.01.16 19:54:49.857925 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9635 | 2025.01.16 19:54:49.857991 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9636 | 2025.01.16 19:54:49.865311 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9637 | 2025.01.16 19:54:49.866075 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9638 | 2025.01.16 19:54:49.869823 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 9639 | 2025.01.16 19:54:52.448022 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9640 | 2025.01.16 19:54:52.448334 [ 260 ] {b039b8e6-1be1-4212-846c-2d483867096b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9641 | 2025.01.16 19:54:52.448431 [ 260 ] {b039b8e6-1be1-4212-846c-2d483867096b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9642 | 2025.01.16 19:54:52.449220 [ 260 ] {b039b8e6-1be1-4212-846c-2d483867096b} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9643 | 2025.01.16 19:54:52.449276 [ 260 ] {b039b8e6-1be1-4212-846c-2d483867096b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9644 | 2025.01.16 19:54:52.449746 [ 260 ] {b039b8e6-1be1-4212-846c-2d483867096b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9645 | 2025.01.16 19:54:52.450011 [ 260 ] {b039b8e6-1be1-4212-846c-2d483867096b} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9646 | 2025.01.16 19:54:52.450259 [ 260 ] {b039b8e6-1be1-4212-846c-2d483867096b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002011 sec., 6961.7105917454 rows/sec., 501.15 KiB/sec. | ||
| 9647 | 2025.01.16 19:54:52.450327 [ 260 ] {b039b8e6-1be1-4212-846c-2d483867096b} <Debug> TCPHandler: Processed in 0.002491224 sec. | ||
| 9648 | 2025.01.16 19:54:52.450583 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9649 | 2025.01.16 19:54:52.450792 [ 262 ] {11a3b74c-7fcc-4964-ba7e-71ad3c47ebcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9650 | 2025.01.16 19:54:52.450872 [ 262 ] {11a3b74c-7fcc-4964-ba7e-71ad3c47ebcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9651 | 2025.01.16 19:54:52.451767 [ 262 ] {11a3b74c-7fcc-4964-ba7e-71ad3c47ebcd} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9652 | 2025.01.16 19:54:52.451807 [ 262 ] {11a3b74c-7fcc-4964-ba7e-71ad3c47ebcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9653 | 2025.01.16 19:54:52.452266 [ 262 ] {11a3b74c-7fcc-4964-ba7e-71ad3c47ebcd} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9654 | 2025.01.16 19:54:52.452531 [ 262 ] {11a3b74c-7fcc-4964-ba7e-71ad3c47ebcd} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9655 | 2025.01.16 19:54:52.452748 [ 262 ] {11a3b74c-7fcc-4964-ba7e-71ad3c47ebcd} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002014 sec., 100794.43892750744 rows/sec., 8.72 MiB/sec. | ||
| 9656 | 2025.01.16 19:54:52.452846 [ 262 ] {11a3b74c-7fcc-4964-ba7e-71ad3c47ebcd} <Debug> TCPHandler: Processed in 0.002401462 sec. | ||
| 9657 | 2025.01.16 19:54:52.453060 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9658 | 2025.01.16 19:54:52.453237 [ 260 ] {a0e6d146-6399-40c0-a936-8dabb29bed9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9659 | 2025.01.16 19:54:52.453297 [ 260 ] {a0e6d146-6399-40c0-a936-8dabb29bed9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9660 | 2025.01.16 19:54:52.453890 [ 260 ] {a0e6d146-6399-40c0-a936-8dabb29bed9e} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9661 | 2025.01.16 19:54:52.453932 [ 260 ] {a0e6d146-6399-40c0-a936-8dabb29bed9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9662 | 2025.01.16 19:54:52.454298 [ 260 ] {a0e6d146-6399-40c0-a936-8dabb29bed9e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 9663 | 2025.01.16 19:54:52.454525 [ 260 ] {a0e6d146-6399-40c0-a936-8dabb29bed9e} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9664 | 2025.01.16 19:54:52.454732 [ 260 ] {a0e6d146-6399-40c0-a936-8dabb29bed9e} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001569 sec., 4461.440407903123 rows/sec., 290.67 KiB/sec. | ||
| 9665 | 2025.01.16 19:54:52.454786 [ 260 ] {a0e6d146-6399-40c0-a936-8dabb29bed9e} <Debug> TCPHandler: Processed in 0.001888633 sec. | ||
| 9666 | 2025.01.16 19:54:52.454921 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9667 | 2025.01.16 19:54:52.455031 [ 262 ] {2148c41f-33e5-4244-a60b-6cef0243d8a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9668 | 2025.01.16 19:54:52.455076 [ 262 ] {2148c41f-33e5-4244-a60b-6cef0243d8a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9669 | 2025.01.16 19:54:52.455721 [ 262 ] {2148c41f-33e5-4244-a60b-6cef0243d8a5} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9670 | 2025.01.16 19:54:52.455758 [ 262 ] {2148c41f-33e5-4244-a60b-6cef0243d8a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9671 | 2025.01.16 19:54:52.456131 [ 262 ] {2148c41f-33e5-4244-a60b-6cef0243d8a5} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9672 | 2025.01.16 19:54:52.456375 [ 262 ] {2148c41f-33e5-4244-a60b-6cef0243d8a5} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9673 | 2025.01.16 19:54:52.456505 [ 145 ] {} <Debug> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0 | ||
| 9674 | 2025.01.16 19:54:52.456557 [ 145 ] {} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9675 | 2025.01.16 19:54:52.456563 [ 262 ] {2148c41f-33e5-4244-a60b-6cef0243d8a5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001497 sec., 9352.037408149632 rows/sec., 654.96 KiB/sec. | ||
| 9676 | 2025.01.16 19:54:52.456583 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9677 | 2025.01.16 19:54:52.456642 [ 262 ] {2148c41f-33e5-4244-a60b-6cef0243d8a5} <Debug> TCPHandler: Processed in 0.001723991 sec. | ||
| 9678 | 2025.01.16 19:54:52.456933 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9679 | 2025.01.16 19:54:52.456977 [ 189 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_28_6 to all_33_33_0 into Compact with storage Full | ||
| 9680 | 2025.01.16 19:54:52.457317 [ 260 ] {6a10b7aa-379e-4d4e-aade-49b807dca60d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9681 | 2025.01.16 19:54:52.457481 [ 189 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9682 | 2025.01.16 19:54:52.457491 [ 260 ] {6a10b7aa-379e-4d4e-aade-49b807dca60d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9683 | 2025.01.16 19:54:52.457641 [ 189 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 243 rows starting from the beginning of the part | ||
| 9684 | 2025.01.16 19:54:52.458128 [ 189 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 9685 | 2025.01.16 19:54:52.458475 [ 189 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 9686 | 2025.01.16 19:54:52.458850 [ 189 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 242 rows starting from the beginning of the part | ||
| 9687 | 2025.01.16 19:54:52.459221 [ 189 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 9688 | 2025.01.16 19:54:52.459584 [ 189 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
| 9689 | 2025.01.16 19:54:52.460550 [ 260 ] {6a10b7aa-379e-4d4e-aade-49b807dca60d} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9690 | 2025.01.16 19:54:52.460608 [ 260 ] {6a10b7aa-379e-4d4e-aade-49b807dca60d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9691 | 2025.01.16 19:54:52.461600 [ 260 ] {6a10b7aa-379e-4d4e-aade-49b807dca60d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9692 | 2025.01.16 19:54:52.462171 [ 260 ] {6a10b7aa-379e-4d4e-aade-49b807dca60d} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9693 | 2025.01.16 19:54:52.462185 [ 189 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005529467 sec., 97839.44817827831 rows/sec., 7.01 MiB/sec. | ||
| 9694 | 2025.01.16 19:54:52.462550 [ 187 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9695 | 2025.01.16 19:54:52.462649 [ 260 ] {6a10b7aa-379e-4d4e-aade-49b807dca60d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005454 sec., 2383.5716905023837 rows/sec., 148.62 KiB/sec. | ||
| 9696 | 2025.01.16 19:54:52.462978 [ 260 ] {6a10b7aa-379e-4d4e-aade-49b807dca60d} <Debug> TCPHandler: Processed in 0.00623949 sec. | ||
| 9697 | 2025.01.16 19:54:52.463258 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9698 | 2025.01.16 19:54:52.463488 [ 262 ] {3850fd48-fb65-4f0c-9727-85d5966b9271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9699 | 2025.01.16 19:54:52.463504 [ 187 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_33_7} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9700 | 2025.01.16 19:54:52.463576 [ 262 ] {3850fd48-fb65-4f0c-9727-85d5966b9271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9701 | 2025.01.16 19:54:52.463692 [ 187 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_33_7} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7 | ||
| 9702 | 2025.01.16 19:54:52.463867 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 9703 | 2025.01.16 19:54:52.464599 [ 262 ] {3850fd48-fb65-4f0c-9727-85d5966b9271} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9704 | 2025.01.16 19:54:52.464643 [ 262 ] {3850fd48-fb65-4f0c-9727-85d5966b9271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9705 | 2025.01.16 19:54:52.465036 [ 262 ] {3850fd48-fb65-4f0c-9727-85d5966b9271} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9706 | 2025.01.16 19:54:52.465284 [ 262 ] {3850fd48-fb65-4f0c-9727-85d5966b9271} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9707 | 2025.01.16 19:54:52.465470 [ 262 ] {3850fd48-fb65-4f0c-9727-85d5966b9271} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.00205 sec., 186341.46341463414 rows/sec., 13.19 MiB/sec. | ||
| 9708 | 2025.01.16 19:54:52.465526 [ 262 ] {3850fd48-fb65-4f0c-9727-85d5966b9271} <Debug> TCPHandler: Processed in 0.002430923 sec. | ||
| 9709 | 2025.01.16 19:54:52.465672 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9710 | 2025.01.16 19:54:52.465812 [ 260 ] {fdb378ef-c7b3-40b3-9b89-7ad73a2c5426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9711 | 2025.01.16 19:54:52.465871 [ 260 ] {fdb378ef-c7b3-40b3-9b89-7ad73a2c5426} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9712 | 2025.01.16 19:54:52.466420 [ 260 ] {fdb378ef-c7b3-40b3-9b89-7ad73a2c5426} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9713 | 2025.01.16 19:54:52.466460 [ 260 ] {fdb378ef-c7b3-40b3-9b89-7ad73a2c5426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9714 | 2025.01.16 19:54:52.466835 [ 260 ] {fdb378ef-c7b3-40b3-9b89-7ad73a2c5426} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9715 | 2025.01.16 19:54:52.467093 [ 260 ] {fdb378ef-c7b3-40b3-9b89-7ad73a2c5426} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9716 | 2025.01.16 19:54:52.467315 [ 260 ] {fdb378ef-c7b3-40b3-9b89-7ad73a2c5426} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001535 sec., 3908.7947882736157 rows/sec., 204.22 KiB/sec. | ||
| 9717 | 2025.01.16 19:54:52.467369 [ 260 ] {fdb378ef-c7b3-40b3-9b89-7ad73a2c5426} <Debug> TCPHandler: Processed in 0.001764321 sec. | ||
| 9718 | 2025.01.16 19:54:52.467505 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9719 | 2025.01.16 19:54:52.467624 [ 262 ] {75e305ff-f220-4103-af50-a9e59b74d97e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9720 | 2025.01.16 19:54:52.467677 [ 262 ] {75e305ff-f220-4103-af50-a9e59b74d97e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9721 | 2025.01.16 19:54:52.468266 [ 262 ] {75e305ff-f220-4103-af50-a9e59b74d97e} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9722 | 2025.01.16 19:54:52.468302 [ 262 ] {75e305ff-f220-4103-af50-a9e59b74d97e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9723 | 2025.01.16 19:54:52.468713 [ 262 ] {75e305ff-f220-4103-af50-a9e59b74d97e} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9724 | 2025.01.16 19:54:52.468953 [ 262 ] {75e305ff-f220-4103-af50-a9e59b74d97e} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9725 | 2025.01.16 19:54:52.469136 [ 262 ] {75e305ff-f220-4103-af50-a9e59b74d97e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001537 sec., 154196.4866623292 rows/sec., 10.34 MiB/sec. | ||
| 9726 | 2025.01.16 19:54:52.469189 [ 262 ] {75e305ff-f220-4103-af50-a9e59b74d97e} <Debug> TCPHandler: Processed in 0.001743471 sec. | ||
| 9727 | 2025.01.16 19:54:52.469320 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9728 | 2025.01.16 19:54:52.469458 [ 260 ] {7a3d604a-5d74-496d-b6e0-849fa0c763b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9729 | 2025.01.16 19:54:52.469519 [ 260 ] {7a3d604a-5d74-496d-b6e0-849fa0c763b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9730 | 2025.01.16 19:54:52.470082 [ 260 ] {7a3d604a-5d74-496d-b6e0-849fa0c763b9} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9731 | 2025.01.16 19:54:52.470129 [ 260 ] {7a3d604a-5d74-496d-b6e0-849fa0c763b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9732 | 2025.01.16 19:54:52.470530 [ 260 ] {7a3d604a-5d74-496d-b6e0-849fa0c763b9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9733 | 2025.01.16 19:54:52.470775 [ 260 ] {7a3d604a-5d74-496d-b6e0-849fa0c763b9} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9734 | 2025.01.16 19:54:52.470930 [ 145 ] {} <Debug> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0 | ||
| 9735 | 2025.01.16 19:54:52.470992 [ 145 ] {} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9736 | 2025.01.16 19:54:52.471027 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9737 | 2025.01.16 19:54:52.471042 [ 260 ] {7a3d604a-5d74-496d-b6e0-849fa0c763b9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001605 sec., 623.0529595015576 rows/sec., 41.98 KiB/sec. | ||
| 9738 | 2025.01.16 19:54:52.471343 [ 260 ] {7a3d604a-5d74-496d-b6e0-849fa0c763b9} <Debug> TCPHandler: Processed in 0.002071156 sec. | ||
| 9739 | 2025.01.16 19:54:52.471455 [ 199 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_28_6 to all_33_33_0 into Compact with storage Full | ||
| 9740 | 2025.01.16 19:54:52.471738 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9741 | 2025.01.16 19:54:52.471998 [ 199 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9742 | 2025.01.16 19:54:52.472095 [ 199 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 28 rows starting from the beginning of the part | ||
| 9743 | 2025.01.16 19:54:52.472118 [ 262 ] {cc851981-c452-4c31-8d3e-89445de4f405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9744 | 2025.01.16 19:54:52.472318 [ 262 ] {cc851981-c452-4c31-8d3e-89445de4f405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9745 | 2025.01.16 19:54:52.472438 [ 199 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 9746 | 2025.01.16 19:54:52.472781 [ 199 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 9747 | 2025.01.16 19:54:52.473159 [ 199 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 9748 | 2025.01.16 19:54:52.473656 [ 199 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 9749 | 2025.01.16 19:54:52.473976 [ 199 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 9750 | 2025.01.16 19:54:52.474641 [ 262 ] {cc851981-c452-4c31-8d3e-89445de4f405} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9751 | 2025.01.16 19:54:52.474698 [ 262 ] {cc851981-c452-4c31-8d3e-89445de4f405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 9752 | 2025.01.16 19:54:52.475664 [ 262 ] {cc851981-c452-4c31-8d3e-89445de4f405} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9753 | 2025.01.16 19:54:52.476245 [ 262 ] {cc851981-c452-4c31-8d3e-89445de4f405} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9754 | 2025.01.16 19:54:52.476902 [ 262 ] {cc851981-c452-4c31-8d3e-89445de4f405} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004847 sec., 16917.681039818446 rows/sec., 1.07 MiB/sec. | ||
| 9755 | 2025.01.16 19:54:52.477007 [ 199 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33 rows, containing 4 columns (4 merged, 0 gathered) in 0.005864163 sec., 5627.401557562434 rows/sec., 378.52 KiB/sec. | ||
| 9756 | 2025.01.16 19:54:52.477043 [ 262 ] {cc851981-c452-4c31-8d3e-89445de4f405} <Debug> TCPHandler: Processed in 0.005545707 sec. | ||
| 9757 | 2025.01.16 19:54:52.477194 [ 199 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9758 | 2025.01.16 19:54:52.477471 [ 199 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_33_7} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9759 | 2025.01.16 19:54:52.477549 [ 199 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_33_7} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7 | ||
| 9760 | 2025.01.16 19:54:52.477625 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9761 | 2025.01.16 19:54:55.659777 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9762 | 2025.01.16 19:54:55.659847 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9763 | 2025.01.16 19:54:55.834914 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021 | ||
| 9764 | 2025.01.16 19:54:55.835633 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9765 | 2025.01.16 19:54:55.835677 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 9766 | 2025.01.16 19:54:55.836201 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9767 | 2025.01.16 19:54:55.836470 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9768 | 2025.01.16 19:54:55.836705 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 9769 | 2025.01.16 19:54:55.948111 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1366 | ||
| 9770 | 2025.01.16 19:54:55.951337 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9771 | 2025.01.16 19:54:55.951398 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 9772 | 2025.01.16 19:54:55.953426 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9773 | 2025.01.16 19:54:55.953765 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9774 | 2025.01.16 19:54:55.955012 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1366 | ||
| 9775 | 2025.01.16 19:54:56.001685 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00111772 sec. | ||
| 9776 | 2025.01.16 19:54:57.369983 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 9777 | 2025.01.16 19:54:57.390761 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9778 | 2025.01.16 19:54:57.390805 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 9779 | 2025.01.16 19:54:57.398189 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9780 | 2025.01.16 19:54:57.398989 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9781 | 2025.01.16 19:54:57.401559 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 9782 | 2025.01.16 19:54:57.445328 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9783 | 2025.01.16 19:54:57.445528 [ 260 ] {07f9032d-1d07-402d-82b3-0622b9cb51ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9784 | 2025.01.16 19:54:57.445604 [ 260 ] {07f9032d-1d07-402d-82b3-0622b9cb51ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9785 | 2025.01.16 19:54:57.446458 [ 260 ] {07f9032d-1d07-402d-82b3-0622b9cb51ee} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9786 | 2025.01.16 19:54:57.446513 [ 260 ] {07f9032d-1d07-402d-82b3-0622b9cb51ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 9787 | 2025.01.16 19:54:57.446993 [ 260 ] {07f9032d-1d07-402d-82b3-0622b9cb51ee} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9788 | 2025.01.16 19:54:57.447252 [ 260 ] {07f9032d-1d07-402d-82b3-0622b9cb51ee} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9789 | 2025.01.16 19:54:57.447515 [ 260 ] {07f9032d-1d07-402d-82b3-0622b9cb51ee} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002036 sec., 66797.64243614931 rows/sec., 5.76 MiB/sec. | ||
| 9790 | 2025.01.16 19:54:57.447602 [ 260 ] {07f9032d-1d07-402d-82b3-0622b9cb51ee} <Debug> TCPHandler: Processed in 0.002407942 sec. | ||
| 9791 | 2025.01.16 19:54:57.447917 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9792 | 2025.01.16 19:54:57.448124 [ 262 ] {7f9507b3-d73d-4687-95b6-e3c4880df8b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9793 | 2025.01.16 19:54:57.448203 [ 262 ] {7f9507b3-d73d-4687-95b6-e3c4880df8b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9794 | 2025.01.16 19:54:57.448986 [ 262 ] {7f9507b3-d73d-4687-95b6-e3c4880df8b7} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9795 | 2025.01.16 19:54:57.449031 [ 262 ] {7f9507b3-d73d-4687-95b6-e3c4880df8b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 9796 | 2025.01.16 19:54:57.449461 [ 262 ] {7f9507b3-d73d-4687-95b6-e3c4880df8b7} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 9797 | 2025.01.16 19:54:57.449712 [ 262 ] {7f9507b3-d73d-4687-95b6-e3c4880df8b7} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9798 | 2025.01.16 19:54:57.449920 [ 140 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 9799 | 2025.01.16 19:54:57.449983 [ 262 ] {7f9507b3-d73d-4687-95b6-e3c4880df8b7} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001909 sec., 20953.378732320587 rows/sec., 1.54 MiB/sec. | ||
| 9800 | 2025.01.16 19:54:57.450037 [ 140 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9801 | 2025.01.16 19:54:57.450095 [ 262 ] {7f9507b3-d73d-4687-95b6-e3c4880df8b7} <Debug> TCPHandler: Processed in 0.002359722 sec. | ||
| 9802 | 2025.01.16 19:54:57.450112 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 9803 | 2025.01.16 19:54:57.450299 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9804 | 2025.01.16 19:54:57.450377 [ 189 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 9805 | 2025.01.16 19:54:57.450539 [ 260 ] {a7b503bf-e1db-4f7a-b821-1919151edf57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9806 | 2025.01.16 19:54:57.450625 [ 189 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9807 | 2025.01.16 19:54:57.450644 [ 260 ] {a7b503bf-e1db-4f7a-b821-1919151edf57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9808 | 2025.01.16 19:54:57.450691 [ 189 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 65 rows starting from the beginning of the part | ||
| 9809 | 2025.01.16 19:54:57.450978 [ 189 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 40 rows starting from the beginning of the part | ||
| 9810 | 2025.01.16 19:54:57.451296 [ 189 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 7 rows starting from the beginning of the part | ||
| 9811 | 2025.01.16 19:54:57.451630 [ 189 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 40 rows starting from the beginning of the part | ||
| 9812 | 2025.01.16 19:54:57.452002 [ 189 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 7 rows starting from the beginning of the part | ||
| 9813 | 2025.01.16 19:54:57.452338 [ 189 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 40 rows starting from the beginning of the part | ||
| 9814 | 2025.01.16 19:54:57.453756 [ 260 ] {a7b503bf-e1db-4f7a-b821-1919151edf57} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9815 | 2025.01.16 19:54:57.453832 [ 260 ] {a7b503bf-e1db-4f7a-b821-1919151edf57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 9816 | 2025.01.16 19:54:57.454890 [ 260 ] {a7b503bf-e1db-4f7a-b821-1919151edf57} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9817 | 2025.01.16 19:54:57.455033 [ 204 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 199 rows, containing 5 columns (5 merged, 0 gathered) in 0.004775164 sec., 41673.96135504456 rows/sec., 3.16 MiB/sec. | ||
| 9818 | 2025.01.16 19:54:57.455291 [ 204 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 9819 | 2025.01.16 19:54:57.455413 [ 260 ] {a7b503bf-e1db-4f7a-b821-1919151edf57} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9820 | 2025.01.16 19:54:57.455771 [ 260 ] {a7b503bf-e1db-4f7a-b821-1919151edf57} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.005295 sec., 19641.17091595845 rows/sec., 1.53 MiB/sec. | ||
| 9821 | 2025.01.16 19:54:57.455943 [ 204 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_66_13} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9822 | 2025.01.16 19:54:57.455960 [ 260 ] {a7b503bf-e1db-4f7a-b821-1919151edf57} <Debug> TCPHandler: Processed in 0.005763062 sec. | ||
| 9823 | 2025.01.16 19:54:57.456117 [ 204 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_66_13} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 9824 | 2025.01.16 19:54:57.456164 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9825 | 2025.01.16 19:54:57.456250 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9826 | 2025.01.16 19:54:57.456352 [ 262 ] {8bf205ac-62c5-4248-b78a-8ce482279db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9827 | 2025.01.16 19:54:57.456417 [ 262 ] {8bf205ac-62c5-4248-b78a-8ce482279db3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9828 | 2025.01.16 19:54:57.457013 [ 262 ] {8bf205ac-62c5-4248-b78a-8ce482279db3} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9829 | 2025.01.16 19:54:57.457051 [ 262 ] {8bf205ac-62c5-4248-b78a-8ce482279db3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 9830 | 2025.01.16 19:54:57.457447 [ 262 ] {8bf205ac-62c5-4248-b78a-8ce482279db3} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9831 | 2025.01.16 19:54:57.457694 [ 262 ] {8bf205ac-62c5-4248-b78a-8ce482279db3} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9832 | 2025.01.16 19:54:57.457905 [ 262 ] {8bf205ac-62c5-4248-b78a-8ce482279db3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001584 sec., 101010.10101010102 rows/sec., 7.04 MiB/sec. | ||
| 9833 | 2025.01.16 19:54:57.457956 [ 262 ] {8bf205ac-62c5-4248-b78a-8ce482279db3} <Debug> TCPHandler: Processed in 0.001893424 sec. | ||
| 9834 | 2025.01.16 19:54:57.458098 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9835 | 2025.01.16 19:54:57.458240 [ 260 ] {ca39e3c7-8736-44ce-8e42-33046e1fc7ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9836 | 2025.01.16 19:54:57.458334 [ 260 ] {ca39e3c7-8736-44ce-8e42-33046e1fc7ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9837 | 2025.01.16 19:54:57.459572 [ 260 ] {ca39e3c7-8736-44ce-8e42-33046e1fc7ee} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9838 | 2025.01.16 19:54:57.459612 [ 260 ] {ca39e3c7-8736-44ce-8e42-33046e1fc7ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 9839 | 2025.01.16 19:54:57.460337 [ 260 ] {ca39e3c7-8736-44ce-8e42-33046e1fc7ee} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9840 | 2025.01.16 19:54:57.460599 [ 260 ] {ca39e3c7-8736-44ce-8e42-33046e1fc7ee} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9841 | 2025.01.16 19:54:57.460855 [ 260 ] {ca39e3c7-8736-44ce-8e42-33046e1fc7ee} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002648 sec., 15105.74018126888 rows/sec., 27.07 MiB/sec. | ||
| 9842 | 2025.01.16 19:54:57.460967 [ 260 ] {ca39e3c7-8736-44ce-8e42-33046e1fc7ee} <Debug> TCPHandler: Processed in 0.002935401 sec. | ||
| 9843 | 2025.01.16 19:54:57.461131 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9844 | 2025.01.16 19:54:57.461272 [ 262 ] {a8daf589-415c-4495-99cc-487348dc0001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9845 | 2025.01.16 19:54:57.461332 [ 262 ] {a8daf589-415c-4495-99cc-487348dc0001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9846 | 2025.01.16 19:54:57.461851 [ 262 ] {a8daf589-415c-4495-99cc-487348dc0001} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9847 | 2025.01.16 19:54:57.461889 [ 262 ] {a8daf589-415c-4495-99cc-487348dc0001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 9848 | 2025.01.16 19:54:57.462264 [ 262 ] {a8daf589-415c-4495-99cc-487348dc0001} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9849 | 2025.01.16 19:54:57.462501 [ 262 ] {a8daf589-415c-4495-99cc-487348dc0001} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9850 | 2025.01.16 19:54:57.462706 [ 262 ] {a8daf589-415c-4495-99cc-487348dc0001} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001467 sec., 40899.7955010225 rows/sec., 2.76 MiB/sec. | ||
| 9851 | 2025.01.16 19:54:57.462754 [ 262 ] {a8daf589-415c-4495-99cc-487348dc0001} <Debug> TCPHandler: Processed in 0.00169159 sec. | ||
| 9852 | 2025.01.16 19:55:00.723061 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9853 | 2025.01.16 19:55:00.723292 [ 260 ] {5d036690-dbc1-4790-9861-2e85451f8d21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9854 | 2025.01.16 19:55:00.723392 [ 260 ] {5d036690-dbc1-4790-9861-2e85451f8d21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9855 | 2025.01.16 19:55:00.724193 [ 260 ] {5d036690-dbc1-4790-9861-2e85451f8d21} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9856 | 2025.01.16 19:55:00.724243 [ 260 ] {5d036690-dbc1-4790-9861-2e85451f8d21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 9857 | 2025.01.16 19:55:00.724674 [ 260 ] {5d036690-dbc1-4790-9861-2e85451f8d21} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9858 | 2025.01.16 19:55:00.724924 [ 260 ] {5d036690-dbc1-4790-9861-2e85451f8d21} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9859 | 2025.01.16 19:55:00.725144 [ 136 ] {} <Debug> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9860 | 2025.01.16 19:55:00.725169 [ 260 ] {5d036690-dbc1-4790-9861-2e85451f8d21} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001937 sec., 7227.671657201859 rows/sec., 520.30 KiB/sec. | ||
| 9861 | 2025.01.16 19:55:00.725224 [ 136 ] {} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9862 | 2025.01.16 19:55:00.725300 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 9863 | 2025.01.16 19:55:00.725318 [ 260 ] {5d036690-dbc1-4790-9861-2e85451f8d21} <Debug> TCPHandler: Processed in 0.002390392 sec. | ||
| 9864 | 2025.01.16 19:55:00.725633 [ 192 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 9865 | 2025.01.16 19:55:00.725724 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9866 | 2025.01.16 19:55:00.725822 [ 192 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9867 | 2025.01.16 19:55:00.725901 [ 192 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 14 rows starting from the beginning of the part | ||
| 9868 | 2025.01.16 19:55:00.726044 [ 262 ] {49ad266e-1411-4ba0-a2af-b4595c886ea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9869 | 2025.01.16 19:55:00.726132 [ 192 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 9870 | 2025.01.16 19:55:00.726180 [ 262 ] {49ad266e-1411-4ba0-a2af-b4595c886ea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9871 | 2025.01.16 19:55:00.726526 [ 192 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 9872 | 2025.01.16 19:55:00.726957 [ 192 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 9873 | 2025.01.16 19:55:00.727354 [ 192 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
| 9874 | 2025.01.16 19:55:00.728980 [ 262 ] {49ad266e-1411-4ba0-a2af-b4595c886ea7} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9875 | 2025.01.16 19:55:00.729059 [ 262 ] {49ad266e-1411-4ba0-a2af-b4595c886ea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 9876 | 2025.01.16 19:55:00.729934 [ 204 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00454066 sec., 15416.261072178933 rows/sec., 1.14 MiB/sec. | ||
| 9877 | 2025.01.16 19:55:00.730067 [ 262 ] {49ad266e-1411-4ba0-a2af-b4595c886ea7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 9878 | 2025.01.16 19:55:00.730163 [ 198 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9879 | 2025.01.16 19:55:00.730489 [ 262 ] {49ad266e-1411-4ba0-a2af-b4595c886ea7} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9880 | 2025.01.16 19:55:00.730812 [ 198 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_33_8} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9881 | 2025.01.16 19:55:00.731025 [ 262 ] {49ad266e-1411-4ba0-a2af-b4595c886ea7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005084 sec., 393.3910306845004 rows/sec., 32.08 KiB/sec. | ||
| 9882 | 2025.01.16 19:55:00.731082 [ 198 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_33_8} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9883 | 2025.01.16 19:55:00.731388 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9884 | 2025.01.16 19:55:00.731414 [ 262 ] {49ad266e-1411-4ba0-a2af-b4595c886ea7} <Debug> TCPHandler: Processed in 0.005931324 sec. | ||
| 9885 | 2025.01.16 19:55:00.731657 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9886 | 2025.01.16 19:55:00.731806 [ 260 ] {26c60e38-c424-4408-b974-83a0b917093c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9887 | 2025.01.16 19:55:00.731871 [ 260 ] {26c60e38-c424-4408-b974-83a0b917093c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9888 | 2025.01.16 19:55:00.733278 [ 260 ] {26c60e38-c424-4408-b974-83a0b917093c} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9889 | 2025.01.16 19:55:00.733322 [ 260 ] {26c60e38-c424-4408-b974-83a0b917093c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 9890 | 2025.01.16 19:55:00.733790 [ 260 ] {26c60e38-c424-4408-b974-83a0b917093c} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9891 | 2025.01.16 19:55:00.734034 [ 260 ] {26c60e38-c424-4408-b974-83a0b917093c} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9892 | 2025.01.16 19:55:00.734325 [ 260 ] {26c60e38-c424-4408-b974-83a0b917093c} <Debug> executeQuery: Read 1344 rows, 114.63 KiB in 0.002555 sec., 526027.3972602739 rows/sec., 43.81 MiB/sec. | ||
| 9893 | 2025.01.16 19:55:00.734390 [ 260 ] {26c60e38-c424-4408-b974-83a0b917093c} <Debug> TCPHandler: Processed in 0.002831319 sec. | ||
| 9894 | 2025.01.16 19:55:00.734571 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9895 | 2025.01.16 19:55:00.734700 [ 262 ] {8494ff56-5ae7-48a5-92dd-3872480897de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9896 | 2025.01.16 19:55:00.734756 [ 262 ] {8494ff56-5ae7-48a5-92dd-3872480897de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9897 | 2025.01.16 19:55:00.735368 [ 262 ] {8494ff56-5ae7-48a5-92dd-3872480897de} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9898 | 2025.01.16 19:55:00.735412 [ 262 ] {8494ff56-5ae7-48a5-92dd-3872480897de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 9899 | 2025.01.16 19:55:00.735795 [ 262 ] {8494ff56-5ae7-48a5-92dd-3872480897de} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9900 | 2025.01.16 19:55:00.736052 [ 262 ] {8494ff56-5ae7-48a5-92dd-3872480897de} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9901 | 2025.01.16 19:55:00.736284 [ 262 ] {8494ff56-5ae7-48a5-92dd-3872480897de} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.001614 sec., 5576.208178438662 rows/sec., 369.08 KiB/sec. | ||
| 9902 | 2025.01.16 19:55:00.736345 [ 262 ] {8494ff56-5ae7-48a5-92dd-3872480897de} <Debug> TCPHandler: Processed in 0.001839703 sec. | ||
| 9903 | 2025.01.16 19:55:00.736527 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9904 | 2025.01.16 19:55:00.736677 [ 260 ] {31734b19-cdfe-4fcb-b3b8-fd9a9250ae28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9905 | 2025.01.16 19:55:00.736743 [ 260 ] {31734b19-cdfe-4fcb-b3b8-fd9a9250ae28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9906 | 2025.01.16 19:55:00.740675 [ 260 ] {31734b19-cdfe-4fcb-b3b8-fd9a9250ae28} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9907 | 2025.01.16 19:55:00.740719 [ 260 ] {31734b19-cdfe-4fcb-b3b8-fd9a9250ae28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 9908 | 2025.01.16 19:55:00.741110 [ 260 ] {31734b19-cdfe-4fcb-b3b8-fd9a9250ae28} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9909 | 2025.01.16 19:55:00.741361 [ 260 ] {31734b19-cdfe-4fcb-b3b8-fd9a9250ae28} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9910 | 2025.01.16 19:55:00.741690 [ 260 ] {31734b19-cdfe-4fcb-b3b8-fd9a9250ae28} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005026 sec., 48149.62196577795 rows/sec., 3.26 MiB/sec. | ||
| 9911 | 2025.01.16 19:55:00.742033 [ 260 ] {31734b19-cdfe-4fcb-b3b8-fd9a9250ae28} <Debug> TCPHandler: Processed in 0.005569607 sec. | ||
| 9912 | 2025.01.16 19:55:00.742378 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9913 | 2025.01.16 19:55:00.742738 [ 262 ] {a90e8986-1bc8-4c03-b4fa-4ebac7520a52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9914 | 2025.01.16 19:55:00.742799 [ 262 ] {a90e8986-1bc8-4c03-b4fa-4ebac7520a52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9915 | 2025.01.16 19:55:00.743434 [ 262 ] {a90e8986-1bc8-4c03-b4fa-4ebac7520a52} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9916 | 2025.01.16 19:55:00.743478 [ 262 ] {a90e8986-1bc8-4c03-b4fa-4ebac7520a52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 9917 | 2025.01.16 19:55:00.743857 [ 262 ] {a90e8986-1bc8-4c03-b4fa-4ebac7520a52} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9918 | 2025.01.16 19:55:00.744107 [ 262 ] {a90e8986-1bc8-4c03-b4fa-4ebac7520a52} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9919 | 2025.01.16 19:55:00.744287 [ 136 ] {} <Debug> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9920 | 2025.01.16 19:55:00.744354 [ 136 ] {} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9921 | 2025.01.16 19:55:00.744362 [ 262 ] {a90e8986-1bc8-4c03-b4fa-4ebac7520a52} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001729 sec., 7518.796992481202 rows/sec., 468.80 KiB/sec. | ||
| 9922 | 2025.01.16 19:55:00.744393 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 9923 | 2025.01.16 19:55:00.744558 [ 262 ] {a90e8986-1bc8-4c03-b4fa-4ebac7520a52} <Debug> TCPHandler: Processed in 0.002340691 sec. | ||
| 9924 | 2025.01.16 19:55:00.744706 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 9925 | 2025.01.16 19:55:00.745046 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9926 | 2025.01.16 19:55:00.745553 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9927 | 2025.01.16 19:55:00.745693 [ 260 ] {1fa76408-3ad9-48d8-9049-5338cc6020c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9928 | 2025.01.16 19:55:00.745774 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 13 rows starting from the beginning of the part | ||
| 9929 | 2025.01.16 19:55:00.745960 [ 260 ] {1fa76408-3ad9-48d8-9049-5338cc6020c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9930 | 2025.01.16 19:55:00.746466 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 13 rows starting from the beginning of the part | ||
| 9931 | 2025.01.16 19:55:00.746807 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 13 rows starting from the beginning of the part | ||
| 9932 | 2025.01.16 19:55:00.747163 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 13 rows starting from the beginning of the part | ||
| 9933 | 2025.01.16 19:55:00.747512 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 13 rows starting from the beginning of the part | ||
| 9934 | 2025.01.16 19:55:00.749088 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00456816 sec., 14228.92368043151 rows/sec., 942.75 KiB/sec. | ||
| 9935 | 2025.01.16 19:55:00.749246 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9936 | 2025.01.16 19:55:00.749611 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_33_8} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9937 | 2025.01.16 19:55:00.749708 [ 195 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_33_8} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9938 | 2025.01.16 19:55:00.749805 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9939 | 2025.01.16 19:55:00.751817 [ 260 ] {1fa76408-3ad9-48d8-9049-5338cc6020c5} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9940 | 2025.01.16 19:55:00.751869 [ 260 ] {1fa76408-3ad9-48d8-9049-5338cc6020c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 9941 | 2025.01.16 19:55:00.752407 [ 260 ] {1fa76408-3ad9-48d8-9049-5338cc6020c5} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9942 | 2025.01.16 19:55:00.752734 [ 260 ] {1fa76408-3ad9-48d8-9049-5338cc6020c5} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9943 | 2025.01.16 19:55:00.753061 [ 260 ] {1fa76408-3ad9-48d8-9049-5338cc6020c5} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.007614 sec., 110323.0890464933 rows/sec., 7.97 MiB/sec. | ||
| 9944 | 2025.01.16 19:55:00.753212 [ 260 ] {1fa76408-3ad9-48d8-9049-5338cc6020c5} <Debug> TCPHandler: Processed in 0.008524039 sec. | ||
| 9945 | 2025.01.16 19:55:00.753531 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9946 | 2025.01.16 19:55:00.753731 [ 262 ] {c96046cc-170b-463e-948a-0e9fb1343357} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9947 | 2025.01.16 19:55:00.753797 [ 262 ] {c96046cc-170b-463e-948a-0e9fb1343357} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9948 | 2025.01.16 19:55:00.754366 [ 262 ] {c96046cc-170b-463e-948a-0e9fb1343357} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9949 | 2025.01.16 19:55:00.754413 [ 262 ] {c96046cc-170b-463e-948a-0e9fb1343357} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 9950 | 2025.01.16 19:55:00.754842 [ 262 ] {c96046cc-170b-463e-948a-0e9fb1343357} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9951 | 2025.01.16 19:55:00.755142 [ 262 ] {c96046cc-170b-463e-948a-0e9fb1343357} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9952 | 2025.01.16 19:55:00.755409 [ 262 ] {c96046cc-170b-463e-948a-0e9fb1343357} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00171 sec., 3508.7719298245615 rows/sec., 183.32 KiB/sec. | ||
| 9953 | 2025.01.16 19:55:00.755559 [ 262 ] {c96046cc-170b-463e-948a-0e9fb1343357} <Debug> TCPHandler: Processed in 0.002207269 sec. | ||
| 9954 | 2025.01.16 19:55:00.755743 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9955 | 2025.01.16 19:55:00.755888 [ 260 ] {f3914268-a414-446a-a8c8-49e9f7af195f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9956 | 2025.01.16 19:55:00.755952 [ 260 ] {f3914268-a414-446a-a8c8-49e9f7af195f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9957 | 2025.01.16 19:55:00.756866 [ 260 ] {f3914268-a414-446a-a8c8-49e9f7af195f} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9958 | 2025.01.16 19:55:00.756915 [ 260 ] {f3914268-a414-446a-a8c8-49e9f7af195f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 9959 | 2025.01.16 19:55:00.757474 [ 260 ] {f3914268-a414-446a-a8c8-49e9f7af195f} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9960 | 2025.01.16 19:55:00.757836 [ 260 ] {f3914268-a414-446a-a8c8-49e9f7af195f} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9961 | 2025.01.16 19:55:00.758122 [ 260 ] {f3914268-a414-446a-a8c8-49e9f7af195f} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.002265 sec., 408830.02207505517 rows/sec., 27.28 MiB/sec. | ||
| 9962 | 2025.01.16 19:55:00.758214 [ 260 ] {f3914268-a414-446a-a8c8-49e9f7af195f} <Debug> TCPHandler: Processed in 0.002545474 sec. | ||
| 9963 | 2025.01.16 19:55:00.758407 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9964 | 2025.01.16 19:55:00.758551 [ 262 ] {0f7799a1-728e-4114-bc6d-9f10566ea3a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9965 | 2025.01.16 19:55:00.758613 [ 262 ] {0f7799a1-728e-4114-bc6d-9f10566ea3a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9966 | 2025.01.16 19:55:00.759144 [ 262 ] {0f7799a1-728e-4114-bc6d-9f10566ea3a3} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9967 | 2025.01.16 19:55:00.759189 [ 262 ] {0f7799a1-728e-4114-bc6d-9f10566ea3a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 9968 | 2025.01.16 19:55:00.759641 [ 262 ] {0f7799a1-728e-4114-bc6d-9f10566ea3a3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9969 | 2025.01.16 19:55:00.759998 [ 262 ] {0f7799a1-728e-4114-bc6d-9f10566ea3a3} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9970 | 2025.01.16 19:55:00.760298 [ 262 ] {0f7799a1-728e-4114-bc6d-9f10566ea3a3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001768 sec., 565.6108597285067 rows/sec., 38.11 KiB/sec. | ||
| 9971 | 2025.01.16 19:55:00.760559 [ 262 ] {0f7799a1-728e-4114-bc6d-9f10566ea3a3} <Debug> TCPHandler: Processed in 0.002227079 sec. | ||
| 9972 | 2025.01.16 19:55:00.760775 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9973 | 2025.01.16 19:55:00.760920 [ 260 ] {8444843a-436c-486b-afa9-75dd23a26fb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9974 | 2025.01.16 19:55:00.760979 [ 260 ] {8444843a-436c-486b-afa9-75dd23a26fb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9975 | 2025.01.16 19:55:00.761561 [ 260 ] {8444843a-436c-486b-afa9-75dd23a26fb9} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9976 | 2025.01.16 19:55:00.761607 [ 260 ] {8444843a-436c-486b-afa9-75dd23a26fb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 9977 | 2025.01.16 19:55:00.762050 [ 260 ] {8444843a-436c-486b-afa9-75dd23a26fb9} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9978 | 2025.01.16 19:55:00.762340 [ 260 ] {8444843a-436c-486b-afa9-75dd23a26fb9} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9979 | 2025.01.16 19:55:00.762621 [ 260 ] {8444843a-436c-486b-afa9-75dd23a26fb9} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001728 sec., 40509.25925925926 rows/sec., 2.55 MiB/sec. | ||
| 9980 | 2025.01.16 19:55:00.762707 [ 260 ] {8444843a-436c-486b-afa9-75dd23a26fb9} <Debug> TCPHandler: Processed in 0.002005145 sec. | ||
| 9981 | 2025.01.16 19:55:02.437246 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9982 | 2025.01.16 19:55:02.437504 [ 260 ] {e70989b0-f0e2-464e-a141-204f628349d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9983 | 2025.01.16 19:55:02.437606 [ 260 ] {e70989b0-f0e2-464e-a141-204f628349d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9984 | 2025.01.16 19:55:02.438587 [ 260 ] {e70989b0-f0e2-464e-a141-204f628349d4} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9985 | 2025.01.16 19:55:02.438649 [ 260 ] {e70989b0-f0e2-464e-a141-204f628349d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 9986 | 2025.01.16 19:55:02.439100 [ 260 ] {e70989b0-f0e2-464e-a141-204f628349d4} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9987 | 2025.01.16 19:55:02.439367 [ 260 ] {e70989b0-f0e2-464e-a141-204f628349d4} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9988 | 2025.01.16 19:55:02.439567 [ 135 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9989 | 2025.01.16 19:55:02.439639 [ 260 ] {e70989b0-f0e2-464e-a141-204f628349d4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002206 sec., 25385.312783318223 rows/sec., 1.95 MiB/sec. | ||
| 9990 | 2025.01.16 19:55:02.439667 [ 135 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9991 | 2025.01.16 19:55:02.439732 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 9992 | 2025.01.16 19:55:02.439789 [ 260 ] {e70989b0-f0e2-464e-a141-204f628349d4} <Debug> TCPHandler: Processed in 0.002738008 sec. | ||
| 9993 | 2025.01.16 19:55:02.440005 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9994 | 2025.01.16 19:55:02.440121 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9995 | 2025.01.16 19:55:02.440221 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9996 | 2025.01.16 19:55:02.440271 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1434 rows starting from the beginning of the part | ||
| 9997 | 2025.01.16 19:55:02.440525 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 136 rows starting from the beginning of the part | ||
| 9998 | 2025.01.16 19:55:02.440535 [ 262 ] {191a4f25-204a-4d83-8d7e-cf76fe9dadb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9999 | 2025.01.16 19:55:02.440758 [ 262 ] {191a4f25-204a-4d83-8d7e-cf76fe9dadb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10000 | 2025.01.16 19:55:02.440778 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 203 rows starting from the beginning of the part | ||
| 10001 | 2025.01.16 19:55:02.441218 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 136 rows starting from the beginning of the part | ||
| 10002 | 2025.01.16 19:55:02.441563 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 1344 rows starting from the beginning of the part | ||
| 10003 | 2025.01.16 19:55:02.441919 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part | ||
| 10004 | 2025.01.16 19:55:02.443779 [ 262 ] {191a4f25-204a-4d83-8d7e-cf76fe9dadb6} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10005 | 2025.01.16 19:55:02.443876 [ 262 ] {191a4f25-204a-4d83-8d7e-cf76fe9dadb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10006 | 2025.01.16 19:55:02.444861 [ 262 ] {191a4f25-204a-4d83-8d7e-cf76fe9dadb6} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10007 | 2025.01.16 19:55:02.445196 [ 204 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3309 rows, containing 5 columns (5 merged, 0 gathered) in 0.005343854 sec., 619216.0190005191 rows/sec., 54.27 MiB/sec. | ||
| 10008 | 2025.01.16 19:55:02.445499 [ 204 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10009 | 2025.01.16 19:55:02.445557 [ 262 ] {191a4f25-204a-4d83-8d7e-cf76fe9dadb6} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10010 | 2025.01.16 19:55:02.445950 [ 135 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10011 | 2025.01.16 19:55:02.446100 [ 135 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10012 | 2025.01.16 19:55:02.446179 [ 204 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_81_16} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10013 | 2025.01.16 19:55:02.446196 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10014 | 2025.01.16 19:55:02.446298 [ 262 ] {191a4f25-204a-4d83-8d7e-cf76fe9dadb6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005902 sec., 10843.7817688919 rows/sec., 866.70 KiB/sec. | ||
| 10015 | 2025.01.16 19:55:02.446500 [ 204 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_81_16} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10016 | 2025.01.16 19:55:02.446736 [ 262 ] {191a4f25-204a-4d83-8d7e-cf76fe9dadb6} <Debug> TCPHandler: Processed in 0.006777079 sec. | ||
| 10017 | 2025.01.16 19:55:02.446740 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 10018 | 2025.01.16 19:55:02.446757 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 10019 | 2025.01.16 19:55:02.447021 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10020 | 2025.01.16 19:55:02.447059 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10021 | 2025.01.16 19:55:02.447133 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 914 rows starting from the beginning of the part | ||
| 10022 | 2025.01.16 19:55:02.447250 [ 260 ] {661469e3-dd9a-4017-963a-3deaec51cbdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10023 | 2025.01.16 19:55:02.447483 [ 260 ] {661469e3-dd9a-4017-963a-3deaec51cbdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10024 | 2025.01.16 19:55:02.447512 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 104 rows starting from the beginning of the part | ||
| 10025 | 2025.01.16 19:55:02.448052 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 382 rows starting from the beginning of the part | ||
| 10026 | 2025.01.16 19:55:02.448514 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 104 rows starting from the beginning of the part | ||
| 10027 | 2025.01.16 19:55:02.448850 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 840 rows starting from the beginning of the part | ||
| 10028 | 2025.01.16 19:55:02.449288 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part | ||
| 10029 | 2025.01.16 19:55:02.450042 [ 260 ] {661469e3-dd9a-4017-963a-3deaec51cbdb} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10030 | 2025.01.16 19:55:02.450112 [ 260 ] {661469e3-dd9a-4017-963a-3deaec51cbdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10031 | 2025.01.16 19:55:02.451315 [ 260 ] {661469e3-dd9a-4017-963a-3deaec51cbdb} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10032 | 2025.01.16 19:55:02.452004 [ 260 ] {661469e3-dd9a-4017-963a-3deaec51cbdb} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10033 | 2025.01.16 19:55:02.452491 [ 135 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 5 parts from all_1_76_15 to all_80_80_0 | ||
| 10034 | 2025.01.16 19:55:02.452623 [ 135 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10035 | 2025.01.16 19:55:02.452677 [ 260 ] {661469e3-dd9a-4017-963a-3deaec51cbdb} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.005455 sec., 5866.177818515124 rows/sec., 418.37 KiB/sec. | ||
| 10036 | 2025.01.16 19:55:02.452712 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10037 | 2025.01.16 19:55:02.453061 [ 260 ] {661469e3-dd9a-4017-963a-3deaec51cbdb} <Debug> TCPHandler: Processed in 0.006178718 sec. | ||
| 10038 | 2025.01.16 19:55:02.453221 [ 190 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_80_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_76_15 to all_80_80_0 into Compact with storage Full | ||
| 10039 | 2025.01.16 19:55:02.453502 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10040 | 2025.01.16 19:55:02.453677 [ 190 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10041 | 2025.01.16 19:55:02.453746 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.007383519 sec., 326131.75370714156 rows/sec., 25.01 MiB/sec. | ||
| 10042 | 2025.01.16 19:55:02.453787 [ 190 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 20968 rows starting from the beginning of the part | ||
| 10043 | 2025.01.16 19:55:02.453905 [ 262 ] {0015fedf-41ef-4da0-b0cb-57ce2d016714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10044 | 2025.01.16 19:55:02.454176 [ 262 ] {0015fedf-41ef-4da0-b0cb-57ce2d016714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10045 | 2025.01.16 19:55:02.454186 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10046 | 2025.01.16 19:55:02.454222 [ 190 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part | ||
| 10047 | 2025.01.16 19:55:02.454826 [ 190 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 237 rows starting from the beginning of the part | ||
| 10048 | 2025.01.16 19:55:02.455370 [ 190 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part | ||
| 10049 | 2025.01.16 19:55:02.455765 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_81_16} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10050 | 2025.01.16 19:55:02.455978 [ 190 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 926 rows starting from the beginning of the part | ||
| 10051 | 2025.01.16 19:55:02.456326 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_81_16} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10052 | 2025.01.16 19:55:02.456685 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 10053 | 2025.01.16 19:55:02.457487 [ 262 ] {0015fedf-41ef-4da0-b0cb-57ce2d016714} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10054 | 2025.01.16 19:55:02.457545 [ 262 ] {0015fedf-41ef-4da0-b0cb-57ce2d016714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10055 | 2025.01.16 19:55:02.458136 [ 262 ] {0015fedf-41ef-4da0-b0cb-57ce2d016714} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10056 | 2025.01.16 19:55:02.458509 [ 262 ] {0015fedf-41ef-4da0-b0cb-57ce2d016714} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10057 | 2025.01.16 19:55:02.458889 [ 135 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10058 | 2025.01.16 19:55:02.459049 [ 135 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10059 | 2025.01.16 19:55:02.459135 [ 262 ] {0015fedf-41ef-4da0-b0cb-57ce2d016714} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.005319 sec., 2256.0631697687536 rows/sec., 155.69 KiB/sec. | ||
| 10060 | 2025.01.16 19:55:02.459141 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10061 | 2025.01.16 19:55:02.459476 [ 262 ] {0015fedf-41ef-4da0-b0cb-57ce2d016714} <Debug> TCPHandler: Processed in 0.006209749 sec. | ||
| 10062 | 2025.01.16 19:55:02.459753 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 10063 | 2025.01.16 19:55:02.459952 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10064 | 2025.01.16 19:55:02.459992 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4450 rows starting from the beginning of the part | ||
| 10065 | 2025.01.16 19:55:02.460106 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
| 10066 | 2025.01.16 19:55:02.460396 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 82 rows starting from the beginning of the part | ||
| 10067 | 2025.01.16 19:55:02.460728 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
| 10068 | 2025.01.16 19:55:02.461039 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 70 rows starting from the beginning of the part | ||
| 10069 | 2025.01.16 19:55:02.461226 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 12 rows starting from the beginning of the part | ||
| 10070 | 2025.01.16 19:55:02.465171 [ 199 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4734 rows, containing 4 columns (4 merged, 0 gathered) in 0.005788382 sec., 817845.1249416504 rows/sec., 53.38 MiB/sec. | ||
| 10071 | 2025.01.16 19:55:02.465655 [ 199 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10072 | 2025.01.16 19:55:02.465945 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22451 rows, containing 5 columns (5 merged, 0 gathered) in 0.013065239 sec., 1718376.5256800891 rows/sec., 116.07 MiB/sec. | ||
| 10073 | 2025.01.16 19:55:02.466184 [ 199 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_81_16} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10074 | 2025.01.16 19:55:02.466279 [ 199 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_81_16} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10075 | 2025.01.16 19:55:02.466383 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
| 10076 | 2025.01.16 19:55:02.466550 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) | ||
| 10077 | 2025.01.16 19:55:02.466855 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_80_16} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10078 | 2025.01.16 19:55:02.466940 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_80_16} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 5 parts: [all_1_76_15, all_80_80_0] -> all_1_80_16 | ||
| 10079 | 2025.01.16 19:55:02.467032 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 10080 | 2025.01.16 19:55:03.336912 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509 | ||
| 10081 | 2025.01.16 19:55:03.337614 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10082 | 2025.01.16 19:55:03.337663 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10083 | 2025.01.16 19:55:03.338196 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10084 | 2025.01.16 19:55:03.338452 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10085 | 2025.01.16 19:55:03.338711 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509 | ||
| 10086 | 2025.01.16 19:55:04.901702 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 10087 | 2025.01.16 19:55:04.923372 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10088 | 2025.01.16 19:55:04.923430 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10089 | 2025.01.16 19:55:04.931174 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10090 | 2025.01.16 19:55:04.931954 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10091 | 2025.01.16 19:55:04.935626 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 10092 | 2025.01.16 19:55:05.955429 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1408 | ||
| 10093 | 2025.01.16 19:55:05.958872 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10094 | 2025.01.16 19:55:05.958933 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10095 | 2025.01.16 19:55:05.961309 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10096 | 2025.01.16 19:55:05.961637 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10097 | 2025.01.16 19:55:05.961855 [ 129 ] {} <Debug> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 10098 | 2025.01.16 19:55:05.961992 [ 129 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10099 | 2025.01.16 19:55:05.962055 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10100 | 2025.01.16 19:55:05.963061 [ 199 ] {ea500972-8ed8-482b-9580-399ca28f5052::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 | ||
| 10101 | 2025.01.16 19:55:05.964615 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1408 | ||
| 10102 | 2025.01.16 19:55:05.964985 [ 199 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10103 | 2025.01.16 19:55:05.965152 [ 199 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1226 rows starting from the beginning of the part | ||
| 10104 | 2025.01.16 19:55:05.965806 [ 199 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 34 rows starting from the beginning of the part | ||
| 10105 | 2025.01.16 19:55:05.966466 [ 199 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 42 rows starting from the beginning of the part | ||
| 10106 | 2025.01.16 19:55:05.967125 [ 199 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 32 rows starting from the beginning of the part | ||
| 10107 | 2025.01.16 19:55:05.967870 [ 199 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part | ||
| 10108 | 2025.01.16 19:55:05.968496 [ 199 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 42 rows starting from the beginning of the part | ||
| 10109 | 2025.01.16 19:55:05.976651 [ 189 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1408 rows, containing 72 columns (72 merged, 0 gathered) in 0.014418383 sec., 97653.1140835973 rows/sec., 76.48 MiB/sec. | ||
| 10110 | 2025.01.16 19:55:05.978464 [ 189 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 10111 | 2025.01.16 19:55:05.979290 [ 189 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_36_7} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10112 | 2025.01.16 19:55:05.979382 [ 189 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_36_7} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 10113 | 2025.01.16 19:55:05.979747 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. | ||
| 10114 | 2025.01.16 19:55:07.444694 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10115 | 2025.01.16 19:55:07.444914 [ 260 ] {3fdfeaa7-0e32-43dc-8d4a-c04868cba488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10116 | 2025.01.16 19:55:07.444996 [ 260 ] {3fdfeaa7-0e32-43dc-8d4a-c04868cba488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10117 | 2025.01.16 19:55:07.445848 [ 260 ] {3fdfeaa7-0e32-43dc-8d4a-c04868cba488} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10118 | 2025.01.16 19:55:07.445904 [ 260 ] {3fdfeaa7-0e32-43dc-8d4a-c04868cba488} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10119 | 2025.01.16 19:55:07.446360 [ 260 ] {3fdfeaa7-0e32-43dc-8d4a-c04868cba488} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10120 | 2025.01.16 19:55:07.446621 [ 260 ] {3fdfeaa7-0e32-43dc-8d4a-c04868cba488} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10121 | 2025.01.16 19:55:07.446875 [ 260 ] {3fdfeaa7-0e32-43dc-8d4a-c04868cba488} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002022 sec., 67260.13847675569 rows/sec., 5.80 MiB/sec. | ||
| 10122 | 2025.01.16 19:55:07.446943 [ 260 ] {3fdfeaa7-0e32-43dc-8d4a-c04868cba488} <Debug> TCPHandler: Processed in 0.002394612 sec. | ||
| 10123 | 2025.01.16 19:55:07.447212 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10124 | 2025.01.16 19:55:07.447424 [ 262 ] {23c086f3-2ad4-4051-9102-b328c8ce4d21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10125 | 2025.01.16 19:55:07.447505 [ 262 ] {23c086f3-2ad4-4051-9102-b328c8ce4d21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10126 | 2025.01.16 19:55:07.448313 [ 262 ] {23c086f3-2ad4-4051-9102-b328c8ce4d21} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10127 | 2025.01.16 19:55:07.448358 [ 262 ] {23c086f3-2ad4-4051-9102-b328c8ce4d21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10128 | 2025.01.16 19:55:07.448796 [ 262 ] {23c086f3-2ad4-4051-9102-b328c8ce4d21} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10129 | 2025.01.16 19:55:07.449055 [ 262 ] {23c086f3-2ad4-4051-9102-b328c8ce4d21} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10130 | 2025.01.16 19:55:07.449293 [ 262 ] {23c086f3-2ad4-4051-9102-b328c8ce4d21} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.00193 sec., 20725.38860103627 rows/sec., 1.52 MiB/sec. | ||
| 10131 | 2025.01.16 19:55:07.449352 [ 262 ] {23c086f3-2ad4-4051-9102-b328c8ce4d21} <Debug> TCPHandler: Processed in 0.00228178 sec. | ||
| 10132 | 2025.01.16 19:55:07.449507 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10133 | 2025.01.16 19:55:07.449631 [ 260 ] {8aece087-d2b0-42b7-bca5-ce480f0409a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10134 | 2025.01.16 19:55:07.449685 [ 260 ] {8aece087-d2b0-42b7-bca5-ce480f0409a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10135 | 2025.01.16 19:55:07.450322 [ 260 ] {8aece087-d2b0-42b7-bca5-ce480f0409a2} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10136 | 2025.01.16 19:55:07.450365 [ 260 ] {8aece087-d2b0-42b7-bca5-ce480f0409a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10137 | 2025.01.16 19:55:07.450749 [ 260 ] {8aece087-d2b0-42b7-bca5-ce480f0409a2} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10138 | 2025.01.16 19:55:07.450995 [ 260 ] {8aece087-d2b0-42b7-bca5-ce480f0409a2} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10139 | 2025.01.16 19:55:07.451221 [ 260 ] {8aece087-d2b0-42b7-bca5-ce480f0409a2} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001616 sec., 64356.43564356436 rows/sec., 5.03 MiB/sec. | ||
| 10140 | 2025.01.16 19:55:07.451317 [ 260 ] {8aece087-d2b0-42b7-bca5-ce480f0409a2} <Debug> TCPHandler: Processed in 0.001868723 sec. | ||
| 10141 | 2025.01.16 19:55:07.451513 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10142 | 2025.01.16 19:55:07.451666 [ 262 ] {449c9d5b-5400-4b81-9dbe-aeafb359277f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10143 | 2025.01.16 19:55:07.451731 [ 262 ] {449c9d5b-5400-4b81-9dbe-aeafb359277f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10144 | 2025.01.16 19:55:07.452353 [ 262 ] {449c9d5b-5400-4b81-9dbe-aeafb359277f} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10145 | 2025.01.16 19:55:07.452392 [ 262 ] {449c9d5b-5400-4b81-9dbe-aeafb359277f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10146 | 2025.01.16 19:55:07.452799 [ 262 ] {449c9d5b-5400-4b81-9dbe-aeafb359277f} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10147 | 2025.01.16 19:55:07.453044 [ 262 ] {449c9d5b-5400-4b81-9dbe-aeafb359277f} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10148 | 2025.01.16 19:55:07.453277 [ 262 ] {449c9d5b-5400-4b81-9dbe-aeafb359277f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001641 sec., 97501.52346130408 rows/sec., 6.79 MiB/sec. | ||
| 10149 | 2025.01.16 19:55:07.453345 [ 262 ] {449c9d5b-5400-4b81-9dbe-aeafb359277f} <Debug> TCPHandler: Processed in 0.001946195 sec. | ||
| 10150 | 2025.01.16 19:55:07.453575 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10151 | 2025.01.16 19:55:07.453753 [ 260 ] {20674d6f-11b1-4c50-9d56-94c542bb04c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10152 | 2025.01.16 19:55:07.453851 [ 260 ] {20674d6f-11b1-4c50-9d56-94c542bb04c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10153 | 2025.01.16 19:55:07.455106 [ 260 ] {20674d6f-11b1-4c50-9d56-94c542bb04c3} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10154 | 2025.01.16 19:55:07.455147 [ 260 ] {20674d6f-11b1-4c50-9d56-94c542bb04c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10155 | 2025.01.16 19:55:07.455830 [ 260 ] {20674d6f-11b1-4c50-9d56-94c542bb04c3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10156 | 2025.01.16 19:55:07.456094 [ 260 ] {20674d6f-11b1-4c50-9d56-94c542bb04c3} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10157 | 2025.01.16 19:55:07.456411 [ 260 ] {20674d6f-11b1-4c50-9d56-94c542bb04c3} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002689 sec., 14875.418371141688 rows/sec., 26.66 MiB/sec. | ||
| 10158 | 2025.01.16 19:55:07.456894 [ 260 ] {20674d6f-11b1-4c50-9d56-94c542bb04c3} <Debug> TCPHandler: Processed in 0.003443531 sec. | ||
| 10159 | 2025.01.16 19:55:07.457061 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10160 | 2025.01.16 19:55:07.457201 [ 262 ] {3beb6855-e0ac-49ef-8a09-367d9504cd33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10161 | 2025.01.16 19:55:07.457262 [ 262 ] {3beb6855-e0ac-49ef-8a09-367d9504cd33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10162 | 2025.01.16 19:55:07.457841 [ 262 ] {3beb6855-e0ac-49ef-8a09-367d9504cd33} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10163 | 2025.01.16 19:55:07.457888 [ 262 ] {3beb6855-e0ac-49ef-8a09-367d9504cd33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10164 | 2025.01.16 19:55:07.458292 [ 262 ] {3beb6855-e0ac-49ef-8a09-367d9504cd33} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10165 | 2025.01.16 19:55:07.458544 [ 262 ] {3beb6855-e0ac-49ef-8a09-367d9504cd33} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10166 | 2025.01.16 19:55:07.458753 [ 262 ] {3beb6855-e0ac-49ef-8a09-367d9504cd33} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001583 sec., 37902.71636133923 rows/sec., 2.55 MiB/sec. | ||
| 10167 | 2025.01.16 19:55:07.458803 [ 262 ] {3beb6855-e0ac-49ef-8a09-367d9504cd33} <Debug> TCPHandler: Processed in 0.001810421 sec. | ||
| 10168 | 2025.01.16 19:55:10.659890 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10169 | 2025.01.16 19:55:10.659954 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10170 | 2025.01.16 19:55:10.838925 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936 | ||
| 10171 | 2025.01.16 19:55:10.839652 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10172 | 2025.01.16 19:55:10.839699 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10173 | 2025.01.16 19:55:10.840267 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10174 | 2025.01.16 19:55:10.840529 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10175 | 2025.01.16 19:55:10.840713 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 10176 | 2025.01.16 19:55:12.435772 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 10177 | 2025.01.16 19:55:12.447396 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10178 | 2025.01.16 19:55:12.447769 [ 260 ] {b4bbb36b-8169-486d-86d4-6f33e1662967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10179 | 2025.01.16 19:55:12.447869 [ 260 ] {b4bbb36b-8169-486d-86d4-6f33e1662967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10180 | 2025.01.16 19:55:12.449002 [ 260 ] {b4bbb36b-8169-486d-86d4-6f33e1662967} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10181 | 2025.01.16 19:55:12.449059 [ 260 ] {b4bbb36b-8169-486d-86d4-6f33e1662967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10182 | 2025.01.16 19:55:12.450328 [ 260 ] {b4bbb36b-8169-486d-86d4-6f33e1662967} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10183 | 2025.01.16 19:55:12.451417 [ 260 ] {b4bbb36b-8169-486d-86d4-6f33e1662967} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10184 | 2025.01.16 19:55:12.452381 [ 260 ] {b4bbb36b-8169-486d-86d4-6f33e1662967} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.004702 sec., 2977.4564015312635 rows/sec., 214.34 KiB/sec. | ||
| 10185 | 2025.01.16 19:55:12.452902 [ 260 ] {b4bbb36b-8169-486d-86d4-6f33e1662967} <Debug> TCPHandler: Processed in 0.005667509 sec. | ||
| 10186 | 2025.01.16 19:55:12.453380 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10187 | 2025.01.16 19:55:12.453867 [ 262 ] {2a868af6-a2f6-41cf-a99f-fdff26e44744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10188 | 2025.01.16 19:55:12.454244 [ 262 ] {2a868af6-a2f6-41cf-a99f-fdff26e44744} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10189 | 2025.01.16 19:55:12.459379 [ 262 ] {2a868af6-a2f6-41cf-a99f-fdff26e44744} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10190 | 2025.01.16 19:55:12.459432 [ 262 ] {2a868af6-a2f6-41cf-a99f-fdff26e44744} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10191 | 2025.01.16 19:55:12.462756 [ 262 ] {2a868af6-a2f6-41cf-a99f-fdff26e44744} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10192 | 2025.01.16 19:55:12.463540 [ 262 ] {2a868af6-a2f6-41cf-a99f-fdff26e44744} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10193 | 2025.01.16 19:55:12.464366 [ 262 ] {2a868af6-a2f6-41cf-a99f-fdff26e44744} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.01071 sec., 18954.24836601307 rows/sec., 1.64 MiB/sec. | ||
| 10194 | 2025.01.16 19:55:12.464734 [ 262 ] {2a868af6-a2f6-41cf-a99f-fdff26e44744} <Debug> TCPHandler: Processed in 0.011612794 sec. | ||
| 10195 | 2025.01.16 19:55:12.465005 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10196 | 2025.01.16 19:55:12.465426 [ 260 ] {ed126d8d-9a59-4aee-82fa-c764e97548ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10197 | 2025.01.16 19:55:12.465598 [ 260 ] {ed126d8d-9a59-4aee-82fa-c764e97548ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10198 | 2025.01.16 19:55:12.469050 [ 260 ] {ed126d8d-9a59-4aee-82fa-c764e97548ac} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10199 | 2025.01.16 19:55:12.469123 [ 260 ] {ed126d8d-9a59-4aee-82fa-c764e97548ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10200 | 2025.01.16 19:55:12.470653 [ 260 ] {ed126d8d-9a59-4aee-82fa-c764e97548ac} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10201 | 2025.01.16 19:55:12.471386 [ 260 ] {ed126d8d-9a59-4aee-82fa-c764e97548ac} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10202 | 2025.01.16 19:55:12.471776 [ 260 ] {ed126d8d-9a59-4aee-82fa-c764e97548ac} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.006497 sec., 1077.4203478528552 rows/sec., 70.19 KiB/sec. | ||
| 10203 | 2025.01.16 19:55:12.472106 [ 260 ] {ed126d8d-9a59-4aee-82fa-c764e97548ac} <Debug> TCPHandler: Processed in 0.007243297 sec. | ||
| 10204 | 2025.01.16 19:55:12.472424 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10205 | 2025.01.16 19:55:12.472796 [ 262 ] {d00b370d-49aa-4cb2-b485-c487d881de62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10206 | 2025.01.16 19:55:12.472967 [ 262 ] {d00b370d-49aa-4cb2-b485-c487d881de62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10207 | 2025.01.16 19:55:12.474908 [ 262 ] {d00b370d-49aa-4cb2-b485-c487d881de62} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10208 | 2025.01.16 19:55:12.474956 [ 262 ] {d00b370d-49aa-4cb2-b485-c487d881de62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10209 | 2025.01.16 19:55:12.475411 [ 262 ] {d00b370d-49aa-4cb2-b485-c487d881de62} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10210 | 2025.01.16 19:55:12.475717 [ 262 ] {d00b370d-49aa-4cb2-b485-c487d881de62} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10211 | 2025.01.16 19:55:12.476040 [ 262 ] {d00b370d-49aa-4cb2-b485-c487d881de62} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003374 sec., 4149.377593360996 rows/sec., 290.60 KiB/sec. | ||
| 10212 | 2025.01.16 19:55:12.476204 [ 262 ] {d00b370d-49aa-4cb2-b485-c487d881de62} <Debug> TCPHandler: Processed in 0.00393287 sec. | ||
| 10213 | 2025.01.16 19:55:12.476414 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10214 | 2025.01.16 19:55:12.476701 [ 260 ] {99ed5f32-8a4a-49f9-bd8b-640fa93d6a88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10215 | 2025.01.16 19:55:12.476890 [ 260 ] {99ed5f32-8a4a-49f9-bd8b-640fa93d6a88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10216 | 2025.01.16 19:55:12.480810 [ 260 ] {99ed5f32-8a4a-49f9-bd8b-640fa93d6a88} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10217 | 2025.01.16 19:55:12.480890 [ 260 ] {99ed5f32-8a4a-49f9-bd8b-640fa93d6a88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10218 | 2025.01.16 19:55:12.482481 [ 260 ] {99ed5f32-8a4a-49f9-bd8b-640fa93d6a88} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10219 | 2025.01.16 19:55:12.483836 [ 260 ] {99ed5f32-8a4a-49f9-bd8b-640fa93d6a88} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10220 | 2025.01.16 19:55:12.484609 [ 260 ] {99ed5f32-8a4a-49f9-bd8b-640fa93d6a88} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.007991 sec., 1626.8301839569517 rows/sec., 101.43 KiB/sec. | ||
| 10221 | 2025.01.16 19:55:12.484899 [ 260 ] {99ed5f32-8a4a-49f9-bd8b-640fa93d6a88} <Debug> TCPHandler: Processed in 0.008582941 sec. | ||
| 10222 | 2025.01.16 19:55:12.485156 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10223 | 2025.01.16 19:55:12.485589 [ 262 ] {c25c2951-975d-480a-a843-313fc973e58c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10224 | 2025.01.16 19:55:12.485889 [ 262 ] {c25c2951-975d-480a-a843-313fc973e58c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10225 | 2025.01.16 19:55:12.490023 [ 262 ] {c25c2951-975d-480a-a843-313fc973e58c} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10226 | 2025.01.16 19:55:12.490151 [ 262 ] {c25c2951-975d-480a-a843-313fc973e58c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10227 | 2025.01.16 19:55:12.491851 [ 262 ] {c25c2951-975d-480a-a843-313fc973e58c} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10228 | 2025.01.16 19:55:12.492637 [ 262 ] {c25c2951-975d-480a-a843-313fc973e58c} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10229 | 2025.01.16 19:55:12.492654 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10230 | 2025.01.16 19:55:12.492735 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10231 | 2025.01.16 19:55:12.493233 [ 262 ] {c25c2951-975d-480a-a843-313fc973e58c} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.007766 sec., 49188.77156837496 rows/sec., 3.48 MiB/sec. | ||
| 10232 | 2025.01.16 19:55:12.493494 [ 262 ] {c25c2951-975d-480a-a843-313fc973e58c} <Debug> TCPHandler: Processed in 0.008480439 sec. | ||
| 10233 | 2025.01.16 19:55:12.493754 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10234 | 2025.01.16 19:55:12.494219 [ 260 ] {3b55d69b-0436-4251-8ab1-9df5a4cb2666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10235 | 2025.01.16 19:55:12.494480 [ 260 ] {3b55d69b-0436-4251-8ab1-9df5a4cb2666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10236 | 2025.01.16 19:55:12.497235 [ 260 ] {3b55d69b-0436-4251-8ab1-9df5a4cb2666} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10237 | 2025.01.16 19:55:12.497318 [ 260 ] {3b55d69b-0436-4251-8ab1-9df5a4cb2666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10238 | 2025.01.16 19:55:12.498648 [ 260 ] {3b55d69b-0436-4251-8ab1-9df5a4cb2666} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10239 | 2025.01.16 19:55:12.499373 [ 260 ] {3b55d69b-0436-4251-8ab1-9df5a4cb2666} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10240 | 2025.01.16 19:55:12.499738 [ 121 ] {} <Debug> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0 | ||
| 10241 | 2025.01.16 19:55:12.499870 [ 121 ] {} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10242 | 2025.01.16 19:55:12.499956 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10243 | 2025.01.16 19:55:12.500053 [ 260 ] {3b55d69b-0436-4251-8ab1-9df5a4cb2666} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006021 sec., 996.512207274539 rows/sec., 52.06 KiB/sec. | ||
| 10244 | 2025.01.16 19:55:12.500323 [ 260 ] {3b55d69b-0436-4251-8ab1-9df5a4cb2666} <Debug> TCPHandler: Processed in 0.006682897 sec. | ||
| 10245 | 2025.01.16 19:55:12.500592 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10246 | 2025.01.16 19:55:12.500668 [ 191 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_34_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full | ||
| 10247 | 2025.01.16 19:55:12.500973 [ 262 ] {4c8d2623-e9a3-4185-982e-5a5da159dcb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10248 | 2025.01.16 19:55:12.501180 [ 262 ] {4c8d2623-e9a3-4185-982e-5a5da159dcb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10249 | 2025.01.16 19:55:12.501413 [ 191 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10250 | 2025.01.16 19:55:12.501592 [ 191 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 174 rows starting from the beginning of the part | ||
| 10251 | 2025.01.16 19:55:12.502129 [ 191 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 10252 | 2025.01.16 19:55:12.502570 [ 191 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 10253 | 2025.01.16 19:55:12.502975 [ 191 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 10254 | 2025.01.16 19:55:12.503343 [ 191 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 10255 | 2025.01.16 19:55:12.503764 [ 191 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 10256 | 2025.01.16 19:55:12.504780 [ 262 ] {4c8d2623-e9a3-4185-982e-5a5da159dcb9} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10257 | 2025.01.16 19:55:12.504897 [ 262 ] {4c8d2623-e9a3-4185-982e-5a5da159dcb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10258 | 2025.01.16 19:55:12.506670 [ 262 ] {4c8d2623-e9a3-4185-982e-5a5da159dcb9} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10259 | 2025.01.16 19:55:12.507657 [ 262 ] {4c8d2623-e9a3-4185-982e-5a5da159dcb9} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10260 | 2025.01.16 19:55:12.508480 [ 262 ] {4c8d2623-e9a3-4185-982e-5a5da159dcb9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.007597 sec., 31196.524944056866 rows/sec., 2.09 MiB/sec. | ||
| 10261 | 2025.01.16 19:55:12.508828 [ 262 ] {4c8d2623-e9a3-4185-982e-5a5da159dcb9} <Debug> TCPHandler: Processed in 0.008383907 sec. | ||
| 10262 | 2025.01.16 19:55:12.509135 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10263 | 2025.01.16 19:55:12.509569 [ 260 ] {b44586ae-a5f5-4505-875c-1b6f94efb479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10264 | 2025.01.16 19:55:12.509764 [ 260 ] {b44586ae-a5f5-4505-875c-1b6f94efb479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10265 | 2025.01.16 19:55:12.511821 [ 196 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 204 rows, containing 4 columns (4 merged, 0 gathered) in 0.011653094 sec., 17506.080359430725 rows/sec., 914.62 KiB/sec. | ||
| 10266 | 2025.01.16 19:55:12.512262 [ 196 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) | ||
| 10267 | 2025.01.16 19:55:12.512414 [ 260 ] {b44586ae-a5f5-4505-875c-1b6f94efb479} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10268 | 2025.01.16 19:55:12.512522 [ 260 ] {b44586ae-a5f5-4505-875c-1b6f94efb479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10269 | 2025.01.16 19:55:12.513133 [ 196 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_34_7} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10270 | 2025.01.16 19:55:12.513506 [ 196 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_34_7} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7 | ||
| 10271 | 2025.01.16 19:55:12.513900 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 10272 | 2025.01.16 19:55:12.514416 [ 260 ] {b44586ae-a5f5-4505-875c-1b6f94efb479} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10273 | 2025.01.16 19:55:12.515108 [ 260 ] {b44586ae-a5f5-4505-875c-1b6f94efb479} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10274 | 2025.01.16 19:55:12.515931 [ 260 ] {b44586ae-a5f5-4505-875c-1b6f94efb479} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.006459 sec., 154.82272797646695 rows/sec., 10.43 KiB/sec. | ||
| 10275 | 2025.01.16 19:55:12.516479 [ 260 ] {b44586ae-a5f5-4505-875c-1b6f94efb479} <Debug> TCPHandler: Processed in 0.007493722 sec. | ||
| 10276 | 2025.01.16 19:55:12.516744 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10277 | 2025.01.16 19:55:12.517031 [ 262 ] {11272d11-5b34-46e3-aaad-329f0dee0b9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10278 | 2025.01.16 19:55:12.517175 [ 262 ] {11272d11-5b34-46e3-aaad-329f0dee0b9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10279 | 2025.01.16 19:55:12.519483 [ 262 ] {11272d11-5b34-46e3-aaad-329f0dee0b9d} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10280 | 2025.01.16 19:55:12.519564 [ 262 ] {11272d11-5b34-46e3-aaad-329f0dee0b9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10281 | 2025.01.16 19:55:12.520861 [ 262 ] {11272d11-5b34-46e3-aaad-329f0dee0b9d} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10282 | 2025.01.16 19:55:12.521534 [ 262 ] {11272d11-5b34-46e3-aaad-329f0dee0b9d} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10283 | 2025.01.16 19:55:12.522273 [ 262 ] {11272d11-5b34-46e3-aaad-329f0dee0b9d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005318 sec., 15419.330575404289 rows/sec., 1002.82 KiB/sec. | ||
| 10284 | 2025.01.16 19:55:12.522618 [ 262 ] {11272d11-5b34-46e3-aaad-329f0dee0b9d} <Debug> TCPHandler: Processed in 0.005996086 sec. | ||
| 10285 | 2025.01.16 19:55:12.527331 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10286 | 2025.01.16 19:55:12.528332 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10287 | 2025.01.16 19:55:12.533303 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 10288 | 2025.01.16 19:55:15.964973 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1440 | ||
| 10289 | 2025.01.16 19:55:15.968050 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10290 | 2025.01.16 19:55:15.968102 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10291 | 2025.01.16 19:55:15.969643 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10292 | 2025.01.16 19:55:15.969965 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10293 | 2025.01.16 19:55:15.970551 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1440 | ||
| 10294 | 2025.01.16 19:55:17.445699 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10295 | 2025.01.16 19:55:17.445900 [ 260 ] {2ea09f80-22ee-450d-8a98-8402ef3cfbc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10296 | 2025.01.16 19:55:17.445979 [ 260 ] {2ea09f80-22ee-450d-8a98-8402ef3cfbc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10297 | 2025.01.16 19:55:17.446763 [ 260 ] {2ea09f80-22ee-450d-8a98-8402ef3cfbc6} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10298 | 2025.01.16 19:55:17.446819 [ 260 ] {2ea09f80-22ee-450d-8a98-8402ef3cfbc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10299 | 2025.01.16 19:55:17.447259 [ 260 ] {2ea09f80-22ee-450d-8a98-8402ef3cfbc6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 10300 | 2025.01.16 19:55:17.447521 [ 260 ] {2ea09f80-22ee-450d-8a98-8402ef3cfbc6} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10301 | 2025.01.16 19:55:17.447781 [ 260 ] {2ea09f80-22ee-450d-8a98-8402ef3cfbc6} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001934 sec., 5170.63081695967 rows/sec., 421.63 KiB/sec. | ||
| 10302 | 2025.01.16 19:55:17.448012 [ 260 ] {2ea09f80-22ee-450d-8a98-8402ef3cfbc6} <Debug> TCPHandler: Processed in 0.002444392 sec. | ||
| 10303 | 2025.01.16 19:55:17.448309 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10304 | 2025.01.16 19:55:17.448527 [ 262 ] {0aeeeaa6-ebb8-4446-966c-8c9d739f7726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10305 | 2025.01.16 19:55:17.448610 [ 262 ] {0aeeeaa6-ebb8-4446-966c-8c9d739f7726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10306 | 2025.01.16 19:55:17.449532 [ 262 ] {0aeeeaa6-ebb8-4446-966c-8c9d739f7726} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10307 | 2025.01.16 19:55:17.449584 [ 262 ] {0aeeeaa6-ebb8-4446-966c-8c9d739f7726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10308 | 2025.01.16 19:55:17.450054 [ 262 ] {0aeeeaa6-ebb8-4446-966c-8c9d739f7726} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10309 | 2025.01.16 19:55:17.450326 [ 262 ] {0aeeeaa6-ebb8-4446-966c-8c9d739f7726} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10310 | 2025.01.16 19:55:17.450563 [ 262 ] {0aeeeaa6-ebb8-4446-966c-8c9d739f7726} <Debug> executeQuery: Read 141 rows, 12.38 KiB in 0.002099 sec., 67174.84516436397 rows/sec., 5.76 MiB/sec. | ||
| 10311 | 2025.01.16 19:55:17.450648 [ 262 ] {0aeeeaa6-ebb8-4446-966c-8c9d739f7726} <Debug> TCPHandler: Processed in 0.002478914 sec. | ||
| 10312 | 2025.01.16 19:55:17.450868 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10313 | 2025.01.16 19:55:17.451052 [ 260 ] {3f4ed76b-540f-4d59-8a75-9e0f5a686fd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10314 | 2025.01.16 19:55:17.451116 [ 260 ] {3f4ed76b-540f-4d59-8a75-9e0f5a686fd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10315 | 2025.01.16 19:55:17.451772 [ 260 ] {3f4ed76b-540f-4d59-8a75-9e0f5a686fd2} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10316 | 2025.01.16 19:55:17.451816 [ 260 ] {3f4ed76b-540f-4d59-8a75-9e0f5a686fd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10317 | 2025.01.16 19:55:17.452262 [ 260 ] {3f4ed76b-540f-4d59-8a75-9e0f5a686fd2} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10318 | 2025.01.16 19:55:17.452632 [ 260 ] {3f4ed76b-540f-4d59-8a75-9e0f5a686fd2} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10319 | 2025.01.16 19:55:17.452899 [ 260 ] {3f4ed76b-540f-4d59-8a75-9e0f5a686fd2} <Debug> executeQuery: Read 50 rows, 3.71 KiB in 0.001873 sec., 26695.141484249863 rows/sec., 1.93 MiB/sec. | ||
| 10320 | 2025.01.16 19:55:17.452992 [ 260 ] {3f4ed76b-540f-4d59-8a75-9e0f5a686fd2} <Debug> TCPHandler: Processed in 0.002244159 sec. | ||
| 10321 | 2025.01.16 19:55:17.453257 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10322 | 2025.01.16 19:55:17.453444 [ 262 ] {2ef837b8-6c97-4e4b-9fe5-e314db6204fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10323 | 2025.01.16 19:55:17.453502 [ 262 ] {2ef837b8-6c97-4e4b-9fe5-e314db6204fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10324 | 2025.01.16 19:55:17.454167 [ 262 ] {2ef837b8-6c97-4e4b-9fe5-e314db6204fe} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10325 | 2025.01.16 19:55:17.454237 [ 262 ] {2ef837b8-6c97-4e4b-9fe5-e314db6204fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10326 | 2025.01.16 19:55:17.454641 [ 262 ] {2ef837b8-6c97-4e4b-9fe5-e314db6204fe} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10327 | 2025.01.16 19:55:17.454887 [ 262 ] {2ef837b8-6c97-4e4b-9fe5-e314db6204fe} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10328 | 2025.01.16 19:55:17.455105 [ 262 ] {2ef837b8-6c97-4e4b-9fe5-e314db6204fe} <Debug> executeQuery: Read 114 rows, 9.13 KiB in 0.001694 sec., 67296.34002361275 rows/sec., 5.27 MiB/sec. | ||
| 10329 | 2025.01.16 19:55:17.455167 [ 262 ] {2ef837b8-6c97-4e4b-9fe5-e314db6204fe} <Debug> TCPHandler: Processed in 0.002061146 sec. | ||
| 10330 | 2025.01.16 19:55:17.455310 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10331 | 2025.01.16 19:55:17.455460 [ 260 ] {6459517c-6f0e-48de-b2e1-e0f63131b72e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10332 | 2025.01.16 19:55:17.455528 [ 260 ] {6459517c-6f0e-48de-b2e1-e0f63131b72e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10333 | 2025.01.16 19:55:17.456210 [ 260 ] {6459517c-6f0e-48de-b2e1-e0f63131b72e} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10334 | 2025.01.16 19:55:17.456259 [ 260 ] {6459517c-6f0e-48de-b2e1-e0f63131b72e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10335 | 2025.01.16 19:55:17.456689 [ 260 ] {6459517c-6f0e-48de-b2e1-e0f63131b72e} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10336 | 2025.01.16 19:55:17.456938 [ 260 ] {6459517c-6f0e-48de-b2e1-e0f63131b72e} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10337 | 2025.01.16 19:55:17.457162 [ 260 ] {6459517c-6f0e-48de-b2e1-e0f63131b72e} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.00174 sec., 94827.58620689655 rows/sec., 6.60 MiB/sec. | ||
| 10338 | 2025.01.16 19:55:17.457219 [ 260 ] {6459517c-6f0e-48de-b2e1-e0f63131b72e} <Debug> TCPHandler: Processed in 0.001971824 sec. | ||
| 10339 | 2025.01.16 19:55:17.457356 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10340 | 2025.01.16 19:55:17.457502 [ 262 ] {f4bb8ed3-9b08-4267-ba6a-21b49f3f11e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10341 | 2025.01.16 19:55:17.457599 [ 262 ] {f4bb8ed3-9b08-4267-ba6a-21b49f3f11e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10342 | 2025.01.16 19:55:17.458947 [ 262 ] {f4bb8ed3-9b08-4267-ba6a-21b49f3f11e5} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10343 | 2025.01.16 19:55:17.458988 [ 262 ] {f4bb8ed3-9b08-4267-ba6a-21b49f3f11e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10344 | 2025.01.16 19:55:17.459682 [ 262 ] {f4bb8ed3-9b08-4267-ba6a-21b49f3f11e5} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10345 | 2025.01.16 19:55:17.459967 [ 262 ] {f4bb8ed3-9b08-4267-ba6a-21b49f3f11e5} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10346 | 2025.01.16 19:55:17.460164 [ 116 ] {} <Debug> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 10347 | 2025.01.16 19:55:17.460244 [ 116 ] {} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10348 | 2025.01.16 19:55:17.460258 [ 262 ] {f4bb8ed3-9b08-4267-ba6a-21b49f3f11e5} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002781 sec., 14383.31535418914 rows/sec., 25.77 MiB/sec. | ||
| 10349 | 2025.01.16 19:55:17.460279 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10350 | 2025.01.16 19:55:17.460682 [ 193 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::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 | ||
| 10351 | 2025.01.16 19:55:17.460833 [ 262 ] {f4bb8ed3-9b08-4267-ba6a-21b49f3f11e5} <Debug> TCPHandler: Processed in 0.003534591 sec. | ||
| 10352 | 2025.01.16 19:55:17.461161 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10353 | 2025.01.16 19:55:17.461633 [ 260 ] {22bf6f2a-ff5f-4b2a-8b74-ae33336897bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10354 | 2025.01.16 19:55:17.461760 [ 260 ] {22bf6f2a-ff5f-4b2a-8b74-ae33336897bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10355 | 2025.01.16 19:55:17.462043 [ 193 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10356 | 2025.01.16 19:55:17.462318 [ 193 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1184 rows starting from the beginning of the part | ||
| 10357 | 2025.01.16 19:55:17.463129 [ 193 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 40 rows starting from the beginning of the part | ||
| 10358 | 2025.01.16 19:55:17.463863 [ 260 ] {22bf6f2a-ff5f-4b2a-8b74-ae33336897bc} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10359 | 2025.01.16 19:55:17.463892 [ 193 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 40 rows starting from the beginning of the part | ||
| 10360 | 2025.01.16 19:55:17.463941 [ 260 ] {22bf6f2a-ff5f-4b2a-8b74-ae33336897bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10361 | 2025.01.16 19:55:17.464465 [ 193 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 40 rows starting from the beginning of the part | ||
| 10362 | 2025.01.16 19:55:17.465146 [ 193 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 40 rows starting from the beginning of the part | ||
| 10363 | 2025.01.16 19:55:17.465407 [ 260 ] {22bf6f2a-ff5f-4b2a-8b74-ae33336897bc} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10364 | 2025.01.16 19:55:17.465741 [ 193 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 40 rows starting from the beginning of the part | ||
| 10365 | 2025.01.16 19:55:17.466271 [ 260 ] {22bf6f2a-ff5f-4b2a-8b74-ae33336897bc} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10366 | 2025.01.16 19:55:17.467007 [ 260 ] {22bf6f2a-ff5f-4b2a-8b74-ae33336897bc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005519 sec., 10871.534698314912 rows/sec., 750.25 KiB/sec. | ||
| 10367 | 2025.01.16 19:55:17.467108 [ 260 ] {22bf6f2a-ff5f-4b2a-8b74-ae33336897bc} <Debug> TCPHandler: Processed in 0.006154928 sec. | ||
| 10368 | 2025.01.16 19:55:17.473651 [ 187 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1384 rows, containing 19 columns (19 merged, 0 gathered) in 0.013232492 sec., 104591.03243742751 rows/sec., 187.42 MiB/sec. | ||
| 10369 | 2025.01.16 19:55:17.475197 [ 198 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 10370 | 2025.01.16 19:55:17.475625 [ 198 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10371 | 2025.01.16 19:55:17.475710 [ 198 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 10372 | 2025.01.16 19:55:17.475868 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB. | ||
| 10373 | 2025.01.16 19:55:18.000246 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 232.44 MiB, peak 243.95 MiB, free memory in arenas 0.00 B, will set to 234.58 MiB (RSS), difference: 2.14 MiB | ||
| 10374 | 2025.01.16 19:55:18.340908 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424 | ||
| 10375 | 2025.01.16 19:55:18.341649 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10376 | 2025.01.16 19:55:18.341694 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10377 | 2025.01.16 19:55:18.342253 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10378 | 2025.01.16 19:55:18.342538 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10379 | 2025.01.16 19:55:18.342706 [ 115 ] {} <Debug> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10380 | 2025.01.16 19:55:18.342744 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 | ||
| 10381 | 2025.01.16 19:55:18.342766 [ 115 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10382 | 2025.01.16 19:55:18.342795 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10383 | 2025.01.16 19:55:18.343034 [ 192 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 10384 | 2025.01.16 19:55:18.343285 [ 192 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10385 | 2025.01.16 19:55:18.343334 [ 192 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21106 rows starting from the beginning of the part | ||
| 10386 | 2025.01.16 19:55:18.343422 [ 192 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 488 rows starting from the beginning of the part | ||
| 10387 | 2025.01.16 19:55:18.343550 [ 192 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 427 rows starting from the beginning of the part | ||
| 10388 | 2025.01.16 19:55:18.343866 [ 192 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 488 rows starting from the beginning of the part | ||
| 10389 | 2025.01.16 19:55:18.344058 [ 192 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 427 rows starting from the beginning of the part | ||
| 10390 | 2025.01.16 19:55:18.344252 [ 192 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 488 rows starting from the beginning of the part | ||
| 10391 | 2025.01.16 19:55:18.346808 [ 187 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.003931539 sec., 5957972.183412144 rows/sec., 85.23 MiB/sec. | ||
| 10392 | 2025.01.16 19:55:18.347327 [ 186 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10393 | 2025.01.16 19:55:18.347702 [ 186 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_51_10} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10394 | 2025.01.16 19:55:18.347807 [ 186 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_51_10} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10395 | 2025.01.16 19:55:18.347936 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 10396 | 2025.01.16 19:55:20.033464 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 10397 | 2025.01.16 19:55:20.056037 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10398 | 2025.01.16 19:55:20.056097 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10399 | 2025.01.16 19:55:20.063383 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10400 | 2025.01.16 19:55:20.064203 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10401 | 2025.01.16 19:55:20.064703 [ 106 ] {} <Debug> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10402 | 2025.01.16 19:55:20.064919 [ 106 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10403 | 2025.01.16 19:55:20.065039 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10404 | 2025.01.16 19:55:20.065793 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 10405 | 2025.01.16 19:55:20.080540 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 10406 | 2025.01.16 19:55:20.082464 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10407 | 2025.01.16 19:55:20.084267 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part | ||
| 10408 | 2025.01.16 19:55:20.090668 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 8 rows starting from the beginning of the part | ||
| 10409 | 2025.01.16 19:55:20.096474 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 7 rows starting from the beginning of the part | ||
| 10410 | 2025.01.16 19:55:20.102433 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 8 rows starting from the beginning of the part | ||
| 10411 | 2025.01.16 19:55:20.108386 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 7 rows starting from the beginning of the part | ||
| 10412 | 2025.01.16 19:55:20.113313 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 8 rows starting from the beginning of the part | ||
| 10413 | 2025.01.16 19:55:20.175901 [ 187 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.110647372 sec., 3479.5223152701724 rows/sec., 17.99 MiB/sec. | ||
| 10414 | 2025.01.16 19:55:20.179075 [ 204 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10415 | 2025.01.16 19:55:20.182025 [ 204 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_51_10} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10416 | 2025.01.16 19:55:20.182129 [ 204 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_51_10} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10417 | 2025.01.16 19:55:20.184292 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 10418 | 2025.01.16 19:55:22.448465 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10419 | 2025.01.16 19:55:22.448680 [ 260 ] {24c824cc-cc08-4dfe-820a-3bbf0932fd57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10420 | 2025.01.16 19:55:22.448756 [ 260 ] {24c824cc-cc08-4dfe-820a-3bbf0932fd57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10421 | 2025.01.16 19:55:22.449526 [ 260 ] {24c824cc-cc08-4dfe-820a-3bbf0932fd57} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10422 | 2025.01.16 19:55:22.449582 [ 260 ] {24c824cc-cc08-4dfe-820a-3bbf0932fd57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10423 | 2025.01.16 19:55:22.450033 [ 260 ] {24c824cc-cc08-4dfe-820a-3bbf0932fd57} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10424 | 2025.01.16 19:55:22.450302 [ 260 ] {24c824cc-cc08-4dfe-820a-3bbf0932fd57} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10425 | 2025.01.16 19:55:22.450561 [ 260 ] {24c824cc-cc08-4dfe-820a-3bbf0932fd57} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001939 sec., 7220.216606498195 rows/sec., 519.76 KiB/sec. | ||
| 10426 | 2025.01.16 19:55:22.450633 [ 260 ] {24c824cc-cc08-4dfe-820a-3bbf0932fd57} <Debug> TCPHandler: Processed in 0.002307591 sec. | ||
| 10427 | 2025.01.16 19:55:22.450874 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10428 | 2025.01.16 19:55:22.451069 [ 262 ] {b47eb239-efbe-4c88-8342-e7f7d72db573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10429 | 2025.01.16 19:55:22.451144 [ 262 ] {b47eb239-efbe-4c88-8342-e7f7d72db573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10430 | 2025.01.16 19:55:22.451977 [ 262 ] {b47eb239-efbe-4c88-8342-e7f7d72db573} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10431 | 2025.01.16 19:55:22.452029 [ 262 ] {b47eb239-efbe-4c88-8342-e7f7d72db573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10432 | 2025.01.16 19:55:22.452486 [ 262 ] {b47eb239-efbe-4c88-8342-e7f7d72db573} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10433 | 2025.01.16 19:55:22.452741 [ 262 ] {b47eb239-efbe-4c88-8342-e7f7d72db573} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10434 | 2025.01.16 19:55:22.452992 [ 262 ] {b47eb239-efbe-4c88-8342-e7f7d72db573} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001978 sec., 102628.91809908998 rows/sec., 8.88 MiB/sec. | ||
| 10435 | 2025.01.16 19:55:22.453051 [ 262 ] {b47eb239-efbe-4c88-8342-e7f7d72db573} <Debug> TCPHandler: Processed in 0.002314071 sec. | ||
| 10436 | 2025.01.16 19:55:22.453210 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10437 | 2025.01.16 19:55:22.453360 [ 260 ] {1c9c19ee-4737-401c-b96b-6de89fedb9ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10438 | 2025.01.16 19:55:22.453425 [ 260 ] {1c9c19ee-4737-401c-b96b-6de89fedb9ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10439 | 2025.01.16 19:55:22.454079 [ 260 ] {1c9c19ee-4737-401c-b96b-6de89fedb9ac} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10440 | 2025.01.16 19:55:22.454123 [ 260 ] {1c9c19ee-4737-401c-b96b-6de89fedb9ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10441 | 2025.01.16 19:55:22.454509 [ 260 ] {1c9c19ee-4737-401c-b96b-6de89fedb9ac} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10442 | 2025.01.16 19:55:22.454759 [ 260 ] {1c9c19ee-4737-401c-b96b-6de89fedb9ac} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10443 | 2025.01.16 19:55:22.454938 [ 108 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 10444 | 2025.01.16 19:55:22.454999 [ 260 ] {1c9c19ee-4737-401c-b96b-6de89fedb9ac} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001674 sec., 4181.600955794504 rows/sec., 272.43 KiB/sec. | ||
| 10445 | 2025.01.16 19:55:22.455030 [ 108 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10446 | 2025.01.16 19:55:22.455105 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10447 | 2025.01.16 19:55:22.455131 [ 260 ] {1c9c19ee-4737-401c-b96b-6de89fedb9ac} <Debug> TCPHandler: Processed in 0.001994125 sec. | ||
| 10448 | 2025.01.16 19:55:22.455433 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10449 | 2025.01.16 19:55:22.455528 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 10450 | 2025.01.16 19:55:22.455827 [ 262 ] {0bdd9392-f837-43a4-b09c-c435a958cbf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10451 | 2025.01.16 19:55:22.456014 [ 262 ] {0bdd9392-f837-43a4-b09c-c435a958cbf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10452 | 2025.01.16 19:55:22.456549 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10453 | 2025.01.16 19:55:22.456674 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 65 rows starting from the beginning of the part | ||
| 10454 | 2025.01.16 19:55:22.457028 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 9 rows starting from the beginning of the part | ||
| 10455 | 2025.01.16 19:55:22.457452 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 40 rows starting from the beginning of the part | ||
| 10456 | 2025.01.16 19:55:22.457914 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part | ||
| 10457 | 2025.01.16 19:55:22.458133 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 50 rows starting from the beginning of the part | ||
| 10458 | 2025.01.16 19:55:22.458529 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 7 rows starting from the beginning of the part | ||
| 10459 | 2025.01.16 19:55:22.459210 [ 262 ] {0bdd9392-f837-43a4-b09c-c435a958cbf2} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10460 | 2025.01.16 19:55:22.459279 [ 262 ] {0bdd9392-f837-43a4-b09c-c435a958cbf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10461 | 2025.01.16 19:55:22.460201 [ 262 ] {0bdd9392-f837-43a4-b09c-c435a958cbf2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10462 | 2025.01.16 19:55:22.460810 [ 262 ] {0bdd9392-f837-43a4-b09c-c435a958cbf2} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10463 | 2025.01.16 19:55:22.461448 [ 262 ] {0bdd9392-f837-43a4-b09c-c435a958cbf2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005759 sec., 2430.977600277826 rows/sec., 170.25 KiB/sec. | ||
| 10464 | 2025.01.16 19:55:22.461560 [ 188 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 5 columns (5 merged, 0 gathered) in 0.006322361 sec., 28154.03929006901 rows/sec., 2.11 MiB/sec. | ||
| 10465 | 2025.01.16 19:55:22.461587 [ 262 ] {0bdd9392-f837-43a4-b09c-c435a958cbf2} <Debug> TCPHandler: Processed in 0.006321451 sec. | ||
| 10466 | 2025.01.16 19:55:22.461848 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10467 | 2025.01.16 19:55:22.461861 [ 190 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 10468 | 2025.01.16 19:55:22.462112 [ 260 ] {7a45f0f5-42c0-49ad-906c-d83a34f820bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10469 | 2025.01.16 19:55:22.462207 [ 260 ] {7a45f0f5-42c0-49ad-906c-d83a34f820bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10470 | 2025.01.16 19:55:22.462581 [ 190 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_71_14} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10471 | 2025.01.16 19:55:22.462728 [ 190 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_71_14} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 10472 | 2025.01.16 19:55:22.462844 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10473 | 2025.01.16 19:55:22.463124 [ 260 ] {7a45f0f5-42c0-49ad-906c-d83a34f820bd} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10474 | 2025.01.16 19:55:22.463164 [ 260 ] {7a45f0f5-42c0-49ad-906c-d83a34f820bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10475 | 2025.01.16 19:55:22.463525 [ 260 ] {7a45f0f5-42c0-49ad-906c-d83a34f820bd} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10476 | 2025.01.16 19:55:22.463751 [ 260 ] {7a45f0f5-42c0-49ad-906c-d83a34f820bd} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10477 | 2025.01.16 19:55:22.463952 [ 260 ] {7a45f0f5-42c0-49ad-906c-d83a34f820bd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001934 sec., 6721.82006204757 rows/sec., 419.10 KiB/sec. | ||
| 10478 | 2025.01.16 19:55:22.464004 [ 260 ] {7a45f0f5-42c0-49ad-906c-d83a34f820bd} <Debug> TCPHandler: Processed in 0.00230134 sec. | ||
| 10479 | 2025.01.16 19:55:22.464129 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10480 | 2025.01.16 19:55:22.464239 [ 262 ] {fd0bf169-45e2-4a93-96b1-71c0b6f00a49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10481 | 2025.01.16 19:55:22.464286 [ 262 ] {fd0bf169-45e2-4a93-96b1-71c0b6f00a49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10482 | 2025.01.16 19:55:22.465056 [ 262 ] {fd0bf169-45e2-4a93-96b1-71c0b6f00a49} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10483 | 2025.01.16 19:55:22.465096 [ 262 ] {fd0bf169-45e2-4a93-96b1-71c0b6f00a49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10484 | 2025.01.16 19:55:22.465479 [ 262 ] {fd0bf169-45e2-4a93-96b1-71c0b6f00a49} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10485 | 2025.01.16 19:55:22.465740 [ 262 ] {fd0bf169-45e2-4a93-96b1-71c0b6f00a49} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10486 | 2025.01.16 19:55:22.465978 [ 262 ] {fd0bf169-45e2-4a93-96b1-71c0b6f00a49} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001712 sec., 223130.84112149532 rows/sec., 15.79 MiB/sec. | ||
| 10487 | 2025.01.16 19:55:22.466087 [ 262 ] {fd0bf169-45e2-4a93-96b1-71c0b6f00a49} <Debug> TCPHandler: Processed in 0.001979215 sec. | ||
| 10488 | 2025.01.16 19:55:22.466287 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10489 | 2025.01.16 19:55:22.466505 [ 260 ] {515317d1-2110-489d-8c2d-950f7455b26a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10490 | 2025.01.16 19:55:22.466563 [ 260 ] {515317d1-2110-489d-8c2d-950f7455b26a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10491 | 2025.01.16 19:55:22.467064 [ 260 ] {515317d1-2110-489d-8c2d-950f7455b26a} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10492 | 2025.01.16 19:55:22.467103 [ 260 ] {515317d1-2110-489d-8c2d-950f7455b26a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10493 | 2025.01.16 19:55:22.467475 [ 260 ] {515317d1-2110-489d-8c2d-950f7455b26a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10494 | 2025.01.16 19:55:22.467715 [ 260 ] {515317d1-2110-489d-8c2d-950f7455b26a} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10495 | 2025.01.16 19:55:22.467920 [ 260 ] {515317d1-2110-489d-8c2d-950f7455b26a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001452 sec., 4132.231404958678 rows/sec., 215.89 KiB/sec. | ||
| 10496 | 2025.01.16 19:55:22.467969 [ 260 ] {515317d1-2110-489d-8c2d-950f7455b26a} <Debug> TCPHandler: Processed in 0.001797302 sec. | ||
| 10497 | 2025.01.16 19:55:22.468132 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10498 | 2025.01.16 19:55:22.468271 [ 262 ] {45b6292f-00c8-429d-93b2-eb780615b06c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10499 | 2025.01.16 19:55:22.468334 [ 262 ] {45b6292f-00c8-429d-93b2-eb780615b06c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10500 | 2025.01.16 19:55:22.468950 [ 262 ] {45b6292f-00c8-429d-93b2-eb780615b06c} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10501 | 2025.01.16 19:55:22.468990 [ 262 ] {45b6292f-00c8-429d-93b2-eb780615b06c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10502 | 2025.01.16 19:55:22.469391 [ 262 ] {45b6292f-00c8-429d-93b2-eb780615b06c} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10503 | 2025.01.16 19:55:22.469630 [ 262 ] {45b6292f-00c8-429d-93b2-eb780615b06c} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10504 | 2025.01.16 19:55:22.469807 [ 108 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0 | ||
| 10505 | 2025.01.16 19:55:22.469860 [ 108 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10506 | 2025.01.16 19:55:22.469879 [ 262 ] {45b6292f-00c8-429d-93b2-eb780615b06c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001628 sec., 145577.39557739557 rows/sec., 9.76 MiB/sec. | ||
| 10507 | 2025.01.16 19:55:22.469894 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 10508 | 2025.01.16 19:55:22.470044 [ 262 ] {45b6292f-00c8-429d-93b2-eb780615b06c} <Debug> TCPHandler: Processed in 0.001978085 sec. | ||
| 10509 | 2025.01.16 19:55:22.470101 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_85_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_80_16 to all_85_85_0 into Compact with storage Full | ||
| 10510 | 2025.01.16 19:55:22.470232 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10511 | 2025.01.16 19:55:22.470257 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_85_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10512 | 2025.01.16 19:55:22.470304 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_80_16, total 22451 rows starting from the beginning of the part | ||
| 10513 | 2025.01.16 19:55:22.470542 [ 260 ] {3a3403fc-b17d-47d1-8e94-479f18a960de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10514 | 2025.01.16 19:55:22.470584 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 32 rows starting from the beginning of the part | ||
| 10515 | 2025.01.16 19:55:22.470691 [ 260 ] {3a3403fc-b17d-47d1-8e94-479f18a960de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10516 | 2025.01.16 19:55:22.470925 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part | ||
| 10517 | 2025.01.16 19:55:22.471278 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 237 rows starting from the beginning of the part | ||
| 10518 | 2025.01.16 19:55:22.471653 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 165 rows starting from the beginning of the part | ||
| 10519 | 2025.01.16 19:55:22.471959 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 237 rows starting from the beginning of the part | ||
| 10520 | 2025.01.16 19:55:22.472875 [ 260 ] {3a3403fc-b17d-47d1-8e94-479f18a960de} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10521 | 2025.01.16 19:55:22.472944 [ 260 ] {3a3403fc-b17d-47d1-8e94-479f18a960de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10522 | 2025.01.16 19:55:22.473471 [ 260 ] {3a3403fc-b17d-47d1-8e94-479f18a960de} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10523 | 2025.01.16 19:55:22.473919 [ 260 ] {3a3403fc-b17d-47d1-8e94-479f18a960de} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10524 | 2025.01.16 19:55:22.474236 [ 260 ] {3a3403fc-b17d-47d1-8e94-479f18a960de} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003837 sec., 260.62027625749283 rows/sec., 17.56 KiB/sec. | ||
| 10525 | 2025.01.16 19:55:22.474392 [ 260 ] {3a3403fc-b17d-47d1-8e94-479f18a960de} <Debug> TCPHandler: Processed in 0.004253165 sec. | ||
| 10526 | 2025.01.16 19:55:22.474587 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10527 | 2025.01.16 19:55:22.474747 [ 262 ] {6b841f66-d9e2-4a7e-b02e-9c67870cdd20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10528 | 2025.01.16 19:55:22.474822 [ 262 ] {6b841f66-d9e2-4a7e-b02e-9c67870cdd20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10529 | 2025.01.16 19:55:22.475424 [ 262 ] {6b841f66-d9e2-4a7e-b02e-9c67870cdd20} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10530 | 2025.01.16 19:55:22.475463 [ 262 ] {6b841f66-d9e2-4a7e-b02e-9c67870cdd20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10531 | 2025.01.16 19:55:22.475979 [ 262 ] {6b841f66-d9e2-4a7e-b02e-9c67870cdd20} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10532 | 2025.01.16 19:55:22.476229 [ 262 ] {6b841f66-d9e2-4a7e-b02e-9c67870cdd20} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10533 | 2025.01.16 19:55:22.476461 [ 262 ] {6b841f66-d9e2-4a7e-b02e-9c67870cdd20} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001759 sec., 46617.396247868106 rows/sec., 2.96 MiB/sec. | ||
| 10534 | 2025.01.16 19:55:22.476529 [ 262 ] {6b841f66-d9e2-4a7e-b02e-9c67870cdd20} <Debug> TCPHandler: Processed in 0.002041876 sec. | ||
| 10535 | 2025.01.16 19:55:22.480662 [ 189 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_85_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23282 rows, containing 5 columns (5 merged, 0 gathered) in 0.010642757 sec., 2187591.05370911 rows/sec., 147.81 MiB/sec. | ||
| 10536 | 2025.01.16 19:55:22.481139 [ 189 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_85_17} <Trace> MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary) | ||
| 10537 | 2025.01.16 19:55:22.481509 [ 189 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_85_17} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10538 | 2025.01.16 19:55:22.481597 [ 189 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_85_17} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17 | ||
| 10539 | 2025.01.16 19:55:22.481674 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
| 10540 | 2025.01.16 19:55:25.659997 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10541 | 2025.01.16 19:55:25.660072 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10542 | 2025.01.16 19:55:25.842953 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851 | ||
| 10543 | 2025.01.16 19:55:25.843699 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10544 | 2025.01.16 19:55:25.843747 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10545 | 2025.01.16 19:55:25.844296 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10546 | 2025.01.16 19:55:25.844562 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10547 | 2025.01.16 19:55:25.844771 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 10548 | 2025.01.16 19:55:25.970918 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1474 | ||
| 10549 | 2025.01.16 19:55:25.974675 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10550 | 2025.01.16 19:55:25.974748 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10551 | 2025.01.16 19:55:25.976268 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10552 | 2025.01.16 19:55:25.976590 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10553 | 2025.01.16 19:55:25.978215 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1474 | ||
| 10554 | 2025.01.16 19:55:27.445706 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10555 | 2025.01.16 19:55:27.445996 [ 260 ] {dc6fd8ca-d230-4f4b-b26a-1824454f45ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10556 | 2025.01.16 19:55:27.446138 [ 260 ] {dc6fd8ca-d230-4f4b-b26a-1824454f45ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10557 | 2025.01.16 19:55:27.447443 [ 260 ] {dc6fd8ca-d230-4f4b-b26a-1824454f45ab} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10558 | 2025.01.16 19:55:27.447497 [ 260 ] {dc6fd8ca-d230-4f4b-b26a-1824454f45ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10559 | 2025.01.16 19:55:27.447951 [ 260 ] {dc6fd8ca-d230-4f4b-b26a-1824454f45ab} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10560 | 2025.01.16 19:55:27.448219 [ 260 ] {dc6fd8ca-d230-4f4b-b26a-1824454f45ab} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10561 | 2025.01.16 19:55:27.448432 [ 100 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10562 | 2025.01.16 19:55:27.448499 [ 260 ] {dc6fd8ca-d230-4f4b-b26a-1824454f45ab} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002579 sec., 52733.61768127181 rows/sec., 4.55 MiB/sec. | ||
| 10563 | 2025.01.16 19:55:27.448529 [ 100 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10564 | 2025.01.16 19:55:27.448602 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10565 | 2025.01.16 19:55:27.448654 [ 260 ] {dc6fd8ca-d230-4f4b-b26a-1824454f45ab} <Debug> TCPHandler: Processed in 0.003082094 sec. | ||
| 10566 | 2025.01.16 19:55:27.448894 [ 199 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 10567 | 2025.01.16 19:55:27.449002 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10568 | 2025.01.16 19:55:27.449082 [ 199 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10569 | 2025.01.16 19:55:27.449130 [ 199 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1434 rows starting from the beginning of the part | ||
| 10570 | 2025.01.16 19:55:27.449387 [ 199 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 136 rows starting from the beginning of the part | ||
| 10571 | 2025.01.16 19:55:27.449387 [ 262 ] {8e240d8a-d648-433d-896a-df0e749cef1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10572 | 2025.01.16 19:55:27.449664 [ 262 ] {8e240d8a-d648-433d-896a-df0e749cef1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10573 | 2025.01.16 19:55:27.449764 [ 199 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 203 rows starting from the beginning of the part | ||
| 10574 | 2025.01.16 19:55:27.450147 [ 199 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 141 rows starting from the beginning of the part | ||
| 10575 | 2025.01.16 19:55:27.450466 [ 199 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 203 rows starting from the beginning of the part | ||
| 10576 | 2025.01.16 19:55:27.450818 [ 199 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 136 rows starting from the beginning of the part | ||
| 10577 | 2025.01.16 19:55:27.452647 [ 262 ] {8e240d8a-d648-433d-896a-df0e749cef1c} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10578 | 2025.01.16 19:55:27.452734 [ 262 ] {8e240d8a-d648-433d-896a-df0e749cef1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10579 | 2025.01.16 19:55:27.453777 [ 262 ] {8e240d8a-d648-433d-896a-df0e749cef1c} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 10580 | 2025.01.16 19:55:27.454346 [ 262 ] {8e240d8a-d648-433d-896a-df0e749cef1c} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10581 | 2025.01.16 19:55:27.454522 [ 189 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2253 rows, containing 5 columns (5 merged, 0 gathered) in 0.005795032 sec., 388781.2871438846 rows/sec., 34.41 MiB/sec. | ||
| 10582 | 2025.01.16 19:55:27.454746 [ 262 ] {8e240d8a-d648-433d-896a-df0e749cef1c} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.005524 sec., 7241.12961622013 rows/sec., 544.50 KiB/sec. | ||
| 10583 | 2025.01.16 19:55:27.454856 [ 189 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10584 | 2025.01.16 19:55:27.454884 [ 262 ] {8e240d8a-d648-433d-896a-df0e749cef1c} <Debug> TCPHandler: Processed in 0.006070577 sec. | ||
| 10585 | 2025.01.16 19:55:27.455211 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10586 | 2025.01.16 19:55:27.455546 [ 189 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_86_17} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10587 | 2025.01.16 19:55:27.455547 [ 260 ] {34ca43ba-1412-4a40-baf5-f24ee63fe891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10588 | 2025.01.16 19:55:27.455685 [ 260 ] {34ca43ba-1412-4a40-baf5-f24ee63fe891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10589 | 2025.01.16 19:55:27.455716 [ 189 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_86_17} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10590 | 2025.01.16 19:55:27.455909 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 10591 | 2025.01.16 19:55:27.456506 [ 260 ] {34ca43ba-1412-4a40-baf5-f24ee63fe891} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10592 | 2025.01.16 19:55:27.456552 [ 260 ] {34ca43ba-1412-4a40-baf5-f24ee63fe891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10593 | 2025.01.16 19:55:27.456950 [ 260 ] {34ca43ba-1412-4a40-baf5-f24ee63fe891} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10594 | 2025.01.16 19:55:27.457203 [ 260 ] {34ca43ba-1412-4a40-baf5-f24ee63fe891} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10595 | 2025.01.16 19:55:27.457379 [ 100 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10596 | 2025.01.16 19:55:27.457433 [ 100 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10597 | 2025.01.16 19:55:27.457451 [ 260 ] {34ca43ba-1412-4a40-baf5-f24ee63fe891} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001971 sec., 52765.09386098427 rows/sec., 4.12 MiB/sec. | ||
| 10598 | 2025.01.16 19:55:27.457467 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10599 | 2025.01.16 19:55:27.457655 [ 260 ] {34ca43ba-1412-4a40-baf5-f24ee63fe891} <Debug> TCPHandler: Processed in 0.002638647 sec. | ||
| 10600 | 2025.01.16 19:55:27.457731 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 10601 | 2025.01.16 19:55:27.457866 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10602 | 2025.01.16 19:55:27.457940 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10603 | 2025.01.16 19:55:27.458026 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 914 rows starting from the beginning of the part | ||
| 10604 | 2025.01.16 19:55:27.458095 [ 262 ] {1ae8a924-9251-424b-aebc-cf22caf25947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10605 | 2025.01.16 19:55:27.458285 [ 262 ] {1ae8a924-9251-424b-aebc-cf22caf25947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10606 | 2025.01.16 19:55:27.458307 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 104 rows starting from the beginning of the part | ||
| 10607 | 2025.01.16 19:55:27.458749 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 382 rows starting from the beginning of the part | ||
| 10608 | 2025.01.16 19:55:27.459156 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 114 rows starting from the beginning of the part | ||
| 10609 | 2025.01.16 19:55:27.459540 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 382 rows starting from the beginning of the part | ||
| 10610 | 2025.01.16 19:55:27.459881 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 104 rows starting from the beginning of the part | ||
| 10611 | 2025.01.16 19:55:27.460941 [ 262 ] {1ae8a924-9251-424b-aebc-cf22caf25947} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10612 | 2025.01.16 19:55:27.461019 [ 262 ] {1ae8a924-9251-424b-aebc-cf22caf25947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10613 | 2025.01.16 19:55:27.461962 [ 262 ] {1ae8a924-9251-424b-aebc-cf22caf25947} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10614 | 2025.01.16 19:55:27.462402 [ 262 ] {1ae8a924-9251-424b-aebc-cf22caf25947} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10615 | 2025.01.16 19:55:27.462849 [ 262 ] {1ae8a924-9251-424b-aebc-cf22caf25947} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004799 sec., 33340.27922483851 rows/sec., 2.32 MiB/sec. | ||
| 10616 | 2025.01.16 19:55:27.463117 [ 262 ] {1ae8a924-9251-424b-aebc-cf22caf25947} <Debug> TCPHandler: Processed in 0.005326953 sec. | ||
| 10617 | 2025.01.16 19:55:27.463128 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2000 rows, containing 5 columns (5 merged, 0 gathered) in 0.005549618 sec., 360385.1652492117 rows/sec., 27.63 MiB/sec. | ||
| 10618 | 2025.01.16 19:55:27.463360 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10619 | 2025.01.16 19:55:27.463374 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10620 | 2025.01.16 19:55:27.463734 [ 260 ] {a3029a75-b42d-433e-b9fb-c9b265613be4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10621 | 2025.01.16 19:55:27.464010 [ 260 ] {a3029a75-b42d-433e-b9fb-c9b265613be4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10622 | 2025.01.16 19:55:27.464109 [ 189 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_86_17} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10623 | 2025.01.16 19:55:27.464497 [ 189 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_86_17} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10624 | 2025.01.16 19:55:27.464789 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 10625 | 2025.01.16 19:55:27.466222 [ 260 ] {a3029a75-b42d-433e-b9fb-c9b265613be4} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10626 | 2025.01.16 19:55:27.466265 [ 260 ] {a3029a75-b42d-433e-b9fb-c9b265613be4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10627 | 2025.01.16 19:55:27.467037 [ 260 ] {a3029a75-b42d-433e-b9fb-c9b265613be4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10628 | 2025.01.16 19:55:27.467407 [ 260 ] {a3029a75-b42d-433e-b9fb-c9b265613be4} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10629 | 2025.01.16 19:55:27.467934 [ 260 ] {a3029a75-b42d-433e-b9fb-c9b265613be4} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.004345 sec., 9205.983889528194 rows/sec., 16.50 MiB/sec. | ||
| 10630 | 2025.01.16 19:55:27.468052 [ 260 ] {a3029a75-b42d-433e-b9fb-c9b265613be4} <Debug> TCPHandler: Processed in 0.004825525 sec. | ||
| 10631 | 2025.01.16 19:55:27.468215 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10632 | 2025.01.16 19:55:27.468334 [ 262 ] {ed442cc2-5dd4-487e-bd75-bb0faacfa304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10633 | 2025.01.16 19:55:27.468386 [ 262 ] {ed442cc2-5dd4-487e-bd75-bb0faacfa304} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10634 | 2025.01.16 19:55:27.468884 [ 262 ] {ed442cc2-5dd4-487e-bd75-bb0faacfa304} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10635 | 2025.01.16 19:55:27.468922 [ 262 ] {ed442cc2-5dd4-487e-bd75-bb0faacfa304} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10636 | 2025.01.16 19:55:27.469293 [ 262 ] {ed442cc2-5dd4-487e-bd75-bb0faacfa304} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10637 | 2025.01.16 19:55:27.469539 [ 262 ] {ed442cc2-5dd4-487e-bd75-bb0faacfa304} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10638 | 2025.01.16 19:55:27.469706 [ 100 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10639 | 2025.01.16 19:55:27.469756 [ 100 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10640 | 2025.01.16 19:55:27.469776 [ 262 ] {ed442cc2-5dd4-487e-bd75-bb0faacfa304} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001464 sec., 40983.60655737705 rows/sec., 2.76 MiB/sec. | ||
| 10641 | 2025.01.16 19:55:27.469793 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10642 | 2025.01.16 19:55:27.469943 [ 262 ] {ed442cc2-5dd4-487e-bd75-bb0faacfa304} <Debug> TCPHandler: Processed in 0.001778651 sec. | ||
| 10643 | 2025.01.16 19:55:27.470071 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 10644 | 2025.01.16 19:55:27.470213 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10645 | 2025.01.16 19:55:27.470248 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4734 rows starting from the beginning of the part | ||
| 10646 | 2025.01.16 19:55:27.470342 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part | ||
| 10647 | 2025.01.16 19:55:27.470562 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 82 rows starting from the beginning of the part | ||
| 10648 | 2025.01.16 19:55:27.470785 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
| 10649 | 2025.01.16 19:55:27.470894 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 82 rows starting from the beginning of the part | ||
| 10650 | 2025.01.16 19:55:27.471134 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
| 10651 | 2025.01.16 19:55:27.473008 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5078 rows, containing 4 columns (4 merged, 0 gathered) in 0.003068844 sec., 1654694.7319577015 rows/sec., 108.03 MiB/sec. | ||
| 10652 | 2025.01.16 19:55:27.473358 [ 198 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10653 | 2025.01.16 19:55:27.473685 [ 198 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_86_17} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10654 | 2025.01.16 19:55:27.473775 [ 198 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_86_17} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10655 | 2025.01.16 19:55:27.473869 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 10656 | 2025.01.16 19:55:27.580692 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 10657 | 2025.01.16 19:55:27.600312 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10658 | 2025.01.16 19:55:27.600362 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10659 | 2025.01.16 19:55:27.607497 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10660 | 2025.01.16 19:55:27.608234 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10661 | 2025.01.16 19:55:27.612285 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 10662 | 2025.01.16 19:55:28.000241 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 236.21 MiB, peak 249.06 MiB, free memory in arenas 0.00 B, will set to 235.18 MiB (RSS), difference: -1.03 MiB | ||
| 10663 | 2025.01.16 19:55:30.721685 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10664 | 2025.01.16 19:55:30.721892 [ 260 ] {b1b605ee-7e3c-43f8-b0c3-17610aa44cda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10665 | 2025.01.16 19:55:30.721967 [ 260 ] {b1b605ee-7e3c-43f8-b0c3-17610aa44cda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10666 | 2025.01.16 19:55:30.722747 [ 260 ] {b1b605ee-7e3c-43f8-b0c3-17610aa44cda} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10667 | 2025.01.16 19:55:30.722792 [ 260 ] {b1b605ee-7e3c-43f8-b0c3-17610aa44cda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10668 | 2025.01.16 19:55:30.723239 [ 260 ] {b1b605ee-7e3c-43f8-b0c3-17610aa44cda} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10669 | 2025.01.16 19:55:30.723499 [ 260 ] {b1b605ee-7e3c-43f8-b0c3-17610aa44cda} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10670 | 2025.01.16 19:55:30.723708 [ 260 ] {b1b605ee-7e3c-43f8-b0c3-17610aa44cda} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001872 sec., 7478.6324786324785 rows/sec., 538.36 KiB/sec. | ||
| 10671 | 2025.01.16 19:55:30.723774 [ 260 ] {b1b605ee-7e3c-43f8-b0c3-17610aa44cda} <Debug> TCPHandler: Processed in 0.002228359 sec. | ||
| 10672 | 2025.01.16 19:55:30.724038 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10673 | 2025.01.16 19:55:30.724235 [ 262 ] {faa94909-c7fb-4f55-a332-621a456611a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10674 | 2025.01.16 19:55:30.724308 [ 262 ] {faa94909-c7fb-4f55-a332-621a456611a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10675 | 2025.01.16 19:55:30.725045 [ 262 ] {faa94909-c7fb-4f55-a332-621a456611a1} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10676 | 2025.01.16 19:55:30.725096 [ 262 ] {faa94909-c7fb-4f55-a332-621a456611a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10677 | 2025.01.16 19:55:30.725518 [ 262 ] {faa94909-c7fb-4f55-a332-621a456611a1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 10678 | 2025.01.16 19:55:30.725780 [ 262 ] {faa94909-c7fb-4f55-a332-621a456611a1} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10679 | 2025.01.16 19:55:30.726054 [ 262 ] {faa94909-c7fb-4f55-a332-621a456611a1} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001866 sec., 3215.434083601286 rows/sec., 262.20 KiB/sec. | ||
| 10680 | 2025.01.16 19:55:30.726164 [ 262 ] {faa94909-c7fb-4f55-a332-621a456611a1} <Debug> TCPHandler: Processed in 0.00225615 sec. | ||
| 10681 | 2025.01.16 19:55:30.726438 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10682 | 2025.01.16 19:55:30.726680 [ 260 ] {0842b59e-a8fd-4146-a36a-4e3b874f058e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10683 | 2025.01.16 19:55:30.726774 [ 260 ] {0842b59e-a8fd-4146-a36a-4e3b874f058e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10684 | 2025.01.16 19:55:30.727967 [ 260 ] {0842b59e-a8fd-4146-a36a-4e3b874f058e} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10685 | 2025.01.16 19:55:30.728007 [ 260 ] {0842b59e-a8fd-4146-a36a-4e3b874f058e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10686 | 2025.01.16 19:55:30.728471 [ 260 ] {0842b59e-a8fd-4146-a36a-4e3b874f058e} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10687 | 2025.01.16 19:55:30.728724 [ 260 ] {0842b59e-a8fd-4146-a36a-4e3b874f058e} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10688 | 2025.01.16 19:55:30.728908 [ 260 ] {0842b59e-a8fd-4146-a36a-4e3b874f058e} <Debug> executeQuery: Read 1346 rows, 114.77 KiB in 0.002298 sec., 585726.7188859878 rows/sec., 48.77 MiB/sec. | ||
| 10689 | 2025.01.16 19:55:30.728968 [ 260 ] {0842b59e-a8fd-4146-a36a-4e3b874f058e} <Debug> TCPHandler: Processed in 0.002670077 sec. | ||
| 10690 | 2025.01.16 19:55:30.729137 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10691 | 2025.01.16 19:55:30.729276 [ 262 ] {825e0a4e-9c57-4fdc-aac9-42f036800fd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10692 | 2025.01.16 19:55:30.729335 [ 262 ] {825e0a4e-9c57-4fdc-aac9-42f036800fd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10693 | 2025.01.16 19:55:30.729996 [ 262 ] {825e0a4e-9c57-4fdc-aac9-42f036800fd7} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10694 | 2025.01.16 19:55:30.730035 [ 262 ] {825e0a4e-9c57-4fdc-aac9-42f036800fd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10695 | 2025.01.16 19:55:30.730412 [ 262 ] {825e0a4e-9c57-4fdc-aac9-42f036800fd7} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 10696 | 2025.01.16 19:55:30.730654 [ 262 ] {825e0a4e-9c57-4fdc-aac9-42f036800fd7} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10697 | 2025.01.16 19:55:30.730879 [ 262 ] {825e0a4e-9c57-4fdc-aac9-42f036800fd7} <Debug> executeQuery: Read 13 rows, 896.00 B in 0.001632 sec., 7965.686274509804 rows/sec., 536.15 KiB/sec. | ||
| 10698 | 2025.01.16 19:55:30.730978 [ 262 ] {825e0a4e-9c57-4fdc-aac9-42f036800fd7} <Debug> TCPHandler: Processed in 0.001908733 sec. | ||
| 10699 | 2025.01.16 19:55:30.731181 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10700 | 2025.01.16 19:55:30.731389 [ 260 ] {e1a1d79d-e38f-408d-b5d5-62fdc77e921b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10701 | 2025.01.16 19:55:30.731447 [ 260 ] {e1a1d79d-e38f-408d-b5d5-62fdc77e921b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10702 | 2025.01.16 19:55:30.732160 [ 260 ] {e1a1d79d-e38f-408d-b5d5-62fdc77e921b} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10703 | 2025.01.16 19:55:30.732200 [ 260 ] {e1a1d79d-e38f-408d-b5d5-62fdc77e921b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10704 | 2025.01.16 19:55:30.732576 [ 260 ] {e1a1d79d-e38f-408d-b5d5-62fdc77e921b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10705 | 2025.01.16 19:55:30.732830 [ 260 ] {e1a1d79d-e38f-408d-b5d5-62fdc77e921b} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10706 | 2025.01.16 19:55:30.733050 [ 260 ] {e1a1d79d-e38f-408d-b5d5-62fdc77e921b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001682 sec., 143876.33769322236 rows/sec., 9.75 MiB/sec. | ||
| 10707 | 2025.01.16 19:55:30.733243 [ 260 ] {e1a1d79d-e38f-408d-b5d5-62fdc77e921b} <Debug> TCPHandler: Processed in 0.002180468 sec. | ||
| 10708 | 2025.01.16 19:55:30.733470 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10709 | 2025.01.16 19:55:30.733609 [ 262 ] {505b13b0-fbfd-4741-98dd-d2e238e36ef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10710 | 2025.01.16 19:55:30.733666 [ 262 ] {505b13b0-fbfd-4741-98dd-d2e238e36ef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10711 | 2025.01.16 19:55:30.734275 [ 262 ] {505b13b0-fbfd-4741-98dd-d2e238e36ef8} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10712 | 2025.01.16 19:55:30.734314 [ 262 ] {505b13b0-fbfd-4741-98dd-d2e238e36ef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10713 | 2025.01.16 19:55:30.734677 [ 262 ] {505b13b0-fbfd-4741-98dd-d2e238e36ef8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10714 | 2025.01.16 19:55:30.734921 [ 262 ] {505b13b0-fbfd-4741-98dd-d2e238e36ef8} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10715 | 2025.01.16 19:55:30.735129 [ 262 ] {505b13b0-fbfd-4741-98dd-d2e238e36ef8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001549 sec., 8392.511297611361 rows/sec., 523.27 KiB/sec. | ||
| 10716 | 2025.01.16 19:55:30.735181 [ 262 ] {505b13b0-fbfd-4741-98dd-d2e238e36ef8} <Debug> TCPHandler: Processed in 0.001845683 sec. | ||
| 10717 | 2025.01.16 19:55:30.735320 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10718 | 2025.01.16 19:55:30.735459 [ 260 ] {8bcfbd49-f527-4252-b195-25da072c9493} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10719 | 2025.01.16 19:55:30.735515 [ 260 ] {8bcfbd49-f527-4252-b195-25da072c9493} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10720 | 2025.01.16 19:55:30.736406 [ 260 ] {8bcfbd49-f527-4252-b195-25da072c9493} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10721 | 2025.01.16 19:55:30.736444 [ 260 ] {8bcfbd49-f527-4252-b195-25da072c9493} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10722 | 2025.01.16 19:55:30.736843 [ 260 ] {8bcfbd49-f527-4252-b195-25da072c9493} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10723 | 2025.01.16 19:55:30.737085 [ 260 ] {8bcfbd49-f527-4252-b195-25da072c9493} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10724 | 2025.01.16 19:55:30.737261 [ 260 ] {8bcfbd49-f527-4252-b195-25da072c9493} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.001833 sec., 460447.35406437534 rows/sec., 33.28 MiB/sec. | ||
| 10725 | 2025.01.16 19:55:30.737316 [ 260 ] {8bcfbd49-f527-4252-b195-25da072c9493} <Debug> TCPHandler: Processed in 0.002062956 sec. | ||
| 10726 | 2025.01.16 19:55:30.737456 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10727 | 2025.01.16 19:55:30.737595 [ 262 ] {dfa49114-e28e-4f29-9240-fc53634536fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10728 | 2025.01.16 19:55:30.737654 [ 262 ] {dfa49114-e28e-4f29-9240-fc53634536fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10729 | 2025.01.16 19:55:30.738175 [ 262 ] {dfa49114-e28e-4f29-9240-fc53634536fd} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10730 | 2025.01.16 19:55:30.738213 [ 262 ] {dfa49114-e28e-4f29-9240-fc53634536fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10731 | 2025.01.16 19:55:30.738585 [ 262 ] {dfa49114-e28e-4f29-9240-fc53634536fd} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10732 | 2025.01.16 19:55:30.738827 [ 262 ] {dfa49114-e28e-4f29-9240-fc53634536fd} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10733 | 2025.01.16 19:55:30.739034 [ 262 ] {dfa49114-e28e-4f29-9240-fc53634536fd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001469 sec., 4084.411164057182 rows/sec., 213.39 KiB/sec. | ||
| 10734 | 2025.01.16 19:55:30.739084 [ 262 ] {dfa49114-e28e-4f29-9240-fc53634536fd} <Debug> TCPHandler: Processed in 0.001695029 sec. | ||
| 10735 | 2025.01.16 19:55:30.739298 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10736 | 2025.01.16 19:55:30.739523 [ 260 ] {850065cb-e99d-4c67-b6c1-08bb7c97965a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10737 | 2025.01.16 19:55:30.739621 [ 260 ] {850065cb-e99d-4c67-b6c1-08bb7c97965a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10738 | 2025.01.16 19:55:30.740469 [ 260 ] {850065cb-e99d-4c67-b6c1-08bb7c97965a} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10739 | 2025.01.16 19:55:30.740506 [ 260 ] {850065cb-e99d-4c67-b6c1-08bb7c97965a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10740 | 2025.01.16 19:55:30.740945 [ 260 ] {850065cb-e99d-4c67-b6c1-08bb7c97965a} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10741 | 2025.01.16 19:55:30.741186 [ 260 ] {850065cb-e99d-4c67-b6c1-08bb7c97965a} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10742 | 2025.01.16 19:55:30.741366 [ 260 ] {850065cb-e99d-4c67-b6c1-08bb7c97965a} <Debug> executeQuery: Read 928 rows, 63.41 KiB in 0.001899 sec., 488678.25171142706 rows/sec., 32.61 MiB/sec. | ||
| 10743 | 2025.01.16 19:55:30.741420 [ 260 ] {850065cb-e99d-4c67-b6c1-08bb7c97965a} <Debug> TCPHandler: Processed in 0.002233329 sec. | ||
| 10744 | 2025.01.16 19:55:30.741569 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10745 | 2025.01.16 19:55:30.741710 [ 262 ] {6f35ac76-5c20-4675-b7ce-70d03581f683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10746 | 2025.01.16 19:55:30.741772 [ 262 ] {6f35ac76-5c20-4675-b7ce-70d03581f683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10747 | 2025.01.16 19:55:30.742252 [ 262 ] {6f35ac76-5c20-4675-b7ce-70d03581f683} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10748 | 2025.01.16 19:55:30.742291 [ 262 ] {6f35ac76-5c20-4675-b7ce-70d03581f683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10749 | 2025.01.16 19:55:30.742661 [ 262 ] {6f35ac76-5c20-4675-b7ce-70d03581f683} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10750 | 2025.01.16 19:55:30.742902 [ 262 ] {6f35ac76-5c20-4675-b7ce-70d03581f683} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10751 | 2025.01.16 19:55:30.743115 [ 262 ] {6f35ac76-5c20-4675-b7ce-70d03581f683} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001437 sec., 695.8942240779402 rows/sec., 46.89 KiB/sec. | ||
| 10752 | 2025.01.16 19:55:30.743164 [ 262 ] {6f35ac76-5c20-4675-b7ce-70d03581f683} <Debug> TCPHandler: Processed in 0.001663749 sec. | ||
| 10753 | 2025.01.16 19:55:30.743301 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10754 | 2025.01.16 19:55:30.743440 [ 260 ] {e009afb7-37dc-4d5c-b0ad-f9743e328058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10755 | 2025.01.16 19:55:30.743499 [ 260 ] {e009afb7-37dc-4d5c-b0ad-f9743e328058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10756 | 2025.01.16 19:55:30.744019 [ 260 ] {e009afb7-37dc-4d5c-b0ad-f9743e328058} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10757 | 2025.01.16 19:55:30.744057 [ 260 ] {e009afb7-37dc-4d5c-b0ad-f9743e328058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10758 | 2025.01.16 19:55:30.744420 [ 260 ] {e009afb7-37dc-4d5c-b0ad-f9743e328058} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10759 | 2025.01.16 19:55:30.744661 [ 260 ] {e009afb7-37dc-4d5c-b0ad-f9743e328058} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10760 | 2025.01.16 19:55:30.744840 [ 260 ] {e009afb7-37dc-4d5c-b0ad-f9743e328058} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.00143 sec., 48951.04895104895 rows/sec., 3.08 MiB/sec. | ||
| 10761 | 2025.01.16 19:55:30.744889 [ 260 ] {e009afb7-37dc-4d5c-b0ad-f9743e328058} <Debug> TCPHandler: Processed in 0.001653129 sec. | ||
| 10762 | 2025.01.16 19:55:32.437733 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10763 | 2025.01.16 19:55:32.437928 [ 260 ] {c33eb347-d9f0-4870-ad86-7586157d5575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10764 | 2025.01.16 19:55:32.438005 [ 260 ] {c33eb347-d9f0-4870-ad86-7586157d5575} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10765 | 2025.01.16 19:55:32.438765 [ 260 ] {c33eb347-d9f0-4870-ad86-7586157d5575} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10766 | 2025.01.16 19:55:32.438820 [ 260 ] {c33eb347-d9f0-4870-ad86-7586157d5575} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10767 | 2025.01.16 19:55:32.439268 [ 260 ] {c33eb347-d9f0-4870-ad86-7586157d5575} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10768 | 2025.01.16 19:55:32.439526 [ 260 ] {c33eb347-d9f0-4870-ad86-7586157d5575} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10769 | 2025.01.16 19:55:32.439793 [ 260 ] {c33eb347-d9f0-4870-ad86-7586157d5575} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001918 sec., 29197.080291970804 rows/sec., 2.24 MiB/sec. | ||
| 10770 | 2025.01.16 19:55:32.439896 [ 260 ] {c33eb347-d9f0-4870-ad86-7586157d5575} <Debug> TCPHandler: Processed in 0.00229562 sec. | ||
| 10771 | 2025.01.16 19:55:32.440193 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10772 | 2025.01.16 19:55:32.440420 [ 262 ] {5174e94c-e07b-46c7-a51e-2aa841c6449e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10773 | 2025.01.16 19:55:32.440492 [ 262 ] {5174e94c-e07b-46c7-a51e-2aa841c6449e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10774 | 2025.01.16 19:55:32.441249 [ 262 ] {5174e94c-e07b-46c7-a51e-2aa841c6449e} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10775 | 2025.01.16 19:55:32.441296 [ 262 ] {5174e94c-e07b-46c7-a51e-2aa841c6449e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10776 | 2025.01.16 19:55:32.441724 [ 262 ] {5174e94c-e07b-46c7-a51e-2aa841c6449e} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10777 | 2025.01.16 19:55:32.441978 [ 262 ] {5174e94c-e07b-46c7-a51e-2aa841c6449e} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10778 | 2025.01.16 19:55:32.442214 [ 262 ] {5174e94c-e07b-46c7-a51e-2aa841c6449e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001849 sec., 34613.30448891292 rows/sec., 2.70 MiB/sec. | ||
| 10779 | 2025.01.16 19:55:32.442269 [ 262 ] {5174e94c-e07b-46c7-a51e-2aa841c6449e} <Debug> TCPHandler: Processed in 0.0022648 sec. | ||
| 10780 | 2025.01.16 19:55:32.442414 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10781 | 2025.01.16 19:55:32.442561 [ 260 ] {620c930b-70d5-48cc-b91b-cd72f06c64e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10782 | 2025.01.16 19:55:32.442627 [ 260 ] {620c930b-70d5-48cc-b91b-cd72f06c64e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10783 | 2025.01.16 19:55:32.443206 [ 260 ] {620c930b-70d5-48cc-b91b-cd72f06c64e8} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10784 | 2025.01.16 19:55:32.443249 [ 260 ] {620c930b-70d5-48cc-b91b-cd72f06c64e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10785 | 2025.01.16 19:55:32.443648 [ 260 ] {620c930b-70d5-48cc-b91b-cd72f06c64e8} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10786 | 2025.01.16 19:55:32.443969 [ 260 ] {620c930b-70d5-48cc-b91b-cd72f06c64e8} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10787 | 2025.01.16 19:55:32.444200 [ 260 ] {620c930b-70d5-48cc-b91b-cd72f06c64e8} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001677 sec., 19081.69350029815 rows/sec., 1.33 MiB/sec. | ||
| 10788 | 2025.01.16 19:55:32.444260 [ 260 ] {620c930b-70d5-48cc-b91b-cd72f06c64e8} <Debug> TCPHandler: Processed in 0.001912764 sec. | ||
| 10789 | 2025.01.16 19:55:32.444419 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10790 | 2025.01.16 19:55:32.444562 [ 262 ] {3c33ceea-d187-452d-afe0-df6ae1552235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10791 | 2025.01.16 19:55:32.444622 [ 262 ] {3c33ceea-d187-452d-afe0-df6ae1552235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10792 | 2025.01.16 19:55:32.445165 [ 262 ] {3c33ceea-d187-452d-afe0-df6ae1552235} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10793 | 2025.01.16 19:55:32.445204 [ 262 ] {3c33ceea-d187-452d-afe0-df6ae1552235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10794 | 2025.01.16 19:55:32.445570 [ 262 ] {3c33ceea-d187-452d-afe0-df6ae1552235} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10795 | 2025.01.16 19:55:32.445806 [ 262 ] {3c33ceea-d187-452d-afe0-df6ae1552235} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10796 | 2025.01.16 19:55:32.446022 [ 262 ] {3c33ceea-d187-452d-afe0-df6ae1552235} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001493 sec., 8037.508372404554 rows/sec., 554.67 KiB/sec. | ||
| 10797 | 2025.01.16 19:55:32.446071 [ 262 ] {3c33ceea-d187-452d-afe0-df6ae1552235} <Debug> TCPHandler: Processed in 0.001721141 sec. | ||
| 10798 | 2025.01.16 19:55:33.344967 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339 | ||
| 10799 | 2025.01.16 19:55:33.345747 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10800 | 2025.01.16 19:55:33.345796 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10801 | 2025.01.16 19:55:33.346339 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10802 | 2025.01.16 19:55:33.346597 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10803 | 2025.01.16 19:55:33.346794 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 | ||
| 10804 | 2025.01.16 19:55:35.112428 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 10805 | 2025.01.16 19:55:35.131945 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10806 | 2025.01.16 19:55:35.131999 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10807 | 2025.01.16 19:55:35.139254 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10808 | 2025.01.16 19:55:35.140023 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10809 | 2025.01.16 19:55:35.142414 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 10810 | 2025.01.16 19:55:35.978578 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1516 | ||
| 10811 | 2025.01.16 19:55:35.982075 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10812 | 2025.01.16 19:55:35.982137 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10813 | 2025.01.16 19:55:35.983654 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10814 | 2025.01.16 19:55:35.983995 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10815 | 2025.01.16 19:55:35.985378 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1516 | ||
| 10816 | 2025.01.16 19:55:36.000259 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 231.70 MiB, peak 249.06 MiB, free memory in arenas 0.00 B, will set to 235.18 MiB (RSS), difference: 3.48 MiB | ||
| 10817 | 2025.01.16 19:55:37.445748 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10818 | 2025.01.16 19:55:37.445959 [ 260 ] {875ae39c-23d7-4cb0-a182-8b60e79e45d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10819 | 2025.01.16 19:55:37.446043 [ 260 ] {875ae39c-23d7-4cb0-a182-8b60e79e45d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10820 | 2025.01.16 19:55:37.446916 [ 260 ] {875ae39c-23d7-4cb0-a182-8b60e79e45d4} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10821 | 2025.01.16 19:55:37.446969 [ 260 ] {875ae39c-23d7-4cb0-a182-8b60e79e45d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10822 | 2025.01.16 19:55:37.447421 [ 260 ] {875ae39c-23d7-4cb0-a182-8b60e79e45d4} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10823 | 2025.01.16 19:55:37.447678 [ 260 ] {875ae39c-23d7-4cb0-a182-8b60e79e45d4} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10824 | 2025.01.16 19:55:37.447937 [ 260 ] {875ae39c-23d7-4cb0-a182-8b60e79e45d4} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.00204 sec., 66666.66666666666 rows/sec., 5.75 MiB/sec. | ||
| 10825 | 2025.01.16 19:55:37.448007 [ 260 ] {875ae39c-23d7-4cb0-a182-8b60e79e45d4} <Debug> TCPHandler: Processed in 0.002398562 sec. | ||
| 10826 | 2025.01.16 19:55:37.448289 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10827 | 2025.01.16 19:55:37.448503 [ 262 ] {cac6455a-3b21-47a7-8e24-61362322f2b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10828 | 2025.01.16 19:55:37.448586 [ 262 ] {cac6455a-3b21-47a7-8e24-61362322f2b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10829 | 2025.01.16 19:55:37.449414 [ 262 ] {cac6455a-3b21-47a7-8e24-61362322f2b8} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10830 | 2025.01.16 19:55:37.449461 [ 262 ] {cac6455a-3b21-47a7-8e24-61362322f2b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10831 | 2025.01.16 19:55:37.449893 [ 262 ] {cac6455a-3b21-47a7-8e24-61362322f2b8} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 10832 | 2025.01.16 19:55:37.450156 [ 262 ] {cac6455a-3b21-47a7-8e24-61362322f2b8} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10833 | 2025.01.16 19:55:37.450384 [ 262 ] {cac6455a-3b21-47a7-8e24-61362322f2b8} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001943 sec., 20586.72156459084 rows/sec., 1.51 MiB/sec. | ||
| 10834 | 2025.01.16 19:55:37.450455 [ 262 ] {cac6455a-3b21-47a7-8e24-61362322f2b8} <Debug> TCPHandler: Processed in 0.00230953 sec. | ||
| 10835 | 2025.01.16 19:55:37.450654 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10836 | 2025.01.16 19:55:37.450855 [ 260 ] {5ad938fd-2fd0-4c88-a585-b0eed68d1060} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10837 | 2025.01.16 19:55:37.450907 [ 260 ] {5ad938fd-2fd0-4c88-a585-b0eed68d1060} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10838 | 2025.01.16 19:55:37.451535 [ 260 ] {5ad938fd-2fd0-4c88-a585-b0eed68d1060} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10839 | 2025.01.16 19:55:37.451576 [ 260 ] {5ad938fd-2fd0-4c88-a585-b0eed68d1060} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10840 | 2025.01.16 19:55:37.451943 [ 260 ] {5ad938fd-2fd0-4c88-a585-b0eed68d1060} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10841 | 2025.01.16 19:55:37.452182 [ 260 ] {5ad938fd-2fd0-4c88-a585-b0eed68d1060} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10842 | 2025.01.16 19:55:37.452391 [ 260 ] {5ad938fd-2fd0-4c88-a585-b0eed68d1060} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001574 sec., 66073.69758576874 rows/sec., 5.16 MiB/sec. | ||
| 10843 | 2025.01.16 19:55:37.452447 [ 260 ] {5ad938fd-2fd0-4c88-a585-b0eed68d1060} <Debug> TCPHandler: Processed in 0.001901783 sec. | ||
| 10844 | 2025.01.16 19:55:37.452590 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10845 | 2025.01.16 19:55:37.452709 [ 262 ] {18079155-395a-40d1-99e8-40be193849a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10846 | 2025.01.16 19:55:37.452764 [ 262 ] {18079155-395a-40d1-99e8-40be193849a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10847 | 2025.01.16 19:55:37.453383 [ 262 ] {18079155-395a-40d1-99e8-40be193849a1} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10848 | 2025.01.16 19:55:37.453423 [ 262 ] {18079155-395a-40d1-99e8-40be193849a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10849 | 2025.01.16 19:55:37.453818 [ 262 ] {18079155-395a-40d1-99e8-40be193849a1} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10850 | 2025.01.16 19:55:37.454059 [ 262 ] {18079155-395a-40d1-99e8-40be193849a1} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10851 | 2025.01.16 19:55:37.454290 [ 262 ] {18079155-395a-40d1-99e8-40be193849a1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001607 sec., 99564.40572495334 rows/sec., 6.93 MiB/sec. | ||
| 10852 | 2025.01.16 19:55:37.454361 [ 262 ] {18079155-395a-40d1-99e8-40be193849a1} <Debug> TCPHandler: Processed in 0.001829312 sec. | ||
| 10853 | 2025.01.16 19:55:37.454581 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10854 | 2025.01.16 19:55:37.454746 [ 260 ] {4642d6c0-566d-4070-a789-5a3e27051335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10855 | 2025.01.16 19:55:37.454831 [ 260 ] {4642d6c0-566d-4070-a789-5a3e27051335} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10856 | 2025.01.16 19:55:37.456081 [ 260 ] {4642d6c0-566d-4070-a789-5a3e27051335} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10857 | 2025.01.16 19:55:37.456121 [ 260 ] {4642d6c0-566d-4070-a789-5a3e27051335} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10858 | 2025.01.16 19:55:37.456787 [ 260 ] {4642d6c0-566d-4070-a789-5a3e27051335} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10859 | 2025.01.16 19:55:37.457045 [ 260 ] {4642d6c0-566d-4070-a789-5a3e27051335} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10860 | 2025.01.16 19:55:37.457250 [ 260 ] {4642d6c0-566d-4070-a789-5a3e27051335} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002531 sec., 15804.030027657054 rows/sec., 28.32 MiB/sec. | ||
| 10861 | 2025.01.16 19:55:37.457365 [ 260 ] {4642d6c0-566d-4070-a789-5a3e27051335} <Debug> TCPHandler: Processed in 0.002885981 sec. | ||
| 10862 | 2025.01.16 19:55:37.457528 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10863 | 2025.01.16 19:55:37.457647 [ 262 ] {ed0dab92-f957-4f68-b587-c142a87b660c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10864 | 2025.01.16 19:55:37.457698 [ 262 ] {ed0dab92-f957-4f68-b587-c142a87b660c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10865 | 2025.01.16 19:55:37.458194 [ 262 ] {ed0dab92-f957-4f68-b587-c142a87b660c} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10866 | 2025.01.16 19:55:37.458233 [ 262 ] {ed0dab92-f957-4f68-b587-c142a87b660c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10867 | 2025.01.16 19:55:37.458607 [ 262 ] {ed0dab92-f957-4f68-b587-c142a87b660c} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10868 | 2025.01.16 19:55:37.458849 [ 262 ] {ed0dab92-f957-4f68-b587-c142a87b660c} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10869 | 2025.01.16 19:55:37.459066 [ 262 ] {ed0dab92-f957-4f68-b587-c142a87b660c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001443 sec., 41580.04158004158 rows/sec., 2.80 MiB/sec. | ||
| 10870 | 2025.01.16 19:55:37.459114 [ 262 ] {ed0dab92-f957-4f68-b587-c142a87b660c} <Debug> TCPHandler: Processed in 0.001647649 sec. | ||
| 10871 | 2025.01.16 19:55:40.660335 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10872 | 2025.01.16 19:55:40.660403 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10873 | 2025.01.16 19:55:40.846994 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766 | ||
| 10874 | 2025.01.16 19:55:40.847642 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10875 | 2025.01.16 19:55:40.847695 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10876 | 2025.01.16 19:55:40.848259 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10877 | 2025.01.16 19:55:40.848526 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10878 | 2025.01.16 19:55:40.848774 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 10879 | 2025.01.16 19:55:41.195197 [ 73 ] {} <Debug> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 10880 | 2025.01.16 19:55:41.195264 [ 73 ] {} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10881 | 2025.01.16 19:55:41.195288 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10882 | 2025.01.16 19:55:41.195416 [ 193 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::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 | ||
| 10883 | 2025.01.16 19:55:41.195579 [ 193 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10884 | 2025.01.16 19:55:41.195616 [ 193 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part | ||
| 10885 | 2025.01.16 19:55:41.195699 [ 193 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 10886 | 2025.01.16 19:55:41.195834 [ 193 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
| 10887 | 2025.01.16 19:55:41.195942 [ 193 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part | ||
| 10888 | 2025.01.16 19:55:41.196047 [ 193 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 10889 | 2025.01.16 19:55:41.196985 [ 191 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.001635269 sec., 25683.84773392023 rows/sec., 2.14 MiB/sec. | ||
| 10890 | 2025.01.16 19:55:41.197209 [ 192 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 10891 | 2025.01.16 19:55:41.197608 [ 192 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_17_4} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10892 | 2025.01.16 19:55:41.197722 [ 192 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_17_4} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 10893 | 2025.01.16 19:55:41.197842 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10894 | 2025.01.16 19:55:41.640054 [ 73 ] {} <Debug> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03) (MergerMutator): Selected 5 parts from all_1_33_7 to all_37_37_0 | ||
| 10895 | 2025.01.16 19:55:41.640120 [ 73 ] {} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10896 | 2025.01.16 19:55:41.640143 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10897 | 2025.01.16 19:55:41.640278 [ 193 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_37_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_7 to all_37_37_0 into Compact with storage Full | ||
| 10898 | 2025.01.16 19:55:41.640493 [ 193 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_37_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10899 | 2025.01.16 19:55:41.640532 [ 193 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 33 rows starting from the beginning of the part | ||
| 10900 | 2025.01.16 19:55:41.640607 [ 193 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 10901 | 2025.01.16 19:55:41.640744 [ 193 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 10902 | 2025.01.16 19:55:41.640876 [ 193 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 10903 | 2025.01.16 19:55:41.640962 [ 193 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
| 10904 | 2025.01.16 19:55:41.641931 [ 191 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_37_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 4 columns (4 merged, 0 gathered) in 0.00172092 sec., 21500.12783859796 rows/sec., 1.41 MiB/sec. | ||
| 10905 | 2025.01.16 19:55:41.642153 [ 186 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_37_8} <Trace> MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) | ||
| 10906 | 2025.01.16 19:55:41.642529 [ 186 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_37_8} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10907 | 2025.01.16 19:55:41.642633 [ 186 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_37_8} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03) (MergerMutator): Merged 5 parts: [all_1_33_7, all_37_37_0] -> all_1_37_8 | ||
| 10908 | 2025.01.16 19:55:41.642745 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10909 | 2025.01.16 19:55:42.283912 [ 75 ] {} <Debug> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d) (MergerMutator): Selected 5 parts from all_1_33_7 to all_37_37_0 | ||
| 10910 | 2025.01.16 19:55:42.283984 [ 75 ] {} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10911 | 2025.01.16 19:55:42.284013 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10912 | 2025.01.16 19:55:42.284177 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_37_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_7 to all_37_37_0 into Compact with storage Full | ||
| 10913 | 2025.01.16 19:55:42.284367 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_37_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10914 | 2025.01.16 19:55:42.284403 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 243 rows starting from the beginning of the part | ||
| 10915 | 2025.01.16 19:55:42.284482 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 242 rows starting from the beginning of the part | ||
| 10916 | 2025.01.16 19:55:42.284629 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 10917 | 2025.01.16 19:55:42.284763 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 10918 | 2025.01.16 19:55:42.284869 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 242 rows starting from the beginning of the part | ||
| 10919 | 2025.01.16 19:55:42.286001 [ 186 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_37_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.001906384 sec., 396037.7342654995 rows/sec., 28.35 MiB/sec. | ||
| 10920 | 2025.01.16 19:55:42.286158 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_37_8} <Trace> MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) | ||
| 10921 | 2025.01.16 19:55:42.286442 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_37_8} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10922 | 2025.01.16 19:55:42.286525 [ 193 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_37_8} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d) (MergerMutator): Merged 5 parts: [all_1_33_7, all_37_37_0] -> all_1_37_8 | ||
| 10923 | 2025.01.16 19:55:42.286602 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 10924 | 2025.01.16 19:55:42.448394 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10925 | 2025.01.16 19:55:42.448588 [ 260 ] {099ee0b7-c8c4-4bb1-9f41-0fb94ac45fb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10926 | 2025.01.16 19:55:42.448663 [ 260 ] {099ee0b7-c8c4-4bb1-9f41-0fb94ac45fb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10927 | 2025.01.16 19:55:42.449449 [ 260 ] {099ee0b7-c8c4-4bb1-9f41-0fb94ac45fb3} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10928 | 2025.01.16 19:55:42.449504 [ 260 ] {099ee0b7-c8c4-4bb1-9f41-0fb94ac45fb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10929 | 2025.01.16 19:55:42.449951 [ 260 ] {099ee0b7-c8c4-4bb1-9f41-0fb94ac45fb3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10930 | 2025.01.16 19:55:42.450220 [ 260 ] {099ee0b7-c8c4-4bb1-9f41-0fb94ac45fb3} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10931 | 2025.01.16 19:55:42.450432 [ 75 ] {} <Debug> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 10932 | 2025.01.16 19:55:42.450499 [ 260 ] {099ee0b7-c8c4-4bb1-9f41-0fb94ac45fb3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001962 sec., 7135.575942915391 rows/sec., 513.67 KiB/sec. | ||
| 10933 | 2025.01.16 19:55:42.450514 [ 75 ] {} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10934 | 2025.01.16 19:55:42.450584 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10935 | 2025.01.16 19:55:42.450659 [ 260 ] {099ee0b7-c8c4-4bb1-9f41-0fb94ac45fb3} <Debug> TCPHandler: Processed in 0.002399692 sec. | ||
| 10936 | 2025.01.16 19:55:42.450856 [ 200 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 10937 | 2025.01.16 19:55:42.450980 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10938 | 2025.01.16 19:55:42.451058 [ 200 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10939 | 2025.01.16 19:55:42.451114 [ 200 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 14 rows starting from the beginning of the part | ||
| 10940 | 2025.01.16 19:55:42.451280 [ 262 ] {d9ff0b79-5db8-481f-9f3a-118c0b50b121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10941 | 2025.01.16 19:55:42.451340 [ 200 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 10942 | 2025.01.16 19:55:42.451470 [ 262 ] {d9ff0b79-5db8-481f-9f3a-118c0b50b121} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10943 | 2025.01.16 19:55:42.451826 [ 200 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 10944 | 2025.01.16 19:55:42.452134 [ 200 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 10945 | 2025.01.16 19:55:42.452442 [ 200 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 10946 | 2025.01.16 19:55:42.454225 [ 262 ] {d9ff0b79-5db8-481f-9f3a-118c0b50b121} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10947 | 2025.01.16 19:55:42.454309 [ 262 ] {d9ff0b79-5db8-481f-9f3a-118c0b50b121} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10948 | 2025.01.16 19:55:42.455028 [ 200 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004324116 sec., 16188.279870382754 rows/sec., 1.20 MiB/sec. | ||
| 10949 | 2025.01.16 19:55:42.455231 [ 193 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 10950 | 2025.01.16 19:55:42.455250 [ 262 ] {d9ff0b79-5db8-481f-9f3a-118c0b50b121} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10951 | 2025.01.16 19:55:42.455609 [ 193 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_37_9} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10952 | 2025.01.16 19:55:42.455609 [ 262 ] {d9ff0b79-5db8-481f-9f3a-118c0b50b121} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10953 | 2025.01.16 19:55:42.455742 [ 193 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_37_9} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 10954 | 2025.01.16 19:55:42.455955 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10955 | 2025.01.16 19:55:42.456018 [ 262 ] {d9ff0b79-5db8-481f-9f3a-118c0b50b121} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.004863 sec., 41743.77955994242 rows/sec., 3.61 MiB/sec. | ||
| 10956 | 2025.01.16 19:55:42.456093 [ 262 ] {d9ff0b79-5db8-481f-9f3a-118c0b50b121} <Debug> TCPHandler: Processed in 0.005283033 sec. | ||
| 10957 | 2025.01.16 19:55:42.456258 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10958 | 2025.01.16 19:55:42.456405 [ 260 ] {0bf4fad1-0fa7-4b52-88ab-76c5301e2117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10959 | 2025.01.16 19:55:42.456465 [ 260 ] {0bf4fad1-0fa7-4b52-88ab-76c5301e2117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10960 | 2025.01.16 19:55:42.457172 [ 260 ] {0bf4fad1-0fa7-4b52-88ab-76c5301e2117} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10961 | 2025.01.16 19:55:42.457221 [ 260 ] {0bf4fad1-0fa7-4b52-88ab-76c5301e2117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10962 | 2025.01.16 19:55:42.457602 [ 260 ] {0bf4fad1-0fa7-4b52-88ab-76c5301e2117} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 10963 | 2025.01.16 19:55:42.457848 [ 260 ] {0bf4fad1-0fa7-4b52-88ab-76c5301e2117} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10964 | 2025.01.16 19:55:42.458058 [ 260 ] {0bf4fad1-0fa7-4b52-88ab-76c5301e2117} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.00169 sec., 4142.011834319526 rows/sec., 269.85 KiB/sec. | ||
| 10965 | 2025.01.16 19:55:42.458114 [ 260 ] {0bf4fad1-0fa7-4b52-88ab-76c5301e2117} <Debug> TCPHandler: Processed in 0.001926884 sec. | ||
| 10966 | 2025.01.16 19:55:42.458268 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10967 | 2025.01.16 19:55:42.458405 [ 262 ] {f76c3890-a72a-4882-b539-6ea084041feb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10968 | 2025.01.16 19:55:42.458464 [ 262 ] {f76c3890-a72a-4882-b539-6ea084041feb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10969 | 2025.01.16 19:55:42.459194 [ 262 ] {f76c3890-a72a-4882-b539-6ea084041feb} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10970 | 2025.01.16 19:55:42.459242 [ 262 ] {f76c3890-a72a-4882-b539-6ea084041feb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10971 | 2025.01.16 19:55:42.459605 [ 262 ] {f76c3890-a72a-4882-b539-6ea084041feb} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10972 | 2025.01.16 19:55:42.459839 [ 262 ] {f76c3890-a72a-4882-b539-6ea084041feb} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10973 | 2025.01.16 19:55:42.460049 [ 262 ] {f76c3890-a72a-4882-b539-6ea084041feb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001681 sec., 8328.375966686495 rows/sec., 583.27 KiB/sec. | ||
| 10974 | 2025.01.16 19:55:42.460102 [ 262 ] {f76c3890-a72a-4882-b539-6ea084041feb} <Debug> TCPHandler: Processed in 0.001892943 sec. | ||
| 10975 | 2025.01.16 19:55:42.460270 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10976 | 2025.01.16 19:55:42.460390 [ 260 ] {396311d9-52df-4146-9273-3f28cbd26300} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10977 | 2025.01.16 19:55:42.460441 [ 260 ] {396311d9-52df-4146-9273-3f28cbd26300} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10978 | 2025.01.16 19:55:42.461029 [ 260 ] {396311d9-52df-4146-9273-3f28cbd26300} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10979 | 2025.01.16 19:55:42.461069 [ 260 ] {396311d9-52df-4146-9273-3f28cbd26300} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10980 | 2025.01.16 19:55:42.461430 [ 260 ] {396311d9-52df-4146-9273-3f28cbd26300} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10981 | 2025.01.16 19:55:42.461664 [ 260 ] {396311d9-52df-4146-9273-3f28cbd26300} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10982 | 2025.01.16 19:55:42.461828 [ 75 ] {} <Debug> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 10983 | 2025.01.16 19:55:42.461887 [ 75 ] {} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10984 | 2025.01.16 19:55:42.461924 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10985 | 2025.01.16 19:55:42.461924 [ 260 ] {396311d9-52df-4146-9273-3f28cbd26300} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001549 sec., 8392.511297611361 rows/sec., 523.27 KiB/sec. | ||
| 10986 | 2025.01.16 19:55:42.462160 [ 260 ] {396311d9-52df-4146-9273-3f28cbd26300} <Debug> TCPHandler: Processed in 0.001948644 sec. | ||
| 10987 | 2025.01.16 19:55:42.462185 [ 200 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 10988 | 2025.01.16 19:55:42.462343 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10989 | 2025.01.16 19:55:42.462371 [ 200 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10990 | 2025.01.16 19:55:42.462417 [ 200 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 13 rows starting from the beginning of the part | ||
| 10991 | 2025.01.16 19:55:42.462715 [ 262 ] {fc9eb1d8-a259-4908-814c-241df4046f5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10992 | 2025.01.16 19:55:42.462701 [ 200 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 13 rows starting from the beginning of the part | ||
| 10993 | 2025.01.16 19:55:42.462832 [ 262 ] {fc9eb1d8-a259-4908-814c-241df4046f5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10994 | 2025.01.16 19:55:42.463063 [ 200 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 13 rows starting from the beginning of the part | ||
| 10995 | 2025.01.16 19:55:42.463367 [ 200 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 13 rows starting from the beginning of the part | ||
| 10996 | 2025.01.16 19:55:42.463697 [ 200 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 13 rows starting from the beginning of the part | ||
| 10997 | 2025.01.16 19:55:42.465966 [ 262 ] {fc9eb1d8-a259-4908-814c-241df4046f5b} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10998 | 2025.01.16 19:55:42.466052 [ 262 ] {fc9eb1d8-a259-4908-814c-241df4046f5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 10999 | 2025.01.16 19:55:42.466053 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004035141 sec., 16108.48295016209 rows/sec., 1.04 MiB/sec. | ||
| 11000 | 2025.01.16 19:55:42.466268 [ 204 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11001 | 2025.01.16 19:55:42.466770 [ 262 ] {fc9eb1d8-a259-4908-814c-241df4046f5b} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11002 | 2025.01.16 19:55:42.466813 [ 204 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_37_9} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11003 | 2025.01.16 19:55:42.466954 [ 204 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_37_9} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11004 | 2025.01.16 19:55:42.467111 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11005 | 2025.01.16 19:55:42.467199 [ 262 ] {fc9eb1d8-a259-4908-814c-241df4046f5b} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11006 | 2025.01.16 19:55:42.467474 [ 262 ] {fc9eb1d8-a259-4908-814c-241df4046f5b} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.004949 sec., 77187.31056779147 rows/sec., 5.46 MiB/sec. | ||
| 11007 | 2025.01.16 19:55:42.467547 [ 262 ] {fc9eb1d8-a259-4908-814c-241df4046f5b} <Debug> TCPHandler: Processed in 0.005282492 sec. | ||
| 11008 | 2025.01.16 19:55:42.467698 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11009 | 2025.01.16 19:55:42.467823 [ 260 ] {86c1b05c-bcd2-4fa3-914a-f2243450f2e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11010 | 2025.01.16 19:55:42.467874 [ 260 ] {86c1b05c-bcd2-4fa3-914a-f2243450f2e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11011 | 2025.01.16 19:55:42.468365 [ 260 ] {86c1b05c-bcd2-4fa3-914a-f2243450f2e3} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11012 | 2025.01.16 19:55:42.468404 [ 260 ] {86c1b05c-bcd2-4fa3-914a-f2243450f2e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 11013 | 2025.01.16 19:55:42.468778 [ 260 ] {86c1b05c-bcd2-4fa3-914a-f2243450f2e3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11014 | 2025.01.16 19:55:42.469026 [ 260 ] {86c1b05c-bcd2-4fa3-914a-f2243450f2e3} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11015 | 2025.01.16 19:55:42.469243 [ 260 ] {86c1b05c-bcd2-4fa3-914a-f2243450f2e3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001446 sec., 4149.377593360996 rows/sec., 216.79 KiB/sec. | ||
| 11016 | 2025.01.16 19:55:42.469298 [ 260 ] {86c1b05c-bcd2-4fa3-914a-f2243450f2e3} <Debug> TCPHandler: Processed in 0.001658079 sec. | ||
| 11017 | 2025.01.16 19:55:42.469447 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11018 | 2025.01.16 19:55:42.469585 [ 262 ] {eeeac372-ce82-4b86-8946-18bbf0592c04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11019 | 2025.01.16 19:55:42.469647 [ 262 ] {eeeac372-ce82-4b86-8946-18bbf0592c04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11020 | 2025.01.16 19:55:42.470334 [ 262 ] {eeeac372-ce82-4b86-8946-18bbf0592c04} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11021 | 2025.01.16 19:55:42.470373 [ 262 ] {eeeac372-ce82-4b86-8946-18bbf0592c04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 11022 | 2025.01.16 19:55:42.470770 [ 262 ] {eeeac372-ce82-4b86-8946-18bbf0592c04} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11023 | 2025.01.16 19:55:42.471022 [ 262 ] {eeeac372-ce82-4b86-8946-18bbf0592c04} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11024 | 2025.01.16 19:55:42.471222 [ 76 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0 | ||
| 11025 | 2025.01.16 19:55:42.471245 [ 262 ] {eeeac372-ce82-4b86-8946-18bbf0592c04} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001692 sec., 140070.9219858156 rows/sec., 9.39 MiB/sec. | ||
| 11026 | 2025.01.16 19:55:42.471292 [ 76 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11027 | 2025.01.16 19:55:42.471363 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 11028 | 2025.01.16 19:55:42.471379 [ 262 ] {eeeac372-ce82-4b86-8946-18bbf0592c04} <Debug> TCPHandler: Processed in 0.001994575 sec. | ||
| 11029 | 2025.01.16 19:55:42.471598 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11030 | 2025.01.16 19:55:42.471629 [ 194 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_90_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_85_17 to all_90_90_0 into Compact with storage Full | ||
| 11031 | 2025.01.16 19:55:42.471741 [ 260 ] {520f21bb-d737-4f20-80c2-7c2b8697ad5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11032 | 2025.01.16 19:55:42.471807 [ 260 ] {520f21bb-d737-4f20-80c2-7c2b8697ad5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11033 | 2025.01.16 19:55:42.471831 [ 194 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_90_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11034 | 2025.01.16 19:55:42.471903 [ 194 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_85_17, total 23282 rows starting from the beginning of the part | ||
| 11035 | 2025.01.16 19:55:42.472147 [ 194 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part | ||
| 11036 | 2025.01.16 19:55:42.472343 [ 194 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 928 rows starting from the beginning of the part | ||
| 11037 | 2025.01.16 19:55:42.472423 [ 194 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 32 rows starting from the beginning of the part | ||
| 11038 | 2025.01.16 19:55:42.472736 [ 194 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part | ||
| 11039 | 2025.01.16 19:55:42.472986 [ 194 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 237 rows starting from the beginning of the part | ||
| 11040 | 2025.01.16 19:55:42.473253 [ 260 ] {520f21bb-d737-4f20-80c2-7c2b8697ad5a} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11041 | 2025.01.16 19:55:42.473312 [ 260 ] {520f21bb-d737-4f20-80c2-7c2b8697ad5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 11042 | 2025.01.16 19:55:42.473807 [ 260 ] {520f21bb-d737-4f20-80c2-7c2b8697ad5a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11043 | 2025.01.16 19:55:42.474116 [ 260 ] {520f21bb-d737-4f20-80c2-7c2b8697ad5a} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11044 | 2025.01.16 19:55:42.474369 [ 260 ] {520f21bb-d737-4f20-80c2-7c2b8697ad5a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002658 sec., 376.2227238525207 rows/sec., 25.35 KiB/sec. | ||
| 11045 | 2025.01.16 19:55:42.474467 [ 260 ] {520f21bb-d737-4f20-80c2-7c2b8697ad5a} <Debug> TCPHandler: Processed in 0.002969372 sec. | ||
| 11046 | 2025.01.16 19:55:42.474672 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11047 | 2025.01.16 19:55:42.474941 [ 262 ] {8260486b-d93c-4523-a889-959a26f7c701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11048 | 2025.01.16 19:55:42.475075 [ 262 ] {8260486b-d93c-4523-a889-959a26f7c701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11049 | 2025.01.16 19:55:42.475848 [ 262 ] {8260486b-d93c-4523-a889-959a26f7c701} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11050 | 2025.01.16 19:55:42.475888 [ 262 ] {8260486b-d93c-4523-a889-959a26f7c701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 11051 | 2025.01.16 19:55:42.476485 [ 262 ] {8260486b-d93c-4523-a889-959a26f7c701} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11052 | 2025.01.16 19:55:42.476932 [ 262 ] {8260486b-d93c-4523-a889-959a26f7c701} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11053 | 2025.01.16 19:55:42.477327 [ 262 ] {8260486b-d93c-4523-a889-959a26f7c701} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002486 sec., 32984.71440064361 rows/sec., 2.09 MiB/sec. | ||
| 11054 | 2025.01.16 19:55:42.477385 [ 262 ] {8260486b-d93c-4523-a889-959a26f7c701} <Debug> TCPHandler: Processed in 0.002807629 sec. | ||
| 11055 | 2025.01.16 19:55:42.480471 [ 193 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_90_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24799 rows, containing 5 columns (5 merged, 0 gathered) in 0.009010178 sec., 2752331.8629221306 rows/sec., 185.94 MiB/sec. | ||
| 11056 | 2025.01.16 19:55:42.480661 [ 190 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_90_18} <Trace> MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary) | ||
| 11057 | 2025.01.16 19:55:42.480974 [ 190 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_90_18} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11058 | 2025.01.16 19:55:42.481059 [ 190 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_90_18} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18 | ||
| 11059 | 2025.01.16 19:55:42.481142 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 11060 | 2025.01.16 19:55:42.642565 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 11061 | 2025.01.16 19:55:42.663910 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11062 | 2025.01.16 19:55:42.663974 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11063 | 2025.01.16 19:55:42.671316 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11064 | 2025.01.16 19:55:42.672104 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11065 | 2025.01.16 19:55:42.675320 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 11066 | 2025.01.16 19:55:45.985715 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1548 | ||
| 11067 | 2025.01.16 19:55:45.988779 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11068 | 2025.01.16 19:55:45.988840 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11069 | 2025.01.16 19:55:45.990349 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11070 | 2025.01.16 19:55:45.990667 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11071 | 2025.01.16 19:55:45.991332 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1548 | ||
| 11072 | 2025.01.16 19:55:47.445097 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11073 | 2025.01.16 19:55:47.445290 [ 260 ] {c69baddc-b4c7-40ab-9fdd-42f97d720e23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11074 | 2025.01.16 19:55:47.445360 [ 260 ] {c69baddc-b4c7-40ab-9fdd-42f97d720e23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11075 | 2025.01.16 19:55:47.446288 [ 260 ] {c69baddc-b4c7-40ab-9fdd-42f97d720e23} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11076 | 2025.01.16 19:55:47.446337 [ 260 ] {c69baddc-b4c7-40ab-9fdd-42f97d720e23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11077 | 2025.01.16 19:55:47.446808 [ 260 ] {c69baddc-b4c7-40ab-9fdd-42f97d720e23} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11078 | 2025.01.16 19:55:47.447068 [ 260 ] {c69baddc-b4c7-40ab-9fdd-42f97d720e23} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11079 | 2025.01.16 19:55:47.447233 [ 70 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11080 | 2025.01.16 19:55:47.447274 [ 70 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11081 | 2025.01.16 19:55:47.447283 [ 260 ] {c69baddc-b4c7-40ab-9fdd-42f97d720e23} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002043 sec., 66568.77141458639 rows/sec., 5.74 MiB/sec. | ||
| 11082 | 2025.01.16 19:55:47.447297 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11083 | 2025.01.16 19:55:47.447374 [ 260 ] {c69baddc-b4c7-40ab-9fdd-42f97d720e23} <Debug> TCPHandler: Processed in 0.002400352 sec. | ||
| 11084 | 2025.01.16 19:55:47.447442 [ 194 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 11085 | 2025.01.16 19:55:47.447567 [ 194 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11086 | 2025.01.16 19:55:47.447596 [ 194 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1434 rows starting from the beginning of the part | ||
| 11087 | 2025.01.16 19:55:47.447671 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11088 | 2025.01.16 19:55:47.447770 [ 194 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 1346 rows starting from the beginning of the part | ||
| 11089 | 2025.01.16 19:55:47.448048 [ 194 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 56 rows starting from the beginning of the part | ||
| 11090 | 2025.01.16 19:55:47.448123 [ 262 ] {33206a3f-a409-4578-b453-028d818605ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11091 | 2025.01.16 19:55:47.448329 [ 262 ] {33206a3f-a409-4578-b453-028d818605ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11092 | 2025.01.16 19:55:47.448350 [ 194 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 136 rows starting from the beginning of the part | ||
| 11093 | 2025.01.16 19:55:47.448785 [ 194 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 203 rows starting from the beginning of the part | ||
| 11094 | 2025.01.16 19:55:47.449051 [ 194 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 136 rows starting from the beginning of the part | ||
| 11095 | 2025.01.16 19:55:47.450859 [ 262 ] {33206a3f-a409-4578-b453-028d818605ad} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11096 | 2025.01.16 19:55:47.450934 [ 262 ] {33206a3f-a409-4578-b453-028d818605ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11097 | 2025.01.16 19:55:47.451853 [ 262 ] {33206a3f-a409-4578-b453-028d818605ad} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11098 | 2025.01.16 19:55:47.452184 [ 262 ] {33206a3f-a409-4578-b453-028d818605ad} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11099 | 2025.01.16 19:55:47.452528 [ 70 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 11100 | 2025.01.16 19:55:47.452663 [ 70 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11101 | 2025.01.16 19:55:47.452743 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11102 | 2025.01.16 19:55:47.452802 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3311 rows, containing 5 columns (5 merged, 0 gathered) in 0.005424725 sec., 610353.5202245275 rows/sec., 53.49 MiB/sec. | ||
| 11103 | 2025.01.16 19:55:47.452919 [ 262 ] {33206a3f-a409-4578-b453-028d818605ad} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.004964 sec., 8058.017727639001 rows/sec., 605.93 KiB/sec. | ||
| 11104 | 2025.01.16 19:55:47.453067 [ 194 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 11105 | 2025.01.16 19:55:47.453145 [ 262 ] {33206a3f-a409-4578-b453-028d818605ad} <Debug> TCPHandler: Processed in 0.005627748 sec. | ||
| 11106 | 2025.01.16 19:55:47.453221 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11107 | 2025.01.16 19:55:47.453477 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11108 | 2025.01.16 19:55:47.453590 [ 194 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11109 | 2025.01.16 19:55:47.453652 [ 194 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 65 rows starting from the beginning of the part | ||
| 11110 | 2025.01.16 19:55:47.453760 [ 260 ] {29c77841-4e0e-4289-8fdf-dc0c5756ac53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11111 | 2025.01.16 19:55:47.453954 [ 260 ] {29c77841-4e0e-4289-8fdf-dc0c5756ac53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11112 | 2025.01.16 19:55:47.454067 [ 194 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 40 rows starting from the beginning of the part | ||
| 11113 | 2025.01.16 19:55:47.454630 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_91_18} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11114 | 2025.01.16 19:55:47.454704 [ 194 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 13 rows starting from the beginning of the part | ||
| 11115 | 2025.01.16 19:55:47.454982 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_91_18} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11116 | 2025.01.16 19:55:47.455196 [ 194 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 40 rows starting from the beginning of the part | ||
| 11117 | 2025.01.16 19:55:47.455391 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 11118 | 2025.01.16 19:55:47.455666 [ 194 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 7 rows starting from the beginning of the part | ||
| 11119 | 2025.01.16 19:55:47.455937 [ 194 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 40 rows starting from the beginning of the part | ||
| 11120 | 2025.01.16 19:55:47.456798 [ 260 ] {29c77841-4e0e-4289-8fdf-dc0c5756ac53} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11121 | 2025.01.16 19:55:47.456844 [ 260 ] {29c77841-4e0e-4289-8fdf-dc0c5756ac53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11122 | 2025.01.16 19:55:47.457437 [ 260 ] {29c77841-4e0e-4289-8fdf-dc0c5756ac53} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11123 | 2025.01.16 19:55:47.457532 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 5 columns (5 merged, 0 gathered) in 0.004688072 sec., 43727.997351576516 rows/sec., 3.31 MiB/sec. | ||
| 11124 | 2025.01.16 19:55:47.457804 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 11125 | 2025.01.16 19:55:47.457805 [ 260 ] {29c77841-4e0e-4289-8fdf-dc0c5756ac53} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11126 | 2025.01.16 19:55:47.458140 [ 70 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11127 | 2025.01.16 19:55:47.458246 [ 70 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11128 | 2025.01.16 19:55:47.458307 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11129 | 2025.01.16 19:55:47.458339 [ 260 ] {29c77841-4e0e-4289-8fdf-dc0c5756ac53} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.004643 sec., 22399.310790437215 rows/sec., 1.75 MiB/sec. | ||
| 11130 | 2025.01.16 19:55:47.458667 [ 260 ] {29c77841-4e0e-4289-8fdf-dc0c5756ac53} <Debug> TCPHandler: Processed in 0.005380995 sec. | ||
| 11131 | 2025.01.16 19:55:47.458686 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 11132 | 2025.01.16 19:55:47.458707 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_76_15} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11133 | 2025.01.16 19:55:47.458967 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11134 | 2025.01.16 19:55:47.459066 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11135 | 2025.01.16 19:55:47.459142 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 914 rows starting from the beginning of the part | ||
| 11136 | 2025.01.16 19:55:47.459160 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_76_15} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 11137 | 2025.01.16 19:55:47.459404 [ 262 ] {cd927580-56de-4229-807a-e6c028d8761e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11138 | 2025.01.16 19:55:47.459458 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 844 rows starting from the beginning of the part | ||
| 11139 | 2025.01.16 19:55:47.459646 [ 262 ] {cd927580-56de-4229-807a-e6c028d8761e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11140 | 2025.01.16 19:55:47.459865 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 64 rows starting from the beginning of the part | ||
| 11141 | 2025.01.16 19:55:47.460134 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11142 | 2025.01.16 19:55:47.460385 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 104 rows starting from the beginning of the part | ||
| 11143 | 2025.01.16 19:55:47.460785 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 382 rows starting from the beginning of the part | ||
| 11144 | 2025.01.16 19:55:47.461146 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 104 rows starting from the beginning of the part | ||
| 11145 | 2025.01.16 19:55:47.462411 [ 262 ] {cd927580-56de-4229-807a-e6c028d8761e} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11146 | 2025.01.16 19:55:47.462480 [ 262 ] {cd927580-56de-4229-807a-e6c028d8761e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11147 | 2025.01.16 19:55:47.463562 [ 262 ] {cd927580-56de-4229-807a-e6c028d8761e} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11148 | 2025.01.16 19:55:47.463938 [ 262 ] {cd927580-56de-4229-807a-e6c028d8761e} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11149 | 2025.01.16 19:55:47.464230 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.005799942 sec., 415866.22762779356 rows/sec., 31.89 MiB/sec. | ||
| 11150 | 2025.01.16 19:55:47.464462 [ 262 ] {cd927580-56de-4229-807a-e6c028d8761e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005261 sec., 30412.469112336057 rows/sec., 2.12 MiB/sec. | ||
| 11151 | 2025.01.16 19:55:47.464719 [ 262 ] {cd927580-56de-4229-807a-e6c028d8761e} <Debug> TCPHandler: Processed in 0.005916553 sec. | ||
| 11152 | 2025.01.16 19:55:47.464850 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11153 | 2025.01.16 19:55:47.465022 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11154 | 2025.01.16 19:55:47.465371 [ 260 ] {5ee03d6a-15e0-4373-96cf-cf6cc3e73957} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11155 | 2025.01.16 19:55:47.465718 [ 260 ] {5ee03d6a-15e0-4373-96cf-cf6cc3e73957} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11156 | 2025.01.16 19:55:47.466035 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_91_18} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11157 | 2025.01.16 19:55:47.466513 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_91_18} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11158 | 2025.01.16 19:55:47.467161 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 11159 | 2025.01.16 19:55:47.468453 [ 260 ] {5ee03d6a-15e0-4373-96cf-cf6cc3e73957} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11160 | 2025.01.16 19:55:47.468539 [ 260 ] {5ee03d6a-15e0-4373-96cf-cf6cc3e73957} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11161 | 2025.01.16 19:55:47.469406 [ 260 ] {5ee03d6a-15e0-4373-96cf-cf6cc3e73957} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11162 | 2025.01.16 19:55:47.469677 [ 260 ] {5ee03d6a-15e0-4373-96cf-cf6cc3e73957} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11163 | 2025.01.16 19:55:47.469893 [ 260 ] {5ee03d6a-15e0-4373-96cf-cf6cc3e73957} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.004617 sec., 8663.634394628547 rows/sec., 15.52 MiB/sec. | ||
| 11164 | 2025.01.16 19:55:47.470018 [ 260 ] {5ee03d6a-15e0-4373-96cf-cf6cc3e73957} <Debug> TCPHandler: Processed in 0.005156141 sec. | ||
| 11165 | 2025.01.16 19:55:47.470200 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11166 | 2025.01.16 19:55:47.470340 [ 262 ] {ad378f4c-bcb6-43ab-81aa-3463e5517249} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11167 | 2025.01.16 19:55:47.470400 [ 262 ] {ad378f4c-bcb6-43ab-81aa-3463e5517249} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11168 | 2025.01.16 19:55:47.470915 [ 262 ] {ad378f4c-bcb6-43ab-81aa-3463e5517249} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11169 | 2025.01.16 19:55:47.470954 [ 262 ] {ad378f4c-bcb6-43ab-81aa-3463e5517249} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11170 | 2025.01.16 19:55:47.471350 [ 262 ] {ad378f4c-bcb6-43ab-81aa-3463e5517249} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11171 | 2025.01.16 19:55:47.471595 [ 262 ] {ad378f4c-bcb6-43ab-81aa-3463e5517249} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11172 | 2025.01.16 19:55:47.471774 [ 70 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11173 | 2025.01.16 19:55:47.471833 [ 70 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11174 | 2025.01.16 19:55:47.471847 [ 262 ] {ad378f4c-bcb6-43ab-81aa-3463e5517249} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001528 sec., 39267.01570680628 rows/sec., 2.65 MiB/sec. | ||
| 11175 | 2025.01.16 19:55:47.471872 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11176 | 2025.01.16 19:55:47.471994 [ 262 ] {ad378f4c-bcb6-43ab-81aa-3463e5517249} <Debug> TCPHandler: Processed in 0.001863332 sec. | ||
| 11177 | 2025.01.16 19:55:47.472073 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 11178 | 2025.01.16 19:55:47.472185 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11179 | 2025.01.16 19:55:47.472213 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5078 rows starting from the beginning of the part | ||
| 11180 | 2025.01.16 19:55:47.472276 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 70 rows starting from the beginning of the part | ||
| 11181 | 2025.01.16 19:55:47.472479 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 12 rows starting from the beginning of the part | ||
| 11182 | 2025.01.16 19:55:47.472635 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part | ||
| 11183 | 2025.01.16 19:55:47.472829 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 82 rows starting from the beginning of the part | ||
| 11184 | 2025.01.16 19:55:47.472976 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part | ||
| 11185 | 2025.01.16 19:55:47.474782 [ 187 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5362 rows, containing 4 columns (4 merged, 0 gathered) in 0.002787989 sec., 1923250.0558646396 rows/sec., 125.54 MiB/sec. | ||
| 11186 | 2025.01.16 19:55:47.475146 [ 189 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11187 | 2025.01.16 19:55:47.475460 [ 189 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_91_18} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11188 | 2025.01.16 19:55:47.475546 [ 189 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_91_18} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11189 | 2025.01.16 19:55:47.475631 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 11190 | 2025.01.16 19:55:48.348965 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254 | ||
| 11191 | 2025.01.16 19:55:48.349707 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11192 | 2025.01.16 19:55:48.349747 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11193 | 2025.01.16 19:55:48.350296 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11194 | 2025.01.16 19:55:48.350560 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11195 | 2025.01.16 19:55:48.350828 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254 | ||
| 11196 | 2025.01.16 19:55:50.175463 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 11197 | 2025.01.16 19:55:50.198896 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11198 | 2025.01.16 19:55:50.198955 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11199 | 2025.01.16 19:55:50.206526 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11200 | 2025.01.16 19:55:50.207296 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11201 | 2025.01.16 19:55:50.211744 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 11202 | 2025.01.16 19:55:52.448310 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11203 | 2025.01.16 19:55:52.448600 [ 260 ] {ad0b50cd-4df6-49d4-a64a-b939ad7d6af3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11204 | 2025.01.16 19:55:52.448712 [ 260 ] {ad0b50cd-4df6-49d4-a64a-b939ad7d6af3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11205 | 2025.01.16 19:55:52.449497 [ 260 ] {ad0b50cd-4df6-49d4-a64a-b939ad7d6af3} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11206 | 2025.01.16 19:55:52.449538 [ 260 ] {ad0b50cd-4df6-49d4-a64a-b939ad7d6af3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11207 | 2025.01.16 19:55:52.449959 [ 260 ] {ad0b50cd-4df6-49d4-a64a-b939ad7d6af3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11208 | 2025.01.16 19:55:52.450205 [ 260 ] {ad0b50cd-4df6-49d4-a64a-b939ad7d6af3} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11209 | 2025.01.16 19:55:52.450426 [ 260 ] {ad0b50cd-4df6-49d4-a64a-b939ad7d6af3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001909 sec., 7333.682556312205 rows/sec., 527.93 KiB/sec. | ||
| 11210 | 2025.01.16 19:55:52.450517 [ 260 ] {ad0b50cd-4df6-49d4-a64a-b939ad7d6af3} <Debug> TCPHandler: Processed in 0.002389211 sec. | ||
| 11211 | 2025.01.16 19:55:52.450838 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11212 | 2025.01.16 19:55:52.451054 [ 262 ] {c1a058f6-b4ac-4ca7-ac18-65a769aaa3a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11213 | 2025.01.16 19:55:52.451134 [ 262 ] {c1a058f6-b4ac-4ca7-ac18-65a769aaa3a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11214 | 2025.01.16 19:55:52.452061 [ 262 ] {c1a058f6-b4ac-4ca7-ac18-65a769aaa3a2} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11215 | 2025.01.16 19:55:52.452112 [ 262 ] {c1a058f6-b4ac-4ca7-ac18-65a769aaa3a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11216 | 2025.01.16 19:55:52.452578 [ 262 ] {c1a058f6-b4ac-4ca7-ac18-65a769aaa3a2} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11217 | 2025.01.16 19:55:52.452840 [ 262 ] {c1a058f6-b4ac-4ca7-ac18-65a769aaa3a2} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11218 | 2025.01.16 19:55:52.453084 [ 262 ] {c1a058f6-b4ac-4ca7-ac18-65a769aaa3a2} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002091 sec., 97082.73553323769 rows/sec., 8.40 MiB/sec. | ||
| 11219 | 2025.01.16 19:55:52.453140 [ 262 ] {c1a058f6-b4ac-4ca7-ac18-65a769aaa3a2} <Debug> TCPHandler: Processed in 0.002496023 sec. | ||
| 11220 | 2025.01.16 19:55:52.453361 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11221 | 2025.01.16 19:55:52.453579 [ 260 ] {fe1549ac-2c3f-4ae2-973a-c822e4b815c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11222 | 2025.01.16 19:55:52.453666 [ 260 ] {fe1549ac-2c3f-4ae2-973a-c822e4b815c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11223 | 2025.01.16 19:55:52.454271 [ 260 ] {fe1549ac-2c3f-4ae2-973a-c822e4b815c3} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11224 | 2025.01.16 19:55:52.454308 [ 260 ] {fe1549ac-2c3f-4ae2-973a-c822e4b815c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11225 | 2025.01.16 19:55:52.454654 [ 260 ] {fe1549ac-2c3f-4ae2-973a-c822e4b815c3} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11226 | 2025.01.16 19:55:52.454887 [ 260 ] {fe1549ac-2c3f-4ae2-973a-c822e4b815c3} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11227 | 2025.01.16 19:55:52.455060 [ 260 ] {fe1549ac-2c3f-4ae2-973a-c822e4b815c3} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001535 sec., 4560.260586319218 rows/sec., 297.10 KiB/sec. | ||
| 11228 | 2025.01.16 19:55:52.455111 [ 260 ] {fe1549ac-2c3f-4ae2-973a-c822e4b815c3} <Debug> TCPHandler: Processed in 0.001861712 sec. | ||
| 11229 | 2025.01.16 19:55:52.455317 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11230 | 2025.01.16 19:55:52.455459 [ 262 ] {11fea1be-0042-484d-8fd8-1f4c23fabd19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11231 | 2025.01.16 19:55:52.455516 [ 262 ] {11fea1be-0042-484d-8fd8-1f4c23fabd19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11232 | 2025.01.16 19:55:52.456126 [ 262 ] {11fea1be-0042-484d-8fd8-1f4c23fabd19} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11233 | 2025.01.16 19:55:52.456166 [ 262 ] {11fea1be-0042-484d-8fd8-1f4c23fabd19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11234 | 2025.01.16 19:55:52.456529 [ 262 ] {11fea1be-0042-484d-8fd8-1f4c23fabd19} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11235 | 2025.01.16 19:55:52.456773 [ 262 ] {11fea1be-0042-484d-8fd8-1f4c23fabd19} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11236 | 2025.01.16 19:55:52.456984 [ 262 ] {11fea1be-0042-484d-8fd8-1f4c23fabd19} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001558 sec., 8985.879332477536 rows/sec., 629.31 KiB/sec. | ||
| 11237 | 2025.01.16 19:55:52.457036 [ 262 ] {11fea1be-0042-484d-8fd8-1f4c23fabd19} <Debug> TCPHandler: Processed in 0.001787661 sec. | ||
| 11238 | 2025.01.16 19:55:52.457185 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11239 | 2025.01.16 19:55:52.457322 [ 260 ] {1664d260-6fb6-43e3-a01e-cbb255a9a7c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11240 | 2025.01.16 19:55:52.457378 [ 260 ] {1664d260-6fb6-43e3-a01e-cbb255a9a7c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11241 | 2025.01.16 19:55:52.458001 [ 260 ] {1664d260-6fb6-43e3-a01e-cbb255a9a7c5} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11242 | 2025.01.16 19:55:52.458037 [ 260 ] {1664d260-6fb6-43e3-a01e-cbb255a9a7c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11243 | 2025.01.16 19:55:52.458379 [ 260 ] {1664d260-6fb6-43e3-a01e-cbb255a9a7c5} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11244 | 2025.01.16 19:55:52.458623 [ 260 ] {1664d260-6fb6-43e3-a01e-cbb255a9a7c5} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11245 | 2025.01.16 19:55:52.458797 [ 260 ] {1664d260-6fb6-43e3-a01e-cbb255a9a7c5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001505 sec., 8637.873754152824 rows/sec., 538.57 KiB/sec. | ||
| 11246 | 2025.01.16 19:55:52.458847 [ 260 ] {1664d260-6fb6-43e3-a01e-cbb255a9a7c5} <Debug> TCPHandler: Processed in 0.001731261 sec. | ||
| 11247 | 2025.01.16 19:55:52.459012 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11248 | 2025.01.16 19:55:52.459150 [ 262 ] {ad6aa163-0f1b-4ef7-8cd8-86bc135d8cf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11249 | 2025.01.16 19:55:52.459206 [ 262 ] {ad6aa163-0f1b-4ef7-8cd8-86bc135d8cf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11250 | 2025.01.16 19:55:52.460014 [ 262 ] {ad6aa163-0f1b-4ef7-8cd8-86bc135d8cf3} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11251 | 2025.01.16 19:55:52.460054 [ 262 ] {ad6aa163-0f1b-4ef7-8cd8-86bc135d8cf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11252 | 2025.01.16 19:55:52.460451 [ 262 ] {ad6aa163-0f1b-4ef7-8cd8-86bc135d8cf3} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11253 | 2025.01.16 19:55:52.460702 [ 262 ] {ad6aa163-0f1b-4ef7-8cd8-86bc135d8cf3} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11254 | 2025.01.16 19:55:52.460920 [ 262 ] {ad6aa163-0f1b-4ef7-8cd8-86bc135d8cf3} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001802 sec., 211986.68146503886 rows/sec., 15.00 MiB/sec. | ||
| 11255 | 2025.01.16 19:55:52.460973 [ 262 ] {ad6aa163-0f1b-4ef7-8cd8-86bc135d8cf3} <Debug> TCPHandler: Processed in 0.002027576 sec. | ||
| 11256 | 2025.01.16 19:55:52.461131 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11257 | 2025.01.16 19:55:52.461267 [ 260 ] {4d45fe9b-77e3-464c-a909-f4e56d14fe8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11258 | 2025.01.16 19:55:52.461324 [ 260 ] {4d45fe9b-77e3-464c-a909-f4e56d14fe8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11259 | 2025.01.16 19:55:52.461853 [ 260 ] {4d45fe9b-77e3-464c-a909-f4e56d14fe8c} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11260 | 2025.01.16 19:55:52.461889 [ 260 ] {4d45fe9b-77e3-464c-a909-f4e56d14fe8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11261 | 2025.01.16 19:55:52.462243 [ 260 ] {4d45fe9b-77e3-464c-a909-f4e56d14fe8c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11262 | 2025.01.16 19:55:52.462470 [ 260 ] {4d45fe9b-77e3-464c-a909-f4e56d14fe8c} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11263 | 2025.01.16 19:55:52.462647 [ 260 ] {4d45fe9b-77e3-464c-a909-f4e56d14fe8c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001411 sec., 4252.303330970943 rows/sec., 222.17 KiB/sec. | ||
| 11264 | 2025.01.16 19:55:52.462696 [ 260 ] {4d45fe9b-77e3-464c-a909-f4e56d14fe8c} <Debug> TCPHandler: Processed in 0.001632438 sec. | ||
| 11265 | 2025.01.16 19:55:52.462846 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11266 | 2025.01.16 19:55:52.462986 [ 262 ] {64034103-cb78-49b2-b287-723a13ecd44e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11267 | 2025.01.16 19:55:52.463050 [ 262 ] {64034103-cb78-49b2-b287-723a13ecd44e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11268 | 2025.01.16 19:55:52.463724 [ 262 ] {64034103-cb78-49b2-b287-723a13ecd44e} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11269 | 2025.01.16 19:55:52.463763 [ 262 ] {64034103-cb78-49b2-b287-723a13ecd44e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11270 | 2025.01.16 19:55:52.464164 [ 262 ] {64034103-cb78-49b2-b287-723a13ecd44e} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11271 | 2025.01.16 19:55:52.464403 [ 262 ] {64034103-cb78-49b2-b287-723a13ecd44e} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11272 | 2025.01.16 19:55:52.464645 [ 262 ] {64034103-cb78-49b2-b287-723a13ecd44e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001683 sec., 140819.96434937613 rows/sec., 9.44 MiB/sec. | ||
| 11273 | 2025.01.16 19:55:52.464704 [ 262 ] {64034103-cb78-49b2-b287-723a13ecd44e} <Debug> TCPHandler: Processed in 0.001926513 sec. | ||
| 11274 | 2025.01.16 19:55:52.464912 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11275 | 2025.01.16 19:55:52.465067 [ 260 ] {2ed1d0a3-d428-4c2c-ab73-7d8abf84d36d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11276 | 2025.01.16 19:55:52.465124 [ 260 ] {2ed1d0a3-d428-4c2c-ab73-7d8abf84d36d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11277 | 2025.01.16 19:55:52.465662 [ 260 ] {2ed1d0a3-d428-4c2c-ab73-7d8abf84d36d} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11278 | 2025.01.16 19:55:52.465706 [ 260 ] {2ed1d0a3-d428-4c2c-ab73-7d8abf84d36d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11279 | 2025.01.16 19:55:52.466046 [ 260 ] {2ed1d0a3-d428-4c2c-ab73-7d8abf84d36d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11280 | 2025.01.16 19:55:52.466279 [ 260 ] {2ed1d0a3-d428-4c2c-ab73-7d8abf84d36d} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11281 | 2025.01.16 19:55:52.466452 [ 260 ] {2ed1d0a3-d428-4c2c-ab73-7d8abf84d36d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001422 sec., 703.2348804500702 rows/sec., 47.39 KiB/sec. | ||
| 11282 | 2025.01.16 19:55:52.466500 [ 260 ] {2ed1d0a3-d428-4c2c-ab73-7d8abf84d36d} <Debug> TCPHandler: Processed in 0.00170915 sec. | ||
| 11283 | 2025.01.16 19:55:52.466641 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11284 | 2025.01.16 19:55:52.466768 [ 262 ] {1f8ff653-864e-4b0e-9943-66e0f34ec4f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11285 | 2025.01.16 19:55:52.466828 [ 262 ] {1f8ff653-864e-4b0e-9943-66e0f34ec4f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11286 | 2025.01.16 19:55:52.467409 [ 262 ] {1f8ff653-864e-4b0e-9943-66e0f34ec4f9} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11287 | 2025.01.16 19:55:52.467456 [ 262 ] {1f8ff653-864e-4b0e-9943-66e0f34ec4f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11288 | 2025.01.16 19:55:52.467872 [ 262 ] {1f8ff653-864e-4b0e-9943-66e0f34ec4f9} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11289 | 2025.01.16 19:55:52.468123 [ 262 ] {1f8ff653-864e-4b0e-9943-66e0f34ec4f9} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11290 | 2025.01.16 19:55:52.468332 [ 262 ] {1f8ff653-864e-4b0e-9943-66e0f34ec4f9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001596 sec., 51378.44611528822 rows/sec., 3.26 MiB/sec. | ||
| 11291 | 2025.01.16 19:55:52.468380 [ 262 ] {1f8ff653-864e-4b0e-9943-66e0f34ec4f9} <Debug> TCPHandler: Processed in 0.001796522 sec. | ||
| 11292 | 2025.01.16 19:55:55.660671 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11293 | 2025.01.16 19:55:55.660772 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11294 | 2025.01.16 19:55:55.851041 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681 | ||
| 11295 | 2025.01.16 19:55:55.851691 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11296 | 2025.01.16 19:55:55.851741 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11297 | 2025.01.16 19:55:55.852272 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11298 | 2025.01.16 19:55:55.852538 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11299 | 2025.01.16 19:55:55.852796 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 11300 | 2025.01.16 19:55:55.852821 [ 58 ] {} <Debug> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11301 | 2025.01.16 19:55:55.852904 [ 58 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11302 | 2025.01.16 19:55:55.852932 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11303 | 2025.01.16 19:55:55.853066 [ 199 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 11304 | 2025.01.16 19:55:55.853189 [ 199 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11305 | 2025.01.16 19:55:55.853227 [ 199 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23424 rows starting from the beginning of the part | ||
| 11306 | 2025.01.16 19:55:55.853303 [ 199 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 427 rows starting from the beginning of the part | ||
| 11307 | 2025.01.16 19:55:55.853553 [ 199 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 488 rows starting from the beginning of the part | ||
| 11308 | 2025.01.16 19:55:55.853722 [ 199 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 427 rows starting from the beginning of the part | ||
| 11309 | 2025.01.16 19:55:55.853875 [ 199 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 488 rows starting from the beginning of the part | ||
| 11310 | 2025.01.16 19:55:55.854029 [ 199 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 427 rows starting from the beginning of the part | ||
| 11311 | 2025.01.16 19:55:55.856915 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.003901859 sec., 6581734.501426115 rows/sec., 94.15 MiB/sec. | ||
| 11312 | 2025.01.16 19:55:55.857388 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11313 | 2025.01.16 19:55:55.857933 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_56_11} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11314 | 2025.01.16 19:55:55.858029 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_56_11} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11315 | 2025.01.16 19:55:55.858149 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 11316 | 2025.01.16 19:55:55.991677 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1580 | ||
| 11317 | 2025.01.16 19:55:55.994939 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11318 | 2025.01.16 19:55:55.994999 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11319 | 2025.01.16 19:55:55.996538 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11320 | 2025.01.16 19:55:55.996858 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11321 | 2025.01.16 19:55:55.997048 [ 58 ] {} <Debug> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 11322 | 2025.01.16 19:55:55.997109 [ 58 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11323 | 2025.01.16 19:55:55.997152 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11324 | 2025.01.16 19:55:55.997723 [ 196 ] {ea500972-8ed8-482b-9580-399ca28f5052::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 | ||
| 11325 | 2025.01.16 19:55:55.998424 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1580 | ||
| 11326 | 2025.01.16 19:55:55.998897 [ 196 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11327 | 2025.01.16 19:55:55.999071 [ 196 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1408 rows starting from the beginning of the part | ||
| 11328 | 2025.01.16 19:55:55.999688 [ 196 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 32 rows starting from the beginning of the part | ||
| 11329 | 2025.01.16 19:55:56.000460 [ 196 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 34 rows starting from the beginning of the part | ||
| 11330 | 2025.01.16 19:55:56.001456 [ 196 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 42 rows starting from the beginning of the part | ||
| 11331 | 2025.01.16 19:55:56.002111 [ 196 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 32 rows starting from the beginning of the part | ||
| 11332 | 2025.01.16 19:55:56.002732 [ 196 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 32 rows starting from the beginning of the part | ||
| 11333 | 2025.01.16 19:55:56.011203 [ 187 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1580 rows, containing 72 columns (72 merged, 0 gathered) in 0.013928054 sec., 113440.11159060698 rows/sec., 87.89 MiB/sec. | ||
| 11334 | 2025.01.16 19:55:56.012897 [ 187 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 11335 | 2025.01.16 19:55:56.013707 [ 187 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_41_8} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11336 | 2025.01.16 19:55:56.013797 [ 187 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_41_8} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 11337 | 2025.01.16 19:55:56.014129 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. | ||
| 11338 | 2025.01.16 19:55:57.445478 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11339 | 2025.01.16 19:55:57.445668 [ 260 ] {9d22ac17-06d7-40ef-ab57-6f27315f0c64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11340 | 2025.01.16 19:55:57.445741 [ 260 ] {9d22ac17-06d7-40ef-ab57-6f27315f0c64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11341 | 2025.01.16 19:55:57.446521 [ 260 ] {9d22ac17-06d7-40ef-ab57-6f27315f0c64} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11342 | 2025.01.16 19:55:57.446576 [ 260 ] {9d22ac17-06d7-40ef-ab57-6f27315f0c64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11343 | 2025.01.16 19:55:57.447014 [ 260 ] {9d22ac17-06d7-40ef-ab57-6f27315f0c64} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11344 | 2025.01.16 19:55:57.447280 [ 260 ] {9d22ac17-06d7-40ef-ab57-6f27315f0c64} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11345 | 2025.01.16 19:55:57.447521 [ 260 ] {9d22ac17-06d7-40ef-ab57-6f27315f0c64} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.001907 sec., 71316.20346093341 rows/sec., 6.15 MiB/sec. | ||
| 11346 | 2025.01.16 19:55:57.447590 [ 260 ] {9d22ac17-06d7-40ef-ab57-6f27315f0c64} <Debug> TCPHandler: Processed in 0.002238889 sec. | ||
| 11347 | 2025.01.16 19:55:57.447829 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11348 | 2025.01.16 19:55:57.448048 [ 262 ] {96283697-8ca2-411a-a67c-ec72e0847a20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11349 | 2025.01.16 19:55:57.448131 [ 262 ] {96283697-8ca2-411a-a67c-ec72e0847a20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11350 | 2025.01.16 19:55:57.448976 [ 262 ] {96283697-8ca2-411a-a67c-ec72e0847a20} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11351 | 2025.01.16 19:55:57.449024 [ 262 ] {96283697-8ca2-411a-a67c-ec72e0847a20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11352 | 2025.01.16 19:55:57.449461 [ 262 ] {96283697-8ca2-411a-a67c-ec72e0847a20} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 11353 | 2025.01.16 19:55:57.449723 [ 262 ] {96283697-8ca2-411a-a67c-ec72e0847a20} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11354 | 2025.01.16 19:55:57.449966 [ 262 ] {96283697-8ca2-411a-a67c-ec72e0847a20} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001979 sec., 20212.2283981809 rows/sec., 1.48 MiB/sec. | ||
| 11355 | 2025.01.16 19:55:57.450026 [ 262 ] {96283697-8ca2-411a-a67c-ec72e0847a20} <Debug> TCPHandler: Processed in 0.002336561 sec. | ||
| 11356 | 2025.01.16 19:55:57.450172 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11357 | 2025.01.16 19:55:57.450317 [ 260 ] {b4fa3fca-6a21-4ed5-a56f-4dc3a745f9ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11358 | 2025.01.16 19:55:57.450378 [ 260 ] {b4fa3fca-6a21-4ed5-a56f-4dc3a745f9ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11359 | 2025.01.16 19:55:57.451083 [ 260 ] {b4fa3fca-6a21-4ed5-a56f-4dc3a745f9ea} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11360 | 2025.01.16 19:55:57.451125 [ 260 ] {b4fa3fca-6a21-4ed5-a56f-4dc3a745f9ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11361 | 2025.01.16 19:55:57.451488 [ 260 ] {b4fa3fca-6a21-4ed5-a56f-4dc3a745f9ea} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11362 | 2025.01.16 19:55:57.451721 [ 260 ] {b4fa3fca-6a21-4ed5-a56f-4dc3a745f9ea} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11363 | 2025.01.16 19:55:57.451929 [ 260 ] {b4fa3fca-6a21-4ed5-a56f-4dc3a745f9ea} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001649 sec., 63068.52637962401 rows/sec., 4.93 MiB/sec. | ||
| 11364 | 2025.01.16 19:55:57.451984 [ 260 ] {b4fa3fca-6a21-4ed5-a56f-4dc3a745f9ea} <Debug> TCPHandler: Processed in 0.001880473 sec. | ||
| 11365 | 2025.01.16 19:55:57.452129 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11366 | 2025.01.16 19:55:57.452270 [ 262 ] {0888fbaa-fd21-4abf-a1d4-7828c5a3b0f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11367 | 2025.01.16 19:55:57.452332 [ 262 ] {0888fbaa-fd21-4abf-a1d4-7828c5a3b0f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11368 | 2025.01.16 19:55:57.452993 [ 262 ] {0888fbaa-fd21-4abf-a1d4-7828c5a3b0f3} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11369 | 2025.01.16 19:55:57.453033 [ 262 ] {0888fbaa-fd21-4abf-a1d4-7828c5a3b0f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11370 | 2025.01.16 19:55:57.453436 [ 262 ] {0888fbaa-fd21-4abf-a1d4-7828c5a3b0f3} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11371 | 2025.01.16 19:55:57.453681 [ 262 ] {0888fbaa-fd21-4abf-a1d4-7828c5a3b0f3} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11372 | 2025.01.16 19:55:57.453896 [ 262 ] {0888fbaa-fd21-4abf-a1d4-7828c5a3b0f3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001659 sec., 96443.64074743821 rows/sec., 6.72 MiB/sec. | ||
| 11373 | 2025.01.16 19:55:57.453953 [ 262 ] {0888fbaa-fd21-4abf-a1d4-7828c5a3b0f3} <Debug> TCPHandler: Processed in 0.001889963 sec. | ||
| 11374 | 2025.01.16 19:55:57.454097 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11375 | 2025.01.16 19:55:57.454236 [ 260 ] {1df743c9-fb7a-4ebf-80c8-2d851f36ffcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11376 | 2025.01.16 19:55:57.454330 [ 260 ] {1df743c9-fb7a-4ebf-80c8-2d851f36ffcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11377 | 2025.01.16 19:55:57.455567 [ 260 ] {1df743c9-fb7a-4ebf-80c8-2d851f36ffcf} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11378 | 2025.01.16 19:55:57.455604 [ 260 ] {1df743c9-fb7a-4ebf-80c8-2d851f36ffcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11379 | 2025.01.16 19:55:57.456320 [ 260 ] {1df743c9-fb7a-4ebf-80c8-2d851f36ffcf} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11380 | 2025.01.16 19:55:57.456583 [ 260 ] {1df743c9-fb7a-4ebf-80c8-2d851f36ffcf} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11381 | 2025.01.16 19:55:57.456835 [ 260 ] {1df743c9-fb7a-4ebf-80c8-2d851f36ffcf} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002631 sec., 15203.344735841885 rows/sec., 27.24 MiB/sec. | ||
| 11382 | 2025.01.16 19:55:57.456954 [ 260 ] {1df743c9-fb7a-4ebf-80c8-2d851f36ffcf} <Debug> TCPHandler: Processed in 0.002924962 sec. | ||
| 11383 | 2025.01.16 19:55:57.457106 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11384 | 2025.01.16 19:55:57.457247 [ 262 ] {b87642b1-c27a-4081-a9a1-8697c288d435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11385 | 2025.01.16 19:55:57.457309 [ 262 ] {b87642b1-c27a-4081-a9a1-8697c288d435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11386 | 2025.01.16 19:55:57.457894 [ 262 ] {b87642b1-c27a-4081-a9a1-8697c288d435} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11387 | 2025.01.16 19:55:57.457943 [ 262 ] {b87642b1-c27a-4081-a9a1-8697c288d435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11388 | 2025.01.16 19:55:57.458313 [ 262 ] {b87642b1-c27a-4081-a9a1-8697c288d435} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11389 | 2025.01.16 19:55:57.458549 [ 262 ] {b87642b1-c27a-4081-a9a1-8697c288d435} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11390 | 2025.01.16 19:55:57.458756 [ 262 ] {b87642b1-c27a-4081-a9a1-8697c288d435} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001541 sec., 38935.756002595714 rows/sec., 2.62 MiB/sec. | ||
| 11391 | 2025.01.16 19:55:57.458819 [ 262 ] {b87642b1-c27a-4081-a9a1-8697c288d435} <Debug> TCPHandler: Processed in 0.001780741 sec. | ||
| 11392 | 2025.01.16 19:55:57.711891 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 423 | ||
| 11393 | 2025.01.16 19:55:57.734046 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11394 | 2025.01.16 19:55:57.734108 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11395 | 2025.01.16 19:55:57.741563 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11396 | 2025.01.16 19:55:57.742345 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11397 | 2025.01.16 19:55:57.742677 [ 56 ] {} <Debug> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11398 | 2025.01.16 19:55:57.742746 [ 56 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11399 | 2025.01.16 19:55:57.742795 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11400 | 2025.01.16 19:55:57.743276 [ 195 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 11401 | 2025.01.16 19:55:57.756540 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 423 | ||
| 11402 | 2025.01.16 19:55:57.758327 [ 195 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11403 | 2025.01.16 19:55:57.759589 [ 195 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 385 rows starting from the beginning of the part | ||
| 11404 | 2025.01.16 19:55:57.765356 [ 195 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 7 rows starting from the beginning of the part | ||
| 11405 | 2025.01.16 19:55:57.771173 [ 195 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part | ||
| 11406 | 2025.01.16 19:55:57.776813 [ 195 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part | ||
| 11407 | 2025.01.16 19:55:57.782864 [ 195 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part | ||
| 11408 | 2025.01.16 19:55:57.787797 [ 195 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part | ||
| 11409 | 2025.01.16 19:55:57.850073 [ 198 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 423 rows, containing 679 columns (679 merged, 0 gathered) in 0.107113129 sec., 3949.095726631233 rows/sec., 20.42 MiB/sec. | ||
| 11410 | 2025.01.16 19:55:57.853511 [ 192 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11411 | 2025.01.16 19:55:57.856559 [ 192 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_56_11} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11412 | 2025.01.16 19:55:57.856653 [ 192 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_56_11} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11413 | 2025.01.16 19:55:57.859158 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 11414 | 2025.01.16 19:55:58.000225 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 238.64 MiB, peak 252.07 MiB, free memory in arenas 0.00 B, will set to 241.64 MiB (RSS), difference: 3.01 MiB | ||
| 11415 | 2025.01.16 19:56:00.725926 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11416 | 2025.01.16 19:56:00.726142 [ 260 ] {3fe3bf29-3d42-42d8-951c-8bd1d6c8396b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11417 | 2025.01.16 19:56:00.726226 [ 260 ] {3fe3bf29-3d42-42d8-951c-8bd1d6c8396b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11418 | 2025.01.16 19:56:00.727149 [ 260 ] {3fe3bf29-3d42-42d8-951c-8bd1d6c8396b} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11419 | 2025.01.16 19:56:00.727211 [ 260 ] {3fe3bf29-3d42-42d8-951c-8bd1d6c8396b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11420 | 2025.01.16 19:56:00.727732 [ 260 ] {3fe3bf29-3d42-42d8-951c-8bd1d6c8396b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11421 | 2025.01.16 19:56:00.728031 [ 260 ] {3fe3bf29-3d42-42d8-951c-8bd1d6c8396b} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11422 | 2025.01.16 19:56:00.728277 [ 260 ] {3fe3bf29-3d42-42d8-951c-8bd1d6c8396b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002186 sec., 6404.391582799634 rows/sec., 461.03 KiB/sec. | ||
| 11423 | 2025.01.16 19:56:00.728373 [ 260 ] {3fe3bf29-3d42-42d8-951c-8bd1d6c8396b} <Debug> TCPHandler: Processed in 0.002588156 sec. | ||
| 11424 | 2025.01.16 19:56:00.728679 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11425 | 2025.01.16 19:56:00.728869 [ 262 ] {83940cec-6ec3-4f4c-991d-1e177467a161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11426 | 2025.01.16 19:56:00.728946 [ 262 ] {83940cec-6ec3-4f4c-991d-1e177467a161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11427 | 2025.01.16 19:56:00.729682 [ 262 ] {83940cec-6ec3-4f4c-991d-1e177467a161} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11428 | 2025.01.16 19:56:00.729730 [ 262 ] {83940cec-6ec3-4f4c-991d-1e177467a161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11429 | 2025.01.16 19:56:00.730155 [ 262 ] {83940cec-6ec3-4f4c-991d-1e177467a161} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 11430 | 2025.01.16 19:56:00.730428 [ 262 ] {83940cec-6ec3-4f4c-991d-1e177467a161} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11431 | 2025.01.16 19:56:00.730676 [ 262 ] {83940cec-6ec3-4f4c-991d-1e177467a161} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00186 sec., 1075.268817204301 rows/sec., 87.68 KiB/sec. | ||
| 11432 | 2025.01.16 19:56:00.730744 [ 262 ] {83940cec-6ec3-4f4c-991d-1e177467a161} <Debug> TCPHandler: Processed in 0.002216739 sec. | ||
| 11433 | 2025.01.16 19:56:00.730905 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11434 | 2025.01.16 19:56:00.731031 [ 260 ] {3692ec39-1b9d-4921-9dac-95b1768645d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11435 | 2025.01.16 19:56:00.731086 [ 260 ] {3692ec39-1b9d-4921-9dac-95b1768645d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11436 | 2025.01.16 19:56:00.732215 [ 260 ] {3692ec39-1b9d-4921-9dac-95b1768645d4} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11437 | 2025.01.16 19:56:00.732256 [ 260 ] {3692ec39-1b9d-4921-9dac-95b1768645d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11438 | 2025.01.16 19:56:00.732704 [ 260 ] {3692ec39-1b9d-4921-9dac-95b1768645d4} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11439 | 2025.01.16 19:56:00.732965 [ 260 ] {3692ec39-1b9d-4921-9dac-95b1768645d4} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11440 | 2025.01.16 19:56:00.733201 [ 260 ] {3692ec39-1b9d-4921-9dac-95b1768645d4} <Debug> executeQuery: Read 1344 rows, 114.63 KiB in 0.0022 sec., 610909.0909090908 rows/sec., 50.88 MiB/sec. | ||
| 11441 | 2025.01.16 19:56:00.733279 [ 260 ] {3692ec39-1b9d-4921-9dac-95b1768645d4} <Debug> TCPHandler: Processed in 0.002430222 sec. | ||
| 11442 | 2025.01.16 19:56:00.733470 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11443 | 2025.01.16 19:56:00.733813 [ 262 ] {422eb065-a7c5-4783-bc83-450aa971ca08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11444 | 2025.01.16 19:56:00.733953 [ 262 ] {422eb065-a7c5-4783-bc83-450aa971ca08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11445 | 2025.01.16 19:56:00.734587 [ 262 ] {422eb065-a7c5-4783-bc83-450aa971ca08} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11446 | 2025.01.16 19:56:00.734629 [ 262 ] {422eb065-a7c5-4783-bc83-450aa971ca08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11447 | 2025.01.16 19:56:00.735004 [ 262 ] {422eb065-a7c5-4783-bc83-450aa971ca08} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 11448 | 2025.01.16 19:56:00.735250 [ 262 ] {422eb065-a7c5-4783-bc83-450aa971ca08} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11449 | 2025.01.16 19:56:00.735474 [ 262 ] {422eb065-a7c5-4783-bc83-450aa971ca08} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.001784 sec., 5044.8430493273545 rows/sec., 333.91 KiB/sec. | ||
| 11450 | 2025.01.16 19:56:00.735538 [ 262 ] {422eb065-a7c5-4783-bc83-450aa971ca08} <Debug> TCPHandler: Processed in 0.002167778 sec. | ||
| 11451 | 2025.01.16 19:56:00.735696 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11452 | 2025.01.16 19:56:00.735813 [ 260 ] {7d0d4706-eee8-4b5a-b40b-c7c4c8358bec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11453 | 2025.01.16 19:56:00.735862 [ 260 ] {7d0d4706-eee8-4b5a-b40b-c7c4c8358bec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11454 | 2025.01.16 19:56:00.736522 [ 260 ] {7d0d4706-eee8-4b5a-b40b-c7c4c8358bec} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11455 | 2025.01.16 19:56:00.736563 [ 260 ] {7d0d4706-eee8-4b5a-b40b-c7c4c8358bec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11456 | 2025.01.16 19:56:00.736936 [ 260 ] {7d0d4706-eee8-4b5a-b40b-c7c4c8358bec} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11457 | 2025.01.16 19:56:00.737187 [ 260 ] {7d0d4706-eee8-4b5a-b40b-c7c4c8358bec} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11458 | 2025.01.16 19:56:00.737457 [ 260 ] {7d0d4706-eee8-4b5a-b40b-c7c4c8358bec} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001659 sec., 145871.00663050028 rows/sec., 9.88 MiB/sec. | ||
| 11459 | 2025.01.16 19:56:00.737602 [ 260 ] {7d0d4706-eee8-4b5a-b40b-c7c4c8358bec} <Debug> TCPHandler: Processed in 0.001957614 sec. | ||
| 11460 | 2025.01.16 19:56:00.737819 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11461 | 2025.01.16 19:56:00.737964 [ 262 ] {36fbef83-2764-4c43-9cc6-48fd09b0ef37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11462 | 2025.01.16 19:56:00.738029 [ 262 ] {36fbef83-2764-4c43-9cc6-48fd09b0ef37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11463 | 2025.01.16 19:56:00.738709 [ 262 ] {36fbef83-2764-4c43-9cc6-48fd09b0ef37} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11464 | 2025.01.16 19:56:00.738757 [ 262 ] {36fbef83-2764-4c43-9cc6-48fd09b0ef37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11465 | 2025.01.16 19:56:00.739164 [ 262 ] {36fbef83-2764-4c43-9cc6-48fd09b0ef37} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11466 | 2025.01.16 19:56:00.739406 [ 262 ] {36fbef83-2764-4c43-9cc6-48fd09b0ef37} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11467 | 2025.01.16 19:56:00.739622 [ 262 ] {36fbef83-2764-4c43-9cc6-48fd09b0ef37} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001693 sec., 7678.67690490254 rows/sec., 478.76 KiB/sec. | ||
| 11468 | 2025.01.16 19:56:00.739676 [ 262 ] {36fbef83-2764-4c43-9cc6-48fd09b0ef37} <Debug> TCPHandler: Processed in 0.001962775 sec. | ||
| 11469 | 2025.01.16 19:56:00.739820 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11470 | 2025.01.16 19:56:00.739934 [ 260 ] {2f83c096-6bef-4af7-b249-9e49f711aef9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11471 | 2025.01.16 19:56:00.739982 [ 260 ] {2f83c096-6bef-4af7-b249-9e49f711aef9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11472 | 2025.01.16 19:56:00.740998 [ 260 ] {2f83c096-6bef-4af7-b249-9e49f711aef9} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11473 | 2025.01.16 19:56:00.741044 [ 260 ] {2f83c096-6bef-4af7-b249-9e49f711aef9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11474 | 2025.01.16 19:56:00.741440 [ 260 ] {2f83c096-6bef-4af7-b249-9e49f711aef9} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11475 | 2025.01.16 19:56:00.741679 [ 260 ] {2f83c096-6bef-4af7-b249-9e49f711aef9} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11476 | 2025.01.16 19:56:00.741889 [ 260 ] {2f83c096-6bef-4af7-b249-9e49f711aef9} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.001979 sec., 424456.79636179894 rows/sec., 30.66 MiB/sec. | ||
| 11477 | 2025.01.16 19:56:00.741948 [ 260 ] {2f83c096-6bef-4af7-b249-9e49f711aef9} <Debug> TCPHandler: Processed in 0.002181918 sec. | ||
| 11478 | 2025.01.16 19:56:00.742118 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11479 | 2025.01.16 19:56:00.742262 [ 262 ] {086097d8-daa0-4777-915d-e2faa8f6b1aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11480 | 2025.01.16 19:56:00.742326 [ 262 ] {086097d8-daa0-4777-915d-e2faa8f6b1aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11481 | 2025.01.16 19:56:00.742912 [ 262 ] {086097d8-daa0-4777-915d-e2faa8f6b1aa} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11482 | 2025.01.16 19:56:00.742959 [ 262 ] {086097d8-daa0-4777-915d-e2faa8f6b1aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11483 | 2025.01.16 19:56:00.743345 [ 262 ] {086097d8-daa0-4777-915d-e2faa8f6b1aa} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11484 | 2025.01.16 19:56:00.743595 [ 262 ] {086097d8-daa0-4777-915d-e2faa8f6b1aa} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11485 | 2025.01.16 19:56:00.743766 [ 52 ] {} <Debug> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0 | ||
| 11486 | 2025.01.16 19:56:00.743828 [ 262 ] {086097d8-daa0-4777-915d-e2faa8f6b1aa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0016 sec., 3750 rows/sec., 195.92 KiB/sec. | ||
| 11487 | 2025.01.16 19:56:00.743847 [ 52 ] {} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11488 | 2025.01.16 19:56:00.743908 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11489 | 2025.01.16 19:56:00.743959 [ 262 ] {086097d8-daa0-4777-915d-e2faa8f6b1aa} <Debug> TCPHandler: Processed in 0.001909863 sec. | ||
| 11490 | 2025.01.16 19:56:00.744161 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11491 | 2025.01.16 19:56:00.744187 [ 198 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_39_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_34_7 to all_39_39_0 into Compact with storage Full | ||
| 11492 | 2025.01.16 19:56:00.744299 [ 260 ] {f96819f3-cbb8-4da8-9d67-abad5ec856e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11493 | 2025.01.16 19:56:00.744341 [ 198 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11494 | 2025.01.16 19:56:00.744365 [ 260 ] {f96819f3-cbb8-4da8-9d67-abad5ec856e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11495 | 2025.01.16 19:56:00.744381 [ 198 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 204 rows starting from the beginning of the part | ||
| 11496 | 2025.01.16 19:56:00.744599 [ 198 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 11497 | 2025.01.16 19:56:00.744992 [ 198 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 11498 | 2025.01.16 19:56:00.745378 [ 198 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 11499 | 2025.01.16 19:56:00.745693 [ 198 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 11500 | 2025.01.16 19:56:00.745935 [ 198 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 11501 | 2025.01.16 19:56:00.746766 [ 260 ] {f96819f3-cbb8-4da8-9d67-abad5ec856e1} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11502 | 2025.01.16 19:56:00.746813 [ 260 ] {f96819f3-cbb8-4da8-9d67-abad5ec856e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11503 | 2025.01.16 19:56:00.747470 [ 198 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 4 columns (4 merged, 0 gathered) in 0.003447661 sec., 67872.10227455659 rows/sec., 3.46 MiB/sec. | ||
| 11504 | 2025.01.16 19:56:00.747470 [ 260 ] {f96819f3-cbb8-4da8-9d67-abad5ec856e1} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11505 | 2025.01.16 19:56:00.747581 [ 198 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary) | ||
| 11506 | 2025.01.16 19:56:00.747772 [ 260 ] {f96819f3-cbb8-4da8-9d67-abad5ec856e1} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11507 | 2025.01.16 19:56:00.747964 [ 198 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_39_8} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11508 | 2025.01.16 19:56:00.748104 [ 260 ] {f96819f3-cbb8-4da8-9d67-abad5ec856e1} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.003847 sec., 240707.04445022094 rows/sec., 16.06 MiB/sec. | ||
| 11509 | 2025.01.16 19:56:00.748114 [ 198 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_39_8} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8 | ||
| 11510 | 2025.01.16 19:56:00.748212 [ 260 ] {f96819f3-cbb8-4da8-9d67-abad5ec856e1} <Debug> TCPHandler: Processed in 0.004149432 sec. | ||
| 11511 | 2025.01.16 19:56:00.748235 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11512 | 2025.01.16 19:56:00.748378 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11513 | 2025.01.16 19:56:00.748520 [ 262 ] {920b9fe3-f630-495e-91c4-05766d7f4db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11514 | 2025.01.16 19:56:00.748582 [ 262 ] {920b9fe3-f630-495e-91c4-05766d7f4db3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11515 | 2025.01.16 19:56:00.749134 [ 262 ] {920b9fe3-f630-495e-91c4-05766d7f4db3} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11516 | 2025.01.16 19:56:00.749174 [ 262 ] {920b9fe3-f630-495e-91c4-05766d7f4db3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11517 | 2025.01.16 19:56:00.749549 [ 262 ] {920b9fe3-f630-495e-91c4-05766d7f4db3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11518 | 2025.01.16 19:56:00.749790 [ 262 ] {920b9fe3-f630-495e-91c4-05766d7f4db3} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11519 | 2025.01.16 19:56:00.750044 [ 262 ] {920b9fe3-f630-495e-91c4-05766d7f4db3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001551 sec., 644.7453255963894 rows/sec., 43.44 KiB/sec. | ||
| 11520 | 2025.01.16 19:56:00.750161 [ 262 ] {920b9fe3-f630-495e-91c4-05766d7f4db3} <Debug> TCPHandler: Processed in 0.001847773 sec. | ||
| 11521 | 2025.01.16 19:56:00.750370 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11522 | 2025.01.16 19:56:00.750495 [ 260 ] {a01ad5d9-9615-46d4-9f15-186adad288cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11523 | 2025.01.16 19:56:00.750544 [ 260 ] {a01ad5d9-9615-46d4-9f15-186adad288cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11524 | 2025.01.16 19:56:00.751032 [ 260 ] {a01ad5d9-9615-46d4-9f15-186adad288cb} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11525 | 2025.01.16 19:56:00.751070 [ 260 ] {a01ad5d9-9615-46d4-9f15-186adad288cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11526 | 2025.01.16 19:56:00.751445 [ 260 ] {a01ad5d9-9615-46d4-9f15-186adad288cb} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11527 | 2025.01.16 19:56:00.751689 [ 260 ] {a01ad5d9-9615-46d4-9f15-186adad288cb} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11528 | 2025.01.16 19:56:00.751907 [ 260 ] {a01ad5d9-9615-46d4-9f15-186adad288cb} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001437 sec., 48712.59568545582 rows/sec., 3.06 MiB/sec. | ||
| 11529 | 2025.01.16 19:56:00.751959 [ 260 ] {a01ad5d9-9615-46d4-9f15-186adad288cb} <Debug> TCPHandler: Processed in 0.001686919 sec. | ||
| 11530 | 2025.01.16 19:56:02.438756 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11531 | 2025.01.16 19:56:02.439012 [ 260 ] {49e0e0a1-510d-4c11-897f-10983724bdaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11532 | 2025.01.16 19:56:02.439125 [ 260 ] {49e0e0a1-510d-4c11-897f-10983724bdaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11533 | 2025.01.16 19:56:02.440251 [ 260 ] {49e0e0a1-510d-4c11-897f-10983724bdaa} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11534 | 2025.01.16 19:56:02.440330 [ 260 ] {49e0e0a1-510d-4c11-897f-10983724bdaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11535 | 2025.01.16 19:56:02.440933 [ 260 ] {49e0e0a1-510d-4c11-897f-10983724bdaa} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11536 | 2025.01.16 19:56:02.441330 [ 260 ] {49e0e0a1-510d-4c11-897f-10983724bdaa} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11537 | 2025.01.16 19:56:02.441672 [ 260 ] {49e0e0a1-510d-4c11-897f-10983724bdaa} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002736 sec., 20467.83625730994 rows/sec., 1.57 MiB/sec. | ||
| 11538 | 2025.01.16 19:56:02.441787 [ 260 ] {49e0e0a1-510d-4c11-897f-10983724bdaa} <Debug> TCPHandler: Processed in 0.003261967 sec. | ||
| 11539 | 2025.01.16 19:56:02.442162 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11540 | 2025.01.16 19:56:02.442401 [ 262 ] {0f535b2d-03d6-4646-b80f-bc5e848fb0ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11541 | 2025.01.16 19:56:02.442493 [ 262 ] {0f535b2d-03d6-4646-b80f-bc5e848fb0ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11542 | 2025.01.16 19:56:02.443400 [ 262 ] {0f535b2d-03d6-4646-b80f-bc5e848fb0ae} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11543 | 2025.01.16 19:56:02.443462 [ 262 ] {0f535b2d-03d6-4646-b80f-bc5e848fb0ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11544 | 2025.01.16 19:56:02.444070 [ 262 ] {0f535b2d-03d6-4646-b80f-bc5e848fb0ae} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11545 | 2025.01.16 19:56:02.444354 [ 262 ] {0f535b2d-03d6-4646-b80f-bc5e848fb0ae} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11546 | 2025.01.16 19:56:02.444602 [ 262 ] {0f535b2d-03d6-4646-b80f-bc5e848fb0ae} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002266 sec., 28243.601059135042 rows/sec., 2.20 MiB/sec. | ||
| 11547 | 2025.01.16 19:56:02.444710 [ 262 ] {0f535b2d-03d6-4646-b80f-bc5e848fb0ae} <Debug> TCPHandler: Processed in 0.002746218 sec. | ||
| 11548 | 2025.01.16 19:56:02.444958 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11549 | 2025.01.16 19:56:02.445156 [ 260 ] {a75d3049-f057-4381-83ea-2c1b6b85ee6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11550 | 2025.01.16 19:56:02.445244 [ 260 ] {a75d3049-f057-4381-83ea-2c1b6b85ee6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11551 | 2025.01.16 19:56:02.445899 [ 260 ] {a75d3049-f057-4381-83ea-2c1b6b85ee6a} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11552 | 2025.01.16 19:56:02.445945 [ 260 ] {a75d3049-f057-4381-83ea-2c1b6b85ee6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11553 | 2025.01.16 19:56:02.446362 [ 260 ] {a75d3049-f057-4381-83ea-2c1b6b85ee6a} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11554 | 2025.01.16 19:56:02.446625 [ 260 ] {a75d3049-f057-4381-83ea-2c1b6b85ee6a} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11555 | 2025.01.16 19:56:02.446834 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 5 parts from all_1_90_18 to all_94_94_0 | ||
| 11556 | 2025.01.16 19:56:02.446884 [ 260 ] {a75d3049-f057-4381-83ea-2c1b6b85ee6a} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.00177 sec., 18079.09604519774 rows/sec., 1.26 MiB/sec. | ||
| 11557 | 2025.01.16 19:56:02.446912 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11558 | 2025.01.16 19:56:02.446980 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11559 | 2025.01.16 19:56:02.447028 [ 260 ] {a75d3049-f057-4381-83ea-2c1b6b85ee6a} <Debug> TCPHandler: Processed in 0.002202029 sec. | ||
| 11560 | 2025.01.16 19:56:02.447176 [ 186 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_94_19} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_90_18 to all_94_94_0 into Compact with storage Full | ||
| 11561 | 2025.01.16 19:56:02.447252 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11562 | 2025.01.16 19:56:02.447339 [ 186 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_94_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11563 | 2025.01.16 19:56:02.447435 [ 186 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_90_18, total 24799 rows starting from the beginning of the part | ||
| 11564 | 2025.01.16 19:56:02.447455 [ 262 ] {bc1e600c-bfff-4d72-956e-28fbc73d4c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11565 | 2025.01.16 19:56:02.447602 [ 262 ] {bc1e600c-bfff-4d72-956e-28fbc73d4c56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11566 | 2025.01.16 19:56:02.447675 [ 186 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part | ||
| 11567 | 2025.01.16 19:56:02.448096 [ 186 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 237 rows starting from the beginning of the part | ||
| 11568 | 2025.01.16 19:56:02.448489 [ 186 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part | ||
| 11569 | 2025.01.16 19:56:02.448859 [ 186 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_94_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 926 rows starting from the beginning of the part | ||
| 11570 | 2025.01.16 19:56:02.449769 [ 262 ] {bc1e600c-bfff-4d72-956e-28fbc73d4c56} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11571 | 2025.01.16 19:56:02.449836 [ 262 ] {bc1e600c-bfff-4d72-956e-28fbc73d4c56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11572 | 2025.01.16 19:56:02.450486 [ 262 ] {bc1e600c-bfff-4d72-956e-28fbc73d4c56} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11573 | 2025.01.16 19:56:02.450844 [ 262 ] {bc1e600c-bfff-4d72-956e-28fbc73d4c56} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11574 | 2025.01.16 19:56:02.451201 [ 262 ] {bc1e600c-bfff-4d72-956e-28fbc73d4c56} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.003799 sec., 3158.7259805211897 rows/sec., 217.98 KiB/sec. | ||
| 11575 | 2025.01.16 19:56:02.451346 [ 262 ] {bc1e600c-bfff-4d72-956e-28fbc73d4c56} <Debug> TCPHandler: Processed in 0.004174413 sec. | ||
| 11576 | 2025.01.16 19:56:02.456551 [ 186 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_94_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26282 rows, containing 5 columns (5 merged, 0 gathered) in 0.009447025 sec., 2782039.8485237416 rows/sec., 187.93 MiB/sec. | ||
| 11577 | 2025.01.16 19:56:02.456877 [ 186 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_94_19} <Trace> MergedBlockOutputStream: filled checksums all_1_94_19 (state Temporary) | ||
| 11578 | 2025.01.16 19:56:02.457310 [ 186 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_94_19} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_94_19 to all_1_94_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11579 | 2025.01.16 19:56:02.457429 [ 186 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_94_19} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 5 parts: [all_1_90_18, all_94_94_0] -> all_1_94_19 | ||
| 11580 | 2025.01.16 19:56:02.457545 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
| 11581 | 2025.01.16 19:56:03.353009 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169 | ||
| 11582 | 2025.01.16 19:56:03.353718 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11583 | 2025.01.16 19:56:03.353767 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11584 | 2025.01.16 19:56:03.354336 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11585 | 2025.01.16 19:56:03.354596 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11586 | 2025.01.16 19:56:03.354834 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169 | ||
| 11587 | 2025.01.16 19:56:05.256700 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 430 | ||
| 11588 | 2025.01.16 19:56:05.274875 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11589 | 2025.01.16 19:56:05.274926 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11590 | 2025.01.16 19:56:05.281747 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11591 | 2025.01.16 19:56:05.282507 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11592 | 2025.01.16 19:56:05.284969 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 11593 | 2025.01.16 19:56:05.998789 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1622 | ||
| 11594 | 2025.01.16 19:56:06.003270 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11595 | 2025.01.16 19:56:06.003336 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11596 | 2025.01.16 19:56:06.004915 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11597 | 2025.01.16 19:56:06.005260 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11598 | 2025.01.16 19:56:06.006552 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1622 | ||
| 11599 | 2025.01.16 19:56:07.446822 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11600 | 2025.01.16 19:56:07.447135 [ 260 ] {4550d620-32b0-4859-b298-15f6ae77fc77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11601 | 2025.01.16 19:56:07.447253 [ 260 ] {4550d620-32b0-4859-b298-15f6ae77fc77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11602 | 2025.01.16 19:56:07.448121 [ 260 ] {4550d620-32b0-4859-b298-15f6ae77fc77} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11603 | 2025.01.16 19:56:07.448171 [ 260 ] {4550d620-32b0-4859-b298-15f6ae77fc77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11604 | 2025.01.16 19:56:07.448615 [ 260 ] {4550d620-32b0-4859-b298-15f6ae77fc77} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11605 | 2025.01.16 19:56:07.448864 [ 260 ] {4550d620-32b0-4859-b298-15f6ae77fc77} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11606 | 2025.01.16 19:56:07.449078 [ 37 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11607 | 2025.01.16 19:56:07.449101 [ 260 ] {4550d620-32b0-4859-b298-15f6ae77fc77} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002046 sec., 66471.16324535679 rows/sec., 5.74 MiB/sec. | ||
| 11608 | 2025.01.16 19:56:07.449172 [ 37 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11609 | 2025.01.16 19:56:07.449236 [ 260 ] {4550d620-32b0-4859-b298-15f6ae77fc77} <Debug> TCPHandler: Processed in 0.002605316 sec. | ||
| 11610 | 2025.01.16 19:56:07.449241 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11611 | 2025.01.16 19:56:07.449523 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 11612 | 2025.01.16 19:56:07.449549 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11613 | 2025.01.16 19:56:07.449920 [ 262 ] {d17d500d-9a33-48a0-b9e2-1fd311b28194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11614 | 2025.01.16 19:56:07.449939 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11615 | 2025.01.16 19:56:07.450060 [ 262 ] {d17d500d-9a33-48a0-b9e2-1fd311b28194} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11616 | 2025.01.16 19:56:07.450061 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1434 rows starting from the beginning of the part | ||
| 11617 | 2025.01.16 19:56:07.450483 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 203 rows starting from the beginning of the part | ||
| 11618 | 2025.01.16 19:56:07.450784 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 136 rows starting from the beginning of the part | ||
| 11619 | 2025.01.16 19:56:07.451222 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 1344 rows starting from the beginning of the part | ||
| 11620 | 2025.01.16 19:56:07.451639 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 56 rows starting from the beginning of the part | ||
| 11621 | 2025.01.16 19:56:07.451994 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 136 rows starting from the beginning of the part | ||
| 11622 | 2025.01.16 19:56:07.453049 [ 262 ] {d17d500d-9a33-48a0-b9e2-1fd311b28194} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11623 | 2025.01.16 19:56:07.453135 [ 262 ] {d17d500d-9a33-48a0-b9e2-1fd311b28194} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11624 | 2025.01.16 19:56:07.454099 [ 262 ] {d17d500d-9a33-48a0-b9e2-1fd311b28194} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 11625 | 2025.01.16 19:56:07.454550 [ 262 ] {d17d500d-9a33-48a0-b9e2-1fd311b28194} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11626 | 2025.01.16 19:56:07.454776 [ 262 ] {d17d500d-9a33-48a0-b9e2-1fd311b28194} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.004986 sec., 8022.462896109106 rows/sec., 603.25 KiB/sec. | ||
| 11627 | 2025.01.16 19:56:07.454842 [ 262 ] {d17d500d-9a33-48a0-b9e2-1fd311b28194} <Debug> TCPHandler: Processed in 0.005455556 sec. | ||
| 11628 | 2025.01.16 19:56:07.455076 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11629 | 2025.01.16 19:56:07.455284 [ 197 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3309 rows, containing 5 columns (5 merged, 0 gathered) in 0.005899263 sec., 560917.5247823329 rows/sec., 49.16 MiB/sec. | ||
| 11630 | 2025.01.16 19:56:07.455315 [ 260 ] {06470c60-0391-4b91-a465-2205f74a0c00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11631 | 2025.01.16 19:56:07.455390 [ 260 ] {06470c60-0391-4b91-a465-2205f74a0c00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11632 | 2025.01.16 19:56:07.455604 [ 197 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11633 | 2025.01.16 19:56:07.456228 [ 197 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_96_19} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11634 | 2025.01.16 19:56:07.456424 [ 197 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_96_19} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11635 | 2025.01.16 19:56:07.456596 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 11636 | 2025.01.16 19:56:07.456725 [ 260 ] {06470c60-0391-4b91-a465-2205f74a0c00} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11637 | 2025.01.16 19:56:07.456769 [ 260 ] {06470c60-0391-4b91-a465-2205f74a0c00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11638 | 2025.01.16 19:56:07.457132 [ 260 ] {06470c60-0391-4b91-a465-2205f74a0c00} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11639 | 2025.01.16 19:56:07.457389 [ 260 ] {06470c60-0391-4b91-a465-2205f74a0c00} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11640 | 2025.01.16 19:56:07.457562 [ 37 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11641 | 2025.01.16 19:56:07.457616 [ 37 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11642 | 2025.01.16 19:56:07.457633 [ 260 ] {06470c60-0391-4b91-a465-2205f74a0c00} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.002363 sec., 44011.849344054164 rows/sec., 3.44 MiB/sec. | ||
| 11643 | 2025.01.16 19:56:07.457665 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11644 | 2025.01.16 19:56:07.457827 [ 260 ] {06470c60-0391-4b91-a465-2205f74a0c00} <Debug> TCPHandler: Processed in 0.002892791 sec. | ||
| 11645 | 2025.01.16 19:56:07.457981 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 11646 | 2025.01.16 19:56:07.458056 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11647 | 2025.01.16 19:56:07.458338 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11648 | 2025.01.16 19:56:07.458441 [ 262 ] {eb525918-9087-4df5-b34c-7560099d2d65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11649 | 2025.01.16 19:56:07.458473 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 914 rows starting from the beginning of the part | ||
| 11650 | 2025.01.16 19:56:07.458709 [ 262 ] {eb525918-9087-4df5-b34c-7560099d2d65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11651 | 2025.01.16 19:56:07.458919 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 382 rows starting from the beginning of the part | ||
| 11652 | 2025.01.16 19:56:07.459311 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 104 rows starting from the beginning of the part | ||
| 11653 | 2025.01.16 19:56:07.459695 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 840 rows starting from the beginning of the part | ||
| 11654 | 2025.01.16 19:56:07.460061 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 64 rows starting from the beginning of the part | ||
| 11655 | 2025.01.16 19:56:07.460379 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 104 rows starting from the beginning of the part | ||
| 11656 | 2025.01.16 19:56:07.462851 [ 262 ] {eb525918-9087-4df5-b34c-7560099d2d65} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11657 | 2025.01.16 19:56:07.462926 [ 262 ] {eb525918-9087-4df5-b34c-7560099d2d65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11658 | 2025.01.16 19:56:07.463933 [ 262 ] {eb525918-9087-4df5-b34c-7560099d2d65} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11659 | 2025.01.16 19:56:07.464315 [ 262 ] {eb525918-9087-4df5-b34c-7560099d2d65} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11660 | 2025.01.16 19:56:07.464719 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.006940112 sec., 346968.46390951617 rows/sec., 26.60 MiB/sec. | ||
| 11661 | 2025.01.16 19:56:07.464842 [ 262 ] {eb525918-9087-4df5-b34c-7560099d2d65} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006541 sec., 24461.091576211587 rows/sec., 1.70 MiB/sec. | ||
| 11662 | 2025.01.16 19:56:07.465056 [ 262 ] {eb525918-9087-4df5-b34c-7560099d2d65} <Debug> TCPHandler: Processed in 0.007088025 sec. | ||
| 11663 | 2025.01.16 19:56:07.465249 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11664 | 2025.01.16 19:56:07.465344 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11665 | 2025.01.16 19:56:07.465783 [ 260 ] {98711c76-4ba8-4195-acda-a2966466883b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11666 | 2025.01.16 19:56:07.466181 [ 260 ] {98711c76-4ba8-4195-acda-a2966466883b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11667 | 2025.01.16 19:56:07.466439 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_96_19} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11668 | 2025.01.16 19:56:07.466717 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_96_19} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11669 | 2025.01.16 19:56:07.466915 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 11670 | 2025.01.16 19:56:07.467950 [ 260 ] {98711c76-4ba8-4195-acda-a2966466883b} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11671 | 2025.01.16 19:56:07.467994 [ 260 ] {98711c76-4ba8-4195-acda-a2966466883b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11672 | 2025.01.16 19:56:07.468683 [ 260 ] {98711c76-4ba8-4195-acda-a2966466883b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11673 | 2025.01.16 19:56:07.468938 [ 260 ] {98711c76-4ba8-4195-acda-a2966466883b} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11674 | 2025.01.16 19:56:07.469123 [ 37 ] {} <Debug> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 11675 | 2025.01.16 19:56:07.469195 [ 37 ] {} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11676 | 2025.01.16 19:56:07.469231 [ 260 ] {98711c76-4ba8-4195-acda-a2966466883b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003551 sec., 11264.432554210081 rows/sec., 20.19 MiB/sec. | ||
| 11677 | 2025.01.16 19:56:07.469237 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11678 | 2025.01.16 19:56:07.469753 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::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 | ||
| 11679 | 2025.01.16 19:56:07.469795 [ 260 ] {98711c76-4ba8-4195-acda-a2966466883b} <Debug> TCPHandler: Processed in 0.004616091 sec. | ||
| 11680 | 2025.01.16 19:56:07.470146 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11681 | 2025.01.16 19:56:07.470487 [ 262 ] {ef0f1772-2eaa-4195-8160-d5318b86c867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11682 | 2025.01.16 19:56:07.470566 [ 262 ] {ef0f1772-2eaa-4195-8160-d5318b86c867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11683 | 2025.01.16 19:56:07.470771 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11684 | 2025.01.16 19:56:07.470898 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1384 rows starting from the beginning of the part | ||
| 11685 | 2025.01.16 19:56:07.471324 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part | ||
| 11686 | 2025.01.16 19:56:07.471717 [ 262 ] {ef0f1772-2eaa-4195-8160-d5318b86c867} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11687 | 2025.01.16 19:56:07.471804 [ 262 ] {ef0f1772-2eaa-4195-8160-d5318b86c867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11688 | 2025.01.16 19:56:07.471995 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 40 rows starting from the beginning of the part | ||
| 11689 | 2025.01.16 19:56:07.472547 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 40 rows starting from the beginning of the part | ||
| 11690 | 2025.01.16 19:56:07.472780 [ 262 ] {ef0f1772-2eaa-4195-8160-d5318b86c867} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11691 | 2025.01.16 19:56:07.473064 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 40 rows starting from the beginning of the part | ||
| 11692 | 2025.01.16 19:56:07.473454 [ 262 ] {ef0f1772-2eaa-4195-8160-d5318b86c867} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11693 | 2025.01.16 19:56:07.473618 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 40 rows starting from the beginning of the part | ||
| 11694 | 2025.01.16 19:56:07.473729 [ 37 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11695 | 2025.01.16 19:56:07.473878 [ 37 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11696 | 2025.01.16 19:56:07.474041 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 11697 | 2025.01.16 19:56:07.474200 [ 262 ] {ef0f1772-2eaa-4195-8160-d5318b86c867} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003744 sec., 16025.641025641025 rows/sec., 1.08 MiB/sec. | ||
| 11698 | 2025.01.16 19:56:07.474590 [ 262 ] {ef0f1772-2eaa-4195-8160-d5318b86c867} <Debug> TCPHandler: Processed in 0.004647311 sec. | ||
| 11699 | 2025.01.16 19:56:07.474779 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 11700 | 2025.01.16 19:56:07.475216 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11701 | 2025.01.16 19:56:07.475372 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5362 rows starting from the beginning of the part | ||
| 11702 | 2025.01.16 19:56:07.475684 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 82 rows starting from the beginning of the part | ||
| 11703 | 2025.01.16 19:56:07.475988 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part | ||
| 11704 | 2025.01.16 19:56:07.476265 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 70 rows starting from the beginning of the part | ||
| 11705 | 2025.01.16 19:56:07.476613 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 12 rows starting from the beginning of the part | ||
| 11706 | 2025.01.16 19:56:07.476916 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part | ||
| 11707 | 2025.01.16 19:56:07.479159 [ 193 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5646 rows, containing 4 columns (4 merged, 0 gathered) in 0.004867645 sec., 1159903.813856598 rows/sec., 75.71 MiB/sec. | ||
| 11708 | 2025.01.16 19:56:07.479926 [ 199 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11709 | 2025.01.16 19:56:07.480668 [ 199 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_96_19} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11710 | 2025.01.16 19:56:07.480942 [ 199 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_96_19} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11711 | 2025.01.16 19:56:07.481131 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
| 11712 | 2025.01.16 19:56:07.487514 [ 193 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1584 rows, containing 19 columns (19 merged, 0 gathered) in 0.018101288 sec., 87507.58509560203 rows/sec., 156.81 MiB/sec. | ||
| 11713 | 2025.01.16 19:56:07.488785 [ 193 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 11714 | 2025.01.16 19:56:07.489195 [ 193 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11715 | 2025.01.16 19:56:07.489274 [ 193 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 11716 | 2025.01.16 19:56:07.489388 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.68 MiB. | ||
| 11717 | 2025.01.16 19:56:08.000253 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 242.44 MiB, peak 254.07 MiB, free memory in arenas 0.00 B, will set to 247.67 MiB (RSS), difference: 5.23 MiB | ||
| 11718 | 2025.01.16 19:56:10.660818 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11719 | 2025.01.16 19:56:10.660867 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11720 | 2025.01.16 19:56:10.855033 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26596 | ||
| 11721 | 2025.01.16 19:56:10.855730 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11722 | 2025.01.16 19:56:10.855772 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11723 | 2025.01.16 19:56:10.856328 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11724 | 2025.01.16 19:56:10.856598 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11725 | 2025.01.16 19:56:10.856808 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
| 11726 | 2025.01.16 19:56:12.449563 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11727 | 2025.01.16 19:56:12.449875 [ 260 ] {dce08da6-c74f-4fb7-a915-fd05e346c447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11728 | 2025.01.16 19:56:12.449993 [ 260 ] {dce08da6-c74f-4fb7-a915-fd05e346c447} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11729 | 2025.01.16 19:56:12.450962 [ 260 ] {dce08da6-c74f-4fb7-a915-fd05e346c447} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11730 | 2025.01.16 19:56:12.451017 [ 260 ] {dce08da6-c74f-4fb7-a915-fd05e346c447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11731 | 2025.01.16 19:56:12.451450 [ 260 ] {dce08da6-c74f-4fb7-a915-fd05e346c447} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11732 | 2025.01.16 19:56:12.451700 [ 260 ] {dce08da6-c74f-4fb7-a915-fd05e346c447} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11733 | 2025.01.16 19:56:12.451973 [ 260 ] {dce08da6-c74f-4fb7-a915-fd05e346c447} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002177 sec., 6430.868167202572 rows/sec., 462.94 KiB/sec. | ||
| 11734 | 2025.01.16 19:56:12.452094 [ 260 ] {dce08da6-c74f-4fb7-a915-fd05e346c447} <Debug> TCPHandler: Processed in 0.002718067 sec. | ||
| 11735 | 2025.01.16 19:56:12.452437 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11736 | 2025.01.16 19:56:12.452647 [ 262 ] {38c31b81-5e93-43ae-9946-44c060d34ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11737 | 2025.01.16 19:56:12.452724 [ 262 ] {38c31b81-5e93-43ae-9946-44c060d34ce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11738 | 2025.01.16 19:56:12.453618 [ 262 ] {38c31b81-5e93-43ae-9946-44c060d34ce2} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11739 | 2025.01.16 19:56:12.453657 [ 262 ] {38c31b81-5e93-43ae-9946-44c060d34ce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11740 | 2025.01.16 19:56:12.454141 [ 262 ] {38c31b81-5e93-43ae-9946-44c060d34ce2} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11741 | 2025.01.16 19:56:12.454453 [ 262 ] {38c31b81-5e93-43ae-9946-44c060d34ce2} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11742 | 2025.01.16 19:56:12.454723 [ 262 ] {38c31b81-5e93-43ae-9946-44c060d34ce2} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002133 sec., 95171.12048757619 rows/sec., 8.24 MiB/sec. | ||
| 11743 | 2025.01.16 19:56:12.454788 [ 262 ] {38c31b81-5e93-43ae-9946-44c060d34ce2} <Debug> TCPHandler: Processed in 0.002535375 sec. | ||
| 11744 | 2025.01.16 19:56:12.454933 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11745 | 2025.01.16 19:56:12.455080 [ 260 ] {e0bcc001-5b8e-4c53-9d0b-86c79bf2a657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11746 | 2025.01.16 19:56:12.455140 [ 260 ] {e0bcc001-5b8e-4c53-9d0b-86c79bf2a657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11747 | 2025.01.16 19:56:12.455786 [ 260 ] {e0bcc001-5b8e-4c53-9d0b-86c79bf2a657} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11748 | 2025.01.16 19:56:12.455824 [ 260 ] {e0bcc001-5b8e-4c53-9d0b-86c79bf2a657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11749 | 2025.01.16 19:56:12.456181 [ 260 ] {e0bcc001-5b8e-4c53-9d0b-86c79bf2a657} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 11750 | 2025.01.16 19:56:12.456421 [ 260 ] {e0bcc001-5b8e-4c53-9d0b-86c79bf2a657} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11751 | 2025.01.16 19:56:12.456562 [ 34 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 11752 | 2025.01.16 19:56:12.456611 [ 260 ] {e0bcc001-5b8e-4c53-9d0b-86c79bf2a657} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001566 sec., 4469.987228607919 rows/sec., 291.22 KiB/sec. | ||
| 11753 | 2025.01.16 19:56:12.456616 [ 34 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11754 | 2025.01.16 19:56:12.456666 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11755 | 2025.01.16 19:56:12.456688 [ 260 ] {e0bcc001-5b8e-4c53-9d0b-86c79bf2a657} <Debug> TCPHandler: Processed in 0.001820842 sec. | ||
| 11756 | 2025.01.16 19:56:12.456930 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11757 | 2025.01.16 19:56:12.457051 [ 196 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 11758 | 2025.01.16 19:56:12.457273 [ 262 ] {5af7c11c-d34f-4d8c-88c2-e4d5eba2fc98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11759 | 2025.01.16 19:56:12.457438 [ 262 ] {5af7c11c-d34f-4d8c-88c2-e4d5eba2fc98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11760 | 2025.01.16 19:56:12.458167 [ 196 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11761 | 2025.01.16 19:56:12.458393 [ 196 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 65 rows starting from the beginning of the part | ||
| 11762 | 2025.01.16 19:56:12.458882 [ 196 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 7 rows starting from the beginning of the part | ||
| 11763 | 2025.01.16 19:56:12.459264 [ 196 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 40 rows starting from the beginning of the part | ||
| 11764 | 2025.01.16 19:56:12.459520 [ 196 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 9 rows starting from the beginning of the part | ||
| 11765 | 2025.01.16 19:56:12.459914 [ 196 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 40 rows starting from the beginning of the part | ||
| 11766 | 2025.01.16 19:56:12.460196 [ 196 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 7 rows starting from the beginning of the part | ||
| 11767 | 2025.01.16 19:56:12.460808 [ 262 ] {5af7c11c-d34f-4d8c-88c2-e4d5eba2fc98} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11768 | 2025.01.16 19:56:12.460863 [ 262 ] {5af7c11c-d34f-4d8c-88c2-e4d5eba2fc98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11769 | 2025.01.16 19:56:12.461690 [ 262 ] {5af7c11c-d34f-4d8c-88c2-e4d5eba2fc98} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11770 | 2025.01.16 19:56:12.462240 [ 262 ] {5af7c11c-d34f-4d8c-88c2-e4d5eba2fc98} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11771 | 2025.01.16 19:56:12.462762 [ 262 ] {5af7c11c-d34f-4d8c-88c2-e4d5eba2fc98} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005618 sec., 2491.990032039872 rows/sec., 174.52 KiB/sec. | ||
| 11772 | 2025.01.16 19:56:12.462915 [ 262 ] {5af7c11c-d34f-4d8c-88c2-e4d5eba2fc98} <Debug> TCPHandler: Processed in 0.006124787 sec. | ||
| 11773 | 2025.01.16 19:56:12.463018 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 5 columns (5 merged, 0 gathered) in 0.006209169 sec., 27056.760735615346 rows/sec., 2.03 MiB/sec. | ||
| 11774 | 2025.01.16 19:56:12.463193 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11775 | 2025.01.16 19:56:12.463385 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 11776 | 2025.01.16 19:56:12.463556 [ 260 ] {bbfd0849-6b0b-456e-bfce-14c92a5b90f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11777 | 2025.01.16 19:56:12.463638 [ 260 ] {bbfd0849-6b0b-456e-bfce-14c92a5b90f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11778 | 2025.01.16 19:56:12.464125 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_81_16} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11779 | 2025.01.16 19:56:12.464334 [ 191 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_81_16} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 11780 | 2025.01.16 19:56:12.464499 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11781 | 2025.01.16 19:56:12.464728 [ 260 ] {bbfd0849-6b0b-456e-bfce-14c92a5b90f3} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11782 | 2025.01.16 19:56:12.464772 [ 260 ] {bbfd0849-6b0b-456e-bfce-14c92a5b90f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11783 | 2025.01.16 19:56:12.465145 [ 260 ] {bbfd0849-6b0b-456e-bfce-14c92a5b90f3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11784 | 2025.01.16 19:56:12.465386 [ 260 ] {bbfd0849-6b0b-456e-bfce-14c92a5b90f3} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11785 | 2025.01.16 19:56:12.465567 [ 260 ] {bbfd0849-6b0b-456e-bfce-14c92a5b90f3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00214 sec., 6074.7663551401865 rows/sec., 378.76 KiB/sec. | ||
| 11786 | 2025.01.16 19:56:12.465625 [ 260 ] {bbfd0849-6b0b-456e-bfce-14c92a5b90f3} <Debug> TCPHandler: Processed in 0.002563175 sec. | ||
| 11787 | 2025.01.16 19:56:12.465773 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11788 | 2025.01.16 19:56:12.465910 [ 262 ] {65be57c5-0057-43f0-bb14-37f0e3169f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11789 | 2025.01.16 19:56:12.465967 [ 262 ] {65be57c5-0057-43f0-bb14-37f0e3169f18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11790 | 2025.01.16 19:56:12.466794 [ 262 ] {65be57c5-0057-43f0-bb14-37f0e3169f18} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11791 | 2025.01.16 19:56:12.466833 [ 262 ] {65be57c5-0057-43f0-bb14-37f0e3169f18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11792 | 2025.01.16 19:56:12.467218 [ 262 ] {65be57c5-0057-43f0-bb14-37f0e3169f18} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11793 | 2025.01.16 19:56:12.467473 [ 262 ] {65be57c5-0057-43f0-bb14-37f0e3169f18} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11794 | 2025.01.16 19:56:12.467705 [ 262 ] {65be57c5-0057-43f0-bb14-37f0e3169f18} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001825 sec., 209315.06849315067 rows/sec., 14.81 MiB/sec. | ||
| 11795 | 2025.01.16 19:56:12.467758 [ 262 ] {65be57c5-0057-43f0-bb14-37f0e3169f18} <Debug> TCPHandler: Processed in 0.002054726 sec. | ||
| 11796 | 2025.01.16 19:56:12.467981 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11797 | 2025.01.16 19:56:12.468203 [ 260 ] {2d2e5f73-7f0a-4309-a212-c7021de1afc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11798 | 2025.01.16 19:56:12.468294 [ 260 ] {2d2e5f73-7f0a-4309-a212-c7021de1afc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11799 | 2025.01.16 19:56:12.468879 [ 260 ] {2d2e5f73-7f0a-4309-a212-c7021de1afc6} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11800 | 2025.01.16 19:56:12.468915 [ 260 ] {2d2e5f73-7f0a-4309-a212-c7021de1afc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11801 | 2025.01.16 19:56:12.469279 [ 260 ] {2d2e5f73-7f0a-4309-a212-c7021de1afc6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11802 | 2025.01.16 19:56:12.469514 [ 260 ] {2d2e5f73-7f0a-4309-a212-c7021de1afc6} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11803 | 2025.01.16 19:56:12.469693 [ 260 ] {2d2e5f73-7f0a-4309-a212-c7021de1afc6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001546 sec., 3880.9831824062094 rows/sec., 202.77 KiB/sec. | ||
| 11804 | 2025.01.16 19:56:12.469746 [ 260 ] {2d2e5f73-7f0a-4309-a212-c7021de1afc6} <Debug> TCPHandler: Processed in 0.001877673 sec. | ||
| 11805 | 2025.01.16 19:56:12.469902 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11806 | 2025.01.16 19:56:12.470042 [ 262 ] {4990e579-2d64-43c0-9c54-269530d30829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11807 | 2025.01.16 19:56:12.470105 [ 262 ] {4990e579-2d64-43c0-9c54-269530d30829} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11808 | 2025.01.16 19:56:12.470760 [ 262 ] {4990e579-2d64-43c0-9c54-269530d30829} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11809 | 2025.01.16 19:56:12.470798 [ 262 ] {4990e579-2d64-43c0-9c54-269530d30829} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11810 | 2025.01.16 19:56:12.471193 [ 262 ] {4990e579-2d64-43c0-9c54-269530d30829} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11811 | 2025.01.16 19:56:12.471436 [ 262 ] {4990e579-2d64-43c0-9c54-269530d30829} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11812 | 2025.01.16 19:56:12.471647 [ 262 ] {4990e579-2d64-43c0-9c54-269530d30829} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001636 sec., 144865.52567237164 rows/sec., 9.71 MiB/sec. | ||
| 11813 | 2025.01.16 19:56:12.471699 [ 262 ] {4990e579-2d64-43c0-9c54-269530d30829} <Debug> TCPHandler: Processed in 0.001863753 sec. | ||
| 11814 | 2025.01.16 19:56:12.471852 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11815 | 2025.01.16 19:56:12.471989 [ 260 ] {82869600-633a-474d-9ddc-9332b558212c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11816 | 2025.01.16 19:56:12.472048 [ 260 ] {82869600-633a-474d-9ddc-9332b558212c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11817 | 2025.01.16 19:56:12.472564 [ 260 ] {82869600-633a-474d-9ddc-9332b558212c} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11818 | 2025.01.16 19:56:12.472600 [ 260 ] {82869600-633a-474d-9ddc-9332b558212c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11819 | 2025.01.16 19:56:12.472948 [ 260 ] {82869600-633a-474d-9ddc-9332b558212c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11820 | 2025.01.16 19:56:12.473190 [ 260 ] {82869600-633a-474d-9ddc-9332b558212c} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11821 | 2025.01.16 19:56:12.473413 [ 260 ] {82869600-633a-474d-9ddc-9332b558212c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001445 sec., 692.0415224913494 rows/sec., 46.63 KiB/sec. | ||
| 11822 | 2025.01.16 19:56:12.473466 [ 260 ] {82869600-633a-474d-9ddc-9332b558212c} <Debug> TCPHandler: Processed in 0.001682589 sec. | ||
| 11823 | 2025.01.16 19:56:12.473695 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11824 | 2025.01.16 19:56:12.473854 [ 262 ] {7e5ac5b2-7b58-4c75-9dfe-4bc579904dea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11825 | 2025.01.16 19:56:12.473907 [ 262 ] {7e5ac5b2-7b58-4c75-9dfe-4bc579904dea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11826 | 2025.01.16 19:56:12.474415 [ 262 ] {7e5ac5b2-7b58-4c75-9dfe-4bc579904dea} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11827 | 2025.01.16 19:56:12.474455 [ 262 ] {7e5ac5b2-7b58-4c75-9dfe-4bc579904dea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11828 | 2025.01.16 19:56:12.474835 [ 262 ] {7e5ac5b2-7b58-4c75-9dfe-4bc579904dea} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11829 | 2025.01.16 19:56:12.475075 [ 262 ] {7e5ac5b2-7b58-4c75-9dfe-4bc579904dea} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11830 | 2025.01.16 19:56:12.475284 [ 262 ] {7e5ac5b2-7b58-4c75-9dfe-4bc579904dea} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001453 sec., 56434.96214728148 rows/sec., 3.58 MiB/sec. | ||
| 11831 | 2025.01.16 19:56:12.475334 [ 262 ] {7e5ac5b2-7b58-4c75-9dfe-4bc579904dea} <Debug> TCPHandler: Processed in 0.001780481 sec. | ||
| 11832 | 2025.01.16 19:56:12.785115 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438 | ||
| 11833 | 2025.01.16 19:56:12.805369 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11834 | 2025.01.16 19:56:12.805428 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11835 | 2025.01.16 19:56:12.812686 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11836 | 2025.01.16 19:56:12.813451 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11837 | 2025.01.16 19:56:12.816252 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438 | ||
| 11838 | 2025.01.16 19:56:13.000239 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 248.92 MiB, peak 254.07 MiB, free memory in arenas 0.00 B, will set to 247.67 MiB (RSS), difference: -1.25 MiB | ||
| 11839 | 2025.01.16 19:56:16.006871 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1654 | ||
| 11840 | 2025.01.16 19:56:16.009913 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11841 | 2025.01.16 19:56:16.009964 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11842 | 2025.01.16 19:56:16.011467 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11843 | 2025.01.16 19:56:16.011786 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11844 | 2025.01.16 19:56:16.012380 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1654 | ||
| 11845 | 2025.01.16 19:56:17.446711 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11846 | 2025.01.16 19:56:17.446899 [ 260 ] {90c216c1-f592-49d0-affd-1da237f8c856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11847 | 2025.01.16 19:56:17.446973 [ 260 ] {90c216c1-f592-49d0-affd-1da237f8c856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11848 | 2025.01.16 19:56:17.447751 [ 260 ] {90c216c1-f592-49d0-affd-1da237f8c856} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11849 | 2025.01.16 19:56:17.447795 [ 260 ] {90c216c1-f592-49d0-affd-1da237f8c856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11850 | 2025.01.16 19:56:17.448239 [ 260 ] {90c216c1-f592-49d0-affd-1da237f8c856} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 11851 | 2025.01.16 19:56:17.448497 [ 260 ] {90c216c1-f592-49d0-affd-1da237f8c856} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11852 | 2025.01.16 19:56:17.448709 [ 260 ] {90c216c1-f592-49d0-affd-1da237f8c856} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001864 sec., 5364.806866952789 rows/sec., 437.46 KiB/sec. | ||
| 11853 | 2025.01.16 19:56:17.448773 [ 260 ] {90c216c1-f592-49d0-affd-1da237f8c856} <Debug> TCPHandler: Processed in 0.002195778 sec. | ||
| 11854 | 2025.01.16 19:56:17.449027 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11855 | 2025.01.16 19:56:17.449225 [ 262 ] {a7d252d8-9671-4d0c-83d2-2c434c7b9336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11856 | 2025.01.16 19:56:17.449299 [ 262 ] {a7d252d8-9671-4d0c-83d2-2c434c7b9336} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11857 | 2025.01.16 19:56:17.450132 [ 262 ] {a7d252d8-9671-4d0c-83d2-2c434c7b9336} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11858 | 2025.01.16 19:56:17.450187 [ 262 ] {a7d252d8-9671-4d0c-83d2-2c434c7b9336} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11859 | 2025.01.16 19:56:17.450636 [ 262 ] {a7d252d8-9671-4d0c-83d2-2c434c7b9336} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11860 | 2025.01.16 19:56:17.450902 [ 262 ] {a7d252d8-9671-4d0c-83d2-2c434c7b9336} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11861 | 2025.01.16 19:56:17.451142 [ 262 ] {a7d252d8-9671-4d0c-83d2-2c434c7b9336} <Debug> executeQuery: Read 141 rows, 12.38 KiB in 0.001974 sec., 71428.57142857142 rows/sec., 6.13 MiB/sec. | ||
| 11862 | 2025.01.16 19:56:17.451217 [ 262 ] {a7d252d8-9671-4d0c-83d2-2c434c7b9336} <Debug> TCPHandler: Processed in 0.002324491 sec. | ||
| 11863 | 2025.01.16 19:56:17.451394 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11864 | 2025.01.16 19:56:17.451541 [ 260 ] {53003d63-211b-4c47-83cc-d78ed0744c71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11865 | 2025.01.16 19:56:17.451600 [ 260 ] {53003d63-211b-4c47-83cc-d78ed0744c71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11866 | 2025.01.16 19:56:17.452232 [ 260 ] {53003d63-211b-4c47-83cc-d78ed0744c71} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11867 | 2025.01.16 19:56:17.452270 [ 260 ] {53003d63-211b-4c47-83cc-d78ed0744c71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11868 | 2025.01.16 19:56:17.452632 [ 260 ] {53003d63-211b-4c47-83cc-d78ed0744c71} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 11869 | 2025.01.16 19:56:17.452870 [ 260 ] {53003d63-211b-4c47-83cc-d78ed0744c71} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11870 | 2025.01.16 19:56:17.453047 [ 260 ] {53003d63-211b-4c47-83cc-d78ed0744c71} <Debug> executeQuery: Read 50 rows, 3.71 KiB in 0.001543 sec., 32404.40699935191 rows/sec., 2.35 MiB/sec. | ||
| 11871 | 2025.01.16 19:56:17.453102 [ 260 ] {53003d63-211b-4c47-83cc-d78ed0744c71} <Debug> TCPHandler: Processed in 0.001776191 sec. | ||
| 11872 | 2025.01.16 19:56:17.453239 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11873 | 2025.01.16 19:56:17.453362 [ 262 ] {4484eb81-5486-4935-b538-0ee9164cad71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11874 | 2025.01.16 19:56:17.453415 [ 262 ] {4484eb81-5486-4935-b538-0ee9164cad71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11875 | 2025.01.16 19:56:17.454044 [ 262 ] {4484eb81-5486-4935-b538-0ee9164cad71} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11876 | 2025.01.16 19:56:17.454084 [ 262 ] {4484eb81-5486-4935-b538-0ee9164cad71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11877 | 2025.01.16 19:56:17.454464 [ 262 ] {4484eb81-5486-4935-b538-0ee9164cad71} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11878 | 2025.01.16 19:56:17.454702 [ 262 ] {4484eb81-5486-4935-b538-0ee9164cad71} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11879 | 2025.01.16 19:56:17.454938 [ 262 ] {4484eb81-5486-4935-b538-0ee9164cad71} <Debug> executeQuery: Read 114 rows, 9.13 KiB in 0.001605 sec., 71028.03738317757 rows/sec., 5.56 MiB/sec. | ||
| 11880 | 2025.01.16 19:56:17.454994 [ 262 ] {4484eb81-5486-4935-b538-0ee9164cad71} <Debug> TCPHandler: Processed in 0.001814782 sec. | ||
| 11881 | 2025.01.16 19:56:17.455206 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11882 | 2025.01.16 19:56:17.455435 [ 260 ] {65378cbb-4ca0-4b2a-8611-7583df5486fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11883 | 2025.01.16 19:56:17.455532 [ 260 ] {65378cbb-4ca0-4b2a-8611-7583df5486fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11884 | 2025.01.16 19:56:17.456179 [ 260 ] {65378cbb-4ca0-4b2a-8611-7583df5486fd} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11885 | 2025.01.16 19:56:17.456216 [ 260 ] {65378cbb-4ca0-4b2a-8611-7583df5486fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11886 | 2025.01.16 19:56:17.456598 [ 260 ] {65378cbb-4ca0-4b2a-8611-7583df5486fd} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11887 | 2025.01.16 19:56:17.456831 [ 260 ] {65378cbb-4ca0-4b2a-8611-7583df5486fd} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11888 | 2025.01.16 19:56:17.457013 [ 260 ] {65378cbb-4ca0-4b2a-8611-7583df5486fd} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.001635 sec., 100917.43119266056 rows/sec., 7.03 MiB/sec. | ||
| 11889 | 2025.01.16 19:56:17.457068 [ 260 ] {65378cbb-4ca0-4b2a-8611-7583df5486fd} <Debug> TCPHandler: Processed in 0.001971104 sec. | ||
| 11890 | 2025.01.16 19:56:17.457209 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11891 | 2025.01.16 19:56:17.457326 [ 262 ] {c6d2d0cc-de02-44fb-9aeb-17cc9ff3fa2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11892 | 2025.01.16 19:56:17.457408 [ 262 ] {c6d2d0cc-de02-44fb-9aeb-17cc9ff3fa2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11893 | 2025.01.16 19:56:17.458648 [ 262 ] {c6d2d0cc-de02-44fb-9aeb-17cc9ff3fa2b} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11894 | 2025.01.16 19:56:17.458687 [ 262 ] {c6d2d0cc-de02-44fb-9aeb-17cc9ff3fa2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11895 | 2025.01.16 19:56:17.459356 [ 262 ] {c6d2d0cc-de02-44fb-9aeb-17cc9ff3fa2b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11896 | 2025.01.16 19:56:17.459618 [ 262 ] {c6d2d0cc-de02-44fb-9aeb-17cc9ff3fa2b} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11897 | 2025.01.16 19:56:17.459908 [ 262 ] {c6d2d0cc-de02-44fb-9aeb-17cc9ff3fa2b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002603 sec., 15366.88436419516 rows/sec., 27.54 MiB/sec. | ||
| 11898 | 2025.01.16 19:56:17.460409 [ 262 ] {c6d2d0cc-de02-44fb-9aeb-17cc9ff3fa2b} <Debug> TCPHandler: Processed in 0.003259937 sec. | ||
| 11899 | 2025.01.16 19:56:17.460705 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11900 | 2025.01.16 19:56:17.460878 [ 260 ] {9314755f-7979-4a65-9d30-afee25ff8056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11901 | 2025.01.16 19:56:17.460938 [ 260 ] {9314755f-7979-4a65-9d30-afee25ff8056} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11902 | 2025.01.16 19:56:17.461508 [ 260 ] {9314755f-7979-4a65-9d30-afee25ff8056} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11903 | 2025.01.16 19:56:17.461553 [ 260 ] {9314755f-7979-4a65-9d30-afee25ff8056} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11904 | 2025.01.16 19:56:17.461934 [ 260 ] {9314755f-7979-4a65-9d30-afee25ff8056} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11905 | 2025.01.16 19:56:17.462178 [ 260 ] {9314755f-7979-4a65-9d30-afee25ff8056} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11906 | 2025.01.16 19:56:17.462371 [ 260 ] {9314755f-7979-4a65-9d30-afee25ff8056} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001526 sec., 39318.47968545216 rows/sec., 2.65 MiB/sec. | ||
| 11907 | 2025.01.16 19:56:17.462425 [ 260 ] {9314755f-7979-4a65-9d30-afee25ff8056} <Debug> TCPHandler: Processed in 0.001879003 sec. | ||
| 11908 | 2025.01.16 19:56:18.357006 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27084 | ||
| 11909 | 2025.01.16 19:56:18.357805 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11910 | 2025.01.16 19:56:18.357850 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11911 | 2025.01.16 19:56:18.358392 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11912 | 2025.01.16 19:56:18.358657 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11913 | 2025.01.16 19:56:18.358899 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084 | ||
| 11914 | 2025.01.16 19:56:20.316404 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445 | ||
| 11915 | 2025.01.16 19:56:20.337854 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11916 | 2025.01.16 19:56:20.337906 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11917 | 2025.01.16 19:56:20.345271 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11918 | 2025.01.16 19:56:20.346051 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11919 | 2025.01.16 19:56:20.348962 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 11920 | 2025.01.16 19:56:22.447900 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11921 | 2025.01.16 19:56:22.448222 [ 260 ] {7adaefe0-cd2f-451e-b7c1-9ac023648e39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11922 | 2025.01.16 19:56:22.448348 [ 260 ] {7adaefe0-cd2f-451e-b7c1-9ac023648e39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11923 | 2025.01.16 19:56:22.449398 [ 260 ] {7adaefe0-cd2f-451e-b7c1-9ac023648e39} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11924 | 2025.01.16 19:56:22.449443 [ 260 ] {7adaefe0-cd2f-451e-b7c1-9ac023648e39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11925 | 2025.01.16 19:56:22.449880 [ 260 ] {7adaefe0-cd2f-451e-b7c1-9ac023648e39} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11926 | 2025.01.16 19:56:22.450137 [ 260 ] {7adaefe0-cd2f-451e-b7c1-9ac023648e39} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11927 | 2025.01.16 19:56:22.450288 [ 130 ] {} <Debug> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 11928 | 2025.01.16 19:56:22.450332 [ 130 ] {} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11929 | 2025.01.16 19:56:22.450355 [ 260 ] {7adaefe0-cd2f-451e-b7c1-9ac023648e39} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002215 sec., 6320.541760722348 rows/sec., 454.99 KiB/sec. | ||
| 11930 | 2025.01.16 19:56:22.450359 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11931 | 2025.01.16 19:56:22.450490 [ 260 ] {7adaefe0-cd2f-451e-b7c1-9ac023648e39} <Debug> TCPHandler: Processed in 0.002788319 sec. | ||
| 11932 | 2025.01.16 19:56:22.450606 [ 195 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 11933 | 2025.01.16 19:56:22.450806 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11934 | 2025.01.16 19:56:22.450834 [ 195 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11935 | 2025.01.16 19:56:22.450909 [ 195 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 14 rows starting from the beginning of the part | ||
| 11936 | 2025.01.16 19:56:22.451146 [ 262 ] {d3147826-ea41-48e9-ae33-7ce379613f21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11937 | 2025.01.16 19:56:22.451200 [ 195 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 11938 | 2025.01.16 19:56:22.451308 [ 262 ] {d3147826-ea41-48e9-ae33-7ce379613f21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11939 | 2025.01.16 19:56:22.451467 [ 195 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 11940 | 2025.01.16 19:56:22.451870 [ 195 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 11941 | 2025.01.16 19:56:22.452203 [ 195 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
| 11942 | 2025.01.16 19:56:22.454555 [ 262 ] {d3147826-ea41-48e9-ae33-7ce379613f21} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11943 | 2025.01.16 19:56:22.454675 [ 262 ] {d3147826-ea41-48e9-ae33-7ce379613f21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11944 | 2025.01.16 19:56:22.456252 [ 191 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005751861 sec., 12169.97420487039 rows/sec., 923.61 KiB/sec. | ||
| 11945 | 2025.01.16 19:56:22.456394 [ 262 ] {d3147826-ea41-48e9-ae33-7ce379613f21} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11946 | 2025.01.16 19:56:22.456557 [ 191 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 11947 | 2025.01.16 19:56:22.456891 [ 262 ] {d3147826-ea41-48e9-ae33-7ce379613f21} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11948 | 2025.01.16 19:56:22.457279 [ 192 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_41_10} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11949 | 2025.01.16 19:56:22.457357 [ 262 ] {d3147826-ea41-48e9-ae33-7ce379613f21} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.006357 sec., 31933.30187195218 rows/sec., 2.76 MiB/sec. | ||
| 11950 | 2025.01.16 19:56:22.457514 [ 262 ] {d3147826-ea41-48e9-ae33-7ce379613f21} <Debug> TCPHandler: Processed in 0.00686357 sec. | ||
| 11951 | 2025.01.16 19:56:22.457535 [ 192 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_41_10} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 11952 | 2025.01.16 19:56:22.457737 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11953 | 2025.01.16 19:56:22.457814 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11954 | 2025.01.16 19:56:22.457997 [ 260 ] {423a399d-f9ff-4db9-a286-a4c47ce5ac94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11955 | 2025.01.16 19:56:22.458060 [ 260 ] {423a399d-f9ff-4db9-a286-a4c47ce5ac94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11956 | 2025.01.16 19:56:22.458777 [ 260 ] {423a399d-f9ff-4db9-a286-a4c47ce5ac94} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11957 | 2025.01.16 19:56:22.458824 [ 260 ] {423a399d-f9ff-4db9-a286-a4c47ce5ac94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11958 | 2025.01.16 19:56:22.459201 [ 260 ] {423a399d-f9ff-4db9-a286-a4c47ce5ac94} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 11959 | 2025.01.16 19:56:22.459450 [ 260 ] {423a399d-f9ff-4db9-a286-a4c47ce5ac94} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11960 | 2025.01.16 19:56:22.459640 [ 260 ] {423a399d-f9ff-4db9-a286-a4c47ce5ac94} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.00168 sec., 4166.666666666666 rows/sec., 271.46 KiB/sec. | ||
| 11961 | 2025.01.16 19:56:22.459697 [ 260 ] {423a399d-f9ff-4db9-a286-a4c47ce5ac94} <Debug> TCPHandler: Processed in 0.002039906 sec. | ||
| 11962 | 2025.01.16 19:56:22.459851 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11963 | 2025.01.16 19:56:22.459975 [ 262 ] {7873a9e2-2f50-4ffc-9cba-4e3da2d2a1d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11964 | 2025.01.16 19:56:22.460026 [ 262 ] {7873a9e2-2f50-4ffc-9cba-4e3da2d2a1d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11965 | 2025.01.16 19:56:22.460618 [ 262 ] {7873a9e2-2f50-4ffc-9cba-4e3da2d2a1d4} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11966 | 2025.01.16 19:56:22.460658 [ 262 ] {7873a9e2-2f50-4ffc-9cba-4e3da2d2a1d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11967 | 2025.01.16 19:56:22.461031 [ 262 ] {7873a9e2-2f50-4ffc-9cba-4e3da2d2a1d4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11968 | 2025.01.16 19:56:22.461268 [ 262 ] {7873a9e2-2f50-4ffc-9cba-4e3da2d2a1d4} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11969 | 2025.01.16 19:56:22.461418 [ 130 ] {} <Debug> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d) (MergerMutator): Selected 6 parts from all_1_37_8 to all_42_42_0 | ||
| 11970 | 2025.01.16 19:56:22.461478 [ 130 ] {} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11971 | 2025.01.16 19:56:22.461506 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11972 | 2025.01.16 19:56:22.461523 [ 262 ] {7873a9e2-2f50-4ffc-9cba-4e3da2d2a1d4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001568 sec., 8928.57142857143 rows/sec., 625.30 KiB/sec. | ||
| 11973 | 2025.01.16 19:56:22.461848 [ 262 ] {7873a9e2-2f50-4ffc-9cba-4e3da2d2a1d4} <Debug> TCPHandler: Processed in 0.002051767 sec. | ||
| 11974 | 2025.01.16 19:56:22.461916 [ 191 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_37_8 to all_42_42_0 into Compact with storage Full | ||
| 11975 | 2025.01.16 19:56:22.462238 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11976 | 2025.01.16 19:56:22.462365 [ 191 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11977 | 2025.01.16 19:56:22.462486 [ 191 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 243 rows starting from the beginning of the part | ||
| 11978 | 2025.01.16 19:56:22.462706 [ 260 ] {0210c5b5-63d7-4ef0-9c8e-9a933baf4110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11979 | 2025.01.16 19:56:22.462845 [ 191 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 11980 | 2025.01.16 19:56:22.462874 [ 260 ] {0210c5b5-63d7-4ef0-9c8e-9a933baf4110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11981 | 2025.01.16 19:56:22.463252 [ 191 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 11982 | 2025.01.16 19:56:22.463566 [ 191 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 242 rows starting from the beginning of the part | ||
| 11983 | 2025.01.16 19:56:22.463918 [ 191 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
| 11984 | 2025.01.16 19:56:22.464367 [ 191 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
| 11985 | 2025.01.16 19:56:22.465389 [ 260 ] {0210c5b5-63d7-4ef0-9c8e-9a933baf4110} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11986 | 2025.01.16 19:56:22.465472 [ 260 ] {0210c5b5-63d7-4ef0-9c8e-9a933baf4110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11987 | 2025.01.16 19:56:22.466508 [ 260 ] {0210c5b5-63d7-4ef0-9c8e-9a933baf4110} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11988 | 2025.01.16 19:56:22.467178 [ 260 ] {0210c5b5-63d7-4ef0-9c8e-9a933baf4110} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11989 | 2025.01.16 19:56:22.467211 [ 192 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005615749 sec., 96336.21445687833 rows/sec., 6.90 MiB/sec. | ||
| 11990 | 2025.01.16 19:56:22.467408 [ 130 ] {} <Debug> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 11991 | 2025.01.16 19:56:22.467486 [ 130 ] {} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11992 | 2025.01.16 19:56:22.467548 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 11993 | 2025.01.16 19:56:22.467565 [ 192 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 11994 | 2025.01.16 19:56:22.467623 [ 260 ] {0210c5b5-63d7-4ef0-9c8e-9a933baf4110} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005078 sec., 2560.0630169358014 rows/sec., 159.62 KiB/sec. | ||
| 11995 | 2025.01.16 19:56:22.468133 [ 260 ] {0210c5b5-63d7-4ef0-9c8e-9a933baf4110} <Debug> TCPHandler: Processed in 0.006145048 sec. | ||
| 11996 | 2025.01.16 19:56:22.468220 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 11997 | 2025.01.16 19:56:22.468493 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11998 | 2025.01.16 19:56:22.469024 [ 262 ] {e3574cc3-fd97-4d55-bf42-58456ca0d187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11999 | 2025.01.16 19:56:22.469111 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12000 | 2025.01.16 19:56:22.469211 [ 192 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_42_9} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12001 | 2025.01.16 19:56:22.469249 [ 262 ] {e3574cc3-fd97-4d55-bf42-58456ca0d187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12002 | 2025.01.16 19:56:22.469306 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 13 rows starting from the beginning of the part | ||
| 12003 | 2025.01.16 19:56:22.469704 [ 192 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_42_9} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d) (MergerMutator): Merged 6 parts: [all_1_37_8, all_42_42_0] -> all_1_42_9 | ||
| 12004 | 2025.01.16 19:56:22.470178 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 12005 | 2025.01.16 19:56:22.470300 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part | ||
| 12006 | 2025.01.16 19:56:22.470484 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 13 rows starting from the beginning of the part | ||
| 12007 | 2025.01.16 19:56:22.470767 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 13 rows starting from the beginning of the part | ||
| 12008 | 2025.01.16 19:56:22.471018 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 13 rows starting from the beginning of the part | ||
| 12009 | 2025.01.16 19:56:22.472037 [ 262 ] {e3574cc3-fd97-4d55-bf42-58456ca0d187} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12010 | 2025.01.16 19:56:22.472087 [ 262 ] {e3574cc3-fd97-4d55-bf42-58456ca0d187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12011 | 2025.01.16 19:56:22.472425 [ 204 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004751673 sec., 13679.392500283586 rows/sec., 906.34 KiB/sec. | ||
| 12012 | 2025.01.16 19:56:22.472664 [ 204 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 12013 | 2025.01.16 19:56:22.472729 [ 262 ] {e3574cc3-fd97-4d55-bf42-58456ca0d187} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12014 | 2025.01.16 19:56:22.473381 [ 262 ] {e3574cc3-fd97-4d55-bf42-58456ca0d187} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12015 | 2025.01.16 19:56:22.473360 [ 204 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_41_10} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12016 | 2025.01.16 19:56:22.473891 [ 204 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_41_10} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 12017 | 2025.01.16 19:56:22.474237 [ 262 ] {e3574cc3-fd97-4d55-bf42-58456ca0d187} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.005367 sec., 71175.70337246133 rows/sec., 5.04 MiB/sec. | ||
| 12018 | 2025.01.16 19:56:22.474271 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12019 | 2025.01.16 19:56:22.474468 [ 262 ] {e3574cc3-fd97-4d55-bf42-58456ca0d187} <Debug> TCPHandler: Processed in 0.006216549 sec. | ||
| 12020 | 2025.01.16 19:56:22.474639 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12021 | 2025.01.16 19:56:22.474781 [ 260 ] {360a5251-e65a-4053-beea-50ebe0249e8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12022 | 2025.01.16 19:56:22.474840 [ 260 ] {360a5251-e65a-4053-beea-50ebe0249e8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12023 | 2025.01.16 19:56:22.475434 [ 260 ] {360a5251-e65a-4053-beea-50ebe0249e8e} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12024 | 2025.01.16 19:56:22.475481 [ 260 ] {360a5251-e65a-4053-beea-50ebe0249e8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12025 | 2025.01.16 19:56:22.475930 [ 260 ] {360a5251-e65a-4053-beea-50ebe0249e8e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12026 | 2025.01.16 19:56:22.476176 [ 260 ] {360a5251-e65a-4053-beea-50ebe0249e8e} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12027 | 2025.01.16 19:56:22.476392 [ 260 ] {360a5251-e65a-4053-beea-50ebe0249e8e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001642 sec., 3654.080389768575 rows/sec., 190.91 KiB/sec. | ||
| 12028 | 2025.01.16 19:56:22.476578 [ 260 ] {360a5251-e65a-4053-beea-50ebe0249e8e} <Debug> TCPHandler: Processed in 0.002008485 sec. | ||
| 12029 | 2025.01.16 19:56:22.476774 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12030 | 2025.01.16 19:56:22.476888 [ 262 ] {e85c24bd-9805-41bc-a97a-834775d59c6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12031 | 2025.01.16 19:56:22.476939 [ 262 ] {e85c24bd-9805-41bc-a97a-834775d59c6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12032 | 2025.01.16 19:56:22.477499 [ 262 ] {e85c24bd-9805-41bc-a97a-834775d59c6c} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12033 | 2025.01.16 19:56:22.477537 [ 262 ] {e85c24bd-9805-41bc-a97a-834775d59c6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12034 | 2025.01.16 19:56:22.477920 [ 262 ] {e85c24bd-9805-41bc-a97a-834775d59c6c} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12035 | 2025.01.16 19:56:22.478160 [ 262 ] {e85c24bd-9805-41bc-a97a-834775d59c6c} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12036 | 2025.01.16 19:56:22.478314 [ 130 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 6 parts from all_1_94_19 to all_99_99_0 | ||
| 12037 | 2025.01.16 19:56:22.478369 [ 130 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12038 | 2025.01.16 19:56:22.478403 [ 262 ] {e85c24bd-9805-41bc-a97a-834775d59c6c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001527 sec., 155206.28683693518 rows/sec., 10.40 MiB/sec. | ||
| 12039 | 2025.01.16 19:56:22.478410 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12040 | 2025.01.16 19:56:22.478555 [ 262 ] {e85c24bd-9805-41bc-a97a-834775d59c6c} <Debug> TCPHandler: Processed in 0.001870143 sec. | ||
| 12041 | 2025.01.16 19:56:22.478653 [ 186 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_99_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_94_19 to all_99_99_0 into Compact with storage Full | ||
| 12042 | 2025.01.16 19:56:22.478722 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12043 | 2025.01.16 19:56:22.478791 [ 186 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_99_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12044 | 2025.01.16 19:56:22.478835 [ 186 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_94_19, total 26282 rows starting from the beginning of the part | ||
| 12045 | 2025.01.16 19:56:22.478853 [ 260 ] {af4217f3-1f50-4632-b9e9-7ab15aff1af3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12046 | 2025.01.16 19:56:22.478989 [ 260 ] {af4217f3-1f50-4632-b9e9-7ab15aff1af3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12047 | 2025.01.16 19:56:22.479026 [ 186 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 32 rows starting from the beginning of the part | ||
| 12048 | 2025.01.16 19:56:22.479419 [ 186 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part | ||
| 12049 | 2025.01.16 19:56:22.479786 [ 186 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 237 rows starting from the beginning of the part | ||
| 12050 | 2025.01.16 19:56:22.480164 [ 186 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 165 rows starting from the beginning of the part | ||
| 12051 | 2025.01.16 19:56:22.480492 [ 186 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_99_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 237 rows starting from the beginning of the part | ||
| 12052 | 2025.01.16 19:56:22.481179 [ 260 ] {af4217f3-1f50-4632-b9e9-7ab15aff1af3} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12053 | 2025.01.16 19:56:22.481220 [ 260 ] {af4217f3-1f50-4632-b9e9-7ab15aff1af3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12054 | 2025.01.16 19:56:22.481779 [ 260 ] {af4217f3-1f50-4632-b9e9-7ab15aff1af3} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12055 | 2025.01.16 19:56:22.482063 [ 260 ] {af4217f3-1f50-4632-b9e9-7ab15aff1af3} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12056 | 2025.01.16 19:56:22.482210 [ 130 ] {} <Debug> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03) (MergerMutator): Selected 6 parts from all_1_37_8 to all_42_42_0 | ||
| 12057 | 2025.01.16 19:56:22.482290 [ 130 ] {} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12058 | 2025.01.16 19:56:22.482332 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12059 | 2025.01.16 19:56:22.482349 [ 260 ] {af4217f3-1f50-4632-b9e9-7ab15aff1af3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003526 sec., 283.60748723766307 rows/sec., 19.11 KiB/sec. | ||
| 12060 | 2025.01.16 19:56:22.482829 [ 260 ] {af4217f3-1f50-4632-b9e9-7ab15aff1af3} <Debug> TCPHandler: Processed in 0.004151803 sec. | ||
| 12061 | 2025.01.16 19:56:22.483149 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12062 | 2025.01.16 19:56:22.483547 [ 262 ] {4c23ef4a-e069-42bb-af93-f7136e1d16b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12063 | 2025.01.16 19:56:22.483720 [ 262 ] {4c23ef4a-e069-42bb-af93-f7136e1d16b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12064 | 2025.01.16 19:56:22.484302 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_37_8 to all_42_42_0 into Compact with storage Full | ||
| 12065 | 2025.01.16 19:56:22.485015 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12066 | 2025.01.16 19:56:22.485106 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 37 rows starting from the beginning of the part | ||
| 12067 | 2025.01.16 19:56:22.485367 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
| 12068 | 2025.01.16 19:56:22.485965 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
| 12069 | 2025.01.16 19:56:22.486240 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
| 12070 | 2025.01.16 19:56:22.486899 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
| 12071 | 2025.01.16 19:56:22.486920 [ 262 ] {4c23ef4a-e069-42bb-af93-f7136e1d16b3} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12072 | 2025.01.16 19:56:22.487025 [ 262 ] {4c23ef4a-e069-42bb-af93-f7136e1d16b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12073 | 2025.01.16 19:56:22.487150 [ 204 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
| 12074 | 2025.01.16 19:56:22.488939 [ 262 ] {4c23ef4a-e069-42bb-af93-f7136e1d16b3} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12075 | 2025.01.16 19:56:22.489559 [ 262 ] {4c23ef4a-e069-42bb-af93-f7136e1d16b3} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12076 | 2025.01.16 19:56:22.490496 [ 262 ] {4c23ef4a-e069-42bb-af93-f7136e1d16b3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.007073 sec., 11593.383288562138 rows/sec., 754.00 KiB/sec. | ||
| 12077 | 2025.01.16 19:56:22.491121 [ 262 ] {4c23ef4a-e069-42bb-af93-f7136e1d16b3} <Debug> TCPHandler: Processed in 0.008136793 sec. | ||
| 12078 | 2025.01.16 19:56:22.493039 [ 187 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 4 columns (4 merged, 0 gathered) in 0.010596486 sec., 3963.578114480593 rows/sec., 266.71 KiB/sec. | ||
| 12079 | 2025.01.16 19:56:22.493061 [ 199 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_99_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27113 rows, containing 5 columns (5 merged, 0 gathered) in 0.014528015 sec., 1866256.333022784 rows/sec., 126.10 MiB/sec. | ||
| 12080 | 2025.01.16 19:56:22.493230 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 12081 | 2025.01.16 19:56:22.493469 [ 199 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_99_20} <Trace> MergedBlockOutputStream: filled checksums all_1_99_20 (state Temporary) | ||
| 12082 | 2025.01.16 19:56:22.493741 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_42_9} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12083 | 2025.01.16 19:56:22.493865 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_42_9} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03) (MergerMutator): Merged 6 parts: [all_1_37_8, all_42_42_0] -> all_1_42_9 | ||
| 12084 | 2025.01.16 19:56:22.494034 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 12085 | 2025.01.16 19:56:22.494091 [ 194 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_99_20} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_99_20 to all_1_99_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12086 | 2025.01.16 19:56:22.494193 [ 194 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_99_20} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 6 parts: [all_1_94_19, all_99_99_0] -> all_1_99_20 | ||
| 12087 | 2025.01.16 19:56:22.494287 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 12088 | 2025.01.16 19:56:25.661136 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12089 | 2025.01.16 19:56:25.661242 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12090 | 2025.01.16 19:56:25.859137 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27511 | ||
| 12091 | 2025.01.16 19:56:25.860161 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12092 | 2025.01.16 19:56:25.860212 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12093 | 2025.01.16 19:56:25.860758 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12094 | 2025.01.16 19:56:25.861025 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12095 | 2025.01.16 19:56:25.861304 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
| 12096 | 2025.01.16 19:56:26.012669 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1688 | ||
| 12097 | 2025.01.16 19:56:26.015893 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12098 | 2025.01.16 19:56:26.015957 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12099 | 2025.01.16 19:56:26.017465 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12100 | 2025.01.16 19:56:26.017786 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12101 | 2025.01.16 19:56:26.019235 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1688 | ||
| 12102 | 2025.01.16 19:56:27.446314 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12103 | 2025.01.16 19:56:27.446531 [ 260 ] {467b3db2-ac1d-457c-875b-6394fc946913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12104 | 2025.01.16 19:56:27.446612 [ 260 ] {467b3db2-ac1d-457c-875b-6394fc946913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12105 | 2025.01.16 19:56:27.447457 [ 260 ] {467b3db2-ac1d-457c-875b-6394fc946913} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12106 | 2025.01.16 19:56:27.447510 [ 260 ] {467b3db2-ac1d-457c-875b-6394fc946913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12107 | 2025.01.16 19:56:27.447951 [ 260 ] {467b3db2-ac1d-457c-875b-6394fc946913} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12108 | 2025.01.16 19:56:27.448206 [ 260 ] {467b3db2-ac1d-457c-875b-6394fc946913} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12109 | 2025.01.16 19:56:27.448447 [ 260 ] {467b3db2-ac1d-457c-875b-6394fc946913} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.001972 sec., 68965.51724137932 rows/sec., 5.95 MiB/sec. | ||
| 12110 | 2025.01.16 19:56:27.448547 [ 260 ] {467b3db2-ac1d-457c-875b-6394fc946913} <Debug> TCPHandler: Processed in 0.002366611 sec. | ||
| 12111 | 2025.01.16 19:56:27.448833 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12112 | 2025.01.16 19:56:27.449033 [ 262 ] {5e35a218-414f-46b6-a88e-e32bd81151e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12113 | 2025.01.16 19:56:27.449104 [ 262 ] {5e35a218-414f-46b6-a88e-e32bd81151e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12114 | 2025.01.16 19:56:27.449847 [ 262 ] {5e35a218-414f-46b6-a88e-e32bd81151e7} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12115 | 2025.01.16 19:56:27.449889 [ 262 ] {5e35a218-414f-46b6-a88e-e32bd81151e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12116 | 2025.01.16 19:56:27.450324 [ 262 ] {5e35a218-414f-46b6-a88e-e32bd81151e7} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12117 | 2025.01.16 19:56:27.450587 [ 262 ] {5e35a218-414f-46b6-a88e-e32bd81151e7} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12118 | 2025.01.16 19:56:27.450776 [ 262 ] {5e35a218-414f-46b6-a88e-e32bd81151e7} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001796 sec., 22271.714922048996 rows/sec., 1.64 MiB/sec. | ||
| 12119 | 2025.01.16 19:56:27.450832 [ 262 ] {5e35a218-414f-46b6-a88e-e32bd81151e7} <Debug> TCPHandler: Processed in 0.002185288 sec. | ||
| 12120 | 2025.01.16 19:56:27.450968 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12121 | 2025.01.16 19:56:27.451091 [ 260 ] {dd378dcc-9185-41b7-8cb6-6bd3da506793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12122 | 2025.01.16 19:56:27.451143 [ 260 ] {dd378dcc-9185-41b7-8cb6-6bd3da506793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12123 | 2025.01.16 19:56:27.451734 [ 260 ] {dd378dcc-9185-41b7-8cb6-6bd3da506793} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12124 | 2025.01.16 19:56:27.451771 [ 260 ] {dd378dcc-9185-41b7-8cb6-6bd3da506793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12125 | 2025.01.16 19:56:27.452122 [ 260 ] {dd378dcc-9185-41b7-8cb6-6bd3da506793} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12126 | 2025.01.16 19:56:27.452417 [ 260 ] {dd378dcc-9185-41b7-8cb6-6bd3da506793} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12127 | 2025.01.16 19:56:27.452650 [ 260 ] {dd378dcc-9185-41b7-8cb6-6bd3da506793} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001582 sec., 65739.57016434892 rows/sec., 5.13 MiB/sec. | ||
| 12128 | 2025.01.16 19:56:27.452755 [ 260 ] {dd378dcc-9185-41b7-8cb6-6bd3da506793} <Debug> TCPHandler: Processed in 0.001843692 sec. | ||
| 12129 | 2025.01.16 19:56:27.452950 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12130 | 2025.01.16 19:56:27.453261 [ 262 ] {6e03fb34-c9a8-4db1-b610-d14c5f00256e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12131 | 2025.01.16 19:56:27.453385 [ 262 ] {6e03fb34-c9a8-4db1-b610-d14c5f00256e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12132 | 2025.01.16 19:56:27.453962 [ 262 ] {6e03fb34-c9a8-4db1-b610-d14c5f00256e} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12133 | 2025.01.16 19:56:27.454000 [ 262 ] {6e03fb34-c9a8-4db1-b610-d14c5f00256e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12134 | 2025.01.16 19:56:27.454402 [ 262 ] {6e03fb34-c9a8-4db1-b610-d14c5f00256e} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12135 | 2025.01.16 19:56:27.454655 [ 262 ] {6e03fb34-c9a8-4db1-b610-d14c5f00256e} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12136 | 2025.01.16 19:56:27.454832 [ 262 ] {6e03fb34-c9a8-4db1-b610-d14c5f00256e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001693 sec., 94506.79267572357 rows/sec., 6.58 MiB/sec. | ||
| 12137 | 2025.01.16 19:56:27.454882 [ 262 ] {6e03fb34-c9a8-4db1-b610-d14c5f00256e} <Debug> TCPHandler: Processed in 0.002046656 sec. | ||
| 12138 | 2025.01.16 19:56:27.455035 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12139 | 2025.01.16 19:56:27.455187 [ 260 ] {507add00-bd8e-4246-ae82-bfeada953008} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12140 | 2025.01.16 19:56:27.455281 [ 260 ] {507add00-bd8e-4246-ae82-bfeada953008} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12141 | 2025.01.16 19:56:27.456565 [ 260 ] {507add00-bd8e-4246-ae82-bfeada953008} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12142 | 2025.01.16 19:56:27.456606 [ 260 ] {507add00-bd8e-4246-ae82-bfeada953008} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12143 | 2025.01.16 19:56:27.457295 [ 260 ] {507add00-bd8e-4246-ae82-bfeada953008} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12144 | 2025.01.16 19:56:27.457559 [ 260 ] {507add00-bd8e-4246-ae82-bfeada953008} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12145 | 2025.01.16 19:56:27.457866 [ 260 ] {507add00-bd8e-4246-ae82-bfeada953008} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002711 sec., 14754.703061600885 rows/sec., 26.44 MiB/sec. | ||
| 12146 | 2025.01.16 19:56:27.458447 [ 260 ] {507add00-bd8e-4246-ae82-bfeada953008} <Debug> TCPHandler: Processed in 0.003475951 sec. | ||
| 12147 | 2025.01.16 19:56:27.458595 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12148 | 2025.01.16 19:56:27.458709 [ 262 ] {7956ae9e-4831-45b7-bd12-7bd1a4e3ccd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12149 | 2025.01.16 19:56:27.458759 [ 262 ] {7956ae9e-4831-45b7-bd12-7bd1a4e3ccd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12150 | 2025.01.16 19:56:27.459507 [ 262 ] {7956ae9e-4831-45b7-bd12-7bd1a4e3ccd2} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12151 | 2025.01.16 19:56:27.459544 [ 262 ] {7956ae9e-4831-45b7-bd12-7bd1a4e3ccd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12152 | 2025.01.16 19:56:27.459913 [ 262 ] {7956ae9e-4831-45b7-bd12-7bd1a4e3ccd2} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12153 | 2025.01.16 19:56:27.460164 [ 262 ] {7956ae9e-4831-45b7-bd12-7bd1a4e3ccd2} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12154 | 2025.01.16 19:56:27.460342 [ 262 ] {7956ae9e-4831-45b7-bd12-7bd1a4e3ccd2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001657 sec., 36210.018105009054 rows/sec., 2.44 MiB/sec. | ||
| 12155 | 2025.01.16 19:56:27.460390 [ 262 ] {7956ae9e-4831-45b7-bd12-7bd1a4e3ccd2} <Debug> TCPHandler: Processed in 0.001851342 sec. | ||
| 12156 | 2025.01.16 19:56:27.849105 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 12157 | 2025.01.16 19:56:27.871122 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12158 | 2025.01.16 19:56:27.871192 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12159 | 2025.01.16 19:56:27.878650 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12160 | 2025.01.16 19:56:27.879428 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12161 | 2025.01.16 19:56:27.882956 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 12162 | 2025.01.16 19:56:30.722500 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12163 | 2025.01.16 19:56:30.722744 [ 260 ] {02739b37-1710-4956-bc75-3c710c3d3e2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12164 | 2025.01.16 19:56:30.722851 [ 260 ] {02739b37-1710-4956-bc75-3c710c3d3e2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12165 | 2025.01.16 19:56:30.723983 [ 260 ] {02739b37-1710-4956-bc75-3c710c3d3e2e} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12166 | 2025.01.16 19:56:30.724044 [ 260 ] {02739b37-1710-4956-bc75-3c710c3d3e2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12167 | 2025.01.16 19:56:30.724632 [ 260 ] {02739b37-1710-4956-bc75-3c710c3d3e2e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12168 | 2025.01.16 19:56:30.724964 [ 260 ] {02739b37-1710-4956-bc75-3c710c3d3e2e} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12169 | 2025.01.16 19:56:30.725184 [ 260 ] {02739b37-1710-4956-bc75-3c710c3d3e2e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002513 sec., 5571.030640668524 rows/sec., 401.04 KiB/sec. | ||
| 12170 | 2025.01.16 19:56:30.725263 [ 260 ] {02739b37-1710-4956-bc75-3c710c3d3e2e} <Debug> TCPHandler: Processed in 0.002981142 sec. | ||
| 12171 | 2025.01.16 19:56:30.725547 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12172 | 2025.01.16 19:56:30.725743 [ 262 ] {eea48fa5-02c1-4f95-a246-1aed5be03d10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12173 | 2025.01.16 19:56:30.725822 [ 262 ] {eea48fa5-02c1-4f95-a246-1aed5be03d10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12174 | 2025.01.16 19:56:30.726591 [ 262 ] {eea48fa5-02c1-4f95-a246-1aed5be03d10} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12175 | 2025.01.16 19:56:30.726646 [ 262 ] {eea48fa5-02c1-4f95-a246-1aed5be03d10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12176 | 2025.01.16 19:56:30.727093 [ 262 ] {eea48fa5-02c1-4f95-a246-1aed5be03d10} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 12177 | 2025.01.16 19:56:30.727385 [ 262 ] {eea48fa5-02c1-4f95-a246-1aed5be03d10} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12178 | 2025.01.16 19:56:30.727641 [ 262 ] {eea48fa5-02c1-4f95-a246-1aed5be03d10} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00195 sec., 3076.923076923077 rows/sec., 250.90 KiB/sec. | ||
| 12179 | 2025.01.16 19:56:30.727780 [ 262 ] {eea48fa5-02c1-4f95-a246-1aed5be03d10} <Debug> TCPHandler: Processed in 0.002373071 sec. | ||
| 12180 | 2025.01.16 19:56:30.727953 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12181 | 2025.01.16 19:56:30.728088 [ 260 ] {eedf86d2-f0f9-4790-a934-a8079c994cc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12182 | 2025.01.16 19:56:30.728145 [ 260 ] {eedf86d2-f0f9-4790-a934-a8079c994cc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12183 | 2025.01.16 19:56:30.729506 [ 260 ] {eedf86d2-f0f9-4790-a934-a8079c994cc4} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12184 | 2025.01.16 19:56:30.729547 [ 260 ] {eedf86d2-f0f9-4790-a934-a8079c994cc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12185 | 2025.01.16 19:56:30.730034 [ 260 ] {eedf86d2-f0f9-4790-a934-a8079c994cc4} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12186 | 2025.01.16 19:56:30.730304 [ 260 ] {eedf86d2-f0f9-4790-a934-a8079c994cc4} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12187 | 2025.01.16 19:56:30.730474 [ 170 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12188 | 2025.01.16 19:56:30.730509 [ 260 ] {eedf86d2-f0f9-4790-a934-a8079c994cc4} <Debug> executeQuery: Read 1346 rows, 114.77 KiB in 0.00245 sec., 549387.7551020408 rows/sec., 45.75 MiB/sec. | ||
| 12189 | 2025.01.16 19:56:30.730524 [ 170 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12190 | 2025.01.16 19:56:30.730567 [ 170 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12191 | 2025.01.16 19:56:30.730592 [ 260 ] {eedf86d2-f0f9-4790-a934-a8079c994cc4} <Debug> TCPHandler: Processed in 0.002699908 sec. | ||
| 12192 | 2025.01.16 19:56:30.730800 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12193 | 2025.01.16 19:56:30.730803 [ 199 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 12194 | 2025.01.16 19:56:30.731014 [ 262 ] {51bdf4d4-b28e-418c-9ad0-5cb33821d99f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12195 | 2025.01.16 19:56:30.731134 [ 199 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12196 | 2025.01.16 19:56:30.731137 [ 262 ] {51bdf4d4-b28e-418c-9ad0-5cb33821d99f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12197 | 2025.01.16 19:56:30.731218 [ 199 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1434 rows starting from the beginning of the part | ||
| 12198 | 2025.01.16 19:56:30.731529 [ 199 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 203 rows starting from the beginning of the part | ||
| 12199 | 2025.01.16 19:56:30.731879 [ 199 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 141 rows starting from the beginning of the part | ||
| 12200 | 2025.01.16 19:56:30.732321 [ 199 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 203 rows starting from the beginning of the part | ||
| 12201 | 2025.01.16 19:56:30.732673 [ 199 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 136 rows starting from the beginning of the part | ||
| 12202 | 2025.01.16 19:56:30.733013 [ 199 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 1346 rows starting from the beginning of the part | ||
| 12203 | 2025.01.16 19:56:30.733997 [ 262 ] {51bdf4d4-b28e-418c-9ad0-5cb33821d99f} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12204 | 2025.01.16 19:56:30.734074 [ 262 ] {51bdf4d4-b28e-418c-9ad0-5cb33821d99f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12205 | 2025.01.16 19:56:30.735004 [ 262 ] {51bdf4d4-b28e-418c-9ad0-5cb33821d99f} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 12206 | 2025.01.16 19:56:30.735483 [ 262 ] {51bdf4d4-b28e-418c-9ad0-5cb33821d99f} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12207 | 2025.01.16 19:56:30.735847 [ 262 ] {51bdf4d4-b28e-418c-9ad0-5cb33821d99f} <Debug> executeQuery: Read 13 rows, 896.00 B in 0.0049 sec., 2653.061224489796 rows/sec., 178.57 KiB/sec. | ||
| 12208 | 2025.01.16 19:56:30.735938 [ 262 ] {51bdf4d4-b28e-418c-9ad0-5cb33821d99f} <Debug> TCPHandler: Processed in 0.005238822 sec. | ||
| 12209 | 2025.01.16 19:56:30.736108 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12210 | 2025.01.16 19:56:30.736316 [ 260 ] {2e744703-6ab9-43a9-9750-100a8dede232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12211 | 2025.01.16 19:56:30.736473 [ 260 ] {2e744703-6ab9-43a9-9750-100a8dede232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12212 | 2025.01.16 19:56:30.736745 [ 197 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3463 rows, containing 5 columns (5 merged, 0 gathered) in 0.006074877 sec., 570052.6940710075 rows/sec., 50.10 MiB/sec. | ||
| 12213 | 2025.01.16 19:56:30.737103 [ 197 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12214 | 2025.01.16 19:56:30.737596 [ 197 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_101_20} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12215 | 2025.01.16 19:56:30.737814 [ 197 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_101_20} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12216 | 2025.01.16 19:56:30.737959 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 12217 | 2025.01.16 19:56:30.737979 [ 260 ] {2e744703-6ab9-43a9-9750-100a8dede232} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12218 | 2025.01.16 19:56:30.738032 [ 260 ] {2e744703-6ab9-43a9-9750-100a8dede232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12219 | 2025.01.16 19:56:30.738421 [ 260 ] {2e744703-6ab9-43a9-9750-100a8dede232} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12220 | 2025.01.16 19:56:30.738669 [ 260 ] {2e744703-6ab9-43a9-9750-100a8dede232} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12221 | 2025.01.16 19:56:30.738856 [ 260 ] {2e744703-6ab9-43a9-9750-100a8dede232} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002645 sec., 91493.38374291114 rows/sec., 6.20 MiB/sec. | ||
| 12222 | 2025.01.16 19:56:30.738921 [ 260 ] {2e744703-6ab9-43a9-9750-100a8dede232} <Debug> TCPHandler: Processed in 0.002883131 sec. | ||
| 12223 | 2025.01.16 19:56:30.739081 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12224 | 2025.01.16 19:56:30.739207 [ 262 ] {2026a211-5b94-4100-9db1-128f6b530f69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12225 | 2025.01.16 19:56:30.739261 [ 262 ] {2026a211-5b94-4100-9db1-128f6b530f69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12226 | 2025.01.16 19:56:30.739879 [ 262 ] {2026a211-5b94-4100-9db1-128f6b530f69} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12227 | 2025.01.16 19:56:30.739919 [ 262 ] {2026a211-5b94-4100-9db1-128f6b530f69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12228 | 2025.01.16 19:56:30.740290 [ 262 ] {2026a211-5b94-4100-9db1-128f6b530f69} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12229 | 2025.01.16 19:56:30.740550 [ 262 ] {2026a211-5b94-4100-9db1-128f6b530f69} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12230 | 2025.01.16 19:56:30.740764 [ 262 ] {2026a211-5b94-4100-9db1-128f6b530f69} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001587 sec., 8191.556395715185 rows/sec., 510.74 KiB/sec. | ||
| 12231 | 2025.01.16 19:56:30.740827 [ 262 ] {2026a211-5b94-4100-9db1-128f6b530f69} <Debug> TCPHandler: Processed in 0.001805221 sec. | ||
| 12232 | 2025.01.16 19:56:30.740988 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12233 | 2025.01.16 19:56:30.741112 [ 260 ] {f7f47f6f-c3b4-4d26-a47d-426bb9b2d274} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12234 | 2025.01.16 19:56:30.741162 [ 260 ] {f7f47f6f-c3b4-4d26-a47d-426bb9b2d274} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12235 | 2025.01.16 19:56:30.742126 [ 260 ] {f7f47f6f-c3b4-4d26-a47d-426bb9b2d274} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12236 | 2025.01.16 19:56:30.742165 [ 260 ] {f7f47f6f-c3b4-4d26-a47d-426bb9b2d274} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12237 | 2025.01.16 19:56:30.742580 [ 260 ] {f7f47f6f-c3b4-4d26-a47d-426bb9b2d274} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12238 | 2025.01.16 19:56:30.742830 [ 260 ] {f7f47f6f-c3b4-4d26-a47d-426bb9b2d274} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12239 | 2025.01.16 19:56:30.742970 [ 170 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12240 | 2025.01.16 19:56:30.743009 [ 170 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12241 | 2025.01.16 19:56:30.743016 [ 260 ] {f7f47f6f-c3b4-4d26-a47d-426bb9b2d274} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.001931 sec., 437079.2335577421 rows/sec., 31.59 MiB/sec. | ||
| 12242 | 2025.01.16 19:56:30.743031 [ 170 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12243 | 2025.01.16 19:56:30.743129 [ 260 ] {f7f47f6f-c3b4-4d26-a47d-426bb9b2d274} <Debug> TCPHandler: Processed in 0.002197879 sec. | ||
| 12244 | 2025.01.16 19:56:30.743306 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 12245 | 2025.01.16 19:56:30.743349 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12246 | 2025.01.16 19:56:30.743458 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12247 | 2025.01.16 19:56:30.743501 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 914 rows starting from the beginning of the part | ||
| 12248 | 2025.01.16 19:56:30.743504 [ 262 ] {08501f3d-92d8-4d86-99a4-d191f0778ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12249 | 2025.01.16 19:56:30.743592 [ 262 ] {08501f3d-92d8-4d86-99a4-d191f0778ad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12250 | 2025.01.16 19:56:30.743653 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 382 rows starting from the beginning of the part | ||
| 12251 | 2025.01.16 19:56:30.743984 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 114 rows starting from the beginning of the part | ||
| 12252 | 2025.01.16 19:56:30.744348 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 382 rows starting from the beginning of the part | ||
| 12253 | 2025.01.16 19:56:30.744669 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 104 rows starting from the beginning of the part | ||
| 12254 | 2025.01.16 19:56:30.744881 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 844 rows starting from the beginning of the part | ||
| 12255 | 2025.01.16 19:56:30.745634 [ 262 ] {08501f3d-92d8-4d86-99a4-d191f0778ad4} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12256 | 2025.01.16 19:56:30.745676 [ 262 ] {08501f3d-92d8-4d86-99a4-d191f0778ad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12257 | 2025.01.16 19:56:30.746213 [ 262 ] {08501f3d-92d8-4d86-99a4-d191f0778ad4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12258 | 2025.01.16 19:56:30.746538 [ 262 ] {08501f3d-92d8-4d86-99a4-d191f0778ad4} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12259 | 2025.01.16 19:56:30.746817 [ 262 ] {08501f3d-92d8-4d86-99a4-d191f0778ad4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003341 sec., 1795.869500149656 rows/sec., 93.83 KiB/sec. | ||
| 12260 | 2025.01.16 19:56:30.747130 [ 262 ] {08501f3d-92d8-4d86-99a4-d191f0778ad4} <Debug> TCPHandler: Processed in 0.003876758 sec. | ||
| 12261 | 2025.01.16 19:56:30.747489 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12262 | 2025.01.16 19:56:30.747817 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2740 rows, containing 5 columns (5 merged, 0 gathered) in 0.004669952 sec., 586729.7993641049 rows/sec., 44.76 MiB/sec. | ||
| 12263 | 2025.01.16 19:56:30.747881 [ 260 ] {9d8030fc-0f4f-482d-873a-923165520f72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12264 | 2025.01.16 19:56:30.748071 [ 260 ] {9d8030fc-0f4f-482d-873a-923165520f72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12265 | 2025.01.16 19:56:30.748181 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12266 | 2025.01.16 19:56:30.748906 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_101_20} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12267 | 2025.01.16 19:56:30.748984 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_101_20} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12268 | 2025.01.16 19:56:30.749070 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 12269 | 2025.01.16 19:56:30.749467 [ 260 ] {9d8030fc-0f4f-482d-873a-923165520f72} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12270 | 2025.01.16 19:56:30.749511 [ 260 ] {9d8030fc-0f4f-482d-873a-923165520f72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12271 | 2025.01.16 19:56:30.749981 [ 260 ] {9d8030fc-0f4f-482d-873a-923165520f72} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12272 | 2025.01.16 19:56:30.750232 [ 260 ] {9d8030fc-0f4f-482d-873a-923165520f72} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12273 | 2025.01.16 19:56:30.750424 [ 260 ] {9d8030fc-0f4f-482d-873a-923165520f72} <Debug> executeQuery: Read 928 rows, 63.41 KiB in 0.0027 sec., 343703.7037037037 rows/sec., 22.94 MiB/sec. | ||
| 12274 | 2025.01.16 19:56:30.750494 [ 260 ] {9d8030fc-0f4f-482d-873a-923165520f72} <Debug> TCPHandler: Processed in 0.003222476 sec. | ||
| 12275 | 2025.01.16 19:56:30.750655 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12276 | 2025.01.16 19:56:30.750772 [ 262 ] {2f7b0cb0-760e-4213-8fe1-fb1d21f64084} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12277 | 2025.01.16 19:56:30.750824 [ 262 ] {2f7b0cb0-760e-4213-8fe1-fb1d21f64084} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12278 | 2025.01.16 19:56:30.751297 [ 262 ] {2f7b0cb0-760e-4213-8fe1-fb1d21f64084} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12279 | 2025.01.16 19:56:30.751337 [ 262 ] {2f7b0cb0-760e-4213-8fe1-fb1d21f64084} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12280 | 2025.01.16 19:56:30.751699 [ 262 ] {2f7b0cb0-760e-4213-8fe1-fb1d21f64084} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12281 | 2025.01.16 19:56:30.751939 [ 262 ] {2f7b0cb0-760e-4213-8fe1-fb1d21f64084} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12282 | 2025.01.16 19:56:30.752162 [ 262 ] {2f7b0cb0-760e-4213-8fe1-fb1d21f64084} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001413 sec., 707.7140835102618 rows/sec., 47.69 KiB/sec. | ||
| 12283 | 2025.01.16 19:56:30.752224 [ 262 ] {2f7b0cb0-760e-4213-8fe1-fb1d21f64084} <Debug> TCPHandler: Processed in 0.001625028 sec. | ||
| 12284 | 2025.01.16 19:56:30.752436 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12285 | 2025.01.16 19:56:30.752587 [ 260 ] {2e6e9056-c443-4a59-8fe1-49c792acb9c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12286 | 2025.01.16 19:56:30.752651 [ 260 ] {2e6e9056-c443-4a59-8fe1-49c792acb9c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12287 | 2025.01.16 19:56:30.753236 [ 260 ] {2e6e9056-c443-4a59-8fe1-49c792acb9c5} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12288 | 2025.01.16 19:56:30.753275 [ 260 ] {2e6e9056-c443-4a59-8fe1-49c792acb9c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12289 | 2025.01.16 19:56:30.753650 [ 260 ] {2e6e9056-c443-4a59-8fe1-49c792acb9c5} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12290 | 2025.01.16 19:56:30.753890 [ 260 ] {2e6e9056-c443-4a59-8fe1-49c792acb9c5} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12291 | 2025.01.16 19:56:30.754039 [ 170 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12292 | 2025.01.16 19:56:30.754081 [ 170 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12293 | 2025.01.16 19:56:30.754084 [ 260 ] {2e6e9056-c443-4a59-8fe1-49c792acb9c5} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001528 sec., 45811.51832460733 rows/sec., 2.88 MiB/sec. | ||
| 12294 | 2025.01.16 19:56:30.754106 [ 170 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12295 | 2025.01.16 19:56:30.754198 [ 260 ] {2e6e9056-c443-4a59-8fe1-49c792acb9c5} <Debug> TCPHandler: Processed in 0.001866223 sec. | ||
| 12296 | 2025.01.16 19:56:30.754380 [ 200 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 12297 | 2025.01.16 19:56:30.754541 [ 200 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12298 | 2025.01.16 19:56:30.754580 [ 200 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5646 rows starting from the beginning of the part | ||
| 12299 | 2025.01.16 19:56:30.754690 [ 200 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 82 rows starting from the beginning of the part | ||
| 12300 | 2025.01.16 19:56:30.754889 [ 200 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part | ||
| 12301 | 2025.01.16 19:56:30.755101 [ 200 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 82 rows starting from the beginning of the part | ||
| 12302 | 2025.01.16 19:56:30.755287 [ 200 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part | ||
| 12303 | 2025.01.16 19:56:30.755455 [ 200 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 70 rows starting from the beginning of the part | ||
| 12304 | 2025.01.16 19:56:30.757707 [ 189 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6000 rows, containing 4 columns (4 merged, 0 gathered) in 0.003494241 sec., 1717111.0979465928 rows/sec., 112.02 MiB/sec. | ||
| 12305 | 2025.01.16 19:56:30.758089 [ 196 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12306 | 2025.01.16 19:56:30.758413 [ 196 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_101_20} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12307 | 2025.01.16 19:56:30.758511 [ 196 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_101_20} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12308 | 2025.01.16 19:56:30.758625 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. | ||
| 12309 | 2025.01.16 19:56:32.438317 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12310 | 2025.01.16 19:56:32.438536 [ 260 ] {30bb3d5d-df44-47d4-bdaf-06eb2328d4d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12311 | 2025.01.16 19:56:32.438617 [ 260 ] {30bb3d5d-df44-47d4-bdaf-06eb2328d4d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12312 | 2025.01.16 19:56:32.439487 [ 260 ] {30bb3d5d-df44-47d4-bdaf-06eb2328d4d1} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12313 | 2025.01.16 19:56:32.439534 [ 260 ] {30bb3d5d-df44-47d4-bdaf-06eb2328d4d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12314 | 2025.01.16 19:56:32.439972 [ 260 ] {30bb3d5d-df44-47d4-bdaf-06eb2328d4d1} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12315 | 2025.01.16 19:56:32.440238 [ 260 ] {30bb3d5d-df44-47d4-bdaf-06eb2328d4d1} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12316 | 2025.01.16 19:56:32.440463 [ 260 ] {30bb3d5d-df44-47d4-bdaf-06eb2328d4d1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001982 sec., 28254.28859737639 rows/sec., 2.17 MiB/sec. | ||
| 12317 | 2025.01.16 19:56:32.440568 [ 260 ] {30bb3d5d-df44-47d4-bdaf-06eb2328d4d1} <Debug> TCPHandler: Processed in 0.002391802 sec. | ||
| 12318 | 2025.01.16 19:56:32.440896 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12319 | 2025.01.16 19:56:32.441101 [ 262 ] {afa6e8af-5d40-4f4f-ae03-1e154ed0d72c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12320 | 2025.01.16 19:56:32.441175 [ 262 ] {afa6e8af-5d40-4f4f-ae03-1e154ed0d72c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12321 | 2025.01.16 19:56:32.441965 [ 262 ] {afa6e8af-5d40-4f4f-ae03-1e154ed0d72c} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12322 | 2025.01.16 19:56:32.442018 [ 262 ] {afa6e8af-5d40-4f4f-ae03-1e154ed0d72c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12323 | 2025.01.16 19:56:32.442481 [ 262 ] {afa6e8af-5d40-4f4f-ae03-1e154ed0d72c} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12324 | 2025.01.16 19:56:32.442761 [ 262 ] {afa6e8af-5d40-4f4f-ae03-1e154ed0d72c} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12325 | 2025.01.16 19:56:32.443002 [ 262 ] {afa6e8af-5d40-4f4f-ae03-1e154ed0d72c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001954 sec., 32753.326509723644 rows/sec., 2.56 MiB/sec. | ||
| 12326 | 2025.01.16 19:56:32.443068 [ 262 ] {afa6e8af-5d40-4f4f-ae03-1e154ed0d72c} <Debug> TCPHandler: Processed in 0.002355541 sec. | ||
| 12327 | 2025.01.16 19:56:32.443240 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12328 | 2025.01.16 19:56:32.443386 [ 260 ] {8e87b909-558d-47c9-b055-7be17a89ca6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12329 | 2025.01.16 19:56:32.443453 [ 260 ] {8e87b909-558d-47c9-b055-7be17a89ca6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12330 | 2025.01.16 19:56:32.444109 [ 260 ] {8e87b909-558d-47c9-b055-7be17a89ca6c} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12331 | 2025.01.16 19:56:32.444155 [ 260 ] {8e87b909-558d-47c9-b055-7be17a89ca6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12332 | 2025.01.16 19:56:32.444680 [ 260 ] {8e87b909-558d-47c9-b055-7be17a89ca6c} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12333 | 2025.01.16 19:56:32.444918 [ 260 ] {8e87b909-558d-47c9-b055-7be17a89ca6c} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12334 | 2025.01.16 19:56:32.445125 [ 260 ] {8e87b909-558d-47c9-b055-7be17a89ca6c} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001774 sec., 18038.331454340474 rows/sec., 1.26 MiB/sec. | ||
| 12335 | 2025.01.16 19:56:32.445183 [ 260 ] {8e87b909-558d-47c9-b055-7be17a89ca6c} <Debug> TCPHandler: Processed in 0.002012975 sec. | ||
| 12336 | 2025.01.16 19:56:32.445376 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12337 | 2025.01.16 19:56:32.445515 [ 262 ] {e1d6716e-8187-49ac-8573-9aec4f72f401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12338 | 2025.01.16 19:56:32.445584 [ 262 ] {e1d6716e-8187-49ac-8573-9aec4f72f401} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12339 | 2025.01.16 19:56:32.446194 [ 262 ] {e1d6716e-8187-49ac-8573-9aec4f72f401} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12340 | 2025.01.16 19:56:32.446239 [ 262 ] {e1d6716e-8187-49ac-8573-9aec4f72f401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
| 12341 | 2025.01.16 19:56:32.446715 [ 262 ] {e1d6716e-8187-49ac-8573-9aec4f72f401} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12342 | 2025.01.16 19:56:32.447028 [ 262 ] {e1d6716e-8187-49ac-8573-9aec4f72f401} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12343 | 2025.01.16 19:56:32.447258 [ 262 ] {e1d6716e-8187-49ac-8573-9aec4f72f401} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001777 sec., 6752.954417557682 rows/sec., 466.02 KiB/sec. | ||
| 12344 | 2025.01.16 19:56:32.447337 [ 262 ] {e1d6716e-8187-49ac-8573-9aec4f72f401} <Debug> TCPHandler: Processed in 0.002027876 sec. | ||
| 12345 | 2025.01.16 19:56:33.361499 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27999 | ||
| 12346 | 2025.01.16 19:56:33.362277 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12347 | 2025.01.16 19:56:33.362326 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12348 | 2025.01.16 19:56:33.362843 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12349 | 2025.01.16 19:56:33.363118 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12350 | 2025.01.16 19:56:33.363279 [ 155 ] {} <Debug> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12351 | 2025.01.16 19:56:33.363330 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999 | ||
| 12352 | 2025.01.16 19:56:33.363334 [ 155 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12353 | 2025.01.16 19:56:33.363369 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12354 | 2025.01.16 19:56:33.363474 [ 195 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 12355 | 2025.01.16 19:56:33.363590 [ 195 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12356 | 2025.01.16 19:56:33.363628 [ 195 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25681 rows starting from the beginning of the part | ||
| 12357 | 2025.01.16 19:56:33.363706 [ 195 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 488 rows starting from the beginning of the part | ||
| 12358 | 2025.01.16 19:56:33.363956 [ 195 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 427 rows starting from the beginning of the part | ||
| 12359 | 2025.01.16 19:56:33.364188 [ 195 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 488 rows starting from the beginning of the part | ||
| 12360 | 2025.01.16 19:56:33.364315 [ 195 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 427 rows starting from the beginning of the part | ||
| 12361 | 2025.01.16 19:56:33.364471 [ 195 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 488 rows starting from the beginning of the part | ||
| 12362 | 2025.01.16 19:56:33.367132 [ 189 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.003707135 sec., 7552732.770724563 rows/sec., 108.04 MiB/sec. | ||
| 12363 | 2025.01.16 19:56:33.367378 [ 195 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12364 | 2025.01.16 19:56:33.367648 [ 195 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_61_12} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12365 | 2025.01.16 19:56:33.367724 [ 195 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_61_12} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12366 | 2025.01.16 19:56:33.367809 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. | ||
| 12367 | 2025.01.16 19:56:35.383101 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 12368 | 2025.01.16 19:56:35.405129 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12369 | 2025.01.16 19:56:35.405185 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12370 | 2025.01.16 19:56:35.412572 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12371 | 2025.01.16 19:56:35.413374 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12372 | 2025.01.16 19:56:35.413698 [ 152 ] {} <Debug> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12373 | 2025.01.16 19:56:35.413769 [ 152 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12374 | 2025.01.16 19:56:35.413814 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12375 | 2025.01.16 19:56:35.414284 [ 190 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 12376 | 2025.01.16 19:56:35.428591 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 12377 | 2025.01.16 19:56:35.430481 [ 190 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12378 | 2025.01.16 19:56:35.431757 [ 190 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 423 rows starting from the beginning of the part | ||
| 12379 | 2025.01.16 19:56:35.437032 [ 190 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 7 rows starting from the beginning of the part | ||
| 12380 | 2025.01.16 19:56:35.442331 [ 190 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 8 rows starting from the beginning of the part | ||
| 12381 | 2025.01.16 19:56:35.447704 [ 190 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 7 rows starting from the beginning of the part | ||
| 12382 | 2025.01.16 19:56:35.453344 [ 190 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 8 rows starting from the beginning of the part | ||
| 12383 | 2025.01.16 19:56:35.457895 [ 190 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 7 rows starting from the beginning of the part | ||
| 12384 | 2025.01.16 19:56:35.517500 [ 195 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.103542316 sec., 4442.62807488293 rows/sec., 22.97 MiB/sec. | ||
| 12385 | 2025.01.16 19:56:35.520508 [ 188 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12386 | 2025.01.16 19:56:35.523404 [ 188 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_61_12} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12387 | 2025.01.16 19:56:35.523497 [ 188 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_61_12} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12388 | 2025.01.16 19:56:35.525770 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 12389 | 2025.01.16 19:56:36.019535 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1730 | ||
| 12390 | 2025.01.16 19:56:36.022998 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12391 | 2025.01.16 19:56:36.023057 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12392 | 2025.01.16 19:56:36.024616 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12393 | 2025.01.16 19:56:36.024947 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12394 | 2025.01.16 19:56:36.026409 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1730 | ||
| 12395 | 2025.01.16 19:56:37.446194 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12396 | 2025.01.16 19:56:37.446423 [ 260 ] {e82c1f8d-615e-4c38-810d-968722c1179e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12397 | 2025.01.16 19:56:37.446520 [ 260 ] {e82c1f8d-615e-4c38-810d-968722c1179e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12398 | 2025.01.16 19:56:37.447492 [ 260 ] {e82c1f8d-615e-4c38-810d-968722c1179e} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12399 | 2025.01.16 19:56:37.447544 [ 260 ] {e82c1f8d-615e-4c38-810d-968722c1179e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12400 | 2025.01.16 19:56:37.447991 [ 260 ] {e82c1f8d-615e-4c38-810d-968722c1179e} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12401 | 2025.01.16 19:56:37.448252 [ 260 ] {e82c1f8d-615e-4c38-810d-968722c1179e} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12402 | 2025.01.16 19:56:37.448526 [ 260 ] {e82c1f8d-615e-4c38-810d-968722c1179e} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002173 sec., 62586.28624022089 rows/sec., 5.40 MiB/sec. | ||
| 12403 | 2025.01.16 19:56:37.448636 [ 260 ] {e82c1f8d-615e-4c38-810d-968722c1179e} <Debug> TCPHandler: Processed in 0.002579205 sec. | ||
| 12404 | 2025.01.16 19:56:37.448911 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12405 | 2025.01.16 19:56:37.449096 [ 262 ] {e9d1c967-f10d-4718-8681-f23366d00525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12406 | 2025.01.16 19:56:37.449167 [ 262 ] {e9d1c967-f10d-4718-8681-f23366d00525} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12407 | 2025.01.16 19:56:37.449911 [ 262 ] {e9d1c967-f10d-4718-8681-f23366d00525} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12408 | 2025.01.16 19:56:37.449957 [ 262 ] {e9d1c967-f10d-4718-8681-f23366d00525} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12409 | 2025.01.16 19:56:37.450385 [ 262 ] {e9d1c967-f10d-4718-8681-f23366d00525} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 12410 | 2025.01.16 19:56:37.450639 [ 262 ] {e9d1c967-f10d-4718-8681-f23366d00525} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12411 | 2025.01.16 19:56:37.450838 [ 154 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 12412 | 2025.01.16 19:56:37.450878 [ 262 ] {e9d1c967-f10d-4718-8681-f23366d00525} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001823 sec., 21941.854086670322 rows/sec., 1.61 MiB/sec. | ||
| 12413 | 2025.01.16 19:56:37.450893 [ 154 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12414 | 2025.01.16 19:56:37.450962 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12415 | 2025.01.16 19:56:37.451016 [ 262 ] {e9d1c967-f10d-4718-8681-f23366d00525} <Debug> TCPHandler: Processed in 0.00225213 sec. | ||
| 12416 | 2025.01.16 19:56:37.451226 [ 186 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 12417 | 2025.01.16 19:56:37.451235 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12418 | 2025.01.16 19:56:37.451395 [ 186 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12419 | 2025.01.16 19:56:37.451425 [ 260 ] {60fa82ef-bcd8-4568-a797-18d8a15ea9aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12420 | 2025.01.16 19:56:37.451441 [ 186 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 65 rows starting from the beginning of the part | ||
| 12421 | 2025.01.16 19:56:37.451499 [ 260 ] {60fa82ef-bcd8-4568-a797-18d8a15ea9aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12422 | 2025.01.16 19:56:37.451573 [ 186 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 50 rows starting from the beginning of the part | ||
| 12423 | 2025.01.16 19:56:37.451966 [ 186 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 7 rows starting from the beginning of the part | ||
| 12424 | 2025.01.16 19:56:37.452156 [ 186 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 40 rows starting from the beginning of the part | ||
| 12425 | 2025.01.16 19:56:37.452487 [ 186 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 13 rows starting from the beginning of the part | ||
| 12426 | 2025.01.16 19:56:37.452859 [ 186 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 40 rows starting from the beginning of the part | ||
| 12427 | 2025.01.16 19:56:37.453901 [ 260 ] {60fa82ef-bcd8-4568-a797-18d8a15ea9aa} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12428 | 2025.01.16 19:56:37.453947 [ 260 ] {60fa82ef-bcd8-4568-a797-18d8a15ea9aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12429 | 2025.01.16 19:56:37.454531 [ 260 ] {60fa82ef-bcd8-4568-a797-18d8a15ea9aa} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12430 | 2025.01.16 19:56:37.454577 [ 186 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 215 rows, containing 5 columns (5 merged, 0 gathered) in 0.003516431 sec., 61141.53811065822 rows/sec., 4.61 MiB/sec. | ||
| 12431 | 2025.01.16 19:56:37.454701 [ 186 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 12432 | 2025.01.16 19:56:37.454840 [ 260 ] {60fa82ef-bcd8-4568-a797-18d8a15ea9aa} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12433 | 2025.01.16 19:56:37.455073 [ 186 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_86_17} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12434 | 2025.01.16 19:56:37.455159 [ 260 ] {60fa82ef-bcd8-4568-a797-18d8a15ea9aa} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.003777 sec., 27535.08075191951 rows/sec., 2.15 MiB/sec. | ||
| 12435 | 2025.01.16 19:56:37.455242 [ 186 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_86_17} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 12436 | 2025.01.16 19:56:37.455290 [ 260 ] {60fa82ef-bcd8-4568-a797-18d8a15ea9aa} <Debug> TCPHandler: Processed in 0.004160903 sec. | ||
| 12437 | 2025.01.16 19:56:37.455525 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12438 | 2025.01.16 19:56:37.455622 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12439 | 2025.01.16 19:56:37.455925 [ 262 ] {ab89a726-267f-467b-b54a-4609868befa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12440 | 2025.01.16 19:56:37.456093 [ 262 ] {ab89a726-267f-467b-b54a-4609868befa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12441 | 2025.01.16 19:56:37.456760 [ 262 ] {ab89a726-267f-467b-b54a-4609868befa6} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12442 | 2025.01.16 19:56:37.456800 [ 262 ] {ab89a726-267f-467b-b54a-4609868befa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12443 | 2025.01.16 19:56:37.457211 [ 262 ] {ab89a726-267f-467b-b54a-4609868befa6} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12444 | 2025.01.16 19:56:37.457463 [ 262 ] {ab89a726-267f-467b-b54a-4609868befa6} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12445 | 2025.01.16 19:56:37.457709 [ 262 ] {ab89a726-267f-467b-b54a-4609868befa6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001903 sec., 84077.77193904361 rows/sec., 5.86 MiB/sec. | ||
| 12446 | 2025.01.16 19:56:37.457766 [ 262 ] {ab89a726-267f-467b-b54a-4609868befa6} <Debug> TCPHandler: Processed in 0.002336181 sec. | ||
| 12447 | 2025.01.16 19:56:37.457964 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12448 | 2025.01.16 19:56:37.458189 [ 260 ] {b0754c9b-75ec-4fdc-bcf2-ec99347c697d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12449 | 2025.01.16 19:56:37.458327 [ 260 ] {b0754c9b-75ec-4fdc-bcf2-ec99347c697d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12450 | 2025.01.16 19:56:37.459526 [ 260 ] {b0754c9b-75ec-4fdc-bcf2-ec99347c697d} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12451 | 2025.01.16 19:56:37.459563 [ 260 ] {b0754c9b-75ec-4fdc-bcf2-ec99347c697d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12452 | 2025.01.16 19:56:37.460226 [ 260 ] {b0754c9b-75ec-4fdc-bcf2-ec99347c697d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12453 | 2025.01.16 19:56:37.460486 [ 260 ] {b0754c9b-75ec-4fdc-bcf2-ec99347c697d} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12454 | 2025.01.16 19:56:37.460727 [ 260 ] {b0754c9b-75ec-4fdc-bcf2-ec99347c697d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002592 sec., 15432.098765432098 rows/sec., 27.65 MiB/sec. | ||
| 12455 | 2025.01.16 19:56:37.461296 [ 260 ] {b0754c9b-75ec-4fdc-bcf2-ec99347c697d} <Debug> TCPHandler: Processed in 0.00343956 sec. | ||
| 12456 | 2025.01.16 19:56:37.461473 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12457 | 2025.01.16 19:56:37.461589 [ 262 ] {4359187a-74f1-4978-8533-505e476e27d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12458 | 2025.01.16 19:56:37.461641 [ 262 ] {4359187a-74f1-4978-8533-505e476e27d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12459 | 2025.01.16 19:56:37.462112 [ 262 ] {4359187a-74f1-4978-8533-505e476e27d2} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12460 | 2025.01.16 19:56:37.462150 [ 262 ] {4359187a-74f1-4978-8533-505e476e27d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12461 | 2025.01.16 19:56:37.462537 [ 262 ] {4359187a-74f1-4978-8533-505e476e27d2} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12462 | 2025.01.16 19:56:37.462777 [ 262 ] {4359187a-74f1-4978-8533-505e476e27d2} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12463 | 2025.01.16 19:56:37.463004 [ 262 ] {4359187a-74f1-4978-8533-505e476e27d2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001435 sec., 41811.846689895465 rows/sec., 2.82 MiB/sec. | ||
| 12464 | 2025.01.16 19:56:37.463091 [ 262 ] {4359187a-74f1-4978-8533-505e476e27d2} <Debug> TCPHandler: Processed in 0.001695579 sec. | ||
| 12465 | 2025.01.16 19:56:40.661294 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12466 | 2025.01.16 19:56:40.661360 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12467 | 2025.01.16 19:56:40.863531 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28426 | ||
| 12468 | 2025.01.16 19:56:40.864179 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12469 | 2025.01.16 19:56:40.864228 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12470 | 2025.01.16 19:56:40.864762 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12471 | 2025.01.16 19:56:40.865021 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12472 | 2025.01.16 19:56:40.865333 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
| 12473 | 2025.01.16 19:56:42.448990 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12474 | 2025.01.16 19:56:42.449198 [ 260 ] {a0a8fe29-d815-4322-938b-cdb2c6de1af8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12475 | 2025.01.16 19:56:42.449281 [ 260 ] {a0a8fe29-d815-4322-938b-cdb2c6de1af8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12476 | 2025.01.16 19:56:42.450062 [ 260 ] {a0a8fe29-d815-4322-938b-cdb2c6de1af8} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12477 | 2025.01.16 19:56:42.450115 [ 260 ] {a0a8fe29-d815-4322-938b-cdb2c6de1af8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12478 | 2025.01.16 19:56:42.450545 [ 260 ] {a0a8fe29-d815-4322-938b-cdb2c6de1af8} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12479 | 2025.01.16 19:56:42.450808 [ 260 ] {a0a8fe29-d815-4322-938b-cdb2c6de1af8} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12480 | 2025.01.16 19:56:42.451068 [ 260 ] {a0a8fe29-d815-4322-938b-cdb2c6de1af8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00193 sec., 7253.886010362694 rows/sec., 522.18 KiB/sec. | ||
| 12481 | 2025.01.16 19:56:42.451139 [ 260 ] {a0a8fe29-d815-4322-938b-cdb2c6de1af8} <Debug> TCPHandler: Processed in 0.00229056 sec. | ||
| 12482 | 2025.01.16 19:56:42.451361 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12483 | 2025.01.16 19:56:42.451551 [ 262 ] {6324198d-c4f1-4802-ba95-b77a6c326058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12484 | 2025.01.16 19:56:42.451621 [ 262 ] {6324198d-c4f1-4802-ba95-b77a6c326058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12485 | 2025.01.16 19:56:42.452434 [ 262 ] {6324198d-c4f1-4802-ba95-b77a6c326058} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12486 | 2025.01.16 19:56:42.452480 [ 262 ] {6324198d-c4f1-4802-ba95-b77a6c326058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12487 | 2025.01.16 19:56:42.452932 [ 262 ] {6324198d-c4f1-4802-ba95-b77a6c326058} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12488 | 2025.01.16 19:56:42.453183 [ 262 ] {6324198d-c4f1-4802-ba95-b77a6c326058} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12489 | 2025.01.16 19:56:42.453378 [ 262 ] {6324198d-c4f1-4802-ba95-b77a6c326058} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001878 sec., 108093.71671991481 rows/sec., 9.36 MiB/sec. | ||
| 12490 | 2025.01.16 19:56:42.453433 [ 262 ] {6324198d-c4f1-4802-ba95-b77a6c326058} <Debug> TCPHandler: Processed in 0.002197558 sec. | ||
| 12491 | 2025.01.16 19:56:42.453588 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12492 | 2025.01.16 19:56:42.453792 [ 260 ] {32839f97-7285-44f2-bf21-7eba63e459c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12493 | 2025.01.16 19:56:42.453885 [ 260 ] {32839f97-7285-44f2-bf21-7eba63e459c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12494 | 2025.01.16 19:56:42.454832 [ 260 ] {32839f97-7285-44f2-bf21-7eba63e459c2} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12495 | 2025.01.16 19:56:42.454874 [ 260 ] {32839f97-7285-44f2-bf21-7eba63e459c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12496 | 2025.01.16 19:56:42.455236 [ 260 ] {32839f97-7285-44f2-bf21-7eba63e459c2} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 12497 | 2025.01.16 19:56:42.455473 [ 260 ] {32839f97-7285-44f2-bf21-7eba63e459c2} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12498 | 2025.01.16 19:56:42.455683 [ 260 ] {32839f97-7285-44f2-bf21-7eba63e459c2} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.00195 sec., 3589.74358974359 rows/sec., 233.87 KiB/sec. | ||
| 12499 | 2025.01.16 19:56:42.455740 [ 260 ] {32839f97-7285-44f2-bf21-7eba63e459c2} <Debug> TCPHandler: Processed in 0.002219679 sec. | ||
| 12500 | 2025.01.16 19:56:42.455873 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12501 | 2025.01.16 19:56:42.455988 [ 262 ] {2e5a34f4-e5cc-4952-8c46-2c0be1a2d5d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12502 | 2025.01.16 19:56:42.456036 [ 262 ] {2e5a34f4-e5cc-4952-8c46-2c0be1a2d5d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12503 | 2025.01.16 19:56:42.456633 [ 262 ] {2e5a34f4-e5cc-4952-8c46-2c0be1a2d5d4} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12504 | 2025.01.16 19:56:42.456671 [ 262 ] {2e5a34f4-e5cc-4952-8c46-2c0be1a2d5d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12505 | 2025.01.16 19:56:42.457031 [ 262 ] {2e5a34f4-e5cc-4952-8c46-2c0be1a2d5d4} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12506 | 2025.01.16 19:56:42.457267 [ 262 ] {2e5a34f4-e5cc-4952-8c46-2c0be1a2d5d4} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12507 | 2025.01.16 19:56:42.457454 [ 262 ] {2e5a34f4-e5cc-4952-8c46-2c0be1a2d5d4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001489 sec., 9402.283411685694 rows/sec., 658.47 KiB/sec. | ||
| 12508 | 2025.01.16 19:56:42.457507 [ 262 ] {2e5a34f4-e5cc-4952-8c46-2c0be1a2d5d4} <Debug> TCPHandler: Processed in 0.00169188 sec. | ||
| 12509 | 2025.01.16 19:56:42.457667 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12510 | 2025.01.16 19:56:42.457805 [ 260 ] {9e16976a-e4cf-4373-b742-d6cb8013d03f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12511 | 2025.01.16 19:56:42.457861 [ 260 ] {9e16976a-e4cf-4373-b742-d6cb8013d03f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12512 | 2025.01.16 19:56:42.458537 [ 260 ] {9e16976a-e4cf-4373-b742-d6cb8013d03f} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12513 | 2025.01.16 19:56:42.458584 [ 260 ] {9e16976a-e4cf-4373-b742-d6cb8013d03f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12514 | 2025.01.16 19:56:42.458943 [ 260 ] {9e16976a-e4cf-4373-b742-d6cb8013d03f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12515 | 2025.01.16 19:56:42.459171 [ 260 ] {9e16976a-e4cf-4373-b742-d6cb8013d03f} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12516 | 2025.01.16 19:56:42.459427 [ 260 ] {9e16976a-e4cf-4373-b742-d6cb8013d03f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001651 sec., 7874.0157480314965 rows/sec., 490.94 KiB/sec. | ||
| 12517 | 2025.01.16 19:56:42.459649 [ 260 ] {9e16976a-e4cf-4373-b742-d6cb8013d03f} <Debug> TCPHandler: Processed in 0.002041606 sec. | ||
| 12518 | 2025.01.16 19:56:42.459856 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12519 | 2025.01.16 19:56:42.459971 [ 262 ] {5fdcf8a4-8171-46cb-bda9-a30815b344ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12520 | 2025.01.16 19:56:42.460018 [ 262 ] {5fdcf8a4-8171-46cb-bda9-a30815b344ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12521 | 2025.01.16 19:56:42.460707 [ 262 ] {5fdcf8a4-8171-46cb-bda9-a30815b344ed} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12522 | 2025.01.16 19:56:42.460744 [ 262 ] {5fdcf8a4-8171-46cb-bda9-a30815b344ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12523 | 2025.01.16 19:56:42.461131 [ 262 ] {5fdcf8a4-8171-46cb-bda9-a30815b344ed} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12524 | 2025.01.16 19:56:42.461373 [ 262 ] {5fdcf8a4-8171-46cb-bda9-a30815b344ed} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12525 | 2025.01.16 19:56:42.461553 [ 262 ] {5fdcf8a4-8171-46cb-bda9-a30815b344ed} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001604 sec., 238154.61346633418 rows/sec., 16.85 MiB/sec. | ||
| 12526 | 2025.01.16 19:56:42.461603 [ 262 ] {5fdcf8a4-8171-46cb-bda9-a30815b344ed} <Debug> TCPHandler: Processed in 0.001846063 sec. | ||
| 12527 | 2025.01.16 19:56:42.461751 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12528 | 2025.01.16 19:56:42.461888 [ 260 ] {d5514866-4aae-4dd5-bc67-d4d5c00891c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12529 | 2025.01.16 19:56:42.461947 [ 260 ] {d5514866-4aae-4dd5-bc67-d4d5c00891c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12530 | 2025.01.16 19:56:42.462507 [ 260 ] {d5514866-4aae-4dd5-bc67-d4d5c00891c5} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12531 | 2025.01.16 19:56:42.462553 [ 260 ] {d5514866-4aae-4dd5-bc67-d4d5c00891c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12532 | 2025.01.16 19:56:42.462928 [ 260 ] {d5514866-4aae-4dd5-bc67-d4d5c00891c5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12533 | 2025.01.16 19:56:42.463170 [ 260 ] {d5514866-4aae-4dd5-bc67-d4d5c00891c5} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12534 | 2025.01.16 19:56:42.463386 [ 260 ] {d5514866-4aae-4dd5-bc67-d4d5c00891c5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001519 sec., 3949.9670836076366 rows/sec., 206.37 KiB/sec. | ||
| 12535 | 2025.01.16 19:56:42.463490 [ 260 ] {d5514866-4aae-4dd5-bc67-d4d5c00891c5} <Debug> TCPHandler: Processed in 0.001801102 sec. | ||
| 12536 | 2025.01.16 19:56:42.463662 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12537 | 2025.01.16 19:56:42.463781 [ 262 ] {52795f2e-b393-41a7-8dcd-3ef056eba7d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12538 | 2025.01.16 19:56:42.463831 [ 262 ] {52795f2e-b393-41a7-8dcd-3ef056eba7d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12539 | 2025.01.16 19:56:42.464404 [ 262 ] {52795f2e-b393-41a7-8dcd-3ef056eba7d0} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12540 | 2025.01.16 19:56:42.464441 [ 262 ] {52795f2e-b393-41a7-8dcd-3ef056eba7d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12541 | 2025.01.16 19:56:42.464835 [ 262 ] {52795f2e-b393-41a7-8dcd-3ef056eba7d0} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12542 | 2025.01.16 19:56:42.465069 [ 262 ] {52795f2e-b393-41a7-8dcd-3ef056eba7d0} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12543 | 2025.01.16 19:56:42.465246 [ 84 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 6 parts from all_1_99_20 to all_104_104_0 | ||
| 12544 | 2025.01.16 19:56:42.465305 [ 262 ] {52795f2e-b393-41a7-8dcd-3ef056eba7d0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001545 sec., 153398.0582524272 rows/sec., 10.28 MiB/sec. | ||
| 12545 | 2025.01.16 19:56:42.465332 [ 84 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12546 | 2025.01.16 19:56:42.465406 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12547 | 2025.01.16 19:56:42.465430 [ 262 ] {52795f2e-b393-41a7-8dcd-3ef056eba7d0} <Debug> TCPHandler: Processed in 0.001855833 sec. | ||
| 12548 | 2025.01.16 19:56:42.465660 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12549 | 2025.01.16 19:56:42.465729 [ 193 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_104_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_99_20 to all_104_104_0 into Compact with storage Full | ||
| 12550 | 2025.01.16 19:56:42.466116 [ 260 ] {238da603-0179-4792-8939-291d2886c57e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12551 | 2025.01.16 19:56:42.466382 [ 260 ] {238da603-0179-4792-8939-291d2886c57e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12552 | 2025.01.16 19:56:42.466399 [ 193 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_104_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12553 | 2025.01.16 19:56:42.466576 [ 193 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_99_20, total 27113 rows starting from the beginning of the part | ||
| 12554 | 2025.01.16 19:56:42.467297 [ 193 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part | ||
| 12555 | 2025.01.16 19:56:42.468024 [ 193 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 928 rows starting from the beginning of the part | ||
| 12556 | 2025.01.16 19:56:42.468595 [ 193 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 32 rows starting from the beginning of the part | ||
| 12557 | 2025.01.16 19:56:42.468984 [ 193 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 160 rows starting from the beginning of the part | ||
| 12558 | 2025.01.16 19:56:42.469293 [ 193 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_104_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 237 rows starting from the beginning of the part | ||
| 12559 | 2025.01.16 19:56:42.469834 [ 260 ] {238da603-0179-4792-8939-291d2886c57e} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12560 | 2025.01.16 19:56:42.469902 [ 260 ] {238da603-0179-4792-8939-291d2886c57e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12561 | 2025.01.16 19:56:42.470586 [ 260 ] {238da603-0179-4792-8939-291d2886c57e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12562 | 2025.01.16 19:56:42.470904 [ 260 ] {238da603-0179-4792-8939-291d2886c57e} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12563 | 2025.01.16 19:56:42.471196 [ 260 ] {238da603-0179-4792-8939-291d2886c57e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005247 sec., 190.5850962454736 rows/sec., 12.84 KiB/sec. | ||
| 12564 | 2025.01.16 19:56:42.471348 [ 260 ] {238da603-0179-4792-8939-291d2886c57e} <Debug> TCPHandler: Processed in 0.005833503 sec. | ||
| 12565 | 2025.01.16 19:56:42.471568 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12566 | 2025.01.16 19:56:42.471766 [ 262 ] {33d86d2b-adcf-4256-b6d0-dbbda66dae66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12567 | 2025.01.16 19:56:42.471853 [ 262 ] {33d86d2b-adcf-4256-b6d0-dbbda66dae66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12568 | 2025.01.16 19:56:42.472528 [ 262 ] {33d86d2b-adcf-4256-b6d0-dbbda66dae66} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12569 | 2025.01.16 19:56:42.472576 [ 262 ] {33d86d2b-adcf-4256-b6d0-dbbda66dae66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12570 | 2025.01.16 19:56:42.473234 [ 262 ] {33d86d2b-adcf-4256-b6d0-dbbda66dae66} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12571 | 2025.01.16 19:56:42.473568 [ 262 ] {33d86d2b-adcf-4256-b6d0-dbbda66dae66} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12572 | 2025.01.16 19:56:42.473823 [ 262 ] {33d86d2b-adcf-4256-b6d0-dbbda66dae66} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002107 sec., 38917.892738490744 rows/sec., 2.47 MiB/sec. | ||
| 12573 | 2025.01.16 19:56:42.473875 [ 262 ] {33d86d2b-adcf-4256-b6d0-dbbda66dae66} <Debug> TCPHandler: Processed in 0.002389072 sec. | ||
| 12574 | 2025.01.16 19:56:42.476517 [ 186 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_104_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28630 rows, containing 5 columns (5 merged, 0 gathered) in 0.011010863 sec., 2600159.497034883 rows/sec., 175.67 MiB/sec. | ||
| 12575 | 2025.01.16 19:56:42.477192 [ 204 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_104_21} <Trace> MergedBlockOutputStream: filled checksums all_1_104_21 (state Temporary) | ||
| 12576 | 2025.01.16 19:56:42.477752 [ 204 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_104_21} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_104_21 to all_1_104_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12577 | 2025.01.16 19:56:42.477851 [ 204 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_104_21} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 6 parts: [all_1_99_20, all_104_104_0] -> all_1_104_21 | ||
| 12578 | 2025.01.16 19:56:42.477958 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 12579 | 2025.01.16 19:56:42.928755 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 12580 | 2025.01.16 19:56:42.947574 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12581 | 2025.01.16 19:56:42.947621 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12582 | 2025.01.16 19:56:42.954545 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12583 | 2025.01.16 19:56:42.955301 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12584 | 2025.01.16 19:56:42.958476 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 12585 | 2025.01.16 19:56:46.026736 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1762 | ||
| 12586 | 2025.01.16 19:56:46.029961 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12587 | 2025.01.16 19:56:46.030020 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12588 | 2025.01.16 19:56:46.031503 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12589 | 2025.01.16 19:56:46.031826 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12590 | 2025.01.16 19:56:46.032124 [ 93 ] {} <Debug> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 12591 | 2025.01.16 19:56:46.032245 [ 93 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12592 | 2025.01.16 19:56:46.032340 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12593 | 2025.01.16 19:56:46.032913 [ 192 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 12594 | 2025.01.16 19:56:46.033428 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1762 | ||
| 12595 | 2025.01.16 19:56:46.033959 [ 192 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12596 | 2025.01.16 19:56:46.034140 [ 192 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1580 rows starting from the beginning of the part | ||
| 12597 | 2025.01.16 19:56:46.034819 [ 192 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 42 rows starting from the beginning of the part | ||
| 12598 | 2025.01.16 19:56:46.035545 [ 192 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 32 rows starting from the beginning of the part | ||
| 12599 | 2025.01.16 19:56:46.036266 [ 192 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 34 rows starting from the beginning of the part | ||
| 12600 | 2025.01.16 19:56:46.036924 [ 192 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 42 rows starting from the beginning of the part | ||
| 12601 | 2025.01.16 19:56:46.037529 [ 192 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 32 rows starting from the beginning of the part | ||
| 12602 | 2025.01.16 19:56:46.046405 [ 191 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1762 rows, containing 72 columns (72 merged, 0 gathered) in 0.013853303 sec., 127189.88388545316 rows/sec., 97.65 MiB/sec. | ||
| 12603 | 2025.01.16 19:56:46.048469 [ 191 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 12604 | 2025.01.16 19:56:46.049350 [ 191 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_46_9} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12605 | 2025.01.16 19:56:46.049456 [ 191 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_46_9} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 12606 | 2025.01.16 19:56:46.049848 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. | ||
| 12607 | 2025.01.16 19:56:47.446743 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12608 | 2025.01.16 19:56:47.446950 [ 260 ] {7dc48a7a-820a-42fa-8306-f2a1c5c471e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12609 | 2025.01.16 19:56:47.447033 [ 260 ] {7dc48a7a-820a-42fa-8306-f2a1c5c471e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12610 | 2025.01.16 19:56:47.447959 [ 260 ] {7dc48a7a-820a-42fa-8306-f2a1c5c471e1} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12611 | 2025.01.16 19:56:47.448013 [ 260 ] {7dc48a7a-820a-42fa-8306-f2a1c5c471e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12612 | 2025.01.16 19:56:47.448460 [ 260 ] {7dc48a7a-820a-42fa-8306-f2a1c5c471e1} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12613 | 2025.01.16 19:56:47.448715 [ 260 ] {7dc48a7a-820a-42fa-8306-f2a1c5c471e1} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12614 | 2025.01.16 19:56:47.448970 [ 260 ] {7dc48a7a-820a-42fa-8306-f2a1c5c471e1} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.00208 sec., 65384.61538461539 rows/sec., 5.64 MiB/sec. | ||
| 12615 | 2025.01.16 19:56:47.449038 [ 260 ] {7dc48a7a-820a-42fa-8306-f2a1c5c471e1} <Debug> TCPHandler: Processed in 0.002430543 sec. | ||
| 12616 | 2025.01.16 19:56:47.449304 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12617 | 2025.01.16 19:56:47.449520 [ 262 ] {7540c68e-0ef7-4065-8a48-c73210fec6dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12618 | 2025.01.16 19:56:47.449598 [ 262 ] {7540c68e-0ef7-4065-8a48-c73210fec6dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12619 | 2025.01.16 19:56:47.450372 [ 262 ] {7540c68e-0ef7-4065-8a48-c73210fec6dd} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12620 | 2025.01.16 19:56:47.450412 [ 262 ] {7540c68e-0ef7-4065-8a48-c73210fec6dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12621 | 2025.01.16 19:56:47.450846 [ 262 ] {7540c68e-0ef7-4065-8a48-c73210fec6dd} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 12622 | 2025.01.16 19:56:47.451100 [ 262 ] {7540c68e-0ef7-4065-8a48-c73210fec6dd} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12623 | 2025.01.16 19:56:47.451292 [ 262 ] {7540c68e-0ef7-4065-8a48-c73210fec6dd} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001831 sec., 21845.98580010923 rows/sec., 1.60 MiB/sec. | ||
| 12624 | 2025.01.16 19:56:47.451349 [ 262 ] {7540c68e-0ef7-4065-8a48-c73210fec6dd} <Debug> TCPHandler: Processed in 0.002188618 sec. | ||
| 12625 | 2025.01.16 19:56:47.451513 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12626 | 2025.01.16 19:56:47.451657 [ 260 ] {5a96abd6-5760-4059-898d-b8769a1101bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12627 | 2025.01.16 19:56:47.451717 [ 260 ] {5a96abd6-5760-4059-898d-b8769a1101bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12628 | 2025.01.16 19:56:47.452378 [ 260 ] {5a96abd6-5760-4059-898d-b8769a1101bc} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12629 | 2025.01.16 19:56:47.452421 [ 260 ] {5a96abd6-5760-4059-898d-b8769a1101bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12630 | 2025.01.16 19:56:47.452788 [ 260 ] {5a96abd6-5760-4059-898d-b8769a1101bc} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12631 | 2025.01.16 19:56:47.453025 [ 260 ] {5a96abd6-5760-4059-898d-b8769a1101bc} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12632 | 2025.01.16 19:56:47.453261 [ 260 ] {5a96abd6-5760-4059-898d-b8769a1101bc} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001637 sec., 63530.84911423335 rows/sec., 4.96 MiB/sec. | ||
| 12633 | 2025.01.16 19:56:47.453339 [ 260 ] {5a96abd6-5760-4059-898d-b8769a1101bc} <Debug> TCPHandler: Processed in 0.001895503 sec. | ||
| 12634 | 2025.01.16 19:56:47.453545 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12635 | 2025.01.16 19:56:47.453697 [ 262 ] {9bb53e71-9c3f-4822-85d3-155f3a3282ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12636 | 2025.01.16 19:56:47.453758 [ 262 ] {9bb53e71-9c3f-4822-85d3-155f3a3282ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12637 | 2025.01.16 19:56:47.454336 [ 262 ] {9bb53e71-9c3f-4822-85d3-155f3a3282ff} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12638 | 2025.01.16 19:56:47.454374 [ 262 ] {9bb53e71-9c3f-4822-85d3-155f3a3282ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12639 | 2025.01.16 19:56:47.454770 [ 262 ] {9bb53e71-9c3f-4822-85d3-155f3a3282ff} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12640 | 2025.01.16 19:56:47.455012 [ 262 ] {9bb53e71-9c3f-4822-85d3-155f3a3282ff} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12641 | 2025.01.16 19:56:47.455204 [ 262 ] {9bb53e71-9c3f-4822-85d3-155f3a3282ff} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001538 sec., 104031.20936280883 rows/sec., 7.25 MiB/sec. | ||
| 12642 | 2025.01.16 19:56:47.455262 [ 262 ] {9bb53e71-9c3f-4822-85d3-155f3a3282ff} <Debug> TCPHandler: Processed in 0.001813112 sec. | ||
| 12643 | 2025.01.16 19:56:47.455471 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12644 | 2025.01.16 19:56:47.455663 [ 260 ] {80bf6cf5-847a-472a-9cf2-e8234d0fa251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12645 | 2025.01.16 19:56:47.455756 [ 260 ] {80bf6cf5-847a-472a-9cf2-e8234d0fa251} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12646 | 2025.01.16 19:56:47.456988 [ 260 ] {80bf6cf5-847a-472a-9cf2-e8234d0fa251} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12647 | 2025.01.16 19:56:47.457028 [ 260 ] {80bf6cf5-847a-472a-9cf2-e8234d0fa251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12648 | 2025.01.16 19:56:47.457702 [ 260 ] {80bf6cf5-847a-472a-9cf2-e8234d0fa251} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12649 | 2025.01.16 19:56:47.457954 [ 260 ] {80bf6cf5-847a-472a-9cf2-e8234d0fa251} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12650 | 2025.01.16 19:56:47.458201 [ 260 ] {80bf6cf5-847a-472a-9cf2-e8234d0fa251} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002569 sec., 15570.260801868431 rows/sec., 27.90 MiB/sec. | ||
| 12651 | 2025.01.16 19:56:47.458319 [ 260 ] {80bf6cf5-847a-472a-9cf2-e8234d0fa251} <Debug> TCPHandler: Processed in 0.002965212 sec. | ||
| 12652 | 2025.01.16 19:56:47.458476 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12653 | 2025.01.16 19:56:47.458613 [ 262 ] {38ebe2e2-dd59-498f-a646-dc5667593e93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12654 | 2025.01.16 19:56:47.458673 [ 262 ] {38ebe2e2-dd59-498f-a646-dc5667593e93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12655 | 2025.01.16 19:56:47.459198 [ 262 ] {38ebe2e2-dd59-498f-a646-dc5667593e93} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12656 | 2025.01.16 19:56:47.459235 [ 262 ] {38ebe2e2-dd59-498f-a646-dc5667593e93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12657 | 2025.01.16 19:56:47.459619 [ 262 ] {38ebe2e2-dd59-498f-a646-dc5667593e93} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12658 | 2025.01.16 19:56:47.459866 [ 262 ] {38ebe2e2-dd59-498f-a646-dc5667593e93} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12659 | 2025.01.16 19:56:47.460056 [ 262 ] {38ebe2e2-dd59-498f-a646-dc5667593e93} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001473 sec., 40733.19755600815 rows/sec., 2.75 MiB/sec. | ||
| 12660 | 2025.01.16 19:56:47.460107 [ 262 ] {38ebe2e2-dd59-498f-a646-dc5667593e93} <Debug> TCPHandler: Processed in 0.00169727 sec. | ||
| 12661 | 2025.01.16 19:56:48.365533 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28914 | ||
| 12662 | 2025.01.16 19:56:48.366257 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12663 | 2025.01.16 19:56:48.366302 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12664 | 2025.01.16 19:56:48.366835 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12665 | 2025.01.16 19:56:48.367099 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12666 | 2025.01.16 19:56:48.367345 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914 | ||
| 12667 | 2025.01.16 19:56:50.458620 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 12668 | 2025.01.16 19:56:50.478747 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12669 | 2025.01.16 19:56:50.478803 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12670 | 2025.01.16 19:56:50.485995 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12671 | 2025.01.16 19:56:50.486771 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12672 | 2025.01.16 19:56:50.490783 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 12673 | 2025.01.16 19:56:52.448355 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12674 | 2025.01.16 19:56:52.448659 [ 260 ] {8b04cf90-3ff2-4536-bcba-c8f02ee01e5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12675 | 2025.01.16 19:56:52.448771 [ 260 ] {8b04cf90-3ff2-4536-bcba-c8f02ee01e5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12676 | 2025.01.16 19:56:52.449647 [ 260 ] {8b04cf90-3ff2-4536-bcba-c8f02ee01e5e} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12677 | 2025.01.16 19:56:52.449687 [ 260 ] {8b04cf90-3ff2-4536-bcba-c8f02ee01e5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12678 | 2025.01.16 19:56:52.450111 [ 260 ] {8b04cf90-3ff2-4536-bcba-c8f02ee01e5e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12679 | 2025.01.16 19:56:52.450364 [ 260 ] {8b04cf90-3ff2-4536-bcba-c8f02ee01e5e} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12680 | 2025.01.16 19:56:52.450584 [ 260 ] {8b04cf90-3ff2-4536-bcba-c8f02ee01e5e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002006 sec., 6979.062811565304 rows/sec., 502.40 KiB/sec. | ||
| 12681 | 2025.01.16 19:56:52.450671 [ 260 ] {8b04cf90-3ff2-4536-bcba-c8f02ee01e5e} <Debug> TCPHandler: Processed in 0.002499034 sec. | ||
| 12682 | 2025.01.16 19:56:52.450958 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12683 | 2025.01.16 19:56:52.451170 [ 262 ] {6d5987c8-30fd-4d9a-9556-7e24c8a5e8a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12684 | 2025.01.16 19:56:52.451247 [ 262 ] {6d5987c8-30fd-4d9a-9556-7e24c8a5e8a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12685 | 2025.01.16 19:56:52.452134 [ 262 ] {6d5987c8-30fd-4d9a-9556-7e24c8a5e8a7} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12686 | 2025.01.16 19:56:52.452178 [ 262 ] {6d5987c8-30fd-4d9a-9556-7e24c8a5e8a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12687 | 2025.01.16 19:56:52.452624 [ 262 ] {6d5987c8-30fd-4d9a-9556-7e24c8a5e8a7} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12688 | 2025.01.16 19:56:52.453379 [ 262 ] {6d5987c8-30fd-4d9a-9556-7e24c8a5e8a7} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12689 | 2025.01.16 19:56:52.453583 [ 150 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 12690 | 2025.01.16 19:56:52.453644 [ 262 ] {6d5987c8-30fd-4d9a-9556-7e24c8a5e8a7} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002527 sec., 80332.40997229917 rows/sec., 6.95 MiB/sec. | ||
| 12691 | 2025.01.16 19:56:52.453652 [ 150 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12692 | 2025.01.16 19:56:52.453726 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12693 | 2025.01.16 19:56:52.453773 [ 262 ] {6d5987c8-30fd-4d9a-9556-7e24c8a5e8a7} <Debug> TCPHandler: Processed in 0.002968472 sec. | ||
| 12694 | 2025.01.16 19:56:52.454041 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12695 | 2025.01.16 19:56:52.454113 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 12696 | 2025.01.16 19:56:52.454352 [ 260 ] {69de3447-d713-407b-8391-efa12151c3e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12697 | 2025.01.16 19:56:52.454563 [ 260 ] {69de3447-d713-407b-8391-efa12151c3e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12698 | 2025.01.16 19:56:52.454767 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12699 | 2025.01.16 19:56:52.454945 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1434 rows starting from the beginning of the part | ||
| 12700 | 2025.01.16 19:56:52.455460 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 56 rows starting from the beginning of the part | ||
| 12701 | 2025.01.16 19:56:52.456169 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 136 rows starting from the beginning of the part | ||
| 12702 | 2025.01.16 19:56:52.456940 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 203 rows starting from the beginning of the part | ||
| 12703 | 2025.01.16 19:56:52.457472 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 136 rows starting from the beginning of the part | ||
| 12704 | 2025.01.16 19:56:52.457927 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 203 rows starting from the beginning of the part | ||
| 12705 | 2025.01.16 19:56:52.458974 [ 260 ] {69de3447-d713-407b-8391-efa12151c3e5} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12706 | 2025.01.16 19:56:52.459018 [ 260 ] {69de3447-d713-407b-8391-efa12151c3e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12707 | 2025.01.16 19:56:52.459514 [ 260 ] {69de3447-d713-407b-8391-efa12151c3e5} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 12708 | 2025.01.16 19:56:52.459827 [ 260 ] {69de3447-d713-407b-8391-efa12151c3e5} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12709 | 2025.01.16 19:56:52.460030 [ 260 ] {69de3447-d713-407b-8391-efa12151c3e5} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.005842 sec., 1198.2197877439232 rows/sec., 78.06 KiB/sec. | ||
| 12710 | 2025.01.16 19:56:52.460133 [ 260 ] {69de3447-d713-407b-8391-efa12151c3e5} <Debug> TCPHandler: Processed in 0.00624679 sec. | ||
| 12711 | 2025.01.16 19:56:52.460377 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12712 | 2025.01.16 19:56:52.460424 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2168 rows, containing 5 columns (5 merged, 0 gathered) in 0.006602666 sec., 328352.21409049013 rows/sec., 28.97 MiB/sec. | ||
| 12713 | 2025.01.16 19:56:52.460547 [ 262 ] {be110e7e-6877-41f6-984d-a3decb8c629e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12714 | 2025.01.16 19:56:52.460604 [ 262 ] {be110e7e-6877-41f6-984d-a3decb8c629e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12715 | 2025.01.16 19:56:52.460777 [ 187 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12716 | 2025.01.16 19:56:52.461479 [ 187 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_106_21} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12717 | 2025.01.16 19:56:52.461670 [ 187 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_106_21} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12718 | 2025.01.16 19:56:52.461885 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 12719 | 2025.01.16 19:56:52.461944 [ 262 ] {be110e7e-6877-41f6-984d-a3decb8c629e} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12720 | 2025.01.16 19:56:52.461995 [ 262 ] {be110e7e-6877-41f6-984d-a3decb8c629e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12721 | 2025.01.16 19:56:52.462366 [ 262 ] {be110e7e-6877-41f6-984d-a3decb8c629e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12722 | 2025.01.16 19:56:52.462613 [ 262 ] {be110e7e-6877-41f6-984d-a3decb8c629e} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12723 | 2025.01.16 19:56:52.462829 [ 262 ] {be110e7e-6877-41f6-984d-a3decb8c629e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002309 sec., 6063.23083585968 rows/sec., 424.63 KiB/sec. | ||
| 12724 | 2025.01.16 19:56:52.462886 [ 262 ] {be110e7e-6877-41f6-984d-a3decb8c629e} <Debug> TCPHandler: Processed in 0.002662407 sec. | ||
| 12725 | 2025.01.16 19:56:52.463061 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12726 | 2025.01.16 19:56:52.463199 [ 260 ] {dfafdb64-3a0f-4a24-af0c-073957e53472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12727 | 2025.01.16 19:56:52.463253 [ 260 ] {dfafdb64-3a0f-4a24-af0c-073957e53472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12728 | 2025.01.16 19:56:52.463920 [ 260 ] {dfafdb64-3a0f-4a24-af0c-073957e53472} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12729 | 2025.01.16 19:56:52.463965 [ 260 ] {dfafdb64-3a0f-4a24-af0c-073957e53472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12730 | 2025.01.16 19:56:52.464331 [ 260 ] {dfafdb64-3a0f-4a24-af0c-073957e53472} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12731 | 2025.01.16 19:56:52.464571 [ 260 ] {dfafdb64-3a0f-4a24-af0c-073957e53472} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12732 | 2025.01.16 19:56:52.464780 [ 260 ] {dfafdb64-3a0f-4a24-af0c-073957e53472} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001603 sec., 8109.794135995009 rows/sec., 505.64 KiB/sec. | ||
| 12733 | 2025.01.16 19:56:52.464966 [ 260 ] {dfafdb64-3a0f-4a24-af0c-073957e53472} <Debug> TCPHandler: Processed in 0.001971914 sec. | ||
| 12734 | 2025.01.16 19:56:52.465164 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12735 | 2025.01.16 19:56:52.465279 [ 262 ] {d526d135-3d3f-47b7-be45-70cab16bdec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12736 | 2025.01.16 19:56:52.465325 [ 262 ] {d526d135-3d3f-47b7-be45-70cab16bdec5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12737 | 2025.01.16 19:56:52.466059 [ 262 ] {d526d135-3d3f-47b7-be45-70cab16bdec5} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12738 | 2025.01.16 19:56:52.466097 [ 262 ] {d526d135-3d3f-47b7-be45-70cab16bdec5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12739 | 2025.01.16 19:56:52.466477 [ 262 ] {d526d135-3d3f-47b7-be45-70cab16bdec5} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12740 | 2025.01.16 19:56:52.466729 [ 262 ] {d526d135-3d3f-47b7-be45-70cab16bdec5} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12741 | 2025.01.16 19:56:52.466901 [ 150 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 12742 | 2025.01.16 19:56:52.466938 [ 150 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12743 | 2025.01.16 19:56:52.466968 [ 262 ] {d526d135-3d3f-47b7-be45-70cab16bdec5} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001701 sec., 224573.78012933568 rows/sec., 15.89 MiB/sec. | ||
| 12744 | 2025.01.16 19:56:52.466975 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12745 | 2025.01.16 19:56:52.467128 [ 262 ] {d526d135-3d3f-47b7-be45-70cab16bdec5} <Debug> TCPHandler: Processed in 0.002050436 sec. | ||
| 12746 | 2025.01.16 19:56:52.467379 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12747 | 2025.01.16 19:56:52.467379 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 12748 | 2025.01.16 19:56:52.467729 [ 260 ] {8adb9385-05cb-485d-b53f-24e83c2d318f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12749 | 2025.01.16 19:56:52.467919 [ 260 ] {8adb9385-05cb-485d-b53f-24e83c2d318f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12750 | 2025.01.16 19:56:52.468106 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12751 | 2025.01.16 19:56:52.468309 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 914 rows starting from the beginning of the part | ||
| 12752 | 2025.01.16 19:56:52.469120 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 64 rows starting from the beginning of the part | ||
| 12753 | 2025.01.16 19:56:52.469663 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 104 rows starting from the beginning of the part | ||
| 12754 | 2025.01.16 19:56:52.470271 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 382 rows starting from the beginning of the part | ||
| 12755 | 2025.01.16 19:56:52.470694 [ 260 ] {8adb9385-05cb-485d-b53f-24e83c2d318f} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12756 | 2025.01.16 19:56:52.470768 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 104 rows starting from the beginning of the part | ||
| 12757 | 2025.01.16 19:56:52.470781 [ 260 ] {8adb9385-05cb-485d-b53f-24e83c2d318f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12758 | 2025.01.16 19:56:52.471099 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 382 rows starting from the beginning of the part | ||
| 12759 | 2025.01.16 19:56:52.471886 [ 260 ] {8adb9385-05cb-485d-b53f-24e83c2d318f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12760 | 2025.01.16 19:56:52.472383 [ 260 ] {8adb9385-05cb-485d-b53f-24e83c2d318f} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12761 | 2025.01.16 19:56:52.472709 [ 150 ] {} <Debug> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6) (MergerMutator): Selected 6 parts from all_1_39_8 to all_44_44_0 | ||
| 12762 | 2025.01.16 19:56:52.472842 [ 150 ] {} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12763 | 2025.01.16 19:56:52.472938 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12764 | 2025.01.16 19:56:52.473104 [ 260 ] {8adb9385-05cb-485d-b53f-24e83c2d318f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005482 sec., 1094.4910616563297 rows/sec., 57.18 KiB/sec. | ||
| 12765 | 2025.01.16 19:56:52.473564 [ 260 ] {8adb9385-05cb-485d-b53f-24e83c2d318f} <Debug> TCPHandler: Processed in 0.006311711 sec. | ||
| 12766 | 2025.01.16 19:56:52.473738 [ 197 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_44_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_39_8 to all_44_44_0 into Compact with storage Full | ||
| 12767 | 2025.01.16 19:56:52.473925 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12768 | 2025.01.16 19:56:52.474541 [ 262 ] {439fb4fb-c934-41c9-8cd7-687bb07e7755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12769 | 2025.01.16 19:56:52.474900 [ 262 ] {439fb4fb-c934-41c9-8cd7-687bb07e7755} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12770 | 2025.01.16 19:56:52.474912 [ 197 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_44_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12771 | 2025.01.16 19:56:52.475156 [ 197 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 234 rows starting from the beginning of the part | ||
| 12772 | 2025.01.16 19:56:52.475733 [ 197 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 12773 | 2025.01.16 19:56:52.476584 [ 197 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 12774 | 2025.01.16 19:56:52.477253 [ 197 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
| 12775 | 2025.01.16 19:56:52.477694 [ 197 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
| 12776 | 2025.01.16 19:56:52.477688 [ 189 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 5 columns (5 merged, 0 gathered) in 0.010541574 sec., 184981.86323977806 rows/sec., 14.16 MiB/sec. | ||
| 12777 | 2025.01.16 19:56:52.477941 [ 197 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
| 12778 | 2025.01.16 19:56:52.478121 [ 189 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12779 | 2025.01.16 19:56:52.478866 [ 189 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_106_21} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12780 | 2025.01.16 19:56:52.479071 [ 262 ] {439fb4fb-c934-41c9-8cd7-687bb07e7755} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12781 | 2025.01.16 19:56:52.479088 [ 189 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_106_21} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12782 | 2025.01.16 19:56:52.479127 [ 262 ] {439fb4fb-c934-41c9-8cd7-687bb07e7755} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12783 | 2025.01.16 19:56:52.479268 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 12784 | 2025.01.16 19:56:52.479837 [ 262 ] {439fb4fb-c934-41c9-8cd7-687bb07e7755} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12785 | 2025.01.16 19:56:52.479993 [ 199 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_44_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 264 rows, containing 4 columns (4 merged, 0 gathered) in 0.00686493 sec., 38456.328032478115 rows/sec., 1.96 MiB/sec. | ||
| 12786 | 2025.01.16 19:56:52.480215 [ 262 ] {439fb4fb-c934-41c9-8cd7-687bb07e7755} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12787 | 2025.01.16 19:56:52.480332 [ 188 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_44_9} <Trace> MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary) | ||
| 12788 | 2025.01.16 19:56:52.480724 [ 262 ] {439fb4fb-c934-41c9-8cd7-687bb07e7755} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006389 sec., 37095.00704335577 rows/sec., 2.49 MiB/sec. | ||
| 12789 | 2025.01.16 19:56:52.480846 [ 262 ] {439fb4fb-c934-41c9-8cd7-687bb07e7755} <Debug> TCPHandler: Processed in 0.007135545 sec. | ||
| 12790 | 2025.01.16 19:56:52.481092 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12791 | 2025.01.16 19:56:52.481211 [ 190 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_44_9} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12792 | 2025.01.16 19:56:52.481272 [ 260 ] {77c42f0d-f4c1-4f59-a320-762c276eb082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12793 | 2025.01.16 19:56:52.481338 [ 260 ] {77c42f0d-f4c1-4f59-a320-762c276eb082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12794 | 2025.01.16 19:56:52.481349 [ 190 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_44_9} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6) (MergerMutator): Merged 6 parts: [all_1_39_8, all_44_44_0] -> all_1_44_9 | ||
| 12795 | 2025.01.16 19:56:52.481478 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 12796 | 2025.01.16 19:56:52.481960 [ 260 ] {77c42f0d-f4c1-4f59-a320-762c276eb082} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12797 | 2025.01.16 19:56:52.482005 [ 260 ] {77c42f0d-f4c1-4f59-a320-762c276eb082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12798 | 2025.01.16 19:56:52.482359 [ 260 ] {77c42f0d-f4c1-4f59-a320-762c276eb082} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12799 | 2025.01.16 19:56:52.482594 [ 260 ] {77c42f0d-f4c1-4f59-a320-762c276eb082} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12800 | 2025.01.16 19:56:52.482817 [ 260 ] {77c42f0d-f4c1-4f59-a320-762c276eb082} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001576 sec., 634.5177664974619 rows/sec., 42.76 KiB/sec. | ||
| 12801 | 2025.01.16 19:56:52.482960 [ 260 ] {77c42f0d-f4c1-4f59-a320-762c276eb082} <Debug> TCPHandler: Processed in 0.001988285 sec. | ||
| 12802 | 2025.01.16 19:56:52.483169 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12803 | 2025.01.16 19:56:52.483294 [ 262 ] {a0b5d0c9-310d-4ca0-a906-01c83e9468b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12804 | 2025.01.16 19:56:52.483343 [ 262 ] {a0b5d0c9-310d-4ca0-a906-01c83e9468b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12805 | 2025.01.16 19:56:52.483817 [ 262 ] {a0b5d0c9-310d-4ca0-a906-01c83e9468b7} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12806 | 2025.01.16 19:56:52.483855 [ 262 ] {a0b5d0c9-310d-4ca0-a906-01c83e9468b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12807 | 2025.01.16 19:56:52.484220 [ 262 ] {a0b5d0c9-310d-4ca0-a906-01c83e9468b7} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12808 | 2025.01.16 19:56:52.484454 [ 262 ] {a0b5d0c9-310d-4ca0-a906-01c83e9468b7} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12809 | 2025.01.16 19:56:52.484624 [ 150 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 12810 | 2025.01.16 19:56:52.484666 [ 150 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12811 | 2025.01.16 19:56:52.484703 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12812 | 2025.01.16 19:56:52.484700 [ 262 ] {a0b5d0c9-310d-4ca0-a906-01c83e9468b7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00142 sec., 57746.47887323944 rows/sec., 3.67 MiB/sec. | ||
| 12813 | 2025.01.16 19:56:52.484889 [ 262 ] {a0b5d0c9-310d-4ca0-a906-01c83e9468b7} <Debug> TCPHandler: Processed in 0.001830302 sec. | ||
| 12814 | 2025.01.16 19:56:52.484968 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 12815 | 2025.01.16 19:56:52.485097 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12816 | 2025.01.16 19:56:52.485131 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6000 rows starting from the beginning of the part | ||
| 12817 | 2025.01.16 19:56:52.485250 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 12 rows starting from the beginning of the part | ||
| 12818 | 2025.01.16 19:56:52.485459 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 60 rows starting from the beginning of the part | ||
| 12819 | 2025.01.16 19:56:52.485647 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 82 rows starting from the beginning of the part | ||
| 12820 | 2025.01.16 19:56:52.485776 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part | ||
| 12821 | 2025.01.16 19:56:52.485987 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 82 rows starting from the beginning of the part | ||
| 12822 | 2025.01.16 19:56:52.487973 [ 190 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6296 rows, containing 4 columns (4 merged, 0 gathered) in 0.003168835 sec., 1986850.0568821034 rows/sec., 129.62 MiB/sec. | ||
| 12823 | 2025.01.16 19:56:52.488417 [ 199 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12824 | 2025.01.16 19:56:52.488782 [ 199 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_106_21} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12825 | 2025.01.16 19:56:52.488884 [ 199 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_106_21} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12826 | 2025.01.16 19:56:52.488988 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. | ||
| 12827 | 2025.01.16 19:56:55.661603 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12828 | 2025.01.16 19:56:55.661675 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12829 | 2025.01.16 19:56:55.867574 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29341 | ||
| 12830 | 2025.01.16 19:56:55.868482 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12831 | 2025.01.16 19:56:55.868529 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12832 | 2025.01.16 19:56:55.869068 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12833 | 2025.01.16 19:56:55.869351 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12834 | 2025.01.16 19:56:55.869555 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
| 12835 | 2025.01.16 19:56:56.001386 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000989817 sec. | ||
| 12836 | 2025.01.16 19:56:56.033732 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1794 | ||
| 12837 | 2025.01.16 19:56:56.036816 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12838 | 2025.01.16 19:56:56.036870 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12839 | 2025.01.16 19:56:56.038379 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12840 | 2025.01.16 19:56:56.038714 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12841 | 2025.01.16 19:56:56.039348 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1794 | ||
| 12842 | 2025.01.16 19:56:57.446349 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12843 | 2025.01.16 19:56:57.446543 [ 260 ] {50c0f98c-7ade-4bdf-a97b-80c16639332d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12844 | 2025.01.16 19:56:57.446617 [ 260 ] {50c0f98c-7ade-4bdf-a97b-80c16639332d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12845 | 2025.01.16 19:56:57.447451 [ 260 ] {50c0f98c-7ade-4bdf-a97b-80c16639332d} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12846 | 2025.01.16 19:56:57.447506 [ 260 ] {50c0f98c-7ade-4bdf-a97b-80c16639332d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12847 | 2025.01.16 19:56:57.447957 [ 260 ] {50c0f98c-7ade-4bdf-a97b-80c16639332d} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12848 | 2025.01.16 19:56:57.448224 [ 260 ] {50c0f98c-7ade-4bdf-a97b-80c16639332d} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12849 | 2025.01.16 19:56:57.448464 [ 260 ] {50c0f98c-7ade-4bdf-a97b-80c16639332d} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.001976 sec., 68825.91093117409 rows/sec., 5.94 MiB/sec. | ||
| 12850 | 2025.01.16 19:56:57.448533 [ 260 ] {50c0f98c-7ade-4bdf-a97b-80c16639332d} <Debug> TCPHandler: Processed in 0.00231247 sec. | ||
| 12851 | 2025.01.16 19:56:57.448783 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12852 | 2025.01.16 19:56:57.448968 [ 262 ] {fcfbcfd5-cfbe-41bb-b743-8b2f7c2c7c17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12853 | 2025.01.16 19:56:57.449037 [ 262 ] {fcfbcfd5-cfbe-41bb-b743-8b2f7c2c7c17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12854 | 2025.01.16 19:56:57.449775 [ 262 ] {fcfbcfd5-cfbe-41bb-b743-8b2f7c2c7c17} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12855 | 2025.01.16 19:56:57.449815 [ 262 ] {fcfbcfd5-cfbe-41bb-b743-8b2f7c2c7c17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12856 | 2025.01.16 19:56:57.450236 [ 262 ] {fcfbcfd5-cfbe-41bb-b743-8b2f7c2c7c17} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 12857 | 2025.01.16 19:56:57.450496 [ 262 ] {fcfbcfd5-cfbe-41bb-b743-8b2f7c2c7c17} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12858 | 2025.01.16 19:56:57.450698 [ 262 ] {fcfbcfd5-cfbe-41bb-b743-8b2f7c2c7c17} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001784 sec., 22421.52466367713 rows/sec., 1.65 MiB/sec. | ||
| 12859 | 2025.01.16 19:56:57.450756 [ 262 ] {fcfbcfd5-cfbe-41bb-b743-8b2f7c2c7c17} <Debug> TCPHandler: Processed in 0.002101017 sec. | ||
| 12860 | 2025.01.16 19:56:57.450985 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12861 | 2025.01.16 19:56:57.451206 [ 260 ] {0568baea-2b36-4e3c-bae5-078c9fb6930f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12862 | 2025.01.16 19:56:57.451262 [ 260 ] {0568baea-2b36-4e3c-bae5-078c9fb6930f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12863 | 2025.01.16 19:56:57.451873 [ 260 ] {0568baea-2b36-4e3c-bae5-078c9fb6930f} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12864 | 2025.01.16 19:56:57.451913 [ 260 ] {0568baea-2b36-4e3c-bae5-078c9fb6930f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12865 | 2025.01.16 19:56:57.452266 [ 260 ] {0568baea-2b36-4e3c-bae5-078c9fb6930f} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12866 | 2025.01.16 19:56:57.452495 [ 260 ] {0568baea-2b36-4e3c-bae5-078c9fb6930f} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12867 | 2025.01.16 19:56:57.452779 [ 260 ] {0568baea-2b36-4e3c-bae5-078c9fb6930f} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001611 sec., 64556.176288019866 rows/sec., 5.04 MiB/sec. | ||
| 12868 | 2025.01.16 19:56:57.452863 [ 260 ] {0568baea-2b36-4e3c-bae5-078c9fb6930f} <Debug> TCPHandler: Processed in 0.001999085 sec. | ||
| 12869 | 2025.01.16 19:56:57.453101 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12870 | 2025.01.16 19:56:57.453351 [ 262 ] {84d6a2f1-c067-4086-ab00-0bcec65c5b10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12871 | 2025.01.16 19:56:57.453417 [ 262 ] {84d6a2f1-c067-4086-ab00-0bcec65c5b10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12872 | 2025.01.16 19:56:57.454101 [ 262 ] {84d6a2f1-c067-4086-ab00-0bcec65c5b10} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12873 | 2025.01.16 19:56:57.454147 [ 262 ] {84d6a2f1-c067-4086-ab00-0bcec65c5b10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12874 | 2025.01.16 19:56:57.454568 [ 262 ] {84d6a2f1-c067-4086-ab00-0bcec65c5b10} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12875 | 2025.01.16 19:56:57.454820 [ 262 ] {84d6a2f1-c067-4086-ab00-0bcec65c5b10} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12876 | 2025.01.16 19:56:57.454998 [ 262 ] {84d6a2f1-c067-4086-ab00-0bcec65c5b10} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001709 sec., 93622.00117027502 rows/sec., 6.52 MiB/sec. | ||
| 12877 | 2025.01.16 19:56:57.455054 [ 262 ] {84d6a2f1-c067-4086-ab00-0bcec65c5b10} <Debug> TCPHandler: Processed in 0.002082627 sec. | ||
| 12878 | 2025.01.16 19:56:57.455201 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12879 | 2025.01.16 19:56:57.455320 [ 260 ] {209913a4-1732-4aa0-b44e-1c7732e45dcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12880 | 2025.01.16 19:56:57.455400 [ 260 ] {209913a4-1732-4aa0-b44e-1c7732e45dcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12881 | 2025.01.16 19:56:57.456649 [ 260 ] {209913a4-1732-4aa0-b44e-1c7732e45dcc} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12882 | 2025.01.16 19:56:57.456690 [ 260 ] {209913a4-1732-4aa0-b44e-1c7732e45dcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12883 | 2025.01.16 19:56:57.457360 [ 260 ] {209913a4-1732-4aa0-b44e-1c7732e45dcc} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12884 | 2025.01.16 19:56:57.457619 [ 260 ] {209913a4-1732-4aa0-b44e-1c7732e45dcc} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12885 | 2025.01.16 19:56:57.457804 [ 145 ] {} <Debug> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 12886 | 2025.01.16 19:56:57.457877 [ 145 ] {} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12887 | 2025.01.16 19:56:57.457906 [ 260 ] {209913a4-1732-4aa0-b44e-1c7732e45dcc} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002605 sec., 15355.086372360844 rows/sec., 27.52 MiB/sec. | ||
| 12888 | 2025.01.16 19:56:57.457920 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12889 | 2025.01.16 19:56:57.458414 [ 190 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 12890 | 2025.01.16 19:56:57.458680 [ 260 ] {209913a4-1732-4aa0-b44e-1c7732e45dcc} <Debug> TCPHandler: Processed in 0.003529552 sec. | ||
| 12891 | 2025.01.16 19:56:57.458992 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12892 | 2025.01.16 19:56:57.459453 [ 262 ] {838ab75e-2cdf-4f0d-bb83-e3a80fef96f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12893 | 2025.01.16 19:56:57.459628 [ 262 ] {838ab75e-2cdf-4f0d-bb83-e3a80fef96f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12894 | 2025.01.16 19:56:57.460301 [ 190 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12895 | 2025.01.16 19:56:57.460504 [ 190 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1584 rows starting from the beginning of the part | ||
| 12896 | 2025.01.16 19:56:57.461164 [ 190 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 40 rows starting from the beginning of the part | ||
| 12897 | 2025.01.16 19:56:57.461837 [ 262 ] {838ab75e-2cdf-4f0d-bb83-e3a80fef96f8} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12898 | 2025.01.16 19:56:57.461905 [ 190 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 40 rows starting from the beginning of the part | ||
| 12899 | 2025.01.16 19:56:57.461913 [ 262 ] {838ab75e-2cdf-4f0d-bb83-e3a80fef96f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12900 | 2025.01.16 19:56:57.462519 [ 190 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 40 rows starting from the beginning of the part | ||
| 12901 | 2025.01.16 19:56:57.463141 [ 190 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 40 rows starting from the beginning of the part | ||
| 12902 | 2025.01.16 19:56:57.463287 [ 262 ] {838ab75e-2cdf-4f0d-bb83-e3a80fef96f8} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12903 | 2025.01.16 19:56:57.463599 [ 190 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 40 rows starting from the beginning of the part | ||
| 12904 | 2025.01.16 19:56:57.464135 [ 262 ] {838ab75e-2cdf-4f0d-bb83-e3a80fef96f8} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12905 | 2025.01.16 19:56:57.464713 [ 262 ] {838ab75e-2cdf-4f0d-bb83-e3a80fef96f8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005391 sec., 11129.660545353367 rows/sec., 768.06 KiB/sec. | ||
| 12906 | 2025.01.16 19:56:57.464818 [ 262 ] {838ab75e-2cdf-4f0d-bb83-e3a80fef96f8} <Debug> TCPHandler: Processed in 0.006012636 sec. | ||
| 12907 | 2025.01.16 19:56:57.474938 [ 199 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1784 rows, containing 19 columns (19 merged, 0 gathered) in 0.016875266 sec., 105716.85210769418 rows/sec., 189.44 MiB/sec. | ||
| 12908 | 2025.01.16 19:56:57.476773 [ 204 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 12909 | 2025.01.16 19:56:57.477273 [ 204 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12910 | 2025.01.16 19:56:57.477370 [ 204 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 12911 | 2025.01.16 19:56:57.477559 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 16.70 MiB. | ||
| 12912 | 2025.01.16 19:56:57.990926 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 12913 | 2025.01.16 19:56:58.000258 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 250.53 MiB, peak 267.20 MiB, free memory in arenas 0.00 B, will set to 255.81 MiB (RSS), difference: 5.29 MiB | ||
| 12914 | 2025.01.16 19:56:58.012799 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12915 | 2025.01.16 19:56:58.012846 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12916 | 2025.01.16 19:56:58.020178 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12917 | 2025.01.16 19:56:58.020941 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12918 | 2025.01.16 19:56:58.023487 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 12919 | 2025.01.16 19:57:01.719836 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12920 | 2025.01.16 19:57:01.720048 [ 260 ] {2b8d2f67-9e92-4feb-8685-93d2f504f2a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12921 | 2025.01.16 19:57:01.720129 [ 260 ] {2b8d2f67-9e92-4feb-8685-93d2f504f2a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12922 | 2025.01.16 19:57:01.720962 [ 260 ] {2b8d2f67-9e92-4feb-8685-93d2f504f2a3} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12923 | 2025.01.16 19:57:01.721007 [ 260 ] {2b8d2f67-9e92-4feb-8685-93d2f504f2a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12924 | 2025.01.16 19:57:01.721430 [ 260 ] {2b8d2f67-9e92-4feb-8685-93d2f504f2a3} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12925 | 2025.01.16 19:57:01.721698 [ 260 ] {2b8d2f67-9e92-4feb-8685-93d2f504f2a3} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12926 | 2025.01.16 19:57:01.721862 [ 142 ] {} <Debug> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 12927 | 2025.01.16 19:57:01.721910 [ 142 ] {} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12928 | 2025.01.16 19:57:01.721915 [ 260 ] {2b8d2f67-9e92-4feb-8685-93d2f504f2a3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001925 sec., 7272.727272727272 rows/sec., 523.54 KiB/sec. | ||
| 12929 | 2025.01.16 19:57:01.721939 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12930 | 2025.01.16 19:57:01.722024 [ 260 ] {2b8d2f67-9e92-4feb-8685-93d2f504f2a3} <Debug> TCPHandler: Processed in 0.002322741 sec. | ||
| 12931 | 2025.01.16 19:57:01.722088 [ 190 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 12932 | 2025.01.16 19:57:01.722230 [ 190 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12933 | 2025.01.16 19:57:01.722268 [ 190 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 14 rows starting from the beginning of the part | ||
| 12934 | 2025.01.16 19:57:01.722330 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12935 | 2025.01.16 19:57:01.722386 [ 190 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
| 12936 | 2025.01.16 19:57:01.722651 [ 190 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 12937 | 2025.01.16 19:57:01.722746 [ 262 ] {28fa81dc-5d84-46e4-8410-76f1778eddcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12938 | 2025.01.16 19:57:01.722922 [ 190 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 12939 | 2025.01.16 19:57:01.722987 [ 262 ] {28fa81dc-5d84-46e4-8410-76f1778eddcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12940 | 2025.01.16 19:57:01.723260 [ 190 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
| 12941 | 2025.01.16 19:57:01.725277 [ 262 ] {28fa81dc-5d84-46e4-8410-76f1778eddcf} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12942 | 2025.01.16 19:57:01.725352 [ 262 ] {28fa81dc-5d84-46e4-8410-76f1778eddcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12943 | 2025.01.16 19:57:01.725793 [ 199 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003760656 sec., 18613.77376712999 rows/sec., 1.38 MiB/sec. | ||
| 12944 | 2025.01.16 19:57:01.726093 [ 199 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 12945 | 2025.01.16 19:57:01.726225 [ 262 ] {28fa81dc-5d84-46e4-8410-76f1778eddcf} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 12946 | 2025.01.16 19:57:01.726749 [ 199 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_45_11} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12947 | 2025.01.16 19:57:01.726764 [ 262 ] {28fa81dc-5d84-46e4-8410-76f1778eddcf} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12948 | 2025.01.16 19:57:01.726932 [ 199 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_45_11} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 12949 | 2025.01.16 19:57:01.727230 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12950 | 2025.01.16 19:57:01.727299 [ 262 ] {28fa81dc-5d84-46e4-8410-76f1778eddcf} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004641 sec., 430.94160741219565 rows/sec., 35.14 KiB/sec. | ||
| 12951 | 2025.01.16 19:57:01.727451 [ 262 ] {28fa81dc-5d84-46e4-8410-76f1778eddcf} <Debug> TCPHandler: Processed in 0.005285733 sec. | ||
| 12952 | 2025.01.16 19:57:01.727633 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12953 | 2025.01.16 19:57:01.727780 [ 260 ] {823f5fa2-bfcd-462e-bfe2-b61416703789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12954 | 2025.01.16 19:57:01.727840 [ 260 ] {823f5fa2-bfcd-462e-bfe2-b61416703789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12955 | 2025.01.16 19:57:01.729046 [ 260 ] {823f5fa2-bfcd-462e-bfe2-b61416703789} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12956 | 2025.01.16 19:57:01.729085 [ 260 ] {823f5fa2-bfcd-462e-bfe2-b61416703789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12957 | 2025.01.16 19:57:01.729540 [ 260 ] {823f5fa2-bfcd-462e-bfe2-b61416703789} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12958 | 2025.01.16 19:57:01.729784 [ 260 ] {823f5fa2-bfcd-462e-bfe2-b61416703789} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12959 | 2025.01.16 19:57:01.729969 [ 260 ] {823f5fa2-bfcd-462e-bfe2-b61416703789} <Debug> executeQuery: Read 1344 rows, 114.63 KiB in 0.002226 sec., 603773.5849056604 rows/sec., 50.29 MiB/sec. | ||
| 12960 | 2025.01.16 19:57:01.730029 [ 260 ] {823f5fa2-bfcd-462e-bfe2-b61416703789} <Debug> TCPHandler: Processed in 0.002465833 sec. | ||
| 12961 | 2025.01.16 19:57:01.730185 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12962 | 2025.01.16 19:57:01.730324 [ 262 ] {f0aff127-9db1-473a-8ade-32ac07702c4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12963 | 2025.01.16 19:57:01.730381 [ 262 ] {f0aff127-9db1-473a-8ade-32ac07702c4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12964 | 2025.01.16 19:57:01.731067 [ 262 ] {f0aff127-9db1-473a-8ade-32ac07702c4e} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12965 | 2025.01.16 19:57:01.731114 [ 262 ] {f0aff127-9db1-473a-8ade-32ac07702c4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12966 | 2025.01.16 19:57:01.731515 [ 262 ] {f0aff127-9db1-473a-8ade-32ac07702c4e} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 12967 | 2025.01.16 19:57:01.731753 [ 262 ] {f0aff127-9db1-473a-8ade-32ac07702c4e} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12968 | 2025.01.16 19:57:01.731915 [ 142 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 12969 | 2025.01.16 19:57:01.731978 [ 142 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12970 | 2025.01.16 19:57:01.731993 [ 262 ] {f0aff127-9db1-473a-8ade-32ac07702c4e} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.001688 sec., 5331.753554502369 rows/sec., 352.90 KiB/sec. | ||
| 12971 | 2025.01.16 19:57:01.732017 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12972 | 2025.01.16 19:57:01.732156 [ 262 ] {f0aff127-9db1-473a-8ade-32ac07702c4e} <Debug> TCPHandler: Processed in 0.002034065 sec. | ||
| 12973 | 2025.01.16 19:57:01.732220 [ 193 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 12974 | 2025.01.16 19:57:01.732346 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12975 | 2025.01.16 19:57:01.732366 [ 193 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12976 | 2025.01.16 19:57:01.732416 [ 193 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 65 rows starting from the beginning of the part | ||
| 12977 | 2025.01.16 19:57:01.732634 [ 260 ] {a2a3da2a-4e17-4c49-ac8b-c0fa2ca79915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12978 | 2025.01.16 19:57:01.732727 [ 193 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 7 rows starting from the beginning of the part | ||
| 12979 | 2025.01.16 19:57:01.732765 [ 260 ] {a2a3da2a-4e17-4c49-ac8b-c0fa2ca79915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12980 | 2025.01.16 19:57:01.733097 [ 193 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 40 rows starting from the beginning of the part | ||
| 12981 | 2025.01.16 19:57:01.733455 [ 193 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 7 rows starting from the beginning of the part | ||
| 12982 | 2025.01.16 19:57:01.733753 [ 193 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 40 rows starting from the beginning of the part | ||
| 12983 | 2025.01.16 19:57:01.734149 [ 193 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 9 rows starting from the beginning of the part | ||
| 12984 | 2025.01.16 19:57:01.735734 [ 260 ] {a2a3da2a-4e17-4c49-ac8b-c0fa2ca79915} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12985 | 2025.01.16 19:57:01.735813 [ 260 ] {a2a3da2a-4e17-4c49-ac8b-c0fa2ca79915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 12986 | 2025.01.16 19:57:01.736872 [ 190 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 5 columns (5 merged, 0 gathered) in 0.004742563 sec., 35423.88366796604 rows/sec., 2.66 MiB/sec. | ||
| 12987 | 2025.01.16 19:57:01.736884 [ 260 ] {a2a3da2a-4e17-4c49-ac8b-c0fa2ca79915} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12988 | 2025.01.16 19:57:01.737019 [ 190 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 12989 | 2025.01.16 19:57:01.737194 [ 260 ] {a2a3da2a-4e17-4c49-ac8b-c0fa2ca79915} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12990 | 2025.01.16 19:57:01.737402 [ 190 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_91_18} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12991 | 2025.01.16 19:57:01.737436 [ 260 ] {a2a3da2a-4e17-4c49-ac8b-c0fa2ca79915} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00494 sec., 48987.85425101215 rows/sec., 3.32 MiB/sec. | ||
| 12992 | 2025.01.16 19:57:01.737533 [ 260 ] {a2a3da2a-4e17-4c49-ac8b-c0fa2ca79915} <Debug> TCPHandler: Processed in 0.005272753 sec. | ||
| 12993 | 2025.01.16 19:57:01.737537 [ 190 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_91_18} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 12994 | 2025.01.16 19:57:01.737648 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12995 | 2025.01.16 19:57:01.737710 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12996 | 2025.01.16 19:57:01.737830 [ 262 ] {1792189b-969c-414f-8c59-cd9454248a85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12997 | 2025.01.16 19:57:01.737878 [ 262 ] {1792189b-969c-414f-8c59-cd9454248a85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12998 | 2025.01.16 19:57:01.738460 [ 262 ] {1792189b-969c-414f-8c59-cd9454248a85} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12999 | 2025.01.16 19:57:01.738499 [ 262 ] {1792189b-969c-414f-8c59-cd9454248a85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 13000 | 2025.01.16 19:57:01.738853 [ 262 ] {1792189b-969c-414f-8c59-cd9454248a85} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13001 | 2025.01.16 19:57:01.739098 [ 262 ] {1792189b-969c-414f-8c59-cd9454248a85} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13002 | 2025.01.16 19:57:01.739283 [ 140 ] {} <Debug> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 13003 | 2025.01.16 19:57:01.739308 [ 262 ] {1792189b-969c-414f-8c59-cd9454248a85} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001501 sec., 8660.89273817455 rows/sec., 540.00 KiB/sec. | ||
| 13004 | 2025.01.16 19:57:01.739365 [ 140 ] {} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13005 | 2025.01.16 19:57:01.739440 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 13006 | 2025.01.16 19:57:01.739449 [ 262 ] {1792189b-969c-414f-8c59-cd9454248a85} <Debug> TCPHandler: Processed in 0.001821012 sec. | ||
| 13007 | 2025.01.16 19:57:01.739721 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 13008 | 2025.01.16 19:57:01.739750 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13009 | 2025.01.16 19:57:01.740156 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13010 | 2025.01.16 19:57:01.740262 [ 260 ] {f60a5906-e395-4429-87d7-67419f3b3b37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13011 | 2025.01.16 19:57:01.740270 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 13 rows starting from the beginning of the part | ||
| 13012 | 2025.01.16 19:57:01.740410 [ 260 ] {f60a5906-e395-4429-87d7-67419f3b3b37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13013 | 2025.01.16 19:57:01.740587 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 13 rows starting from the beginning of the part | ||
| 13014 | 2025.01.16 19:57:01.740958 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 13 rows starting from the beginning of the part | ||
| 13015 | 2025.01.16 19:57:01.741241 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 13 rows starting from the beginning of the part | ||
| 13016 | 2025.01.16 19:57:01.741592 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 13 rows starting from the beginning of the part | ||
| 13017 | 2025.01.16 19:57:01.743511 [ 260 ] {f60a5906-e395-4429-87d7-67419f3b3b37} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13018 | 2025.01.16 19:57:01.743615 [ 260 ] {f60a5906-e395-4429-87d7-67419f3b3b37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 13019 | 2025.01.16 19:57:01.743683 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004162413 sec., 15615.94200287189 rows/sec., 1.01 MiB/sec. | ||
| 13020 | 2025.01.16 19:57:01.743864 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 13021 | 2025.01.16 19:57:01.744387 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_45_11} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13022 | 2025.01.16 19:57:01.744410 [ 260 ] {f60a5906-e395-4429-87d7-67419f3b3b37} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13023 | 2025.01.16 19:57:01.744515 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_45_11} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 13024 | 2025.01.16 19:57:01.744650 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13025 | 2025.01.16 19:57:01.744823 [ 260 ] {f60a5906-e395-4429-87d7-67419f3b3b37} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13026 | 2025.01.16 19:57:01.745082 [ 260 ] {f60a5906-e395-4429-87d7-67419f3b3b37} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.005003 sec., 167899.26044373377 rows/sec., 12.13 MiB/sec. | ||
| 13027 | 2025.01.16 19:57:01.745151 [ 260 ] {f60a5906-e395-4429-87d7-67419f3b3b37} <Debug> TCPHandler: Processed in 0.005597318 sec. | ||
| 13028 | 2025.01.16 19:57:01.745379 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13029 | 2025.01.16 19:57:01.745500 [ 262 ] {6a690258-5b1f-4f1c-ba78-07ce69478370} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13030 | 2025.01.16 19:57:01.745550 [ 262 ] {6a690258-5b1f-4f1c-ba78-07ce69478370} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13031 | 2025.01.16 19:57:01.746037 [ 262 ] {6a690258-5b1f-4f1c-ba78-07ce69478370} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13032 | 2025.01.16 19:57:01.746077 [ 262 ] {6a690258-5b1f-4f1c-ba78-07ce69478370} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 13033 | 2025.01.16 19:57:01.746432 [ 262 ] {6a690258-5b1f-4f1c-ba78-07ce69478370} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13034 | 2025.01.16 19:57:01.746686 [ 262 ] {6a690258-5b1f-4f1c-ba78-07ce69478370} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13035 | 2025.01.16 19:57:01.746903 [ 262 ] {6a690258-5b1f-4f1c-ba78-07ce69478370} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001428 sec., 4201.680672268907 rows/sec., 219.52 KiB/sec. | ||
| 13036 | 2025.01.16 19:57:01.746954 [ 262 ] {6a690258-5b1f-4f1c-ba78-07ce69478370} <Debug> TCPHandler: Processed in 0.001643979 sec. | ||
| 13037 | 2025.01.16 19:57:01.747096 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13038 | 2025.01.16 19:57:01.747215 [ 260 ] {06145ab4-9457-46ae-9255-61ef364b5cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13039 | 2025.01.16 19:57:01.747268 [ 260 ] {06145ab4-9457-46ae-9255-61ef364b5cf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13040 | 2025.01.16 19:57:01.748035 [ 260 ] {06145ab4-9457-46ae-9255-61ef364b5cf4} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13041 | 2025.01.16 19:57:01.748075 [ 260 ] {06145ab4-9457-46ae-9255-61ef364b5cf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 13042 | 2025.01.16 19:57:01.748517 [ 260 ] {06145ab4-9457-46ae-9255-61ef364b5cf4} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13043 | 2025.01.16 19:57:01.748757 [ 260 ] {06145ab4-9457-46ae-9255-61ef364b5cf4} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13044 | 2025.01.16 19:57:01.748990 [ 260 ] {06145ab4-9457-46ae-9255-61ef364b5cf4} <Debug> executeQuery: Read 940 rows, 64.28 KiB in 0.0018 sec., 522222.22222222225 rows/sec., 34.88 MiB/sec. | ||
| 13045 | 2025.01.16 19:57:01.749082 [ 260 ] {06145ab4-9457-46ae-9255-61ef364b5cf4} <Debug> TCPHandler: Processed in 0.002032256 sec. | ||
| 13046 | 2025.01.16 19:57:01.749271 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13047 | 2025.01.16 19:57:01.749475 [ 262 ] {5080f404-ecaa-4460-881a-f64bc03ad2b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13048 | 2025.01.16 19:57:01.749566 [ 262 ] {5080f404-ecaa-4460-881a-f64bc03ad2b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13049 | 2025.01.16 19:57:01.750120 [ 262 ] {5080f404-ecaa-4460-881a-f64bc03ad2b8} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13050 | 2025.01.16 19:57:01.750166 [ 262 ] {5080f404-ecaa-4460-881a-f64bc03ad2b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 13051 | 2025.01.16 19:57:01.750554 [ 262 ] {5080f404-ecaa-4460-881a-f64bc03ad2b8} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13052 | 2025.01.16 19:57:01.750790 [ 262 ] {5080f404-ecaa-4460-881a-f64bc03ad2b8} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13053 | 2025.01.16 19:57:01.751057 [ 262 ] {5080f404-ecaa-4460-881a-f64bc03ad2b8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001619 sec., 617.6652254478073 rows/sec., 41.62 KiB/sec. | ||
| 13054 | 2025.01.16 19:57:01.751344 [ 262 ] {5080f404-ecaa-4460-881a-f64bc03ad2b8} <Debug> TCPHandler: Processed in 0.002160838 sec. | ||
| 13055 | 2025.01.16 19:57:01.751664 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13056 | 2025.01.16 19:57:01.752045 [ 260 ] {f3fdace7-1ab3-4f42-b5b7-d8ac7af65982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13057 | 2025.01.16 19:57:01.752104 [ 260 ] {f3fdace7-1ab3-4f42-b5b7-d8ac7af65982} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13058 | 2025.01.16 19:57:01.752615 [ 260 ] {f3fdace7-1ab3-4f42-b5b7-d8ac7af65982} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13059 | 2025.01.16 19:57:01.752654 [ 260 ] {f3fdace7-1ab3-4f42-b5b7-d8ac7af65982} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 13060 | 2025.01.16 19:57:01.753016 [ 260 ] {f3fdace7-1ab3-4f42-b5b7-d8ac7af65982} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13061 | 2025.01.16 19:57:01.753255 [ 260 ] {f3fdace7-1ab3-4f42-b5b7-d8ac7af65982} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13062 | 2025.01.16 19:57:01.753468 [ 260 ] {f3fdace7-1ab3-4f42-b5b7-d8ac7af65982} <Debug> executeQuery: Read 76 rows, 4.93 KiB in 0.001493 sec., 50904.219691895516 rows/sec., 3.22 MiB/sec. | ||
| 13063 | 2025.01.16 19:57:01.753520 [ 260 ] {f3fdace7-1ab3-4f42-b5b7-d8ac7af65982} <Debug> TCPHandler: Processed in 0.002082957 sec. | ||
| 13064 | 2025.01.16 19:57:02.437905 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13065 | 2025.01.16 19:57:02.438138 [ 260 ] {9338085c-cc18-4b3e-9cc2-e43deb9a3da2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13066 | 2025.01.16 19:57:02.438232 [ 260 ] {9338085c-cc18-4b3e-9cc2-e43deb9a3da2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13067 | 2025.01.16 19:57:02.439182 [ 260 ] {9338085c-cc18-4b3e-9cc2-e43deb9a3da2} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13068 | 2025.01.16 19:57:02.439243 [ 260 ] {9338085c-cc18-4b3e-9cc2-e43deb9a3da2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 13069 | 2025.01.16 19:57:02.439806 [ 260 ] {9338085c-cc18-4b3e-9cc2-e43deb9a3da2} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13070 | 2025.01.16 19:57:02.440124 [ 260 ] {9338085c-cc18-4b3e-9cc2-e43deb9a3da2} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13071 | 2025.01.16 19:57:02.440395 [ 260 ] {9338085c-cc18-4b3e-9cc2-e43deb9a3da2} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.002319 sec., 12936.6106080207 rows/sec., 1.01 MiB/sec. | ||
| 13072 | 2025.01.16 19:57:02.440488 [ 260 ] {9338085c-cc18-4b3e-9cc2-e43deb9a3da2} <Debug> TCPHandler: Processed in 0.002776219 sec. | ||
| 13073 | 2025.01.16 19:57:02.440845 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13074 | 2025.01.16 19:57:02.441074 [ 262 ] {cdc70a7a-bf1d-49c0-8aba-212a58f38539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13075 | 2025.01.16 19:57:02.441155 [ 262 ] {cdc70a7a-bf1d-49c0-8aba-212a58f38539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13076 | 2025.01.16 19:57:02.441958 [ 262 ] {cdc70a7a-bf1d-49c0-8aba-212a58f38539} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13077 | 2025.01.16 19:57:02.442004 [ 262 ] {cdc70a7a-bf1d-49c0-8aba-212a58f38539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 13078 | 2025.01.16 19:57:02.442440 [ 262 ] {cdc70a7a-bf1d-49c0-8aba-212a58f38539} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13079 | 2025.01.16 19:57:02.442695 [ 262 ] {cdc70a7a-bf1d-49c0-8aba-212a58f38539} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13080 | 2025.01.16 19:57:02.442940 [ 262 ] {cdc70a7a-bf1d-49c0-8aba-212a58f38539} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001927 sec., 18681.88894654904 rows/sec., 1.46 MiB/sec. | ||
| 13081 | 2025.01.16 19:57:02.442997 [ 262 ] {cdc70a7a-bf1d-49c0-8aba-212a58f38539} <Debug> TCPHandler: Processed in 0.002314531 sec. | ||
| 13082 | 2025.01.16 19:57:02.443175 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13083 | 2025.01.16 19:57:02.443299 [ 260 ] {0d19916c-1b8c-4151-9b39-5cf0604c93db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13084 | 2025.01.16 19:57:02.443356 [ 260 ] {0d19916c-1b8c-4151-9b39-5cf0604c93db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13085 | 2025.01.16 19:57:02.443998 [ 260 ] {0d19916c-1b8c-4151-9b39-5cf0604c93db} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13086 | 2025.01.16 19:57:02.444048 [ 260 ] {0d19916c-1b8c-4151-9b39-5cf0604c93db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 13087 | 2025.01.16 19:57:02.444506 [ 260 ] {0d19916c-1b8c-4151-9b39-5cf0604c93db} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13088 | 2025.01.16 19:57:02.444748 [ 260 ] {0d19916c-1b8c-4151-9b39-5cf0604c93db} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13089 | 2025.01.16 19:57:02.444945 [ 140 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 5 parts from all_1_104_21 to all_108_108_0 | ||
| 13090 | 2025.01.16 19:57:02.444969 [ 260 ] {0d19916c-1b8c-4151-9b39-5cf0604c93db} <Debug> executeQuery: Read 12 rows, 883.00 B in 0.001696 sec., 7075.471698113208 rows/sec., 508.43 KiB/sec. | ||
| 13091 | 2025.01.16 19:57:02.445026 [ 140 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13092 | 2025.01.16 19:57:02.445104 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 13093 | 2025.01.16 19:57:02.445121 [ 260 ] {0d19916c-1b8c-4151-9b39-5cf0604c93db} <Debug> TCPHandler: Processed in 0.002004355 sec. | ||
| 13094 | 2025.01.16 19:57:02.445374 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13095 | 2025.01.16 19:57:02.445419 [ 192 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_108_22} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_104_21 to all_108_108_0 into Compact with storage Full | ||
| 13096 | 2025.01.16 19:57:02.445579 [ 262 ] {d555f92f-1e77-428b-8e4b-41784bfaad75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13097 | 2025.01.16 19:57:02.445690 [ 262 ] {d555f92f-1e77-428b-8e4b-41784bfaad75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13098 | 2025.01.16 19:57:02.445805 [ 192 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_108_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13099 | 2025.01.16 19:57:02.445923 [ 192 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_104_21, total 28630 rows starting from the beginning of the part | ||
| 13100 | 2025.01.16 19:57:02.446349 [ 192 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part | ||
| 13101 | 2025.01.16 19:57:02.446903 [ 192 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 237 rows starting from the beginning of the part | ||
| 13102 | 2025.01.16 19:57:02.447552 [ 192 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part | ||
| 13103 | 2025.01.16 19:57:02.448112 [ 192 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_108_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 940 rows starting from the beginning of the part | ||
| 13104 | 2025.01.16 19:57:02.449143 [ 262 ] {d555f92f-1e77-428b-8e4b-41784bfaad75} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13105 | 2025.01.16 19:57:02.449195 [ 262 ] {d555f92f-1e77-428b-8e4b-41784bfaad75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 13106 | 2025.01.16 19:57:02.449961 [ 262 ] {d555f92f-1e77-428b-8e4b-41784bfaad75} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13107 | 2025.01.16 19:57:02.450521 [ 262 ] {d555f92f-1e77-428b-8e4b-41784bfaad75} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13108 | 2025.01.16 19:57:02.450790 [ 262 ] {d555f92f-1e77-428b-8e4b-41784bfaad75} <Debug> executeQuery: Read 6 rows, 417.00 B in 0.005263 sec., 1140.0342010260308 rows/sec., 77.38 KiB/sec. | ||
| 13109 | 2025.01.16 19:57:02.450949 [ 262 ] {d555f92f-1e77-428b-8e4b-41784bfaad75} <Debug> TCPHandler: Processed in 0.005712241 sec. | ||
| 13110 | 2025.01.16 19:57:02.456148 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_108_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30127 rows, containing 5 columns (5 merged, 0 gathered) in 0.010918862 sec., 2759170.323793817 rows/sec., 186.40 MiB/sec. | ||
| 13111 | 2025.01.16 19:57:02.456747 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_108_22} <Trace> MergedBlockOutputStream: filled checksums all_1_108_22 (state Temporary) | ||
| 13112 | 2025.01.16 19:57:02.457149 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_108_22} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_108_22 to all_1_108_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13113 | 2025.01.16 19:57:02.457243 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_108_22} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 5 parts: [all_1_104_21, all_108_108_0] -> all_1_108_22 | ||
| 13114 | 2025.01.16 19:57:02.457335 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 13115 | 2025.01.16 19:57:03.369751 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29829 | ||
| 13116 | 2025.01.16 19:57:03.370457 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13117 | 2025.01.16 19:57:03.370508 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13118 | 2025.01.16 19:57:03.371061 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13119 | 2025.01.16 19:57:03.371321 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13120 | 2025.01.16 19:57:03.371646 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829 | ||
| 13121 | 2025.01.16 19:57:05.523619 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 13122 | 2025.01.16 19:57:05.544329 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13123 | 2025.01.16 19:57:05.544383 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13124 | 2025.01.16 19:57:05.551640 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13125 | 2025.01.16 19:57:05.552451 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13126 | 2025.01.16 19:57:05.556984 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 13127 | 2025.01.16 19:57:06.039655 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1836 | ||
| 13128 | 2025.01.16 19:57:06.043245 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13129 | 2025.01.16 19:57:06.043302 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13130 | 2025.01.16 19:57:06.044987 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13131 | 2025.01.16 19:57:06.045350 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13132 | 2025.01.16 19:57:06.046726 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1836 | ||
| 13133 | 2025.01.16 19:57:07.447031 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13134 | 2025.01.16 19:57:07.447248 [ 260 ] {385ba645-f435-4108-a251-f15b1427c80b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13135 | 2025.01.16 19:57:07.447331 [ 260 ] {385ba645-f435-4108-a251-f15b1427c80b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13136 | 2025.01.16 19:57:07.448224 [ 260 ] {385ba645-f435-4108-a251-f15b1427c80b} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13137 | 2025.01.16 19:57:07.448277 [ 260 ] {385ba645-f435-4108-a251-f15b1427c80b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13138 | 2025.01.16 19:57:07.448729 [ 260 ] {385ba645-f435-4108-a251-f15b1427c80b} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13139 | 2025.01.16 19:57:07.449001 [ 260 ] {385ba645-f435-4108-a251-f15b1427c80b} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13140 | 2025.01.16 19:57:07.449276 [ 260 ] {385ba645-f435-4108-a251-f15b1427c80b} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002078 sec., 65447.54571703561 rows/sec., 5.65 MiB/sec. | ||
| 13141 | 2025.01.16 19:57:07.449358 [ 260 ] {385ba645-f435-4108-a251-f15b1427c80b} <Debug> TCPHandler: Processed in 0.002470514 sec. | ||
| 13142 | 2025.01.16 19:57:07.449660 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13143 | 2025.01.16 19:57:07.449939 [ 262 ] {4cea754c-34f4-454f-8a83-45a5e30308f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13144 | 2025.01.16 19:57:07.450019 [ 262 ] {4cea754c-34f4-454f-8a83-45a5e30308f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13145 | 2025.01.16 19:57:07.450841 [ 262 ] {4cea754c-34f4-454f-8a83-45a5e30308f6} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13146 | 2025.01.16 19:57:07.450882 [ 262 ] {4cea754c-34f4-454f-8a83-45a5e30308f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13147 | 2025.01.16 19:57:07.451317 [ 262 ] {4cea754c-34f4-454f-8a83-45a5e30308f6} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 13148 | 2025.01.16 19:57:07.451571 [ 262 ] {4cea754c-34f4-454f-8a83-45a5e30308f6} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13149 | 2025.01.16 19:57:07.451763 [ 262 ] {4cea754c-34f4-454f-8a83-45a5e30308f6} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001885 sec., 21220.159151193635 rows/sec., 1.56 MiB/sec. | ||
| 13150 | 2025.01.16 19:57:07.451821 [ 262 ] {4cea754c-34f4-454f-8a83-45a5e30308f6} <Debug> TCPHandler: Processed in 0.002327491 sec. | ||
| 13151 | 2025.01.16 19:57:07.451973 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13152 | 2025.01.16 19:57:07.452099 [ 260 ] {8af35cbb-1a4f-45b6-abe7-3bdce36feb8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13153 | 2025.01.16 19:57:07.452151 [ 260 ] {8af35cbb-1a4f-45b6-abe7-3bdce36feb8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13154 | 2025.01.16 19:57:07.452799 [ 260 ] {8af35cbb-1a4f-45b6-abe7-3bdce36feb8a} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13155 | 2025.01.16 19:57:07.452840 [ 260 ] {8af35cbb-1a4f-45b6-abe7-3bdce36feb8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13156 | 2025.01.16 19:57:07.453210 [ 260 ] {8af35cbb-1a4f-45b6-abe7-3bdce36feb8a} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13157 | 2025.01.16 19:57:07.453446 [ 260 ] {8af35cbb-1a4f-45b6-abe7-3bdce36feb8a} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13158 | 2025.01.16 19:57:07.453688 [ 260 ] {8af35cbb-1a4f-45b6-abe7-3bdce36feb8a} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001619 sec., 64237.18344657196 rows/sec., 5.02 MiB/sec. | ||
| 13159 | 2025.01.16 19:57:07.453780 [ 260 ] {8af35cbb-1a4f-45b6-abe7-3bdce36feb8a} <Debug> TCPHandler: Processed in 0.001867232 sec. | ||
| 13160 | 2025.01.16 19:57:07.453959 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13161 | 2025.01.16 19:57:07.454127 [ 262 ] {d0c215eb-6e4c-4a28-a059-3d5a857b8c60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13162 | 2025.01.16 19:57:07.454190 [ 262 ] {d0c215eb-6e4c-4a28-a059-3d5a857b8c60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13163 | 2025.01.16 19:57:07.454832 [ 262 ] {d0c215eb-6e4c-4a28-a059-3d5a857b8c60} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13164 | 2025.01.16 19:57:07.454869 [ 262 ] {d0c215eb-6e4c-4a28-a059-3d5a857b8c60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13165 | 2025.01.16 19:57:07.455269 [ 262 ] {d0c215eb-6e4c-4a28-a059-3d5a857b8c60} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13166 | 2025.01.16 19:57:07.455523 [ 262 ] {d0c215eb-6e4c-4a28-a059-3d5a857b8c60} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13167 | 2025.01.16 19:57:07.455716 [ 262 ] {d0c215eb-6e4c-4a28-a059-3d5a857b8c60} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001623 sec., 98582.87122612445 rows/sec., 6.87 MiB/sec. | ||
| 13168 | 2025.01.16 19:57:07.455804 [ 262 ] {d0c215eb-6e4c-4a28-a059-3d5a857b8c60} <Debug> TCPHandler: Processed in 0.001932724 sec. | ||
| 13169 | 2025.01.16 19:57:07.456021 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13170 | 2025.01.16 19:57:07.456362 [ 260 ] {bc5ca53e-7086-44f5-bd23-72772a4e41dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13171 | 2025.01.16 19:57:07.456500 [ 260 ] {bc5ca53e-7086-44f5-bd23-72772a4e41dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13172 | 2025.01.16 19:57:07.457774 [ 260 ] {bc5ca53e-7086-44f5-bd23-72772a4e41dc} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13173 | 2025.01.16 19:57:07.457814 [ 260 ] {bc5ca53e-7086-44f5-bd23-72772a4e41dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13174 | 2025.01.16 19:57:07.458484 [ 260 ] {bc5ca53e-7086-44f5-bd23-72772a4e41dc} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13175 | 2025.01.16 19:57:07.458744 [ 260 ] {bc5ca53e-7086-44f5-bd23-72772a4e41dc} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13176 | 2025.01.16 19:57:07.458980 [ 260 ] {bc5ca53e-7086-44f5-bd23-72772a4e41dc} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002734 sec., 14630.577907827359 rows/sec., 26.22 MiB/sec. | ||
| 13177 | 2025.01.16 19:57:07.459094 [ 260 ] {bc5ca53e-7086-44f5-bd23-72772a4e41dc} <Debug> TCPHandler: Processed in 0.003197117 sec. | ||
| 13178 | 2025.01.16 19:57:07.459268 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13179 | 2025.01.16 19:57:07.459410 [ 262 ] {61758afa-b794-4847-ad47-00e5b632f328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13180 | 2025.01.16 19:57:07.459470 [ 262 ] {61758afa-b794-4847-ad47-00e5b632f328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13181 | 2025.01.16 19:57:07.459993 [ 262 ] {61758afa-b794-4847-ad47-00e5b632f328} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13182 | 2025.01.16 19:57:07.460030 [ 262 ] {61758afa-b794-4847-ad47-00e5b632f328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13183 | 2025.01.16 19:57:07.460411 [ 262 ] {61758afa-b794-4847-ad47-00e5b632f328} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13184 | 2025.01.16 19:57:07.460650 [ 262 ] {61758afa-b794-4847-ad47-00e5b632f328} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13185 | 2025.01.16 19:57:07.460833 [ 262 ] {61758afa-b794-4847-ad47-00e5b632f328} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001456 sec., 41208.791208791205 rows/sec., 2.78 MiB/sec. | ||
| 13186 | 2025.01.16 19:57:07.460884 [ 262 ] {61758afa-b794-4847-ad47-00e5b632f328} <Debug> TCPHandler: Processed in 0.001684389 sec. | ||
| 13187 | 2025.01.16 19:57:10.661718 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13188 | 2025.01.16 19:57:10.661783 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13189 | 2025.01.16 19:57:10.871912 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30256 | ||
| 13190 | 2025.01.16 19:57:10.872933 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13191 | 2025.01.16 19:57:10.872980 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13192 | 2025.01.16 19:57:10.873507 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13193 | 2025.01.16 19:57:10.873778 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13194 | 2025.01.16 19:57:10.874047 [ 128 ] {} <Debug> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13195 | 2025.01.16 19:57:10.874071 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
| 13196 | 2025.01.16 19:57:10.874162 [ 128 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13197 | 2025.01.16 19:57:10.874211 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13198 | 2025.01.16 19:57:10.874480 [ 189 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 13199 | 2025.01.16 19:57:10.874987 [ 189 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13200 | 2025.01.16 19:57:10.875105 [ 189 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27999 rows starting from the beginning of the part | ||
| 13201 | 2025.01.16 19:57:10.875259 [ 189 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 427 rows starting from the beginning of the part | ||
| 13202 | 2025.01.16 19:57:10.875491 [ 189 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 488 rows starting from the beginning of the part | ||
| 13203 | 2025.01.16 19:57:10.875768 [ 189 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 427 rows starting from the beginning of the part | ||
| 13204 | 2025.01.16 19:57:10.875902 [ 189 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 488 rows starting from the beginning of the part | ||
| 13205 | 2025.01.16 19:57:10.876068 [ 189 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 427 rows starting from the beginning of the part | ||
| 13206 | 2025.01.16 19:57:10.878741 [ 195 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.004427638 sec., 6833440.312871106 rows/sec., 97.75 MiB/sec. | ||
| 13207 | 2025.01.16 19:57:10.879006 [ 189 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13208 | 2025.01.16 19:57:10.879318 [ 189 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_66_13} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13209 | 2025.01.16 19:57:10.879402 [ 189 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_66_13} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13210 | 2025.01.16 19:57:10.879494 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. | ||
| 13211 | 2025.01.16 19:57:12.003770 [ 127 ] {} <Debug> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03) (MergerMutator): Selected 5 parts from all_1_42_9 to all_46_46_0 | ||
| 13212 | 2025.01.16 19:57:12.003840 [ 127 ] {} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13213 | 2025.01.16 19:57:12.003867 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13214 | 2025.01.16 19:57:12.004085 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_46_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_42_9 to all_46_46_0 into Compact with storage Full | ||
| 13215 | 2025.01.16 19:57:12.004367 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_46_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13216 | 2025.01.16 19:57:12.004407 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 42 rows starting from the beginning of the part | ||
| 13217 | 2025.01.16 19:57:12.004494 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
| 13218 | 2025.01.16 19:57:12.004672 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
| 13219 | 2025.01.16 19:57:12.004888 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
| 13220 | 2025.01.16 19:57:12.005017 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part | ||
| 13221 | 2025.01.16 19:57:12.005956 [ 189 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_46_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 4 columns (4 merged, 0 gathered) in 0.002003815 sec., 22956.21102746511 rows/sec., 1.51 MiB/sec. | ||
| 13222 | 2025.01.16 19:57:12.006092 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_46_10} <Trace> MergedBlockOutputStream: filled checksums all_1_46_10 (state Temporary) | ||
| 13223 | 2025.01.16 19:57:12.006370 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_46_10} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_merge_all_1_46_10 to all_1_46_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13224 | 2025.01.16 19:57:12.006452 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_46_10} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03) (MergerMutator): Merged 5 parts: [all_1_42_9, all_46_46_0] -> all_1_46_10 | ||
| 13225 | 2025.01.16 19:57:12.006531 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13226 | 2025.01.16 19:57:12.448625 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13227 | 2025.01.16 19:57:12.448836 [ 260 ] {6050d588-4d4e-4d36-9c88-e46b316fafec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13228 | 2025.01.16 19:57:12.448909 [ 260 ] {6050d588-4d4e-4d36-9c88-e46b316fafec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13229 | 2025.01.16 19:57:12.449657 [ 260 ] {6050d588-4d4e-4d36-9c88-e46b316fafec} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13230 | 2025.01.16 19:57:12.449703 [ 260 ] {6050d588-4d4e-4d36-9c88-e46b316fafec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13231 | 2025.01.16 19:57:12.450138 [ 260 ] {6050d588-4d4e-4d36-9c88-e46b316fafec} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13232 | 2025.01.16 19:57:12.450392 [ 260 ] {6050d588-4d4e-4d36-9c88-e46b316fafec} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13233 | 2025.01.16 19:57:12.450595 [ 260 ] {6050d588-4d4e-4d36-9c88-e46b316fafec} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001816 sec., 7709.251101321586 rows/sec., 554.96 KiB/sec. | ||
| 13234 | 2025.01.16 19:57:12.450652 [ 260 ] {6050d588-4d4e-4d36-9c88-e46b316fafec} <Debug> TCPHandler: Processed in 0.002165938 sec. | ||
| 13235 | 2025.01.16 19:57:12.450907 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13236 | 2025.01.16 19:57:12.451105 [ 262 ] {8730b9f2-b715-4921-808c-4a8daec6ae0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13237 | 2025.01.16 19:57:12.451181 [ 262 ] {8730b9f2-b715-4921-808c-4a8daec6ae0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13238 | 2025.01.16 19:57:12.452013 [ 262 ] {8730b9f2-b715-4921-808c-4a8daec6ae0f} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13239 | 2025.01.16 19:57:12.452064 [ 262 ] {8730b9f2-b715-4921-808c-4a8daec6ae0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13240 | 2025.01.16 19:57:12.452515 [ 262 ] {8730b9f2-b715-4921-808c-4a8daec6ae0f} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13241 | 2025.01.16 19:57:12.452769 [ 262 ] {8730b9f2-b715-4921-808c-4a8daec6ae0f} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13242 | 2025.01.16 19:57:12.452961 [ 126 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13243 | 2025.01.16 19:57:12.453017 [ 126 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13244 | 2025.01.16 19:57:12.453035 [ 262 ] {8730b9f2-b715-4921-808c-4a8daec6ae0f} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001972 sec., 102941.17647058825 rows/sec., 8.91 MiB/sec. | ||
| 13245 | 2025.01.16 19:57:12.453050 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13246 | 2025.01.16 19:57:12.453182 [ 262 ] {8730b9f2-b715-4921-808c-4a8daec6ae0f} <Debug> TCPHandler: Processed in 0.002407172 sec. | ||
| 13247 | 2025.01.16 19:57:12.453288 [ 198 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 13248 | 2025.01.16 19:57:12.453363 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13249 | 2025.01.16 19:57:12.453431 [ 198 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13250 | 2025.01.16 19:57:12.453483 [ 198 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1434 rows starting from the beginning of the part | ||
| 13251 | 2025.01.16 19:57:12.453524 [ 260 ] {880798e0-e803-4521-b2e9-f2b2e9820c82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13252 | 2025.01.16 19:57:12.453631 [ 198 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 136 rows starting from the beginning of the part | ||
| 13253 | 2025.01.16 19:57:12.453660 [ 260 ] {880798e0-e803-4521-b2e9-f2b2e9820c82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13254 | 2025.01.16 19:57:12.454119 [ 198 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 1344 rows starting from the beginning of the part | ||
| 13255 | 2025.01.16 19:57:12.454385 [ 198 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 30 rows starting from the beginning of the part | ||
| 13256 | 2025.01.16 19:57:12.454714 [ 198 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 136 rows starting from the beginning of the part | ||
| 13257 | 2025.01.16 19:57:12.455116 [ 198 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 203 rows starting from the beginning of the part | ||
| 13258 | 2025.01.16 19:57:12.456071 [ 260 ] {880798e0-e803-4521-b2e9-f2b2e9820c82} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13259 | 2025.01.16 19:57:12.456112 [ 260 ] {880798e0-e803-4521-b2e9-f2b2e9820c82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13260 | 2025.01.16 19:57:12.456661 [ 260 ] {880798e0-e803-4521-b2e9-f2b2e9820c82} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 13261 | 2025.01.16 19:57:12.456937 [ 260 ] {880798e0-e803-4521-b2e9-f2b2e9820c82} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13262 | 2025.01.16 19:57:12.457130 [ 260 ] {880798e0-e803-4521-b2e9-f2b2e9820c82} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.003646 sec., 1919.9122325836533 rows/sec., 125.08 KiB/sec. | ||
| 13263 | 2025.01.16 19:57:12.457193 [ 260 ] {880798e0-e803-4521-b2e9-f2b2e9820c82} <Debug> TCPHandler: Processed in 0.003900828 sec. | ||
| 13264 | 2025.01.16 19:57:12.457376 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13265 | 2025.01.16 19:57:12.457671 [ 262 ] {a1e4b953-1e82-4ab0-994e-6510cc224ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13266 | 2025.01.16 19:57:12.457678 [ 198 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3283 rows, containing 5 columns (5 merged, 0 gathered) in 0.004507699 sec., 728309.4989261705 rows/sec., 63.88 MiB/sec. | ||
| 13267 | 2025.01.16 19:57:12.457746 [ 262 ] {a1e4b953-1e82-4ab0-994e-6510cc224ecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13268 | 2025.01.16 19:57:12.457943 [ 198 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13269 | 2025.01.16 19:57:12.458564 [ 198 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_111_22} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13270 | 2025.01.16 19:57:12.458794 [ 198 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_111_22} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13271 | 2025.01.16 19:57:12.458961 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 13272 | 2025.01.16 19:57:12.459074 [ 262 ] {a1e4b953-1e82-4ab0-994e-6510cc224ecd} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13273 | 2025.01.16 19:57:12.459119 [ 262 ] {a1e4b953-1e82-4ab0-994e-6510cc224ecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13274 | 2025.01.16 19:57:12.459481 [ 262 ] {a1e4b953-1e82-4ab0-994e-6510cc224ecd} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13275 | 2025.01.16 19:57:12.459743 [ 262 ] {a1e4b953-1e82-4ab0-994e-6510cc224ecd} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13276 | 2025.01.16 19:57:12.459920 [ 126 ] {} <Debug> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0 | ||
| 13277 | 2025.01.16 19:57:12.459975 [ 126 ] {} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13278 | 2025.01.16 19:57:12.459995 [ 262 ] {a1e4b953-1e82-4ab0-994e-6510cc224ecd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002384 sec., 5872.48322147651 rows/sec., 411.27 KiB/sec. | ||
| 13279 | 2025.01.16 19:57:12.460014 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13280 | 2025.01.16 19:57:12.460155 [ 262 ] {a1e4b953-1e82-4ab0-994e-6510cc224ecd} <Debug> TCPHandler: Processed in 0.00287969 sec. | ||
| 13281 | 2025.01.16 19:57:12.460260 [ 197 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_47_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_42_9 to all_47_47_0 into Compact with storage Full | ||
| 13282 | 2025.01.16 19:57:12.460410 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13283 | 2025.01.16 19:57:12.460594 [ 197 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13284 | 2025.01.16 19:57:12.460715 [ 197 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 243 rows starting from the beginning of the part | ||
| 13285 | 2025.01.16 19:57:12.460895 [ 260 ] {55e177ec-f696-413a-87dd-6337fee1ea08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13286 | 2025.01.16 19:57:12.461187 [ 260 ] {55e177ec-f696-413a-87dd-6337fee1ea08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13287 | 2025.01.16 19:57:12.461262 [ 197 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 242 rows starting from the beginning of the part | ||
| 13288 | 2025.01.16 19:57:12.461853 [ 197 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 13289 | 2025.01.16 19:57:12.462113 [ 197 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
| 13290 | 2025.01.16 19:57:12.462517 [ 197 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 242 rows starting from the beginning of the part | ||
| 13291 | 2025.01.16 19:57:12.462890 [ 197 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 13292 | 2025.01.16 19:57:12.464306 [ 260 ] {55e177ec-f696-413a-87dd-6337fee1ea08} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13293 | 2025.01.16 19:57:12.464369 [ 260 ] {55e177ec-f696-413a-87dd-6337fee1ea08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13294 | 2025.01.16 19:57:12.465370 [ 260 ] {55e177ec-f696-413a-87dd-6337fee1ea08} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13295 | 2025.01.16 19:57:12.465760 [ 189 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.005619438 sec., 136846.42485600873 rows/sec., 9.80 MiB/sec. | ||
| 13296 | 2025.01.16 19:57:12.465873 [ 260 ] {55e177ec-f696-413a-87dd-6337fee1ea08} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13297 | 2025.01.16 19:57:12.465968 [ 189 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) | ||
| 13298 | 2025.01.16 19:57:12.466280 [ 260 ] {55e177ec-f696-413a-87dd-6337fee1ea08} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005546 sec., 2344.0317345834837 rows/sec., 146.15 KiB/sec. | ||
| 13299 | 2025.01.16 19:57:12.466447 [ 260 ] {55e177ec-f696-413a-87dd-6337fee1ea08} <Debug> TCPHandler: Processed in 0.006152487 sec. | ||
| 13300 | 2025.01.16 19:57:12.466604 [ 189 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_47_10} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13301 | 2025.01.16 19:57:12.466627 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13302 | 2025.01.16 19:57:12.466687 [ 189 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_47_10} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10 | ||
| 13303 | 2025.01.16 19:57:12.466769 [ 262 ] {3d972776-82d6-4bf1-bd90-1d9296ae165c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13304 | 2025.01.16 19:57:12.466774 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 13305 | 2025.01.16 19:57:12.466822 [ 262 ] {3d972776-82d6-4bf1-bd90-1d9296ae165c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13306 | 2025.01.16 19:57:12.467513 [ 262 ] {3d972776-82d6-4bf1-bd90-1d9296ae165c} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13307 | 2025.01.16 19:57:12.467551 [ 262 ] {3d972776-82d6-4bf1-bd90-1d9296ae165c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13308 | 2025.01.16 19:57:12.467935 [ 262 ] {3d972776-82d6-4bf1-bd90-1d9296ae165c} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13309 | 2025.01.16 19:57:12.468176 [ 262 ] {3d972776-82d6-4bf1-bd90-1d9296ae165c} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13310 | 2025.01.16 19:57:12.468360 [ 126 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13311 | 2025.01.16 19:57:12.468405 [ 126 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13312 | 2025.01.16 19:57:12.468423 [ 262 ] {3d972776-82d6-4bf1-bd90-1d9296ae165c} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001697 sec., 225103.12315851502 rows/sec., 15.93 MiB/sec. | ||
| 13313 | 2025.01.16 19:57:12.468437 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13314 | 2025.01.16 19:57:12.468575 [ 262 ] {3d972776-82d6-4bf1-bd90-1d9296ae165c} <Debug> TCPHandler: Processed in 0.002009185 sec. | ||
| 13315 | 2025.01.16 19:57:12.468759 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 13316 | 2025.01.16 19:57:12.468777 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13317 | 2025.01.16 19:57:12.469100 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13318 | 2025.01.16 19:57:12.469110 [ 260 ] {ee00b973-213e-46a3-a08b-8f28d98df4df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13319 | 2025.01.16 19:57:12.469157 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 914 rows starting from the beginning of the part | ||
| 13320 | 2025.01.16 19:57:12.469223 [ 260 ] {ee00b973-213e-46a3-a08b-8f28d98df4df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13321 | 2025.01.16 19:57:12.469572 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 104 rows starting from the beginning of the part | ||
| 13322 | 2025.01.16 19:57:12.470037 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 840 rows starting from the beginning of the part | ||
| 13323 | 2025.01.16 19:57:12.470341 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 36 rows starting from the beginning of the part | ||
| 13324 | 2025.01.16 19:57:12.470657 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 104 rows starting from the beginning of the part | ||
| 13325 | 2025.01.16 19:57:12.470945 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 382 rows starting from the beginning of the part | ||
| 13326 | 2025.01.16 19:57:12.471763 [ 260 ] {ee00b973-213e-46a3-a08b-8f28d98df4df} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13327 | 2025.01.16 19:57:12.471838 [ 260 ] {ee00b973-213e-46a3-a08b-8f28d98df4df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13328 | 2025.01.16 19:57:12.472763 [ 260 ] {ee00b973-213e-46a3-a08b-8f28d98df4df} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13329 | 2025.01.16 19:57:12.473393 [ 260 ] {ee00b973-213e-46a3-a08b-8f28d98df4df} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13330 | 2025.01.16 19:57:12.473713 [ 260 ] {ee00b973-213e-46a3-a08b-8f28d98df4df} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004683 sec., 1281.2299807815505 rows/sec., 66.94 KiB/sec. | ||
| 13331 | 2025.01.16 19:57:12.473783 [ 260 ] {ee00b973-213e-46a3-a08b-8f28d98df4df} <Debug> TCPHandler: Processed in 0.005101469 sec. | ||
| 13332 | 2025.01.16 19:57:12.474119 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13333 | 2025.01.16 19:57:12.474590 [ 262 ] {6f11af19-a107-4a66-98b7-79f6c1b9a7f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13334 | 2025.01.16 19:57:12.474826 [ 262 ] {6f11af19-a107-4a66-98b7-79f6c1b9a7f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13335 | 2025.01.16 19:57:12.475203 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2380 rows, containing 5 columns (5 merged, 0 gathered) in 0.006611316 sec., 359988.84337097185 rows/sec., 27.58 MiB/sec. | ||
| 13336 | 2025.01.16 19:57:12.475490 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13337 | 2025.01.16 19:57:12.475982 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_111_22} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13338 | 2025.01.16 19:57:12.476230 [ 196 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_111_22} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13339 | 2025.01.16 19:57:12.476277 [ 262 ] {6f11af19-a107-4a66-98b7-79f6c1b9a7f6} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13340 | 2025.01.16 19:57:12.476346 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 13341 | 2025.01.16 19:57:12.476354 [ 262 ] {6f11af19-a107-4a66-98b7-79f6c1b9a7f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13342 | 2025.01.16 19:57:12.476793 [ 262 ] {6f11af19-a107-4a66-98b7-79f6c1b9a7f6} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13343 | 2025.01.16 19:57:12.477043 [ 262 ] {6f11af19-a107-4a66-98b7-79f6c1b9a7f6} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13344 | 2025.01.16 19:57:12.477268 [ 262 ] {6f11af19-a107-4a66-98b7-79f6c1b9a7f6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002864 sec., 82751.3966480447 rows/sec., 5.55 MiB/sec. | ||
| 13345 | 2025.01.16 19:57:12.477337 [ 262 ] {6f11af19-a107-4a66-98b7-79f6c1b9a7f6} <Debug> TCPHandler: Processed in 0.00340953 sec. | ||
| 13346 | 2025.01.16 19:57:12.477528 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13347 | 2025.01.16 19:57:12.477833 [ 260 ] {660254cb-c7d3-4209-ab41-ebe9c636e97f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13348 | 2025.01.16 19:57:12.477943 [ 260 ] {660254cb-c7d3-4209-ab41-ebe9c636e97f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13349 | 2025.01.16 19:57:12.478442 [ 260 ] {660254cb-c7d3-4209-ab41-ebe9c636e97f} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13350 | 2025.01.16 19:57:12.478480 [ 260 ] {660254cb-c7d3-4209-ab41-ebe9c636e97f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13351 | 2025.01.16 19:57:12.478901 [ 260 ] {660254cb-c7d3-4209-ab41-ebe9c636e97f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13352 | 2025.01.16 19:57:12.479138 [ 260 ] {660254cb-c7d3-4209-ab41-ebe9c636e97f} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13353 | 2025.01.16 19:57:12.479316 [ 260 ] {660254cb-c7d3-4209-ab41-ebe9c636e97f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001599 sec., 625.3908692933084 rows/sec., 42.14 KiB/sec. | ||
| 13354 | 2025.01.16 19:57:12.479368 [ 260 ] {660254cb-c7d3-4209-ab41-ebe9c636e97f} <Debug> TCPHandler: Processed in 0.001944684 sec. | ||
| 13355 | 2025.01.16 19:57:12.479528 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13356 | 2025.01.16 19:57:12.479668 [ 262 ] {2f379114-743f-4bb9-b338-3393dcb21fe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13357 | 2025.01.16 19:57:12.479728 [ 262 ] {2f379114-743f-4bb9-b338-3393dcb21fe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13358 | 2025.01.16 19:57:12.480231 [ 262 ] {2f379114-743f-4bb9-b338-3393dcb21fe7} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13359 | 2025.01.16 19:57:12.480269 [ 262 ] {2f379114-743f-4bb9-b338-3393dcb21fe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13360 | 2025.01.16 19:57:12.480645 [ 262 ] {2f379114-743f-4bb9-b338-3393dcb21fe7} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13361 | 2025.01.16 19:57:12.480887 [ 262 ] {2f379114-743f-4bb9-b338-3393dcb21fe7} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13362 | 2025.01.16 19:57:12.481072 [ 126 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13363 | 2025.01.16 19:57:12.481122 [ 126 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13364 | 2025.01.16 19:57:12.481136 [ 262 ] {2f379114-743f-4bb9-b338-3393dcb21fe7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00149 sec., 55033.55704697986 rows/sec., 3.50 MiB/sec. | ||
| 13365 | 2025.01.16 19:57:12.481166 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13366 | 2025.01.16 19:57:12.481285 [ 262 ] {2f379114-743f-4bb9-b338-3393dcb21fe7} <Debug> TCPHandler: Processed in 0.001819772 sec. | ||
| 13367 | 2025.01.16 19:57:12.481406 [ 186 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 13368 | 2025.01.16 19:57:12.481531 [ 186 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13369 | 2025.01.16 19:57:12.481565 [ 186 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6296 rows starting from the beginning of the part | ||
| 13370 | 2025.01.16 19:57:12.481655 [ 186 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part | ||
| 13371 | 2025.01.16 19:57:12.481766 [ 186 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 76 rows starting from the beginning of the part | ||
| 13372 | 2025.01.16 19:57:12.481941 [ 186 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 6 rows starting from the beginning of the part | ||
| 13373 | 2025.01.16 19:57:12.482015 [ 186 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 60 rows starting from the beginning of the part | ||
| 13374 | 2025.01.16 19:57:12.482230 [ 186 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 82 rows starting from the beginning of the part | ||
| 13375 | 2025.01.16 19:57:12.484081 [ 204 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6580 rows, containing 4 columns (4 merged, 0 gathered) in 0.002787809 sec., 2360276.4751817645 rows/sec., 153.97 MiB/sec. | ||
| 13376 | 2025.01.16 19:57:12.484482 [ 204 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13377 | 2025.01.16 19:57:12.484790 [ 204 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_111_22} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13378 | 2025.01.16 19:57:12.484881 [ 204 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_111_22} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13379 | 2025.01.16 19:57:12.484972 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. | ||
| 13380 | 2025.01.16 19:57:13.057133 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 13381 | 2025.01.16 19:57:13.079276 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13382 | 2025.01.16 19:57:13.079328 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13383 | 2025.01.16 19:57:13.086517 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13384 | 2025.01.16 19:57:13.087286 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13385 | 2025.01.16 19:57:13.087596 [ 124 ] {} <Debug> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13386 | 2025.01.16 19:57:13.087668 [ 124 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13387 | 2025.01.16 19:57:13.087715 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13388 | 2025.01.16 19:57:13.088339 [ 193 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 13389 | 2025.01.16 19:57:13.103499 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 13390 | 2025.01.16 19:57:13.105428 [ 193 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13391 | 2025.01.16 19:57:13.106644 [ 193 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part | ||
| 13392 | 2025.01.16 19:57:13.112159 [ 193 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 8 rows starting from the beginning of the part | ||
| 13393 | 2025.01.16 19:57:13.117346 [ 193 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 7 rows starting from the beginning of the part | ||
| 13394 | 2025.01.16 19:57:13.123784 [ 193 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part | ||
| 13395 | 2025.01.16 19:57:13.129484 [ 193 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 7 rows starting from the beginning of the part | ||
| 13396 | 2025.01.16 19:57:13.134017 [ 193 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 8 rows starting from the beginning of the part | ||
| 13397 | 2025.01.16 19:57:13.193212 [ 204 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.105349119 sec., 4727.139673564807 rows/sec., 24.44 MiB/sec. | ||
| 13398 | 2025.01.16 19:57:13.196876 [ 190 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13399 | 2025.01.16 19:57:13.200012 [ 190 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_66_13} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13400 | 2025.01.16 19:57:13.200179 [ 190 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_66_13} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13401 | 2025.01.16 19:57:13.202762 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.28 MiB. | ||
| 13402 | 2025.01.16 19:57:13.428748 [ 124 ] {} <Debug> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 13403 | 2025.01.16 19:57:13.428786 [ 124 ] {} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13404 | 2025.01.16 19:57:13.428808 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13405 | 2025.01.16 19:57:13.429004 [ 199 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 13406 | 2025.01.16 19:57:13.429231 [ 199 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13407 | 2025.01.16 19:57:13.429270 [ 199 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 18 rows starting from the beginning of the part | ||
| 13408 | 2025.01.16 19:57:13.429360 [ 199 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
| 13409 | 2025.01.16 19:57:13.429574 [ 199 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 10 rows starting from the beginning of the part | ||
| 13410 | 2025.01.16 19:57:13.429798 [ 199 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 13411 | 2025.01.16 19:57:13.429965 [ 199 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
| 13412 | 2025.01.16 19:57:13.431052 [ 204 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002177298 sec., 17452.82455594044 rows/sec., 1.46 MiB/sec. | ||
| 13413 | 2025.01.16 19:57:13.431244 [ 200 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 13414 | 2025.01.16 19:57:13.431601 [ 200 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_21_5} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13415 | 2025.01.16 19:57:13.431703 [ 200 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_21_5} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 13416 | 2025.01.16 19:57:13.431806 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13417 | 2025.01.16 19:57:14.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 257.30 MiB, peak 271.04 MiB, free memory in arenas 0.00 B, will set to 258.71 MiB (RSS), difference: 1.41 MiB | ||
| 13418 | 2025.01.16 19:57:16.047138 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1868 | ||
| 13419 | 2025.01.16 19:57:16.050814 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13420 | 2025.01.16 19:57:16.050876 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13421 | 2025.01.16 19:57:16.052419 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13422 | 2025.01.16 19:57:16.052747 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13423 | 2025.01.16 19:57:16.053406 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1868 | ||
| 13424 | 2025.01.16 19:57:17.447084 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13425 | 2025.01.16 19:57:17.447303 [ 260 ] {bf2710fb-79ab-45d1-a040-b0c38b67e7f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13426 | 2025.01.16 19:57:17.447389 [ 260 ] {bf2710fb-79ab-45d1-a040-b0c38b67e7f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13427 | 2025.01.16 19:57:17.448240 [ 260 ] {bf2710fb-79ab-45d1-a040-b0c38b67e7f5} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13428 | 2025.01.16 19:57:17.448295 [ 260 ] {bf2710fb-79ab-45d1-a040-b0c38b67e7f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13429 | 2025.01.16 19:57:17.448732 [ 260 ] {bf2710fb-79ab-45d1-a040-b0c38b67e7f5} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 13430 | 2025.01.16 19:57:17.448993 [ 260 ] {bf2710fb-79ab-45d1-a040-b0c38b67e7f5} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13431 | 2025.01.16 19:57:17.449239 [ 260 ] {bf2710fb-79ab-45d1-a040-b0c38b67e7f5} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001997 sec., 5007.51126690035 rows/sec., 408.33 KiB/sec. | ||
| 13432 | 2025.01.16 19:57:17.449306 [ 260 ] {bf2710fb-79ab-45d1-a040-b0c38b67e7f5} <Debug> TCPHandler: Processed in 0.002367082 sec. | ||
| 13433 | 2025.01.16 19:57:17.449573 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13434 | 2025.01.16 19:57:17.449784 [ 262 ] {07726f0b-0629-4b7f-894e-246c573f7b18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13435 | 2025.01.16 19:57:17.449871 [ 262 ] {07726f0b-0629-4b7f-894e-246c573f7b18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13436 | 2025.01.16 19:57:17.450728 [ 262 ] {07726f0b-0629-4b7f-894e-246c573f7b18} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13437 | 2025.01.16 19:57:17.450779 [ 262 ] {07726f0b-0629-4b7f-894e-246c573f7b18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13438 | 2025.01.16 19:57:17.451242 [ 262 ] {07726f0b-0629-4b7f-894e-246c573f7b18} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13439 | 2025.01.16 19:57:17.451502 [ 262 ] {07726f0b-0629-4b7f-894e-246c573f7b18} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13440 | 2025.01.16 19:57:17.451737 [ 262 ] {07726f0b-0629-4b7f-894e-246c573f7b18} <Debug> executeQuery: Read 141 rows, 12.38 KiB in 0.00201 sec., 70149.25373134328 rows/sec., 6.02 MiB/sec. | ||
| 13441 | 2025.01.16 19:57:17.451806 [ 262 ] {07726f0b-0629-4b7f-894e-246c573f7b18} <Debug> TCPHandler: Processed in 0.002374732 sec. | ||
| 13442 | 2025.01.16 19:57:17.451980 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13443 | 2025.01.16 19:57:17.452136 [ 260 ] {332023f7-9c7f-4a4e-ba33-ec021bc78185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13444 | 2025.01.16 19:57:17.452200 [ 260 ] {332023f7-9c7f-4a4e-ba33-ec021bc78185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13445 | 2025.01.16 19:57:17.452954 [ 260 ] {332023f7-9c7f-4a4e-ba33-ec021bc78185} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13446 | 2025.01.16 19:57:17.453004 [ 260 ] {332023f7-9c7f-4a4e-ba33-ec021bc78185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13447 | 2025.01.16 19:57:17.453391 [ 260 ] {332023f7-9c7f-4a4e-ba33-ec021bc78185} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 13448 | 2025.01.16 19:57:17.453635 [ 260 ] {332023f7-9c7f-4a4e-ba33-ec021bc78185} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13449 | 2025.01.16 19:57:17.453844 [ 260 ] {332023f7-9c7f-4a4e-ba33-ec021bc78185} <Debug> executeQuery: Read 50 rows, 3.71 KiB in 0.001743 sec., 28686.17326448652 rows/sec., 2.08 MiB/sec. | ||
| 13450 | 2025.01.16 19:57:17.453900 [ 260 ] {332023f7-9c7f-4a4e-ba33-ec021bc78185} <Debug> TCPHandler: Processed in 0.001991475 sec. | ||
| 13451 | 2025.01.16 19:57:17.454084 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13452 | 2025.01.16 19:57:17.454230 [ 262 ] {88920411-ed36-41cb-b163-7eb400f284ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13453 | 2025.01.16 19:57:17.454290 [ 262 ] {88920411-ed36-41cb-b163-7eb400f284ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13454 | 2025.01.16 19:57:17.455023 [ 262 ] {88920411-ed36-41cb-b163-7eb400f284ba} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13455 | 2025.01.16 19:57:17.455065 [ 262 ] {88920411-ed36-41cb-b163-7eb400f284ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13456 | 2025.01.16 19:57:17.455440 [ 262 ] {88920411-ed36-41cb-b163-7eb400f284ba} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13457 | 2025.01.16 19:57:17.455683 [ 262 ] {88920411-ed36-41cb-b163-7eb400f284ba} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13458 | 2025.01.16 19:57:17.455899 [ 262 ] {88920411-ed36-41cb-b163-7eb400f284ba} <Debug> executeQuery: Read 114 rows, 9.13 KiB in 0.001705 sec., 66862.17008797654 rows/sec., 5.23 MiB/sec. | ||
| 13459 | 2025.01.16 19:57:17.455958 [ 262 ] {88920411-ed36-41cb-b163-7eb400f284ba} <Debug> TCPHandler: Processed in 0.001945244 sec. | ||
| 13460 | 2025.01.16 19:57:17.456126 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13461 | 2025.01.16 19:57:17.456265 [ 260 ] {a88cc9dc-05d2-4230-ae9f-0a67f17af6af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13462 | 2025.01.16 19:57:17.456329 [ 260 ] {a88cc9dc-05d2-4230-ae9f-0a67f17af6af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13463 | 2025.01.16 19:57:17.457010 [ 260 ] {a88cc9dc-05d2-4230-ae9f-0a67f17af6af} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13464 | 2025.01.16 19:57:17.457051 [ 260 ] {a88cc9dc-05d2-4230-ae9f-0a67f17af6af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13465 | 2025.01.16 19:57:17.457450 [ 260 ] {a88cc9dc-05d2-4230-ae9f-0a67f17af6af} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13466 | 2025.01.16 19:57:17.457702 [ 260 ] {a88cc9dc-05d2-4230-ae9f-0a67f17af6af} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13467 | 2025.01.16 19:57:17.457943 [ 260 ] {a88cc9dc-05d2-4230-ae9f-0a67f17af6af} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.001703 sec., 96887.84497944803 rows/sec., 6.75 MiB/sec. | ||
| 13468 | 2025.01.16 19:57:17.458036 [ 260 ] {a88cc9dc-05d2-4230-ae9f-0a67f17af6af} <Debug> TCPHandler: Processed in 0.001978865 sec. | ||
| 13469 | 2025.01.16 19:57:17.458250 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13470 | 2025.01.16 19:57:17.458552 [ 262 ] {a85c5b5c-321f-4c7d-8422-ef2a916b8426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13471 | 2025.01.16 19:57:17.458660 [ 262 ] {a85c5b5c-321f-4c7d-8422-ef2a916b8426} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13472 | 2025.01.16 19:57:17.459877 [ 262 ] {a85c5b5c-321f-4c7d-8422-ef2a916b8426} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13473 | 2025.01.16 19:57:17.459919 [ 262 ] {a85c5b5c-321f-4c7d-8422-ef2a916b8426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13474 | 2025.01.16 19:57:17.460614 [ 262 ] {a85c5b5c-321f-4c7d-8422-ef2a916b8426} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13475 | 2025.01.16 19:57:17.460885 [ 262 ] {a85c5b5c-321f-4c7d-8422-ef2a916b8426} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13476 | 2025.01.16 19:57:17.461137 [ 262 ] {a85c5b5c-321f-4c7d-8422-ef2a916b8426} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002698 sec., 14825.796886582655 rows/sec., 26.57 MiB/sec. | ||
| 13477 | 2025.01.16 19:57:17.461257 [ 262 ] {a85c5b5c-321f-4c7d-8422-ef2a916b8426} <Debug> TCPHandler: Processed in 0.003115765 sec. | ||
| 13478 | 2025.01.16 19:57:17.461411 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13479 | 2025.01.16 19:57:17.461530 [ 260 ] {a2a91cb7-4e35-40c9-91f7-3d245dc074b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13480 | 2025.01.16 19:57:17.461580 [ 260 ] {a2a91cb7-4e35-40c9-91f7-3d245dc074b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13481 | 2025.01.16 19:57:17.462084 [ 260 ] {a2a91cb7-4e35-40c9-91f7-3d245dc074b9} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13482 | 2025.01.16 19:57:17.462124 [ 260 ] {a2a91cb7-4e35-40c9-91f7-3d245dc074b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13483 | 2025.01.16 19:57:17.462505 [ 260 ] {a2a91cb7-4e35-40c9-91f7-3d245dc074b9} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13484 | 2025.01.16 19:57:17.462765 [ 260 ] {a2a91cb7-4e35-40c9-91f7-3d245dc074b9} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13485 | 2025.01.16 19:57:17.462995 [ 260 ] {a2a91cb7-4e35-40c9-91f7-3d245dc074b9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001488 sec., 40322.58064516129 rows/sec., 2.72 MiB/sec. | ||
| 13486 | 2025.01.16 19:57:17.463073 [ 260 ] {a2a91cb7-4e35-40c9-91f7-3d245dc074b9} <Debug> TCPHandler: Processed in 0.00171681 sec. | ||
| 13487 | 2025.01.16 19:57:18.374314 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30744 | ||
| 13488 | 2025.01.16 19:57:18.374988 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13489 | 2025.01.16 19:57:18.375030 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13490 | 2025.01.16 19:57:18.375566 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13491 | 2025.01.16 19:57:18.375835 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13492 | 2025.01.16 19:57:18.376104 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744 | ||
| 13493 | 2025.01.16 19:57:20.603650 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 13494 | 2025.01.16 19:57:20.623580 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13495 | 2025.01.16 19:57:20.623633 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13496 | 2025.01.16 19:57:20.630529 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13497 | 2025.01.16 19:57:20.631293 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13498 | 2025.01.16 19:57:20.634383 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 13499 | 2025.01.16 19:57:22.448901 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13500 | 2025.01.16 19:57:22.449099 [ 260 ] {a2708667-6f41-47c4-9449-1024967692da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13501 | 2025.01.16 19:57:22.449175 [ 260 ] {a2708667-6f41-47c4-9449-1024967692da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13502 | 2025.01.16 19:57:22.449965 [ 260 ] {a2708667-6f41-47c4-9449-1024967692da} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13503 | 2025.01.16 19:57:22.450022 [ 260 ] {a2708667-6f41-47c4-9449-1024967692da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13504 | 2025.01.16 19:57:22.450469 [ 260 ] {a2708667-6f41-47c4-9449-1024967692da} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13505 | 2025.01.16 19:57:22.450732 [ 260 ] {a2708667-6f41-47c4-9449-1024967692da} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13506 | 2025.01.16 19:57:22.450994 [ 260 ] {a2708667-6f41-47c4-9449-1024967692da} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001948 sec., 7186.858316221766 rows/sec., 517.36 KiB/sec. | ||
| 13507 | 2025.01.16 19:57:22.451066 [ 260 ] {a2708667-6f41-47c4-9449-1024967692da} <Debug> TCPHandler: Processed in 0.002299361 sec. | ||
| 13508 | 2025.01.16 19:57:22.451338 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13509 | 2025.01.16 19:57:22.451556 [ 262 ] {99789382-cde5-4b60-b34d-0af1e35acab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13510 | 2025.01.16 19:57:22.451640 [ 262 ] {99789382-cde5-4b60-b34d-0af1e35acab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13511 | 2025.01.16 19:57:22.452570 [ 262 ] {99789382-cde5-4b60-b34d-0af1e35acab4} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13512 | 2025.01.16 19:57:22.452620 [ 262 ] {99789382-cde5-4b60-b34d-0af1e35acab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13513 | 2025.01.16 19:57:22.453090 [ 262 ] {99789382-cde5-4b60-b34d-0af1e35acab4} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 13514 | 2025.01.16 19:57:22.453368 [ 262 ] {99789382-cde5-4b60-b34d-0af1e35acab4} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13515 | 2025.01.16 19:57:22.453622 [ 262 ] {99789382-cde5-4b60-b34d-0af1e35acab4} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002126 sec., 95484.47789275636 rows/sec., 8.26 MiB/sec. | ||
| 13516 | 2025.01.16 19:57:22.453692 [ 262 ] {99789382-cde5-4b60-b34d-0af1e35acab4} <Debug> TCPHandler: Processed in 0.002491864 sec. | ||
| 13517 | 2025.01.16 19:57:22.453866 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13518 | 2025.01.16 19:57:22.454016 [ 260 ] {23fc6bf7-cfae-4fec-bc08-296020f6616c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13519 | 2025.01.16 19:57:22.454079 [ 260 ] {23fc6bf7-cfae-4fec-bc08-296020f6616c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13520 | 2025.01.16 19:57:22.454706 [ 260 ] {23fc6bf7-cfae-4fec-bc08-296020f6616c} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13521 | 2025.01.16 19:57:22.454750 [ 260 ] {23fc6bf7-cfae-4fec-bc08-296020f6616c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13522 | 2025.01.16 19:57:22.455121 [ 260 ] {23fc6bf7-cfae-4fec-bc08-296020f6616c} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 13523 | 2025.01.16 19:57:22.455374 [ 260 ] {23fc6bf7-cfae-4fec-bc08-296020f6616c} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13524 | 2025.01.16 19:57:22.455615 [ 260 ] {23fc6bf7-cfae-4fec-bc08-296020f6616c} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.00163 sec., 4294.478527607362 rows/sec., 279.79 KiB/sec. | ||
| 13525 | 2025.01.16 19:57:22.455712 [ 260 ] {23fc6bf7-cfae-4fec-bc08-296020f6616c} <Debug> TCPHandler: Processed in 0.001912523 sec. | ||
| 13526 | 2025.01.16 19:57:22.455937 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13527 | 2025.01.16 19:57:22.456113 [ 262 ] {88947eee-a01f-44ef-80fb-a0dbe4c897d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13528 | 2025.01.16 19:57:22.456178 [ 262 ] {88947eee-a01f-44ef-80fb-a0dbe4c897d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13529 | 2025.01.16 19:57:22.456799 [ 262 ] {88947eee-a01f-44ef-80fb-a0dbe4c897d9} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13530 | 2025.01.16 19:57:22.456840 [ 262 ] {88947eee-a01f-44ef-80fb-a0dbe4c897d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13531 | 2025.01.16 19:57:22.457214 [ 262 ] {88947eee-a01f-44ef-80fb-a0dbe4c897d9} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13532 | 2025.01.16 19:57:22.457461 [ 262 ] {88947eee-a01f-44ef-80fb-a0dbe4c897d9} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13533 | 2025.01.16 19:57:22.457662 [ 262 ] {88947eee-a01f-44ef-80fb-a0dbe4c897d9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001585 sec., 8832.807570977919 rows/sec., 618.59 KiB/sec. | ||
| 13534 | 2025.01.16 19:57:22.457716 [ 262 ] {88947eee-a01f-44ef-80fb-a0dbe4c897d9} <Debug> TCPHandler: Processed in 0.001903844 sec. | ||
| 13535 | 2025.01.16 19:57:22.457906 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13536 | 2025.01.16 19:57:22.458047 [ 260 ] {c2d9e634-4a6f-4481-b737-6b8d9cdfd45c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13537 | 2025.01.16 19:57:22.458109 [ 260 ] {c2d9e634-4a6f-4481-b737-6b8d9cdfd45c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13538 | 2025.01.16 19:57:22.458723 [ 260 ] {c2d9e634-4a6f-4481-b737-6b8d9cdfd45c} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13539 | 2025.01.16 19:57:22.458764 [ 260 ] {c2d9e634-4a6f-4481-b737-6b8d9cdfd45c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13540 | 2025.01.16 19:57:22.459129 [ 260 ] {c2d9e634-4a6f-4481-b737-6b8d9cdfd45c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13541 | 2025.01.16 19:57:22.459374 [ 260 ] {c2d9e634-4a6f-4481-b737-6b8d9cdfd45c} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13542 | 2025.01.16 19:57:22.459561 [ 260 ] {c2d9e634-4a6f-4481-b737-6b8d9cdfd45c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001547 sec., 8403.361344537816 rows/sec., 523.95 KiB/sec. | ||
| 13543 | 2025.01.16 19:57:22.459620 [ 260 ] {c2d9e634-4a6f-4481-b737-6b8d9cdfd45c} <Debug> TCPHandler: Processed in 0.001782532 sec. | ||
| 13544 | 2025.01.16 19:57:22.459785 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13545 | 2025.01.16 19:57:22.459903 [ 262 ] {11879667-3f38-493b-9120-cca28a949d7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13546 | 2025.01.16 19:57:22.459952 [ 262 ] {11879667-3f38-493b-9120-cca28a949d7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13547 | 2025.01.16 19:57:22.460698 [ 262 ] {11879667-3f38-493b-9120-cca28a949d7c} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13548 | 2025.01.16 19:57:22.460738 [ 262 ] {11879667-3f38-493b-9120-cca28a949d7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13549 | 2025.01.16 19:57:22.461121 [ 262 ] {11879667-3f38-493b-9120-cca28a949d7c} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 13550 | 2025.01.16 19:57:22.461366 [ 262 ] {11879667-3f38-493b-9120-cca28a949d7c} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13551 | 2025.01.16 19:57:22.461592 [ 262 ] {11879667-3f38-493b-9120-cca28a949d7c} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001716 sec., 222610.7226107226 rows/sec., 15.75 MiB/sec. | ||
| 13552 | 2025.01.16 19:57:22.461648 [ 262 ] {11879667-3f38-493b-9120-cca28a949d7c} <Debug> TCPHandler: Processed in 0.001921984 sec. | ||
| 13553 | 2025.01.16 19:57:22.461815 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13554 | 2025.01.16 19:57:22.461963 [ 260 ] {5919b0f0-951e-4082-a257-bee559ca9960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13555 | 2025.01.16 19:57:22.462026 [ 260 ] {5919b0f0-951e-4082-a257-bee559ca9960} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13556 | 2025.01.16 19:57:22.462537 [ 260 ] {5919b0f0-951e-4082-a257-bee559ca9960} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13557 | 2025.01.16 19:57:22.462574 [ 260 ] {5919b0f0-951e-4082-a257-bee559ca9960} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13558 | 2025.01.16 19:57:22.462937 [ 260 ] {5919b0f0-951e-4082-a257-bee559ca9960} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13559 | 2025.01.16 19:57:22.463176 [ 260 ] {5919b0f0-951e-4082-a257-bee559ca9960} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13560 | 2025.01.16 19:57:22.463383 [ 260 ] {5919b0f0-951e-4082-a257-bee559ca9960} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001443 sec., 4158.004158004158 rows/sec., 217.24 KiB/sec. | ||
| 13561 | 2025.01.16 19:57:22.463451 [ 260 ] {5919b0f0-951e-4082-a257-bee559ca9960} <Debug> TCPHandler: Processed in 0.00170326 sec. | ||
| 13562 | 2025.01.16 19:57:22.463675 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13563 | 2025.01.16 19:57:22.463820 [ 262 ] {fc7beb67-0a13-488a-a459-bfae1b91df9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13564 | 2025.01.16 19:57:22.463882 [ 262 ] {fc7beb67-0a13-488a-a459-bfae1b91df9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13565 | 2025.01.16 19:57:22.464512 [ 262 ] {fc7beb67-0a13-488a-a459-bfae1b91df9a} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13566 | 2025.01.16 19:57:22.464549 [ 262 ] {fc7beb67-0a13-488a-a459-bfae1b91df9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13567 | 2025.01.16 19:57:22.464956 [ 262 ] {fc7beb67-0a13-488a-a459-bfae1b91df9a} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 13568 | 2025.01.16 19:57:22.465211 [ 262 ] {fc7beb67-0a13-488a-a459-bfae1b91df9a} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13569 | 2025.01.16 19:57:22.465396 [ 114 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 6 parts from all_1_108_22 to all_113_113_0 | ||
| 13570 | 2025.01.16 19:57:22.465455 [ 262 ] {fc7beb67-0a13-488a-a459-bfae1b91df9a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001659 sec., 142857.14285714284 rows/sec., 9.58 MiB/sec. | ||
| 13571 | 2025.01.16 19:57:22.465463 [ 114 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13572 | 2025.01.16 19:57:22.465539 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13573 | 2025.01.16 19:57:22.465570 [ 262 ] {fc7beb67-0a13-488a-a459-bfae1b91df9a} <Debug> TCPHandler: Processed in 0.002001835 sec. | ||
| 13574 | 2025.01.16 19:57:22.465829 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13575 | 2025.01.16 19:57:22.465877 [ 204 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_113_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_108_22 to all_113_113_0 into Compact with storage Full | ||
| 13576 | 2025.01.16 19:57:22.466203 [ 260 ] {a58c29d5-eb25-4e83-9eeb-99a07240022b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13577 | 2025.01.16 19:57:22.466398 [ 260 ] {a58c29d5-eb25-4e83-9eeb-99a07240022b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13578 | 2025.01.16 19:57:22.466988 [ 204 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_113_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13579 | 2025.01.16 19:57:22.467236 [ 204 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_108_22, total 30127 rows starting from the beginning of the part | ||
| 13580 | 2025.01.16 19:57:22.468122 [ 204 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 12 rows starting from the beginning of the part | ||
| 13581 | 2025.01.16 19:57:22.468822 [ 204 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 160 rows starting from the beginning of the part | ||
| 13582 | 2025.01.16 19:57:22.469112 [ 260 ] {a58c29d5-eb25-4e83-9eeb-99a07240022b} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13583 | 2025.01.16 19:57:22.469137 [ 204 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 237 rows starting from the beginning of the part | ||
| 13584 | 2025.01.16 19:57:22.469222 [ 260 ] {a58c29d5-eb25-4e83-9eeb-99a07240022b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13585 | 2025.01.16 19:57:22.469401 [ 204 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 165 rows starting from the beginning of the part | ||
| 13586 | 2025.01.16 19:57:22.469793 [ 204 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_113_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 237 rows starting from the beginning of the part | ||
| 13587 | 2025.01.16 19:57:22.470692 [ 260 ] {a58c29d5-eb25-4e83-9eeb-99a07240022b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13588 | 2025.01.16 19:57:22.471175 [ 260 ] {a58c29d5-eb25-4e83-9eeb-99a07240022b} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13589 | 2025.01.16 19:57:22.471572 [ 260 ] {a58c29d5-eb25-4e83-9eeb-99a07240022b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005524 sec., 181.02824040550325 rows/sec., 12.20 KiB/sec. | ||
| 13590 | 2025.01.16 19:57:22.471823 [ 260 ] {a58c29d5-eb25-4e83-9eeb-99a07240022b} <Debug> TCPHandler: Processed in 0.006124428 sec. | ||
| 13591 | 2025.01.16 19:57:22.472096 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13592 | 2025.01.16 19:57:22.472476 [ 262 ] {966611cd-3c55-4b54-89e8-cc2a38cac343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13593 | 2025.01.16 19:57:22.472601 [ 262 ] {966611cd-3c55-4b54-89e8-cc2a38cac343} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13594 | 2025.01.16 19:57:22.473890 [ 262 ] {966611cd-3c55-4b54-89e8-cc2a38cac343} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13595 | 2025.01.16 19:57:22.473964 [ 262 ] {966611cd-3c55-4b54-89e8-cc2a38cac343} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13596 | 2025.01.16 19:57:22.474836 [ 262 ] {966611cd-3c55-4b54-89e8-cc2a38cac343} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 13597 | 2025.01.16 19:57:22.475101 [ 262 ] {966611cd-3c55-4b54-89e8-cc2a38cac343} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13598 | 2025.01.16 19:57:22.475508 [ 262 ] {966611cd-3c55-4b54-89e8-cc2a38cac343} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003157 sec., 25974.02597402597 rows/sec., 1.65 MiB/sec. | ||
| 13599 | 2025.01.16 19:57:22.475707 [ 262 ] {966611cd-3c55-4b54-89e8-cc2a38cac343} <Debug> TCPHandler: Processed in 0.003746056 sec. | ||
| 13600 | 2025.01.16 19:57:22.479855 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_113_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30938 rows, containing 5 columns (5 merged, 0 gathered) in 0.014157319 sec., 2185300.762100508 rows/sec., 147.66 MiB/sec. | ||
| 13601 | 2025.01.16 19:57:22.480337 [ 192 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_113_23} <Trace> MergedBlockOutputStream: filled checksums all_1_113_23 (state Temporary) | ||
| 13602 | 2025.01.16 19:57:22.480652 [ 192 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_113_23} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_113_23 to all_1_113_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13603 | 2025.01.16 19:57:22.480741 [ 192 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_113_23} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 6 parts: [all_1_108_22, all_113_113_0] -> all_1_113_23 | ||
| 13604 | 2025.01.16 19:57:22.480836 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 13605 | 2025.01.16 19:57:25.661834 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13606 | 2025.01.16 19:57:25.661909 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13607 | 2025.01.16 19:57:25.876305 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31171 | ||
| 13608 | 2025.01.16 19:57:25.877439 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13609 | 2025.01.16 19:57:25.877534 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13610 | 2025.01.16 19:57:25.878179 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13611 | 2025.01.16 19:57:25.878443 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13612 | 2025.01.16 19:57:25.878691 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
| 13613 | 2025.01.16 19:57:26.053703 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1902 | ||
| 13614 | 2025.01.16 19:57:26.057060 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13615 | 2025.01.16 19:57:26.057121 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13616 | 2025.01.16 19:57:26.058639 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13617 | 2025.01.16 19:57:26.058969 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13618 | 2025.01.16 19:57:26.059679 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1902 | ||
| 13619 | 2025.01.16 19:57:27.446612 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13620 | 2025.01.16 19:57:27.446808 [ 260 ] {b86f61fc-2803-40a7-96b8-19d3ca772822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13621 | 2025.01.16 19:57:27.446883 [ 260 ] {b86f61fc-2803-40a7-96b8-19d3ca772822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13622 | 2025.01.16 19:57:27.447765 [ 260 ] {b86f61fc-2803-40a7-96b8-19d3ca772822} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13623 | 2025.01.16 19:57:27.447818 [ 260 ] {b86f61fc-2803-40a7-96b8-19d3ca772822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13624 | 2025.01.16 19:57:27.448264 [ 260 ] {b86f61fc-2803-40a7-96b8-19d3ca772822} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 13625 | 2025.01.16 19:57:27.448516 [ 260 ] {b86f61fc-2803-40a7-96b8-19d3ca772822} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13626 | 2025.01.16 19:57:27.448772 [ 260 ] {b86f61fc-2803-40a7-96b8-19d3ca772822} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002018 sec., 67393.45887016848 rows/sec., 5.81 MiB/sec. | ||
| 13627 | 2025.01.16 19:57:27.448839 [ 260 ] {b86f61fc-2803-40a7-96b8-19d3ca772822} <Debug> TCPHandler: Processed in 0.002355632 sec. | ||
| 13628 | 2025.01.16 19:57:27.449099 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13629 | 2025.01.16 19:57:27.449315 [ 262 ] {3253d27d-6b08-42f0-881d-4e8a798df7d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13630 | 2025.01.16 19:57:27.449394 [ 262 ] {3253d27d-6b08-42f0-881d-4e8a798df7d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13631 | 2025.01.16 19:57:27.450152 [ 262 ] {3253d27d-6b08-42f0-881d-4e8a798df7d0} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13632 | 2025.01.16 19:57:27.450194 [ 262 ] {3253d27d-6b08-42f0-881d-4e8a798df7d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13633 | 2025.01.16 19:57:27.450624 [ 262 ] {3253d27d-6b08-42f0-881d-4e8a798df7d0} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 13634 | 2025.01.16 19:57:27.450873 [ 262 ] {3253d27d-6b08-42f0-881d-4e8a798df7d0} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13635 | 2025.01.16 19:57:27.451064 [ 104 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 13636 | 2025.01.16 19:57:27.451138 [ 262 ] {3253d27d-6b08-42f0-881d-4e8a798df7d0} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001879 sec., 21287.919105907396 rows/sec., 1.56 MiB/sec. | ||
| 13637 | 2025.01.16 19:57:27.451153 [ 104 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13638 | 2025.01.16 19:57:27.451220 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13639 | 2025.01.16 19:57:27.451279 [ 262 ] {3253d27d-6b08-42f0-881d-4e8a798df7d0} <Debug> TCPHandler: Processed in 0.002315291 sec. | ||
| 13640 | 2025.01.16 19:57:27.451511 [ 188 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 13641 | 2025.01.16 19:57:27.451550 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13642 | 2025.01.16 19:57:27.451782 [ 188 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13643 | 2025.01.16 19:57:27.451817 [ 260 ] {20c71c61-5276-4793-a494-44cb06ebf0e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13644 | 2025.01.16 19:57:27.451850 [ 188 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 65 rows starting from the beginning of the part | ||
| 13645 | 2025.01.16 19:57:27.451928 [ 260 ] {20c71c61-5276-4793-a494-44cb06ebf0e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13646 | 2025.01.16 19:57:27.452161 [ 188 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 40 rows starting from the beginning of the part | ||
| 13647 | 2025.01.16 19:57:27.452560 [ 188 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 7 rows starting from the beginning of the part | ||
| 13648 | 2025.01.16 19:57:27.452864 [ 188 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 50 rows starting from the beginning of the part | ||
| 13649 | 2025.01.16 19:57:27.453241 [ 188 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 7 rows starting from the beginning of the part | ||
| 13650 | 2025.01.16 19:57:27.453592 [ 188 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 40 rows starting from the beginning of the part | ||
| 13651 | 2025.01.16 19:57:27.455141 [ 260 ] {20c71c61-5276-4793-a494-44cb06ebf0e5} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13652 | 2025.01.16 19:57:27.455225 [ 260 ] {20c71c61-5276-4793-a494-44cb06ebf0e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13653 | 2025.01.16 19:57:27.456449 [ 260 ] {20c71c61-5276-4793-a494-44cb06ebf0e5} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 13654 | 2025.01.16 19:57:27.456465 [ 200 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 209 rows, containing 5 columns (5 merged, 0 gathered) in 0.005137361 sec., 40682.3659073209 rows/sec., 3.07 MiB/sec. | ||
| 13655 | 2025.01.16 19:57:27.456698 [ 200 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 13656 | 2025.01.16 19:57:27.456870 [ 260 ] {20c71c61-5276-4793-a494-44cb06ebf0e5} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13657 | 2025.01.16 19:57:27.457372 [ 260 ] {20c71c61-5276-4793-a494-44cb06ebf0e5} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.005621 sec., 18502.045899306173 rows/sec., 1.45 MiB/sec. | ||
| 13658 | 2025.01.16 19:57:27.457411 [ 200 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_96_19} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13659 | 2025.01.16 19:57:27.457616 [ 260 ] {20c71c61-5276-4793-a494-44cb06ebf0e5} <Debug> TCPHandler: Processed in 0.006189909 sec. | ||
| 13660 | 2025.01.16 19:57:27.457864 [ 200 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_96_19} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 13661 | 2025.01.16 19:57:27.457939 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13662 | 2025.01.16 19:57:27.458157 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13663 | 2025.01.16 19:57:27.458309 [ 262 ] {299e0298-500f-473c-a7c0-131d3090576e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13664 | 2025.01.16 19:57:27.458413 [ 262 ] {299e0298-500f-473c-a7c0-131d3090576e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13665 | 2025.01.16 19:57:27.459118 [ 262 ] {299e0298-500f-473c-a7c0-131d3090576e} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13666 | 2025.01.16 19:57:27.459158 [ 262 ] {299e0298-500f-473c-a7c0-131d3090576e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13667 | 2025.01.16 19:57:27.459569 [ 262 ] {299e0298-500f-473c-a7c0-131d3090576e} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 13668 | 2025.01.16 19:57:27.459822 [ 262 ] {299e0298-500f-473c-a7c0-131d3090576e} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13669 | 2025.01.16 19:57:27.460048 [ 262 ] {299e0298-500f-473c-a7c0-131d3090576e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001831 sec., 87383.94320043692 rows/sec., 6.09 MiB/sec. | ||
| 13670 | 2025.01.16 19:57:27.460100 [ 262 ] {299e0298-500f-473c-a7c0-131d3090576e} <Debug> TCPHandler: Processed in 0.002344262 sec. | ||
| 13671 | 2025.01.16 19:57:27.460259 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13672 | 2025.01.16 19:57:27.460403 [ 260 ] {7a3d3ebd-220d-4931-a25a-aaa57b1fbe35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13673 | 2025.01.16 19:57:27.460499 [ 260 ] {7a3d3ebd-220d-4931-a25a-aaa57b1fbe35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13674 | 2025.01.16 19:57:27.461852 [ 260 ] {7a3d3ebd-220d-4931-a25a-aaa57b1fbe35} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13675 | 2025.01.16 19:57:27.461894 [ 260 ] {7a3d3ebd-220d-4931-a25a-aaa57b1fbe35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13676 | 2025.01.16 19:57:27.462591 [ 260 ] {7a3d3ebd-220d-4931-a25a-aaa57b1fbe35} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13677 | 2025.01.16 19:57:27.462866 [ 260 ] {7a3d3ebd-220d-4931-a25a-aaa57b1fbe35} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13678 | 2025.01.16 19:57:27.463116 [ 260 ] {7a3d3ebd-220d-4931-a25a-aaa57b1fbe35} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00275 sec., 14545.454545454546 rows/sec., 26.06 MiB/sec. | ||
| 13679 | 2025.01.16 19:57:27.463233 [ 260 ] {7a3d3ebd-220d-4931-a25a-aaa57b1fbe35} <Debug> TCPHandler: Processed in 0.003039224 sec. | ||
| 13680 | 2025.01.16 19:57:27.463388 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13681 | 2025.01.16 19:57:27.463525 [ 262 ] {a47c50ea-88b9-4b23-ad67-bd0d43ec2e80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13682 | 2025.01.16 19:57:27.463586 [ 262 ] {a47c50ea-88b9-4b23-ad67-bd0d43ec2e80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13683 | 2025.01.16 19:57:27.464182 [ 262 ] {a47c50ea-88b9-4b23-ad67-bd0d43ec2e80} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13684 | 2025.01.16 19:57:27.464229 [ 262 ] {a47c50ea-88b9-4b23-ad67-bd0d43ec2e80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 13685 | 2025.01.16 19:57:27.464625 [ 262 ] {a47c50ea-88b9-4b23-ad67-bd0d43ec2e80} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 13686 | 2025.01.16 19:57:27.464867 [ 262 ] {a47c50ea-88b9-4b23-ad67-bd0d43ec2e80} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13687 | 2025.01.16 19:57:27.465087 [ 262 ] {a47c50ea-88b9-4b23-ad67-bd0d43ec2e80} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001593 sec., 37664.78342749529 rows/sec., 2.54 MiB/sec. | ||
| 13688 | 2025.01.16 19:57:27.465138 [ 262 ] {a47c50ea-88b9-4b23-ad67-bd0d43ec2e80} <Debug> TCPHandler: Processed in 0.001817362 sec. | ||
| 13689 | 2025.01.16 19:57:28.134530 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513 | ||
| 13690 | 2025.01.16 19:57:28.156041 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13691 | 2025.01.16 19:57:28.156087 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13692 | 2025.01.16 19:57:28.163437 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13693 | 2025.01.16 19:57:28.164229 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13694 | 2025.01.16 19:57:28.167098 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513 | ||
| 13695 | 2025.01.16 19:57:30.723742 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13696 | 2025.01.16 19:57:30.723932 [ 260 ] {a54946f8-050f-4200-870f-10ca4edf158e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13697 | 2025.01.16 19:57:30.724011 [ 260 ] {a54946f8-050f-4200-870f-10ca4edf158e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13698 | 2025.01.16 19:57:30.724792 [ 260 ] {a54946f8-050f-4200-870f-10ca4edf158e} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13699 | 2025.01.16 19:57:30.724845 [ 260 ] {a54946f8-050f-4200-870f-10ca4edf158e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13700 | 2025.01.16 19:57:30.725282 [ 260 ] {a54946f8-050f-4200-870f-10ca4edf158e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13701 | 2025.01.16 19:57:30.725536 [ 260 ] {a54946f8-050f-4200-870f-10ca4edf158e} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13702 | 2025.01.16 19:57:30.725786 [ 260 ] {a54946f8-050f-4200-870f-10ca4edf158e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001909 sec., 7333.682556312205 rows/sec., 527.93 KiB/sec. | ||
| 13703 | 2025.01.16 19:57:30.725854 [ 260 ] {a54946f8-050f-4200-870f-10ca4edf158e} <Debug> TCPHandler: Processed in 0.00224864 sec. | ||
| 13704 | 2025.01.16 19:57:30.726128 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13705 | 2025.01.16 19:57:30.726319 [ 262 ] {d4790d1e-6675-4f92-acde-9dde5984295c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13706 | 2025.01.16 19:57:30.726397 [ 262 ] {d4790d1e-6675-4f92-acde-9dde5984295c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13707 | 2025.01.16 19:57:30.727151 [ 262 ] {d4790d1e-6675-4f92-acde-9dde5984295c} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13708 | 2025.01.16 19:57:30.727201 [ 262 ] {d4790d1e-6675-4f92-acde-9dde5984295c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13709 | 2025.01.16 19:57:30.727616 [ 262 ] {d4790d1e-6675-4f92-acde-9dde5984295c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 13710 | 2025.01.16 19:57:30.727876 [ 262 ] {d4790d1e-6675-4f92-acde-9dde5984295c} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13711 | 2025.01.16 19:57:30.728124 [ 262 ] {d4790d1e-6675-4f92-acde-9dde5984295c} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001859 sec., 3227.5416890801507 rows/sec., 263.18 KiB/sec. | ||
| 13712 | 2025.01.16 19:57:30.728195 [ 262 ] {d4790d1e-6675-4f92-acde-9dde5984295c} <Debug> TCPHandler: Processed in 0.002202099 sec. | ||
| 13713 | 2025.01.16 19:57:30.728418 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13714 | 2025.01.16 19:57:30.728648 [ 260 ] {7d477c29-b429-41c5-8fa4-6b90b5daa255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13715 | 2025.01.16 19:57:30.728743 [ 260 ] {7d477c29-b429-41c5-8fa4-6b90b5daa255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13716 | 2025.01.16 19:57:30.730145 [ 260 ] {7d477c29-b429-41c5-8fa4-6b90b5daa255} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13717 | 2025.01.16 19:57:30.730187 [ 260 ] {7d477c29-b429-41c5-8fa4-6b90b5daa255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13718 | 2025.01.16 19:57:30.730639 [ 260 ] {7d477c29-b429-41c5-8fa4-6b90b5daa255} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 13719 | 2025.01.16 19:57:30.730888 [ 260 ] {7d477c29-b429-41c5-8fa4-6b90b5daa255} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13720 | 2025.01.16 19:57:30.731126 [ 260 ] {7d477c29-b429-41c5-8fa4-6b90b5daa255} <Debug> executeQuery: Read 1346 rows, 114.77 KiB in 0.002538 sec., 530338.8494877857 rows/sec., 44.16 MiB/sec. | ||
| 13721 | 2025.01.16 19:57:30.731211 [ 260 ] {7d477c29-b429-41c5-8fa4-6b90b5daa255} <Debug> TCPHandler: Processed in 0.002903371 sec. | ||
| 13722 | 2025.01.16 19:57:30.731361 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13723 | 2025.01.16 19:57:30.731487 [ 262 ] {2f3ef608-9b9b-4c5e-870a-013cae11ea38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13724 | 2025.01.16 19:57:30.731539 [ 262 ] {2f3ef608-9b9b-4c5e-870a-013cae11ea38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13725 | 2025.01.16 19:57:30.732123 [ 262 ] {2f3ef608-9b9b-4c5e-870a-013cae11ea38} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13726 | 2025.01.16 19:57:30.732162 [ 262 ] {2f3ef608-9b9b-4c5e-870a-013cae11ea38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13727 | 2025.01.16 19:57:30.732524 [ 262 ] {2f3ef608-9b9b-4c5e-870a-013cae11ea38} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 13728 | 2025.01.16 19:57:30.732760 [ 262 ] {2f3ef608-9b9b-4c5e-870a-013cae11ea38} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13729 | 2025.01.16 19:57:30.732994 [ 262 ] {2f3ef608-9b9b-4c5e-870a-013cae11ea38} <Debug> executeQuery: Read 13 rows, 896.00 B in 0.001537 sec., 8458.035133376708 rows/sec., 569.29 KiB/sec. | ||
| 13730 | 2025.01.16 19:57:30.733048 [ 262 ] {2f3ef608-9b9b-4c5e-870a-013cae11ea38} <Debug> TCPHandler: Processed in 0.001746031 sec. | ||
| 13731 | 2025.01.16 19:57:30.733179 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13732 | 2025.01.16 19:57:30.733300 [ 260 ] {a814dc37-d79b-4e03-8004-05f25da5165e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13733 | 2025.01.16 19:57:30.733349 [ 260 ] {a814dc37-d79b-4e03-8004-05f25da5165e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13734 | 2025.01.16 19:57:30.734025 [ 260 ] {a814dc37-d79b-4e03-8004-05f25da5165e} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13735 | 2025.01.16 19:57:30.734068 [ 260 ] {a814dc37-d79b-4e03-8004-05f25da5165e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13736 | 2025.01.16 19:57:30.734435 [ 260 ] {a814dc37-d79b-4e03-8004-05f25da5165e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13737 | 2025.01.16 19:57:30.734670 [ 260 ] {a814dc37-d79b-4e03-8004-05f25da5165e} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13738 | 2025.01.16 19:57:30.734882 [ 260 ] {a814dc37-d79b-4e03-8004-05f25da5165e} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001609 sec., 150403.97762585458 rows/sec., 10.19 MiB/sec. | ||
| 13739 | 2025.01.16 19:57:30.734938 [ 260 ] {a814dc37-d79b-4e03-8004-05f25da5165e} <Debug> TCPHandler: Processed in 0.001815922 sec. | ||
| 13740 | 2025.01.16 19:57:30.735107 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13741 | 2025.01.16 19:57:30.735245 [ 262 ] {d8ae6f9b-40c9-4ee9-a09e-67f6c7807546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13742 | 2025.01.16 19:57:30.735301 [ 262 ] {d8ae6f9b-40c9-4ee9-a09e-67f6c7807546} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13743 | 2025.01.16 19:57:30.735908 [ 262 ] {d8ae6f9b-40c9-4ee9-a09e-67f6c7807546} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13744 | 2025.01.16 19:57:30.735948 [ 262 ] {d8ae6f9b-40c9-4ee9-a09e-67f6c7807546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13745 | 2025.01.16 19:57:30.736307 [ 262 ] {d8ae6f9b-40c9-4ee9-a09e-67f6c7807546} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13746 | 2025.01.16 19:57:30.736544 [ 262 ] {d8ae6f9b-40c9-4ee9-a09e-67f6c7807546} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13747 | 2025.01.16 19:57:30.736760 [ 262 ] {d8ae6f9b-40c9-4ee9-a09e-67f6c7807546} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001544 sec., 8419.689119170984 rows/sec., 524.97 KiB/sec. | ||
| 13748 | 2025.01.16 19:57:30.736817 [ 262 ] {d8ae6f9b-40c9-4ee9-a09e-67f6c7807546} <Debug> TCPHandler: Processed in 0.001778211 sec. | ||
| 13749 | 2025.01.16 19:57:30.737077 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13750 | 2025.01.16 19:57:30.737301 [ 260 ] {a786bbf6-09d5-42b0-9b44-e1e78df9b628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13751 | 2025.01.16 19:57:30.737391 [ 260 ] {a786bbf6-09d5-42b0-9b44-e1e78df9b628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13752 | 2025.01.16 19:57:30.738523 [ 260 ] {a786bbf6-09d5-42b0-9b44-e1e78df9b628} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13753 | 2025.01.16 19:57:30.738563 [ 260 ] {a786bbf6-09d5-42b0-9b44-e1e78df9b628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13754 | 2025.01.16 19:57:30.738975 [ 260 ] {a786bbf6-09d5-42b0-9b44-e1e78df9b628} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 13755 | 2025.01.16 19:57:30.739220 [ 260 ] {a786bbf6-09d5-42b0-9b44-e1e78df9b628} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13756 | 2025.01.16 19:57:30.739441 [ 260 ] {a786bbf6-09d5-42b0-9b44-e1e78df9b628} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.002194 sec., 384685.50592525065 rows/sec., 27.80 MiB/sec. | ||
| 13757 | 2025.01.16 19:57:30.739498 [ 260 ] {a786bbf6-09d5-42b0-9b44-e1e78df9b628} <Debug> TCPHandler: Processed in 0.002584435 sec. | ||
| 13758 | 2025.01.16 19:57:30.739671 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13759 | 2025.01.16 19:57:30.739810 [ 262 ] {79cb28e3-b883-4098-8d77-dbd07062cdb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13760 | 2025.01.16 19:57:30.739870 [ 262 ] {79cb28e3-b883-4098-8d77-dbd07062cdb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13761 | 2025.01.16 19:57:30.740446 [ 262 ] {79cb28e3-b883-4098-8d77-dbd07062cdb3} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13762 | 2025.01.16 19:57:30.740494 [ 262 ] {79cb28e3-b883-4098-8d77-dbd07062cdb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13763 | 2025.01.16 19:57:30.740863 [ 262 ] {79cb28e3-b883-4098-8d77-dbd07062cdb3} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13764 | 2025.01.16 19:57:30.741096 [ 262 ] {79cb28e3-b883-4098-8d77-dbd07062cdb3} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13765 | 2025.01.16 19:57:30.741304 [ 262 ] {79cb28e3-b883-4098-8d77-dbd07062cdb3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001525 sec., 3934.4262295081967 rows/sec., 205.56 KiB/sec. | ||
| 13766 | 2025.01.16 19:57:30.741354 [ 262 ] {79cb28e3-b883-4098-8d77-dbd07062cdb3} <Debug> TCPHandler: Processed in 0.001751681 sec. | ||
| 13767 | 2025.01.16 19:57:30.741502 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13768 | 2025.01.16 19:57:30.741725 [ 260 ] {ef74f258-3146-4155-bd1a-f24539a08f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13769 | 2025.01.16 19:57:30.741821 [ 260 ] {ef74f258-3146-4155-bd1a-f24539a08f28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13770 | 2025.01.16 19:57:30.742952 [ 260 ] {ef74f258-3146-4155-bd1a-f24539a08f28} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13771 | 2025.01.16 19:57:30.742993 [ 260 ] {ef74f258-3146-4155-bd1a-f24539a08f28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13772 | 2025.01.16 19:57:30.743431 [ 260 ] {ef74f258-3146-4155-bd1a-f24539a08f28} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 13773 | 2025.01.16 19:57:30.743669 [ 260 ] {ef74f258-3146-4155-bd1a-f24539a08f28} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13774 | 2025.01.16 19:57:30.743911 [ 260 ] {ef74f258-3146-4155-bd1a-f24539a08f28} <Debug> executeQuery: Read 928 rows, 63.41 KiB in 0.002231 sec., 415956.96996862395 rows/sec., 27.76 MiB/sec. | ||
| 13775 | 2025.01.16 19:57:30.743983 [ 260 ] {ef74f258-3146-4155-bd1a-f24539a08f28} <Debug> TCPHandler: Processed in 0.002538985 sec. | ||
| 13776 | 2025.01.16 19:57:30.744157 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13777 | 2025.01.16 19:57:30.744511 [ 262 ] {7d225467-42c9-4dc5-bde6-7e312df8596f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13778 | 2025.01.16 19:57:30.744664 [ 262 ] {7d225467-42c9-4dc5-bde6-7e312df8596f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13779 | 2025.01.16 19:57:30.745368 [ 262 ] {7d225467-42c9-4dc5-bde6-7e312df8596f} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13780 | 2025.01.16 19:57:30.745407 [ 262 ] {7d225467-42c9-4dc5-bde6-7e312df8596f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13781 | 2025.01.16 19:57:30.745768 [ 262 ] {7d225467-42c9-4dc5-bde6-7e312df8596f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13782 | 2025.01.16 19:57:30.746001 [ 262 ] {7d225467-42c9-4dc5-bde6-7e312df8596f} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13783 | 2025.01.16 19:57:30.746211 [ 262 ] {7d225467-42c9-4dc5-bde6-7e312df8596f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001838 sec., 544.069640914037 rows/sec., 36.66 KiB/sec. | ||
| 13784 | 2025.01.16 19:57:30.746265 [ 262 ] {7d225467-42c9-4dc5-bde6-7e312df8596f} <Debug> TCPHandler: Processed in 0.002199009 sec. | ||
| 13785 | 2025.01.16 19:57:30.746409 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13786 | 2025.01.16 19:57:30.746546 [ 260 ] {50cb5c5d-4c03-46e6-ba67-0b1cc80fc9b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13787 | 2025.01.16 19:57:30.746640 [ 260 ] {50cb5c5d-4c03-46e6-ba67-0b1cc80fc9b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13788 | 2025.01.16 19:57:30.747502 [ 260 ] {50cb5c5d-4c03-46e6-ba67-0b1cc80fc9b3} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13789 | 2025.01.16 19:57:30.747561 [ 260 ] {50cb5c5d-4c03-46e6-ba67-0b1cc80fc9b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13790 | 2025.01.16 19:57:30.747923 [ 260 ] {50cb5c5d-4c03-46e6-ba67-0b1cc80fc9b3} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 13791 | 2025.01.16 19:57:30.748156 [ 260 ] {50cb5c5d-4c03-46e6-ba67-0b1cc80fc9b3} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13792 | 2025.01.16 19:57:30.748374 [ 260 ] {50cb5c5d-4c03-46e6-ba67-0b1cc80fc9b3} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001871 sec., 37413.14804917156 rows/sec., 2.35 MiB/sec. | ||
| 13793 | 2025.01.16 19:57:30.748426 [ 260 ] {50cb5c5d-4c03-46e6-ba67-0b1cc80fc9b3} <Debug> TCPHandler: Processed in 0.002074687 sec. | ||
| 13794 | 2025.01.16 19:57:32.438547 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13795 | 2025.01.16 19:57:32.438803 [ 260 ] {78d32f88-da37-432e-bc7f-009beae68907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13796 | 2025.01.16 19:57:32.438916 [ 260 ] {78d32f88-da37-432e-bc7f-009beae68907} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13797 | 2025.01.16 19:57:32.440045 [ 260 ] {78d32f88-da37-432e-bc7f-009beae68907} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13798 | 2025.01.16 19:57:32.440121 [ 260 ] {78d32f88-da37-432e-bc7f-009beae68907} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13799 | 2025.01.16 19:57:32.440723 [ 260 ] {78d32f88-da37-432e-bc7f-009beae68907} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13800 | 2025.01.16 19:57:32.441076 [ 260 ] {78d32f88-da37-432e-bc7f-009beae68907} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13801 | 2025.01.16 19:57:32.441389 [ 95 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 13802 | 2025.01.16 19:57:32.441432 [ 260 ] {78d32f88-da37-432e-bc7f-009beae68907} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002698 sec., 20756.115641215718 rows/sec., 1.59 MiB/sec. | ||
| 13803 | 2025.01.16 19:57:32.441517 [ 95 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13804 | 2025.01.16 19:57:32.441609 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13805 | 2025.01.16 19:57:32.441680 [ 260 ] {78d32f88-da37-432e-bc7f-009beae68907} <Debug> TCPHandler: Processed in 0.003332968 sec. | ||
| 13806 | 2025.01.16 19:57:32.441877 [ 195 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 13807 | 2025.01.16 19:57:32.442052 [ 195 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13808 | 2025.01.16 19:57:32.442089 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13809 | 2025.01.16 19:57:32.442117 [ 195 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1434 rows starting from the beginning of the part | ||
| 13810 | 2025.01.16 19:57:32.442449 [ 195 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 141 rows starting from the beginning of the part | ||
| 13811 | 2025.01.16 19:57:32.442526 [ 262 ] {e939fc6e-ae07-4951-9e44-51448b744878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13812 | 2025.01.16 19:57:32.442728 [ 195 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 203 rows starting from the beginning of the part | ||
| 13813 | 2025.01.16 19:57:32.442743 [ 262 ] {e939fc6e-ae07-4951-9e44-51448b744878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13814 | 2025.01.16 19:57:32.443154 [ 195 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 136 rows starting from the beginning of the part | ||
| 13815 | 2025.01.16 19:57:32.443440 [ 195 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 1346 rows starting from the beginning of the part | ||
| 13816 | 2025.01.16 19:57:32.443755 [ 195 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 56 rows starting from the beginning of the part | ||
| 13817 | 2025.01.16 19:57:32.445674 [ 262 ] {e939fc6e-ae07-4951-9e44-51448b744878} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13818 | 2025.01.16 19:57:32.445758 [ 262 ] {e939fc6e-ae07-4951-9e44-51448b744878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13819 | 2025.01.16 19:57:32.446743 [ 262 ] {e939fc6e-ae07-4951-9e44-51448b744878} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13820 | 2025.01.16 19:57:32.447139 [ 262 ] {e939fc6e-ae07-4951-9e44-51448b744878} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13821 | 2025.01.16 19:57:32.447432 [ 195 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3316 rows, containing 5 columns (5 merged, 0 gathered) in 0.00570764 sec., 580975.6747096874 rows/sec., 50.90 MiB/sec. | ||
| 13822 | 2025.01.16 19:57:32.447568 [ 95 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 13823 | 2025.01.16 19:57:32.447642 [ 95 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13824 | 2025.01.16 19:57:32.447700 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13825 | 2025.01.16 19:57:32.447727 [ 262 ] {e939fc6e-ae07-4951-9e44-51448b744878} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005359 sec., 11942.526590781863 rows/sec., 954.51 KiB/sec. | ||
| 13826 | 2025.01.16 19:57:32.447882 [ 194 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 13827 | 2025.01.16 19:57:32.448153 [ 262 ] {e939fc6e-ae07-4951-9e44-51448b744878} <Debug> TCPHandler: Processed in 0.006269461 sec. | ||
| 13828 | 2025.01.16 19:57:32.448223 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 13829 | 2025.01.16 19:57:32.448446 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13830 | 2025.01.16 19:57:32.448502 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13831 | 2025.01.16 19:57:32.448571 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 914 rows starting from the beginning of the part | ||
| 13832 | 2025.01.16 19:57:32.448605 [ 194 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_116_23} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13833 | 2025.01.16 19:57:32.448819 [ 260 ] {3058167e-8d0e-4ec6-89d2-5ed05607c02d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13834 | 2025.01.16 19:57:32.448940 [ 194 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_116_23} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 13835 | 2025.01.16 19:57:32.449034 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 114 rows starting from the beginning of the part | ||
| 13836 | 2025.01.16 19:57:32.449100 [ 260 ] {3058167e-8d0e-4ec6-89d2-5ed05607c02d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13837 | 2025.01.16 19:57:32.449191 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 13838 | 2025.01.16 19:57:32.449506 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 382 rows starting from the beginning of the part | ||
| 13839 | 2025.01.16 19:57:32.449833 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 104 rows starting from the beginning of the part | ||
| 13840 | 2025.01.16 19:57:32.450231 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 844 rows starting from the beginning of the part | ||
| 13841 | 2025.01.16 19:57:32.450604 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 64 rows starting from the beginning of the part | ||
| 13842 | 2025.01.16 19:57:32.451469 [ 260 ] {3058167e-8d0e-4ec6-89d2-5ed05607c02d} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13843 | 2025.01.16 19:57:32.451515 [ 260 ] {3058167e-8d0e-4ec6-89d2-5ed05607c02d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13844 | 2025.01.16 19:57:32.452110 [ 260 ] {3058167e-8d0e-4ec6-89d2-5ed05607c02d} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13845 | 2025.01.16 19:57:32.452400 [ 260 ] {3058167e-8d0e-4ec6-89d2-5ed05607c02d} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13846 | 2025.01.16 19:57:32.452903 [ 260 ] {3058167e-8d0e-4ec6-89d2-5ed05607c02d} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.004235 sec., 7556.080283353011 rows/sec., 538.90 KiB/sec. | ||
| 13847 | 2025.01.16 19:57:32.453018 [ 189 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2422 rows, containing 5 columns (5 merged, 0 gathered) in 0.005174701 sec., 468046.36635044223 rows/sec., 35.91 MiB/sec. | ||
| 13848 | 2025.01.16 19:57:32.453125 [ 260 ] {3058167e-8d0e-4ec6-89d2-5ed05607c02d} <Debug> TCPHandler: Processed in 0.004790664 sec. | ||
| 13849 | 2025.01.16 19:57:32.453464 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 13850 | 2025.01.16 19:57:32.453472 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13851 | 2025.01.16 19:57:32.453884 [ 262 ] {e694e55a-28f9-40f9-b749-eafada6ea4ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13852 | 2025.01.16 19:57:32.454108 [ 262 ] {e694e55a-28f9-40f9-b749-eafada6ea4ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13853 | 2025.01.16 19:57:32.454357 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_116_23} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13854 | 2025.01.16 19:57:32.454674 [ 194 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_116_23} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 13855 | 2025.01.16 19:57:32.454956 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 13856 | 2025.01.16 19:57:32.455837 [ 262 ] {e694e55a-28f9-40f9-b749-eafada6ea4ab} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13857 | 2025.01.16 19:57:32.455883 [ 262 ] {e694e55a-28f9-40f9-b749-eafada6ea4ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13858 | 2025.01.16 19:57:32.456283 [ 262 ] {e694e55a-28f9-40f9-b749-eafada6ea4ab} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13859 | 2025.01.16 19:57:32.456529 [ 262 ] {e694e55a-28f9-40f9-b749-eafada6ea4ab} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13860 | 2025.01.16 19:57:32.456708 [ 95 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 13861 | 2025.01.16 19:57:32.456761 [ 95 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13862 | 2025.01.16 19:57:32.456785 [ 262 ] {e694e55a-28f9-40f9-b749-eafada6ea4ab} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.003051 sec., 3933.1366764995087 rows/sec., 271.43 KiB/sec. | ||
| 13863 | 2025.01.16 19:57:32.456799 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13864 | 2025.01.16 19:57:32.456955 [ 262 ] {e694e55a-28f9-40f9-b749-eafada6ea4ab} <Debug> TCPHandler: Processed in 0.003664214 sec. | ||
| 13865 | 2025.01.16 19:57:32.457010 [ 189 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 13866 | 2025.01.16 19:57:32.457132 [ 189 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13867 | 2025.01.16 19:57:32.457169 [ 189 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6580 rows starting from the beginning of the part | ||
| 13868 | 2025.01.16 19:57:32.457258 [ 189 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 60 rows starting from the beginning of the part | ||
| 13869 | 2025.01.16 19:57:32.457338 [ 189 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 82 rows starting from the beginning of the part | ||
| 13870 | 2025.01.16 19:57:32.457450 [ 189 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part | ||
| 13871 | 2025.01.16 19:57:32.457568 [ 189 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 70 rows starting from the beginning of the part | ||
| 13872 | 2025.01.16 19:57:32.457656 [ 189 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 12 rows starting from the beginning of the part | ||
| 13873 | 2025.01.16 19:57:32.460144 [ 198 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6864 rows, containing 4 columns (4 merged, 0 gathered) in 0.003217107 sec., 2133593.940145603 rows/sec., 139.17 MiB/sec. | ||
| 13874 | 2025.01.16 19:57:32.460607 [ 198 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 13875 | 2025.01.16 19:57:32.460902 [ 198 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_116_23} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13876 | 2025.01.16 19:57:32.460990 [ 198 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_116_23} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 13877 | 2025.01.16 19:57:32.461076 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
| 13878 | 2025.01.16 19:57:33.378907 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31659 | ||
| 13879 | 2025.01.16 19:57:33.379697 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13880 | 2025.01.16 19:57:33.379747 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13881 | 2025.01.16 19:57:33.380271 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13882 | 2025.01.16 19:57:33.380525 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13883 | 2025.01.16 19:57:33.380813 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659 | ||
| 13884 | 2025.01.16 19:57:35.667245 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520 | ||
| 13885 | 2025.01.16 19:57:35.687641 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13886 | 2025.01.16 19:57:35.687686 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13887 | 2025.01.16 19:57:35.695024 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13888 | 2025.01.16 19:57:35.695793 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13889 | 2025.01.16 19:57:35.699843 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
| 13890 | 2025.01.16 19:57:36.060017 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1944 | ||
| 13891 | 2025.01.16 19:57:36.063502 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13892 | 2025.01.16 19:57:36.063562 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13893 | 2025.01.16 19:57:36.065114 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13894 | 2025.01.16 19:57:36.065432 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13895 | 2025.01.16 19:57:36.065641 [ 91 ] {} <Debug> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 13896 | 2025.01.16 19:57:36.065776 [ 91 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13897 | 2025.01.16 19:57:36.065840 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13898 | 2025.01.16 19:57:36.066251 [ 197 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 13899 | 2025.01.16 19:57:36.067016 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1944 | ||
| 13900 | 2025.01.16 19:57:36.067455 [ 197 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13901 | 2025.01.16 19:57:36.067620 [ 197 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1762 rows starting from the beginning of the part | ||
| 13902 | 2025.01.16 19:57:36.068135 [ 197 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 32 rows starting from the beginning of the part | ||
| 13903 | 2025.01.16 19:57:36.068627 [ 197 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 42 rows starting from the beginning of the part | ||
| 13904 | 2025.01.16 19:57:36.069105 [ 197 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 32 rows starting from the beginning of the part | ||
| 13905 | 2025.01.16 19:57:36.069588 [ 197 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 34 rows starting from the beginning of the part | ||
| 13906 | 2025.01.16 19:57:36.070070 [ 197 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 42 rows starting from the beginning of the part | ||
| 13907 | 2025.01.16 19:57:36.078382 [ 191 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1944 rows, containing 72 columns (72 merged, 0 gathered) in 0.012420698 sec., 156512.9431534363 rows/sec., 119.27 MiB/sec. | ||
| 13908 | 2025.01.16 19:57:36.080301 [ 199 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 13909 | 2025.01.16 19:57:36.081134 [ 199 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_51_10} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13910 | 2025.01.16 19:57:36.081235 [ 199 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_51_10} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 13911 | 2025.01.16 19:57:36.081573 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.06 MiB. | ||
| 13912 | 2025.01.16 19:57:37.446852 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13913 | 2025.01.16 19:57:37.447061 [ 260 ] {3d72d0d9-7e44-4172-8a36-b7bafb0355e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13914 | 2025.01.16 19:57:37.447144 [ 260 ] {3d72d0d9-7e44-4172-8a36-b7bafb0355e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13915 | 2025.01.16 19:57:37.448087 [ 260 ] {3d72d0d9-7e44-4172-8a36-b7bafb0355e8} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13916 | 2025.01.16 19:57:37.448131 [ 260 ] {3d72d0d9-7e44-4172-8a36-b7bafb0355e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13917 | 2025.01.16 19:57:37.448573 [ 260 ] {3d72d0d9-7e44-4172-8a36-b7bafb0355e8} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13918 | 2025.01.16 19:57:37.448852 [ 260 ] {3d72d0d9-7e44-4172-8a36-b7bafb0355e8} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13919 | 2025.01.16 19:57:37.449069 [ 260 ] {3d72d0d9-7e44-4172-8a36-b7bafb0355e8} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002067 sec., 65795.83938074505 rows/sec., 5.68 MiB/sec. | ||
| 13920 | 2025.01.16 19:57:37.449134 [ 260 ] {3d72d0d9-7e44-4172-8a36-b7bafb0355e8} <Debug> TCPHandler: Processed in 0.002418503 sec. | ||
| 13921 | 2025.01.16 19:57:37.449399 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13922 | 2025.01.16 19:57:37.449591 [ 262 ] {799559ac-a274-4082-9da6-d252657c0f97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13923 | 2025.01.16 19:57:37.449664 [ 262 ] {799559ac-a274-4082-9da6-d252657c0f97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13924 | 2025.01.16 19:57:37.450405 [ 262 ] {799559ac-a274-4082-9da6-d252657c0f97} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13925 | 2025.01.16 19:57:37.450457 [ 262 ] {799559ac-a274-4082-9da6-d252657c0f97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13926 | 2025.01.16 19:57:37.450897 [ 262 ] {799559ac-a274-4082-9da6-d252657c0f97} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 13927 | 2025.01.16 19:57:37.451167 [ 262 ] {799559ac-a274-4082-9da6-d252657c0f97} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13928 | 2025.01.16 19:57:37.451405 [ 262 ] {799559ac-a274-4082-9da6-d252657c0f97} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001861 sec., 21493.820526598603 rows/sec., 1.58 MiB/sec. | ||
| 13929 | 2025.01.16 19:57:37.451512 [ 262 ] {799559ac-a274-4082-9da6-d252657c0f97} <Debug> TCPHandler: Processed in 0.002240709 sec. | ||
| 13930 | 2025.01.16 19:57:37.451758 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13931 | 2025.01.16 19:57:37.451978 [ 260 ] {36738fc9-f987-4247-bf27-c73f80878c9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13932 | 2025.01.16 19:57:37.452040 [ 260 ] {36738fc9-f987-4247-bf27-c73f80878c9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13933 | 2025.01.16 19:57:37.452792 [ 260 ] {36738fc9-f987-4247-bf27-c73f80878c9e} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13934 | 2025.01.16 19:57:37.452833 [ 260 ] {36738fc9-f987-4247-bf27-c73f80878c9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13935 | 2025.01.16 19:57:37.453211 [ 260 ] {36738fc9-f987-4247-bf27-c73f80878c9e} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13936 | 2025.01.16 19:57:37.453450 [ 260 ] {36738fc9-f987-4247-bf27-c73f80878c9e} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13937 | 2025.01.16 19:57:37.453667 [ 260 ] {36738fc9-f987-4247-bf27-c73f80878c9e} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001727 sec., 60220.034742327734 rows/sec., 4.70 MiB/sec. | ||
| 13938 | 2025.01.16 19:57:37.453724 [ 260 ] {36738fc9-f987-4247-bf27-c73f80878c9e} <Debug> TCPHandler: Processed in 0.002104117 sec. | ||
| 13939 | 2025.01.16 19:57:37.453870 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13940 | 2025.01.16 19:57:37.453985 [ 262 ] {6b9ea5c7-3531-45f8-b75f-30c7f2bde334} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13941 | 2025.01.16 19:57:37.454039 [ 262 ] {6b9ea5c7-3531-45f8-b75f-30c7f2bde334} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13942 | 2025.01.16 19:57:37.454632 [ 262 ] {6b9ea5c7-3531-45f8-b75f-30c7f2bde334} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13943 | 2025.01.16 19:57:37.454671 [ 262 ] {6b9ea5c7-3531-45f8-b75f-30c7f2bde334} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13944 | 2025.01.16 19:57:37.455070 [ 262 ] {6b9ea5c7-3531-45f8-b75f-30c7f2bde334} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13945 | 2025.01.16 19:57:37.455316 [ 262 ] {6b9ea5c7-3531-45f8-b75f-30c7f2bde334} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13946 | 2025.01.16 19:57:37.455541 [ 262 ] {6b9ea5c7-3531-45f8-b75f-30c7f2bde334} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001577 sec., 101458.4654407102 rows/sec., 7.07 MiB/sec. | ||
| 13947 | 2025.01.16 19:57:37.455607 [ 262 ] {6b9ea5c7-3531-45f8-b75f-30c7f2bde334} <Debug> TCPHandler: Processed in 0.001787181 sec. | ||
| 13948 | 2025.01.16 19:57:37.455790 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13949 | 2025.01.16 19:57:37.456000 [ 260 ] {a229f12f-8632-4108-b3ce-30d167dbdaf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13950 | 2025.01.16 19:57:37.456110 [ 260 ] {a229f12f-8632-4108-b3ce-30d167dbdaf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13951 | 2025.01.16 19:57:37.457433 [ 260 ] {a229f12f-8632-4108-b3ce-30d167dbdaf1} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13952 | 2025.01.16 19:57:37.457472 [ 260 ] {a229f12f-8632-4108-b3ce-30d167dbdaf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13953 | 2025.01.16 19:57:37.458153 [ 260 ] {a229f12f-8632-4108-b3ce-30d167dbdaf1} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13954 | 2025.01.16 19:57:37.458413 [ 260 ] {a229f12f-8632-4108-b3ce-30d167dbdaf1} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13955 | 2025.01.16 19:57:37.458672 [ 260 ] {a229f12f-8632-4108-b3ce-30d167dbdaf1} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002735 sec., 14625.228519195613 rows/sec., 26.21 MiB/sec. | ||
| 13956 | 2025.01.16 19:57:37.458788 [ 260 ] {a229f12f-8632-4108-b3ce-30d167dbdaf1} <Debug> TCPHandler: Processed in 0.003073764 sec. | ||
| 13957 | 2025.01.16 19:57:37.458961 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13958 | 2025.01.16 19:57:37.459111 [ 262 ] {3d2d90d7-bfae-40a5-8c71-57cdfa58c659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13959 | 2025.01.16 19:57:37.459171 [ 262 ] {3d2d90d7-bfae-40a5-8c71-57cdfa58c659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13960 | 2025.01.16 19:57:37.459778 [ 262 ] {3d2d90d7-bfae-40a5-8c71-57cdfa58c659} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13961 | 2025.01.16 19:57:37.459820 [ 262 ] {3d2d90d7-bfae-40a5-8c71-57cdfa58c659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13962 | 2025.01.16 19:57:37.460213 [ 262 ] {3d2d90d7-bfae-40a5-8c71-57cdfa58c659} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13963 | 2025.01.16 19:57:37.460463 [ 262 ] {3d2d90d7-bfae-40a5-8c71-57cdfa58c659} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13964 | 2025.01.16 19:57:37.460676 [ 262 ] {3d2d90d7-bfae-40a5-8c71-57cdfa58c659} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001597 sec., 37570.44458359424 rows/sec., 2.53 MiB/sec. | ||
| 13965 | 2025.01.16 19:57:37.460729 [ 262 ] {3d2d90d7-bfae-40a5-8c71-57cdfa58c659} <Debug> TCPHandler: Processed in 0.001836802 sec. | ||
| 13966 | 2025.01.16 19:57:40.162586 [ 217 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13967 | 2025.01.16 19:57:40.162663 [ 217 ] {} <Debug> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13968 | 2025.01.16 19:57:40.170023 [ 217 ] {} <Debug> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13969 | 2025.01.16 19:57:40.662153 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13970 | 2025.01.16 19:57:40.662200 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13971 | 2025.01.16 19:57:40.881050 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32086 | ||
| 13972 | 2025.01.16 19:57:40.881911 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13973 | 2025.01.16 19:57:40.881994 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13974 | 2025.01.16 19:57:40.882644 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13975 | 2025.01.16 19:57:40.882918 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13976 | 2025.01.16 19:57:40.883181 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
| 13977 | 2025.01.16 19:57:41.543148 [ 217 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13978 | 2025.01.16 19:57:41.543196 [ 217 ] {} <Debug> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13979 | 2025.01.16 19:57:41.545976 [ 217 ] {} <Debug> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13980 | 2025.01.16 19:57:42.449131 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13981 | 2025.01.16 19:57:42.449326 [ 260 ] {923991cd-45e2-44bf-8207-e10e95e9b884} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13982 | 2025.01.16 19:57:42.449402 [ 260 ] {923991cd-45e2-44bf-8207-e10e95e9b884} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13983 | 2025.01.16 19:57:42.450185 [ 260 ] {923991cd-45e2-44bf-8207-e10e95e9b884} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13984 | 2025.01.16 19:57:42.450239 [ 260 ] {923991cd-45e2-44bf-8207-e10e95e9b884} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13985 | 2025.01.16 19:57:42.450677 [ 260 ] {923991cd-45e2-44bf-8207-e10e95e9b884} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13986 | 2025.01.16 19:57:42.450953 [ 260 ] {923991cd-45e2-44bf-8207-e10e95e9b884} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13987 | 2025.01.16 19:57:42.451152 [ 80 ] {} <Debug> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 13988 | 2025.01.16 19:57:42.451220 [ 260 ] {923991cd-45e2-44bf-8207-e10e95e9b884} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001944 sec., 7201.6460905349795 rows/sec., 518.42 KiB/sec. | ||
| 13989 | 2025.01.16 19:57:42.451229 [ 80 ] {} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13990 | 2025.01.16 19:57:42.451311 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 13991 | 2025.01.16 19:57:42.451369 [ 260 ] {923991cd-45e2-44bf-8207-e10e95e9b884} <Debug> TCPHandler: Processed in 0.002373722 sec. | ||
| 13992 | 2025.01.16 19:57:42.451612 [ 191 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 13993 | 2025.01.16 19:57:42.451699 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13994 | 2025.01.16 19:57:42.451816 [ 191 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13995 | 2025.01.16 19:57:42.451903 [ 191 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 14 rows starting from the beginning of the part | ||
| 13996 | 2025.01.16 19:57:42.451980 [ 262 ] {83452d79-1e56-4312-8539-9052de341ac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13997 | 2025.01.16 19:57:42.452155 [ 262 ] {83452d79-1e56-4312-8539-9052de341ac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13998 | 2025.01.16 19:57:42.452149 [ 191 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 13999 | 2025.01.16 19:57:42.452556 [ 191 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 14000 | 2025.01.16 19:57:42.452889 [ 191 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 14001 | 2025.01.16 19:57:42.453267 [ 191 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
| 14002 | 2025.01.16 19:57:42.455175 [ 262 ] {83452d79-1e56-4312-8539-9052de341ac0} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14003 | 2025.01.16 19:57:42.455252 [ 262 ] {83452d79-1e56-4312-8539-9052de341ac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 14004 | 2025.01.16 19:57:42.455984 [ 191 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00455148 sec., 15379.612785291816 rows/sec., 1.14 MiB/sec. | ||
| 14005 | 2025.01.16 19:57:42.456204 [ 191 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 14006 | 2025.01.16 19:57:42.456292 [ 262 ] {83452d79-1e56-4312-8539-9052de341ac0} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14007 | 2025.01.16 19:57:42.456694 [ 191 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_49_12} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14008 | 2025.01.16 19:57:42.456754 [ 262 ] {83452d79-1e56-4312-8539-9052de341ac0} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14009 | 2025.01.16 19:57:42.456877 [ 191 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_49_12} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 14010 | 2025.01.16 19:57:42.457141 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14011 | 2025.01.16 19:57:42.457288 [ 224 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14012 | 2025.01.16 19:57:42.457298 [ 262 ] {83452d79-1e56-4312-8539-9052de341ac0} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.005411 sec., 37516.17076326002 rows/sec., 3.25 MiB/sec. | ||
| 14013 | 2025.01.16 19:57:42.457333 [ 224 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14014 | 2025.01.16 19:57:42.457483 [ 262 ] {83452d79-1e56-4312-8539-9052de341ac0} <Debug> TCPHandler: Processed in 0.005946625 sec. | ||
| 14015 | 2025.01.16 19:57:42.457685 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14016 | 2025.01.16 19:57:42.457831 [ 260 ] {5321170f-e035-4649-892f-24a0b0229e61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14017 | 2025.01.16 19:57:42.457922 [ 260 ] {5321170f-e035-4649-892f-24a0b0229e61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14018 | 2025.01.16 19:57:42.459078 [ 260 ] {5321170f-e035-4649-892f-24a0b0229e61} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14019 | 2025.01.16 19:57:42.459133 [ 260 ] {5321170f-e035-4649-892f-24a0b0229e61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 14020 | 2025.01.16 19:57:42.459776 [ 260 ] {5321170f-e035-4649-892f-24a0b0229e61} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 14021 | 2025.01.16 19:57:42.460095 [ 260 ] {5321170f-e035-4649-892f-24a0b0229e61} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14022 | 2025.01.16 19:57:42.460363 [ 260 ] {5321170f-e035-4649-892f-24a0b0229e61} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.00258 sec., 2713.1782945736436 rows/sec., 176.77 KiB/sec. | ||
| 14023 | 2025.01.16 19:57:42.460501 [ 260 ] {5321170f-e035-4649-892f-24a0b0229e61} <Debug> TCPHandler: Processed in 0.002912131 sec. | ||
| 14024 | 2025.01.16 19:57:42.460727 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14025 | 2025.01.16 19:57:42.460908 [ 262 ] {49b36b89-aeea-405c-a782-be49208aa837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14026 | 2025.01.16 19:57:42.461008 [ 262 ] {49b36b89-aeea-405c-a782-be49208aa837} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14027 | 2025.01.16 19:57:42.461073 [ 224 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14028 | 2025.01.16 19:57:42.462631 [ 262 ] {49b36b89-aeea-405c-a782-be49208aa837} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14029 | 2025.01.16 19:57:42.462675 [ 262 ] {49b36b89-aeea-405c-a782-be49208aa837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 14030 | 2025.01.16 19:57:42.463047 [ 262 ] {49b36b89-aeea-405c-a782-be49208aa837} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14031 | 2025.01.16 19:57:42.463300 [ 262 ] {49b36b89-aeea-405c-a782-be49208aa837} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14032 | 2025.01.16 19:57:42.463519 [ 262 ] {49b36b89-aeea-405c-a782-be49208aa837} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00267 sec., 5243.445692883895 rows/sec., 367.22 KiB/sec. | ||
| 14033 | 2025.01.16 19:57:42.463576 [ 262 ] {49b36b89-aeea-405c-a782-be49208aa837} <Debug> TCPHandler: Processed in 0.002940582 sec. | ||
| 14034 | 2025.01.16 19:57:42.463780 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14035 | 2025.01.16 19:57:42.463910 [ 260 ] {1a644d54-3006-42b2-839a-68a3890ca305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14036 | 2025.01.16 19:57:42.463961 [ 260 ] {1a644d54-3006-42b2-839a-68a3890ca305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14037 | 2025.01.16 19:57:42.464675 [ 260 ] {1a644d54-3006-42b2-839a-68a3890ca305} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14038 | 2025.01.16 19:57:42.464723 [ 260 ] {1a644d54-3006-42b2-839a-68a3890ca305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 14039 | 2025.01.16 19:57:42.465143 [ 260 ] {1a644d54-3006-42b2-839a-68a3890ca305} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14040 | 2025.01.16 19:57:42.465389 [ 260 ] {1a644d54-3006-42b2-839a-68a3890ca305} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14041 | 2025.01.16 19:57:42.465540 [ 78 ] {} <Debug> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 14042 | 2025.01.16 19:57:42.465575 [ 260 ] {1a644d54-3006-42b2-839a-68a3890ca305} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001693 sec., 7678.67690490254 rows/sec., 478.76 KiB/sec. | ||
| 14043 | 2025.01.16 19:57:42.465587 [ 78 ] {} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14044 | 2025.01.16 19:57:42.465632 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 14045 | 2025.01.16 19:57:42.465653 [ 260 ] {1a644d54-3006-42b2-839a-68a3890ca305} <Debug> TCPHandler: Processed in 0.001967674 sec. | ||
| 14046 | 2025.01.16 19:57:42.465899 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14047 | 2025.01.16 19:57:42.465913 [ 190 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 14048 | 2025.01.16 19:57:42.466277 [ 262 ] {4b380570-6b0a-4840-919c-2b5f45c4b757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14049 | 2025.01.16 19:57:42.466494 [ 262 ] {4b380570-6b0a-4840-919c-2b5f45c4b757} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14050 | 2025.01.16 19:57:42.466500 [ 190 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14051 | 2025.01.16 19:57:42.466683 [ 190 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 13 rows starting from the beginning of the part | ||
| 14052 | 2025.01.16 19:57:42.467182 [ 190 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 13 rows starting from the beginning of the part | ||
| 14053 | 2025.01.16 19:57:42.467520 [ 190 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 13 rows starting from the beginning of the part | ||
| 14054 | 2025.01.16 19:57:42.467936 [ 190 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 13 rows starting from the beginning of the part | ||
| 14055 | 2025.01.16 19:57:42.468367 [ 190 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 13 rows starting from the beginning of the part | ||
| 14056 | 2025.01.16 19:57:42.469785 [ 262 ] {4b380570-6b0a-4840-919c-2b5f45c4b757} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14057 | 2025.01.16 19:57:42.469860 [ 262 ] {4b380570-6b0a-4840-919c-2b5f45c4b757} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 14058 | 2025.01.16 19:57:42.470795 [ 190 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005083619 sec., 12786.166705254662 rows/sec., 847.16 KiB/sec. | ||
| 14059 | 2025.01.16 19:57:42.470894 [ 262 ] {4b380570-6b0a-4840-919c-2b5f45c4b757} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14060 | 2025.01.16 19:57:42.470979 [ 190 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 14061 | 2025.01.16 19:57:42.471351 [ 262 ] {4b380570-6b0a-4840-919c-2b5f45c4b757} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14062 | 2025.01.16 19:57:42.471502 [ 190 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_49_12} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14063 | 2025.01.16 19:57:42.471756 [ 190 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_49_12} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 14064 | 2025.01.16 19:57:42.471774 [ 262 ] {4b380570-6b0a-4840-919c-2b5f45c4b757} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.005635 sec., 67790.59449866903 rows/sec., 4.80 MiB/sec. | ||
| 14065 | 2025.01.16 19:57:42.471968 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14066 | 2025.01.16 19:57:42.471985 [ 262 ] {4b380570-6b0a-4840-919c-2b5f45c4b757} <Debug> TCPHandler: Processed in 0.006237639 sec. | ||
| 14067 | 2025.01.16 19:57:42.472164 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14068 | 2025.01.16 19:57:42.472285 [ 260 ] {38ade37c-4100-4427-9cc0-a0d1ba0aeffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14069 | 2025.01.16 19:57:42.472338 [ 260 ] {38ade37c-4100-4427-9cc0-a0d1ba0aeffa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14070 | 2025.01.16 19:57:42.472815 [ 260 ] {38ade37c-4100-4427-9cc0-a0d1ba0aeffa} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14071 | 2025.01.16 19:57:42.472852 [ 260 ] {38ade37c-4100-4427-9cc0-a0d1ba0aeffa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 14072 | 2025.01.16 19:57:42.473219 [ 260 ] {38ade37c-4100-4427-9cc0-a0d1ba0aeffa} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14073 | 2025.01.16 19:57:42.473464 [ 260 ] {38ade37c-4100-4427-9cc0-a0d1ba0aeffa} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14074 | 2025.01.16 19:57:42.473594 [ 78 ] {} <Debug> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6) (MergerMutator): Selected 6 parts from all_1_44_9 to all_49_49_0 | ||
| 14075 | 2025.01.16 19:57:42.473633 [ 78 ] {} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14076 | 2025.01.16 19:57:42.473648 [ 260 ] {38ade37c-4100-4427-9cc0-a0d1ba0aeffa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001389 sec., 4319.654427645788 rows/sec., 225.69 KiB/sec. | ||
| 14077 | 2025.01.16 19:57:42.473658 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 14078 | 2025.01.16 19:57:42.473778 [ 260 ] {38ade37c-4100-4427-9cc0-a0d1ba0aeffa} <Debug> TCPHandler: Processed in 0.00166976 sec. | ||
| 14079 | 2025.01.16 19:57:42.474064 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14080 | 2025.01.16 19:57:42.474146 [ 192 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_49_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_44_9 to all_49_49_0 into Compact with storage Full | ||
| 14081 | 2025.01.16 19:57:42.474487 [ 262 ] {2032047f-854a-4aac-8fd0-d807ea46fc18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14082 | 2025.01.16 19:57:42.474748 [ 262 ] {2032047f-854a-4aac-8fd0-d807ea46fc18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14083 | 2025.01.16 19:57:42.474785 [ 192 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_49_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14084 | 2025.01.16 19:57:42.474896 [ 192 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_44_9, total 264 rows starting from the beginning of the part | ||
| 14085 | 2025.01.16 19:57:42.475232 [ 192 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
| 14086 | 2025.01.16 19:57:42.475762 [ 192 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
| 14087 | 2025.01.16 19:57:42.476051 [ 192 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
| 14088 | 2025.01.16 19:57:42.476326 [ 192 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part | ||
| 14089 | 2025.01.16 19:57:42.476726 [ 192 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part | ||
| 14090 | 2025.01.16 19:57:42.477534 [ 262 ] {2032047f-854a-4aac-8fd0-d807ea46fc18} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14091 | 2025.01.16 19:57:42.477597 [ 262 ] {2032047f-854a-4aac-8fd0-d807ea46fc18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 14092 | 2025.01.16 19:57:42.478656 [ 262 ] {2032047f-854a-4aac-8fd0-d807ea46fc18} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14093 | 2025.01.16 19:57:42.479226 [ 262 ] {2032047f-854a-4aac-8fd0-d807ea46fc18} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14094 | 2025.01.16 19:57:42.479544 [ 192 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_49_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 294 rows, containing 4 columns (4 merged, 0 gathered) in 0.005739321 sec., 51225.571805445274 rows/sec., 2.61 MiB/sec. | ||
| 14095 | 2025.01.16 19:57:42.479625 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 6 parts from all_1_113_23 to all_118_118_0 | ||
| 14096 | 2025.01.16 19:57:42.479711 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14097 | 2025.01.16 19:57:42.479772 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 14098 | 2025.01.16 19:57:42.479832 [ 262 ] {2032047f-854a-4aac-8fd0-d807ea46fc18} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00547 sec., 43327.239488117004 rows/sec., 2.90 MiB/sec. | ||
| 14099 | 2025.01.16 19:57:42.479926 [ 192 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_49_10} <Trace> MergedBlockOutputStream: filled checksums all_1_49_10 (state Temporary) | ||
| 14100 | 2025.01.16 19:57:42.480263 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14101 | 2025.01.16 19:57:42.480323 [ 262 ] {2032047f-854a-4aac-8fd0-d807ea46fc18} <Debug> TCPHandler: Processed in 0.006421443 sec. | ||
| 14102 | 2025.01.16 19:57:42.480360 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14103 | 2025.01.16 19:57:42.480356 [ 204 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_118_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_113_23 to all_118_118_0 into Compact with storage Full | ||
| 14104 | 2025.01.16 19:57:42.480609 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14105 | 2025.01.16 19:57:42.481096 [ 260 ] {bfe08486-75f1-4934-98a1-82bbdadce2b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14106 | 2025.01.16 19:57:42.481152 [ 204 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_118_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14107 | 2025.01.16 19:57:42.481303 [ 204 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_113_23, total 30938 rows starting from the beginning of the part | ||
| 14108 | 2025.01.16 19:57:42.481320 [ 260 ] {bfe08486-75f1-4934-98a1-82bbdadce2b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14109 | 2025.01.16 19:57:42.481437 [ 192 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_49_10} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_merge_all_1_49_10 to all_1_49_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14110 | 2025.01.16 19:57:42.482141 [ 192 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_49_10} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6) (MergerMutator): Merged 6 parts: [all_1_44_9, all_49_49_0] -> all_1_49_10 | ||
| 14111 | 2025.01.16 19:57:42.482194 [ 204 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part | ||
| 14112 | 2025.01.16 19:57:42.482923 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 14113 | 2025.01.16 19:57:42.483095 [ 204 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 928 rows starting from the beginning of the part | ||
| 14114 | 2025.01.16 19:57:42.483668 [ 204 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 32 rows starting from the beginning of the part | ||
| 14115 | 2025.01.16 19:57:42.484109 [ 204 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part | ||
| 14116 | 2025.01.16 19:57:42.484632 [ 204 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_118_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 237 rows starting from the beginning of the part | ||
| 14117 | 2025.01.16 19:57:42.485268 [ 260 ] {bfe08486-75f1-4934-98a1-82bbdadce2b8} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14118 | 2025.01.16 19:57:42.485381 [ 260 ] {bfe08486-75f1-4934-98a1-82bbdadce2b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 14119 | 2025.01.16 19:57:42.486913 [ 260 ] {bfe08486-75f1-4934-98a1-82bbdadce2b8} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14120 | 2025.01.16 19:57:42.487661 [ 260 ] {bfe08486-75f1-4934-98a1-82bbdadce2b8} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14121 | 2025.01.16 19:57:42.488104 [ 260 ] {bfe08486-75f1-4934-98a1-82bbdadce2b8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.007143 sec., 139.9972000559989 rows/sec., 9.43 KiB/sec. | ||
| 14122 | 2025.01.16 19:57:42.488396 [ 260 ] {bfe08486-75f1-4934-98a1-82bbdadce2b8} <Debug> TCPHandler: Processed in 0.007921759 sec. | ||
| 14123 | 2025.01.16 19:57:42.488618 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14124 | 2025.01.16 19:57:42.488668 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14125 | 2025.01.16 19:57:42.489063 [ 262 ] {66458f7b-a85e-45ff-bf4b-bc8dadeef19e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14126 | 2025.01.16 19:57:42.489228 [ 262 ] {66458f7b-a85e-45ff-bf4b-bc8dadeef19e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14127 | 2025.01.16 19:57:42.491857 [ 262 ] {66458f7b-a85e-45ff-bf4b-bc8dadeef19e} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14128 | 2025.01.16 19:57:42.491899 [ 262 ] {66458f7b-a85e-45ff-bf4b-bc8dadeef19e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 14129 | 2025.01.16 19:57:42.492616 [ 262 ] {66458f7b-a85e-45ff-bf4b-bc8dadeef19e} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14130 | 2025.01.16 19:57:42.493171 [ 262 ] {66458f7b-a85e-45ff-bf4b-bc8dadeef19e} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14131 | 2025.01.16 19:57:42.493423 [ 262 ] {66458f7b-a85e-45ff-bf4b-bc8dadeef19e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004509 sec., 18185.850521179862 rows/sec., 1.16 MiB/sec. | ||
| 14132 | 2025.01.16 19:57:42.493488 [ 262 ] {66458f7b-a85e-45ff-bf4b-bc8dadeef19e} <Debug> TCPHandler: Processed in 0.004957667 sec. | ||
| 14133 | 2025.01.16 19:57:42.496746 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_118_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32455 rows, containing 5 columns (5 merged, 0 gathered) in 0.016848746 sec., 1926256.1142532504 rows/sec., 130.15 MiB/sec. | ||
| 14134 | 2025.01.16 19:57:42.497203 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_118_24} <Trace> MergedBlockOutputStream: filled checksums all_1_118_24 (state Temporary) | ||
| 14135 | 2025.01.16 19:57:42.497501 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_118_24} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_118_24 to all_1_118_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14136 | 2025.01.16 19:57:42.497584 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_118_24} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 6 parts: [all_1_113_23, all_118_118_0] -> all_1_118_24 | ||
| 14137 | 2025.01.16 19:57:42.497668 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 14138 | 2025.01.16 19:57:43.199992 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528 | ||
| 14139 | 2025.01.16 19:57:43.220598 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14140 | 2025.01.16 19:57:43.220650 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 14141 | 2025.01.16 19:57:43.227654 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14142 | 2025.01.16 19:57:43.228421 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14143 | 2025.01.16 19:57:43.231185 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528 | ||
| 14144 | 2025.01.16 19:57:43.297593 [ 219 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14145 | 2025.01.16 19:57:43.297647 [ 219 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14146 | 2025.01.16 19:57:43.299542 [ 219 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14147 | 2025.01.16 19:57:43.646970 [ 217 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14148 | 2025.01.16 19:57:43.647020 [ 217 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14149 | 2025.01.16 19:57:43.648965 [ 217 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14150 | 2025.01.16 19:57:46.067368 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1976 | ||
| 14151 | 2025.01.16 19:57:46.070580 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14152 | 2025.01.16 19:57:46.070632 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 14153 | 2025.01.16 19:57:46.072224 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 14154 | 2025.01.16 19:57:46.072563 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14155 | 2025.01.16 19:57:46.073166 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1976 | ||
| 14156 | 2025.01.16 19:57:47.447129 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14157 | 2025.01.16 19:57:47.447349 [ 260 ] {54a7b4e9-e8fc-4449-a1e4-73f1f6c23f71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14158 | 2025.01.16 19:57:47.447432 [ 260 ] {54a7b4e9-e8fc-4449-a1e4-73f1f6c23f71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14159 | 2025.01.16 19:57:47.448354 [ 260 ] {54a7b4e9-e8fc-4449-a1e4-73f1f6c23f71} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14160 | 2025.01.16 19:57:47.448404 [ 260 ] {54a7b4e9-e8fc-4449-a1e4-73f1f6c23f71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 14161 | 2025.01.16 19:57:47.448862 [ 260 ] {54a7b4e9-e8fc-4449-a1e4-73f1f6c23f71} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14162 | 2025.01.16 19:57:47.449113 [ 260 ] {54a7b4e9-e8fc-4449-a1e4-73f1f6c23f71} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14163 | 2025.01.16 19:57:47.449355 [ 260 ] {54a7b4e9-e8fc-4449-a1e4-73f1f6c23f71} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002068 sec., 65764.02321083173 rows/sec., 5.67 MiB/sec. | ||
| 14164 | 2025.01.16 19:57:47.449414 [ 260 ] {54a7b4e9-e8fc-4449-a1e4-73f1f6c23f71} <Debug> TCPHandler: Processed in 0.002431092 sec. | ||
| 14165 | 2025.01.16 19:57:47.449687 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14166 | 2025.01.16 19:57:47.449906 [ 262 ] {51a28bcd-10f6-4201-9db0-4b6f5b139f57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14167 | 2025.01.16 19:57:47.449989 [ 262 ] {51a28bcd-10f6-4201-9db0-4b6f5b139f57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14168 | 2025.01.16 19:57:47.450783 [ 262 ] {51a28bcd-10f6-4201-9db0-4b6f5b139f57} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14169 | 2025.01.16 19:57:47.450834 [ 262 ] {51a28bcd-10f6-4201-9db0-4b6f5b139f57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 14170 | 2025.01.16 19:57:47.451273 [ 262 ] {51a28bcd-10f6-4201-9db0-4b6f5b139f57} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 14171 | 2025.01.16 19:57:47.451530 [ 262 ] {51a28bcd-10f6-4201-9db0-4b6f5b139f57} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14172 | 2025.01.16 19:57:47.451772 [ 262 ] {51a28bcd-10f6-4201-9db0-4b6f5b139f57} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001927 sec., 20757.65438505449 rows/sec., 1.52 MiB/sec. | ||
| 14173 | 2025.01.16 19:57:47.451830 [ 262 ] {51a28bcd-10f6-4201-9db0-4b6f5b139f57} <Debug> TCPHandler: Processed in 0.00229153 sec. | ||
| 14174 | 2025.01.16 19:57:47.451992 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14175 | 2025.01.16 19:57:47.452128 [ 260 ] {a2368bd3-2d37-42da-ac33-039c5953dde6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14176 | 2025.01.16 19:57:47.452187 [ 260 ] {a2368bd3-2d37-42da-ac33-039c5953dde6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14177 | 2025.01.16 19:57:47.452903 [ 260 ] {a2368bd3-2d37-42da-ac33-039c5953dde6} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14178 | 2025.01.16 19:57:47.452949 [ 260 ] {a2368bd3-2d37-42da-ac33-039c5953dde6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 14179 | 2025.01.16 19:57:47.453347 [ 260 ] {a2368bd3-2d37-42da-ac33-039c5953dde6} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14180 | 2025.01.16 19:57:47.453579 [ 260 ] {a2368bd3-2d37-42da-ac33-039c5953dde6} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14181 | 2025.01.16 19:57:47.453783 [ 260 ] {a2368bd3-2d37-42da-ac33-039c5953dde6} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001685 sec., 61721.068249258155 rows/sec., 4.82 MiB/sec. | ||
| 14182 | 2025.01.16 19:57:47.453835 [ 260 ] {a2368bd3-2d37-42da-ac33-039c5953dde6} <Debug> TCPHandler: Processed in 0.001911714 sec. | ||
| 14183 | 2025.01.16 19:57:47.453976 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14184 | 2025.01.16 19:57:47.454096 [ 262 ] {bcf0f710-68f2-452d-831b-2d70a72cf010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14185 | 2025.01.16 19:57:47.454148 [ 262 ] {bcf0f710-68f2-452d-831b-2d70a72cf010} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14186 | 2025.01.16 19:57:47.454819 [ 262 ] {bcf0f710-68f2-452d-831b-2d70a72cf010} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14187 | 2025.01.16 19:57:47.454867 [ 262 ] {bcf0f710-68f2-452d-831b-2d70a72cf010} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 14188 | 2025.01.16 19:57:47.455322 [ 262 ] {bcf0f710-68f2-452d-831b-2d70a72cf010} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14189 | 2025.01.16 19:57:47.455566 [ 262 ] {bcf0f710-68f2-452d-831b-2d70a72cf010} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14190 | 2025.01.16 19:57:47.455783 [ 262 ] {bcf0f710-68f2-452d-831b-2d70a72cf010} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001713 sec., 93403.3858727379 rows/sec., 6.51 MiB/sec. | ||
| 14191 | 2025.01.16 19:57:47.455837 [ 262 ] {bcf0f710-68f2-452d-831b-2d70a72cf010} <Debug> TCPHandler: Processed in 0.001915714 sec. | ||
| 14192 | 2025.01.16 19:57:47.455964 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14193 | 2025.01.16 19:57:47.456079 [ 260 ] {f4f63f92-c025-4d41-b591-b74d68ccd10d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14194 | 2025.01.16 19:57:47.456158 [ 260 ] {f4f63f92-c025-4d41-b591-b74d68ccd10d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14195 | 2025.01.16 19:57:47.457478 [ 260 ] {f4f63f92-c025-4d41-b591-b74d68ccd10d} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14196 | 2025.01.16 19:57:47.457517 [ 260 ] {f4f63f92-c025-4d41-b591-b74d68ccd10d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 14197 | 2025.01.16 19:57:47.458183 [ 260 ] {f4f63f92-c025-4d41-b591-b74d68ccd10d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14198 | 2025.01.16 19:57:47.458432 [ 260 ] {f4f63f92-c025-4d41-b591-b74d68ccd10d} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14199 | 2025.01.16 19:57:47.458637 [ 71 ] {} <Debug> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 14200 | 2025.01.16 19:57:47.458656 [ 260 ] {f4f63f92-c025-4d41-b591-b74d68ccd10d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002595 sec., 15414.258188824662 rows/sec., 27.62 MiB/sec. | ||
| 14201 | 2025.01.16 19:57:47.458729 [ 71 ] {} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14202 | 2025.01.16 19:57:47.458808 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 14203 | 2025.01.16 19:57:47.458966 [ 260 ] {f4f63f92-c025-4d41-b591-b74d68ccd10d} <Debug> TCPHandler: Processed in 0.003054074 sec. | ||
| 14204 | 2025.01.16 19:57:47.459035 [ 198 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 14205 | 2025.01.16 19:57:47.459139 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14206 | 2025.01.16 19:57:47.459407 [ 262 ] {7a14ec3e-2878-4455-8e71-4f05b9fc0478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14207 | 2025.01.16 19:57:47.459545 [ 262 ] {7a14ec3e-2878-4455-8e71-4f05b9fc0478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14208 | 2025.01.16 19:57:47.459736 [ 198 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14209 | 2025.01.16 19:57:47.460013 [ 198 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1784 rows starting from the beginning of the part | ||
| 14210 | 2025.01.16 19:57:47.460707 [ 198 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 40 rows starting from the beginning of the part | ||
| 14211 | 2025.01.16 19:57:47.461510 [ 198 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 40 rows starting from the beginning of the part | ||
| 14212 | 2025.01.16 19:57:47.461609 [ 262 ] {7a14ec3e-2878-4455-8e71-4f05b9fc0478} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14213 | 2025.01.16 19:57:47.461687 [ 262 ] {7a14ec3e-2878-4455-8e71-4f05b9fc0478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 14214 | 2025.01.16 19:57:47.462182 [ 198 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 40 rows starting from the beginning of the part | ||
| 14215 | 2025.01.16 19:57:47.462875 [ 198 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 40 rows starting from the beginning of the part | ||
| 14216 | 2025.01.16 19:57:47.463263 [ 262 ] {7a14ec3e-2878-4455-8e71-4f05b9fc0478} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14217 | 2025.01.16 19:57:47.463539 [ 198 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 40 rows starting from the beginning of the part | ||
| 14218 | 2025.01.16 19:57:47.464090 [ 262 ] {7a14ec3e-2878-4455-8e71-4f05b9fc0478} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14219 | 2025.01.16 19:57:47.464756 [ 262 ] {7a14ec3e-2878-4455-8e71-4f05b9fc0478} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005415 sec., 11080.3324099723 rows/sec., 764.66 KiB/sec. | ||
| 14220 | 2025.01.16 19:57:47.464971 [ 262 ] {7a14ec3e-2878-4455-8e71-4f05b9fc0478} <Debug> TCPHandler: Processed in 0.005906513 sec. | ||
| 14221 | 2025.01.16 19:57:47.476351 [ 200 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1984 rows, containing 19 columns (19 merged, 0 gathered) in 0.017395116 sec., 114055.00256508782 rows/sec., 204.38 MiB/sec. | ||
| 14222 | 2025.01.16 19:57:47.478473 [ 187 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 14223 | 2025.01.16 19:57:47.478952 [ 187 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14224 | 2025.01.16 19:57:47.479048 [ 187 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 14225 | 2025.01.16 19:57:47.479219 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.58 MiB. | ||
| 14226 | 2025.01.16 19:57:48.000251 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.51 MiB, peak 278.08 MiB, free memory in arenas 0.00 B, will set to 265.58 MiB (RSS), difference: 5.07 MiB | ||
| 14227 | 2025.01.16 19:57:48.383383 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32574 | ||
| 14228 | 2025.01.16 19:57:48.384144 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14229 | 2025.01.16 19:57:48.384193 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14230 | 2025.01.16 19:57:48.384750 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14231 | 2025.01.16 19:57:48.385015 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14232 | 2025.01.16 19:57:48.385270 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574 | ||
| 14233 | 2025.01.16 19:57:48.385277 [ 65 ] {} <Debug> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14234 | 2025.01.16 19:57:48.385364 [ 65 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14235 | 2025.01.16 19:57:48.385391 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14236 | 2025.01.16 19:57:48.385594 [ 189 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 14237 | 2025.01.16 19:57:48.386037 [ 189 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14238 | 2025.01.16 19:57:48.386152 [ 189 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30256 rows starting from the beginning of the part | ||
| 14239 | 2025.01.16 19:57:48.386307 [ 189 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 488 rows starting from the beginning of the part | ||
| 14240 | 2025.01.16 19:57:48.386414 [ 189 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 427 rows starting from the beginning of the part | ||
| 14241 | 2025.01.16 19:57:48.386522 [ 189 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 488 rows starting from the beginning of the part | ||
| 14242 | 2025.01.16 19:57:48.386609 [ 189 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 427 rows starting from the beginning of the part | ||
| 14243 | 2025.01.16 19:57:48.386798 [ 189 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 488 rows starting from the beginning of the part | ||
| 14244 | 2025.01.16 19:57:48.389743 [ 200 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.004271835 sec., 7625294.516291008 rows/sec., 109.08 MiB/sec. | ||
| 14245 | 2025.01.16 19:57:48.390378 [ 200 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14246 | 2025.01.16 19:57:48.390718 [ 200 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_71_14} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14247 | 2025.01.16 19:57:48.390812 [ 200 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_71_14} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14248 | 2025.01.16 19:57:48.390930 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. | ||
| 14249 | 2025.01.16 19:57:50.731330 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 536 | ||
| 14250 | 2025.01.16 19:57:50.752054 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14251 | 2025.01.16 19:57:50.752106 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14252 | 2025.01.16 19:57:50.759847 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14253 | 2025.01.16 19:57:50.760741 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14254 | 2025.01.16 19:57:50.761219 [ 70 ] {} <Debug> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14255 | 2025.01.16 19:57:50.761391 [ 70 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14256 | 2025.01.16 19:57:50.761483 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14257 | 2025.01.16 19:57:50.761962 [ 189 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 14258 | 2025.01.16 19:57:50.776304 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 536 | ||
| 14259 | 2025.01.16 19:57:50.778480 [ 189 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14260 | 2025.01.16 19:57:50.779809 [ 189 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 498 rows starting from the beginning of the part | ||
| 14261 | 2025.01.16 19:57:50.785577 [ 189 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 7 rows starting from the beginning of the part | ||
| 14262 | 2025.01.16 19:57:50.791408 [ 189 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part | ||
| 14263 | 2025.01.16 19:57:50.798292 [ 189 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part | ||
| 14264 | 2025.01.16 19:57:50.803822 [ 189 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part | ||
| 14265 | 2025.01.16 19:57:50.809432 [ 189 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part | ||
| 14266 | 2025.01.16 19:57:50.879273 [ 195 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 536 rows, containing 679 columns (679 merged, 0 gathered) in 0.117601883 sec., 4557.750150990354 rows/sec., 23.57 MiB/sec. | ||
| 14267 | 2025.01.16 19:57:50.882899 [ 196 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14268 | 2025.01.16 19:57:50.885715 [ 196 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_71_14} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14269 | 2025.01.16 19:57:50.885817 [ 196 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_71_14} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14270 | 2025.01.16 19:57:50.887966 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 14271 | 2025.01.16 19:57:52.449046 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14272 | 2025.01.16 19:57:52.449240 [ 260 ] {df56d855-5424-47d7-ae9b-3484f22b4f98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14273 | 2025.01.16 19:57:52.449320 [ 260 ] {df56d855-5424-47d7-ae9b-3484f22b4f98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14274 | 2025.01.16 19:57:52.450113 [ 260 ] {df56d855-5424-47d7-ae9b-3484f22b4f98} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14275 | 2025.01.16 19:57:52.450158 [ 260 ] {df56d855-5424-47d7-ae9b-3484f22b4f98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14276 | 2025.01.16 19:57:52.450607 [ 260 ] {df56d855-5424-47d7-ae9b-3484f22b4f98} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14277 | 2025.01.16 19:57:52.450873 [ 260 ] {df56d855-5424-47d7-ae9b-3484f22b4f98} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14278 | 2025.01.16 19:57:52.451081 [ 260 ] {df56d855-5424-47d7-ae9b-3484f22b4f98} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001897 sec., 7380.073800738007 rows/sec., 531.27 KiB/sec. | ||
| 14279 | 2025.01.16 19:57:52.451147 [ 260 ] {df56d855-5424-47d7-ae9b-3484f22b4f98} <Debug> TCPHandler: Processed in 0.002230608 sec. | ||
| 14280 | 2025.01.16 19:57:52.451419 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14281 | 2025.01.16 19:57:52.451626 [ 262 ] {f4b6ba48-26ed-4342-b719-8df9b8db07ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14282 | 2025.01.16 19:57:52.451699 [ 262 ] {f4b6ba48-26ed-4342-b719-8df9b8db07ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14283 | 2025.01.16 19:57:52.452566 [ 262 ] {f4b6ba48-26ed-4342-b719-8df9b8db07ad} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14284 | 2025.01.16 19:57:52.452616 [ 262 ] {f4b6ba48-26ed-4342-b719-8df9b8db07ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14285 | 2025.01.16 19:57:52.453088 [ 262 ] {f4b6ba48-26ed-4342-b719-8df9b8db07ad} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14286 | 2025.01.16 19:57:52.453353 [ 262 ] {f4b6ba48-26ed-4342-b719-8df9b8db07ad} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14287 | 2025.01.16 19:57:52.453594 [ 262 ] {f4b6ba48-26ed-4342-b719-8df9b8db07ad} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002025 sec., 100246.91358024692 rows/sec., 8.68 MiB/sec. | ||
| 14288 | 2025.01.16 19:57:52.453658 [ 262 ] {f4b6ba48-26ed-4342-b719-8df9b8db07ad} <Debug> TCPHandler: Processed in 0.002375142 sec. | ||
| 14289 | 2025.01.16 19:57:52.453848 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14290 | 2025.01.16 19:57:52.454172 [ 260 ] {29d28238-3206-4631-ba1a-26a961cb4013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14291 | 2025.01.16 19:57:52.454315 [ 260 ] {29d28238-3206-4631-ba1a-26a961cb4013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14292 | 2025.01.16 19:57:52.454946 [ 260 ] {29d28238-3206-4631-ba1a-26a961cb4013} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14293 | 2025.01.16 19:57:52.454987 [ 260 ] {29d28238-3206-4631-ba1a-26a961cb4013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14294 | 2025.01.16 19:57:52.455369 [ 260 ] {29d28238-3206-4631-ba1a-26a961cb4013} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 14295 | 2025.01.16 19:57:52.455611 [ 260 ] {29d28238-3206-4631-ba1a-26a961cb4013} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14296 | 2025.01.16 19:57:52.455756 [ 66 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 14297 | 2025.01.16 19:57:52.455804 [ 66 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14298 | 2025.01.16 19:57:52.455805 [ 260 ] {29d28238-3206-4631-ba1a-26a961cb4013} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001751 sec., 3997.7155910908054 rows/sec., 260.45 KiB/sec. | ||
| 14299 | 2025.01.16 19:57:52.455828 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14300 | 2025.01.16 19:57:52.455916 [ 260 ] {29d28238-3206-4631-ba1a-26a961cb4013} <Debug> TCPHandler: Processed in 0.002151848 sec. | ||
| 14301 | 2025.01.16 19:57:52.456123 [ 199 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 14302 | 2025.01.16 19:57:52.456145 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14303 | 2025.01.16 19:57:52.456434 [ 262 ] {35006842-aee7-4a4c-b6a5-c06f73c5d156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14304 | 2025.01.16 19:57:52.456435 [ 199 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14305 | 2025.01.16 19:57:52.456533 [ 262 ] {35006842-aee7-4a4c-b6a5-c06f73c5d156} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14306 | 2025.01.16 19:57:52.456538 [ 199 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 65 rows starting from the beginning of the part | ||
| 14307 | 2025.01.16 19:57:52.456939 [ 199 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 13 rows starting from the beginning of the part | ||
| 14308 | 2025.01.16 19:57:52.457272 [ 199 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 40 rows starting from the beginning of the part | ||
| 14309 | 2025.01.16 19:57:52.457634 [ 199 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 7 rows starting from the beginning of the part | ||
| 14310 | 2025.01.16 19:57:52.458011 [ 199 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 40 rows starting from the beginning of the part | ||
| 14311 | 2025.01.16 19:57:52.458354 [ 199 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 7 rows starting from the beginning of the part | ||
| 14312 | 2025.01.16 19:57:52.459460 [ 262 ] {35006842-aee7-4a4c-b6a5-c06f73c5d156} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14313 | 2025.01.16 19:57:52.459540 [ 262 ] {35006842-aee7-4a4c-b6a5-c06f73c5d156} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14314 | 2025.01.16 19:57:52.460570 [ 262 ] {35006842-aee7-4a4c-b6a5-c06f73c5d156} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14315 | 2025.01.16 19:57:52.461135 [ 199 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 172 rows, containing 5 columns (5 merged, 0 gathered) in 0.005198242 sec., 33088.10940314052 rows/sec., 2.48 MiB/sec. | ||
| 14316 | 2025.01.16 19:57:52.461171 [ 262 ] {35006842-aee7-4a4c-b6a5-c06f73c5d156} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14317 | 2025.01.16 19:57:52.461487 [ 196 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 14318 | 2025.01.16 19:57:52.461573 [ 262 ] {35006842-aee7-4a4c-b6a5-c06f73c5d156} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00522 sec., 2681.992337164751 rows/sec., 187.83 KiB/sec. | ||
| 14319 | 2025.01.16 19:57:52.461699 [ 262 ] {35006842-aee7-4a4c-b6a5-c06f73c5d156} <Debug> TCPHandler: Processed in 0.0056725 sec. | ||
| 14320 | 2025.01.16 19:57:52.461899 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14321 | 2025.01.16 19:57:52.462092 [ 260 ] {0f7aa994-93ed-4d5a-b6e7-d8011f96167d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14322 | 2025.01.16 19:57:52.462100 [ 196 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_101_20} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14323 | 2025.01.16 19:57:52.462170 [ 260 ] {0f7aa994-93ed-4d5a-b6e7-d8011f96167d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14324 | 2025.01.16 19:57:52.462326 [ 196 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_101_20} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 14325 | 2025.01.16 19:57:52.462527 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 14326 | 2025.01.16 19:57:52.463010 [ 260 ] {0f7aa994-93ed-4d5a-b6e7-d8011f96167d} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14327 | 2025.01.16 19:57:52.463055 [ 260 ] {0f7aa994-93ed-4d5a-b6e7-d8011f96167d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14328 | 2025.01.16 19:57:52.463431 [ 260 ] {0f7aa994-93ed-4d5a-b6e7-d8011f96167d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14329 | 2025.01.16 19:57:52.463670 [ 260 ] {0f7aa994-93ed-4d5a-b6e7-d8011f96167d} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14330 | 2025.01.16 19:57:52.463860 [ 260 ] {0f7aa994-93ed-4d5a-b6e7-d8011f96167d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001819 sec., 7146.783947223749 rows/sec., 445.60 KiB/sec. | ||
| 14331 | 2025.01.16 19:57:52.463920 [ 260 ] {0f7aa994-93ed-4d5a-b6e7-d8011f96167d} <Debug> TCPHandler: Processed in 0.002130458 sec. | ||
| 14332 | 2025.01.16 19:57:52.464068 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14333 | 2025.01.16 19:57:52.464190 [ 262 ] {b0efbd5c-3b34-4781-a039-dad888716caa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14334 | 2025.01.16 19:57:52.464239 [ 262 ] {b0efbd5c-3b34-4781-a039-dad888716caa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14335 | 2025.01.16 19:57:52.464975 [ 262 ] {b0efbd5c-3b34-4781-a039-dad888716caa} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14336 | 2025.01.16 19:57:52.465017 [ 262 ] {b0efbd5c-3b34-4781-a039-dad888716caa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14337 | 2025.01.16 19:57:52.465418 [ 262 ] {b0efbd5c-3b34-4781-a039-dad888716caa} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14338 | 2025.01.16 19:57:52.465664 [ 262 ] {b0efbd5c-3b34-4781-a039-dad888716caa} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14339 | 2025.01.16 19:57:52.465875 [ 262 ] {b0efbd5c-3b34-4781-a039-dad888716caa} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001711 sec., 223261.2507305669 rows/sec., 15.80 MiB/sec. | ||
| 14340 | 2025.01.16 19:57:52.465931 [ 262 ] {b0efbd5c-3b34-4781-a039-dad888716caa} <Debug> TCPHandler: Processed in 0.001924574 sec. | ||
| 14341 | 2025.01.16 19:57:52.466086 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14342 | 2025.01.16 19:57:52.466209 [ 260 ] {f27fd3fd-4165-41fe-a2e7-b8521df02463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14343 | 2025.01.16 19:57:52.466261 [ 260 ] {f27fd3fd-4165-41fe-a2e7-b8521df02463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14344 | 2025.01.16 19:57:52.466776 [ 260 ] {f27fd3fd-4165-41fe-a2e7-b8521df02463} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14345 | 2025.01.16 19:57:52.466818 [ 260 ] {f27fd3fd-4165-41fe-a2e7-b8521df02463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14346 | 2025.01.16 19:57:52.467205 [ 260 ] {f27fd3fd-4165-41fe-a2e7-b8521df02463} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14347 | 2025.01.16 19:57:52.467455 [ 260 ] {f27fd3fd-4165-41fe-a2e7-b8521df02463} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14348 | 2025.01.16 19:57:52.467677 [ 260 ] {f27fd3fd-4165-41fe-a2e7-b8521df02463} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001495 sec., 4013.3779264214045 rows/sec., 209.68 KiB/sec. | ||
| 14349 | 2025.01.16 19:57:52.467736 [ 260 ] {f27fd3fd-4165-41fe-a2e7-b8521df02463} <Debug> TCPHandler: Processed in 0.00170614 sec. | ||
| 14350 | 2025.01.16 19:57:52.467883 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14351 | 2025.01.16 19:57:52.468006 [ 262 ] {38809d86-a2b1-423a-9354-786d31d25ad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14352 | 2025.01.16 19:57:52.468062 [ 262 ] {38809d86-a2b1-423a-9354-786d31d25ad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14353 | 2025.01.16 19:57:52.468660 [ 262 ] {38809d86-a2b1-423a-9354-786d31d25ad6} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14354 | 2025.01.16 19:57:52.468699 [ 262 ] {38809d86-a2b1-423a-9354-786d31d25ad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14355 | 2025.01.16 19:57:52.469108 [ 262 ] {38809d86-a2b1-423a-9354-786d31d25ad6} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14356 | 2025.01.16 19:57:52.469352 [ 262 ] {38809d86-a2b1-423a-9354-786d31d25ad6} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14357 | 2025.01.16 19:57:52.469585 [ 262 ] {38809d86-a2b1-423a-9354-786d31d25ad6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001603 sec., 147847.78540237056 rows/sec., 9.91 MiB/sec. | ||
| 14358 | 2025.01.16 19:57:52.469650 [ 262 ] {38809d86-a2b1-423a-9354-786d31d25ad6} <Debug> TCPHandler: Processed in 0.001825002 sec. | ||
| 14359 | 2025.01.16 19:57:52.469881 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14360 | 2025.01.16 19:57:52.470106 [ 260 ] {1cec61fb-048a-4b84-b4b7-7baf29c351aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14361 | 2025.01.16 19:57:52.470160 [ 260 ] {1cec61fb-048a-4b84-b4b7-7baf29c351aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14362 | 2025.01.16 19:57:52.470636 [ 260 ] {1cec61fb-048a-4b84-b4b7-7baf29c351aa} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14363 | 2025.01.16 19:57:52.470676 [ 260 ] {1cec61fb-048a-4b84-b4b7-7baf29c351aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14364 | 2025.01.16 19:57:52.471041 [ 260 ] {1cec61fb-048a-4b84-b4b7-7baf29c351aa} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14365 | 2025.01.16 19:57:52.471297 [ 260 ] {1cec61fb-048a-4b84-b4b7-7baf29c351aa} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14366 | 2025.01.16 19:57:52.471482 [ 64 ] {} <Debug> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03) (MergerMutator): Selected 6 parts from all_1_46_10 to all_51_51_0 | ||
| 14367 | 2025.01.16 19:57:52.471554 [ 260 ] {1cec61fb-048a-4b84-b4b7-7baf29c351aa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001486 sec., 672.9475100942127 rows/sec., 45.35 KiB/sec. | ||
| 14368 | 2025.01.16 19:57:52.471562 [ 64 ] {} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14369 | 2025.01.16 19:57:52.471640 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14370 | 2025.01.16 19:57:52.471677 [ 260 ] {1cec61fb-048a-4b84-b4b7-7baf29c351aa} <Debug> TCPHandler: Processed in 0.001910944 sec. | ||
| 14371 | 2025.01.16 19:57:52.471935 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14372 | 2025.01.16 19:57:52.472050 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_10 to all_51_51_0 into Compact with storage Full | ||
| 14373 | 2025.01.16 19:57:52.472393 [ 262 ] {1d17ecd6-21cf-43af-8c60-566efaf04237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14374 | 2025.01.16 19:57:52.472588 [ 262 ] {1d17ecd6-21cf-43af-8c60-566efaf04237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14375 | 2025.01.16 19:57:52.472744 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14376 | 2025.01.16 19:57:52.472867 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_10, total 46 rows starting from the beginning of the part | ||
| 14377 | 2025.01.16 19:57:52.473272 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part | ||
| 14378 | 2025.01.16 19:57:52.473384 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part | ||
| 14379 | 2025.01.16 19:57:52.473830 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part | ||
| 14380 | 2025.01.16 19:57:52.474021 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part | ||
| 14381 | 2025.01.16 19:57:52.474207 [ 197 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part | ||
| 14382 | 2025.01.16 19:57:52.474735 [ 262 ] {1d17ecd6-21cf-43af-8c60-566efaf04237} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14383 | 2025.01.16 19:57:52.474778 [ 262 ] {1d17ecd6-21cf-43af-8c60-566efaf04237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14384 | 2025.01.16 19:57:52.475335 [ 262 ] {1d17ecd6-21cf-43af-8c60-566efaf04237} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14385 | 2025.01.16 19:57:52.475723 [ 262 ] {1d17ecd6-21cf-43af-8c60-566efaf04237} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14386 | 2025.01.16 19:57:52.475923 [ 193 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.004153573 sec., 12278.585208445837 rows/sec., 826.43 KiB/sec. | ||
| 14387 | 2025.01.16 19:57:52.476067 [ 262 ] {1d17ecd6-21cf-43af-8c60-566efaf04237} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003864 sec., 21221.53209109731 rows/sec., 1.35 MiB/sec. | ||
| 14388 | 2025.01.16 19:57:52.476101 [ 193 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary) | ||
| 14389 | 2025.01.16 19:57:52.476142 [ 262 ] {1d17ecd6-21cf-43af-8c60-566efaf04237} <Debug> TCPHandler: Processed in 0.004357466 sec. | ||
| 14390 | 2025.01.16 19:57:52.476428 [ 193 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_51_11} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14391 | 2025.01.16 19:57:52.476504 [ 193 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_51_11} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03) (MergerMutator): Merged 6 parts: [all_1_46_10, all_51_51_0] -> all_1_51_11 | ||
| 14392 | 2025.01.16 19:57:52.476576 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14393 | 2025.01.16 19:57:55.662250 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14394 | 2025.01.16 19:57:55.662320 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14395 | 2025.01.16 19:57:55.885502 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33001 | ||
| 14396 | 2025.01.16 19:57:55.886598 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14397 | 2025.01.16 19:57:55.886691 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14398 | 2025.01.16 19:57:55.887361 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 14399 | 2025.01.16 19:57:55.887620 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14400 | 2025.01.16 19:57:55.887896 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 | ||
| 14401 | 2025.01.16 19:57:56.073488 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2008 | ||
| 14402 | 2025.01.16 19:57:56.076841 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14403 | 2025.01.16 19:57:56.076896 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14404 | 2025.01.16 19:57:56.078403 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 14405 | 2025.01.16 19:57:56.078730 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14406 | 2025.01.16 19:57:56.080199 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2008 | ||
| 14407 | 2025.01.16 19:57:57.381572 [ 221 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14408 | 2025.01.16 19:57:57.381653 [ 221 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14409 | 2025.01.16 19:57:57.383717 [ 221 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14410 | 2025.01.16 19:57:57.447175 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14411 | 2025.01.16 19:57:57.447370 [ 260 ] {c71fd10a-8e58-495d-a932-afd46273881a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14412 | 2025.01.16 19:57:57.447445 [ 260 ] {c71fd10a-8e58-495d-a932-afd46273881a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14413 | 2025.01.16 19:57:57.448287 [ 260 ] {c71fd10a-8e58-495d-a932-afd46273881a} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14414 | 2025.01.16 19:57:57.448337 [ 260 ] {c71fd10a-8e58-495d-a932-afd46273881a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14415 | 2025.01.16 19:57:57.448790 [ 260 ] {c71fd10a-8e58-495d-a932-afd46273881a} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 14416 | 2025.01.16 19:57:57.449053 [ 260 ] {c71fd10a-8e58-495d-a932-afd46273881a} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14417 | 2025.01.16 19:57:57.449268 [ 55 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 14418 | 2025.01.16 19:57:57.449296 [ 260 ] {c71fd10a-8e58-495d-a932-afd46273881a} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.001978 sec., 68756.31951466127 rows/sec., 5.93 MiB/sec. | ||
| 14419 | 2025.01.16 19:57:57.449361 [ 55 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14420 | 2025.01.16 19:57:57.449429 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14421 | 2025.01.16 19:57:57.449459 [ 260 ] {c71fd10a-8e58-495d-a932-afd46273881a} <Debug> TCPHandler: Processed in 0.002412803 sec. | ||
| 14422 | 2025.01.16 19:57:57.449684 [ 197 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 14423 | 2025.01.16 19:57:57.449734 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14424 | 2025.01.16 19:57:57.449851 [ 197 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14425 | 2025.01.16 19:57:57.449894 [ 197 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1434 rows starting from the beginning of the part | ||
| 14426 | 2025.01.16 19:57:57.449929 [ 262 ] {7ed42246-0b5d-4953-807b-15f4f04e5633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14427 | 2025.01.16 19:57:57.450056 [ 197 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 136 rows starting from the beginning of the part | ||
| 14428 | 2025.01.16 19:57:57.450087 [ 262 ] {7ed42246-0b5d-4953-807b-15f4f04e5633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14429 | 2025.01.16 19:57:57.450477 [ 197 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 203 rows starting from the beginning of the part | ||
| 14430 | 2025.01.16 19:57:57.450777 [ 197 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 136 rows starting from the beginning of the part | ||
| 14431 | 2025.01.16 19:57:57.451047 [ 197 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 203 rows starting from the beginning of the part | ||
| 14432 | 2025.01.16 19:57:57.451382 [ 197 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 136 rows starting from the beginning of the part | ||
| 14433 | 2025.01.16 19:57:57.452437 [ 262 ] {7ed42246-0b5d-4953-807b-15f4f04e5633} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14434 | 2025.01.16 19:57:57.452489 [ 262 ] {7ed42246-0b5d-4953-807b-15f4f04e5633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14435 | 2025.01.16 19:57:57.453096 [ 262 ] {7ed42246-0b5d-4953-807b-15f4f04e5633} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 14436 | 2025.01.16 19:57:57.453394 [ 262 ] {7ed42246-0b5d-4953-807b-15f4f04e5633} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14437 | 2025.01.16 19:57:57.453572 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2248 rows, containing 5 columns (5 merged, 0 gathered) in 0.004032931 sec., 557410.974797238 rows/sec., 49.35 MiB/sec. | ||
| 14438 | 2025.01.16 19:57:57.453760 [ 262 ] {7ed42246-0b5d-4953-807b-15f4f04e5633} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.00389 sec., 10282.776349614396 rows/sec., 773.22 KiB/sec. | ||
| 14439 | 2025.01.16 19:57:57.453828 [ 262 ] {7ed42246-0b5d-4953-807b-15f4f04e5633} <Debug> TCPHandler: Processed in 0.004247575 sec. | ||
| 14440 | 2025.01.16 19:57:57.453910 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 14441 | 2025.01.16 19:57:57.454037 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14442 | 2025.01.16 19:57:57.454260 [ 260 ] {3c4d05d4-0940-494a-8413-30c66acf87a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14443 | 2025.01.16 19:57:57.454355 [ 260 ] {3c4d05d4-0940-494a-8413-30c66acf87a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14444 | 2025.01.16 19:57:57.454381 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_121_24} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14445 | 2025.01.16 19:57:57.454616 [ 193 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_121_24} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 14446 | 2025.01.16 19:57:57.454785 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 14447 | 2025.01.16 19:57:57.455308 [ 260 ] {3c4d05d4-0940-494a-8413-30c66acf87a6} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14448 | 2025.01.16 19:57:57.455358 [ 260 ] {3c4d05d4-0940-494a-8413-30c66acf87a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14449 | 2025.01.16 19:57:57.455753 [ 260 ] {3c4d05d4-0940-494a-8413-30c66acf87a6} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 14450 | 2025.01.16 19:57:57.456008 [ 260 ] {3c4d05d4-0940-494a-8413-30c66acf87a6} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14451 | 2025.01.16 19:57:57.456215 [ 55 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 14452 | 2025.01.16 19:57:57.456242 [ 260 ] {3c4d05d4-0940-494a-8413-30c66acf87a6} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.002046 sec., 50830.88954056696 rows/sec., 3.97 MiB/sec. | ||
| 14453 | 2025.01.16 19:57:57.456298 [ 55 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14454 | 2025.01.16 19:57:57.456378 [ 260 ] {3c4d05d4-0940-494a-8413-30c66acf87a6} <Debug> TCPHandler: Processed in 0.002439173 sec. | ||
| 14455 | 2025.01.16 19:57:57.456392 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14456 | 2025.01.16 19:57:57.456581 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14457 | 2025.01.16 19:57:57.456591 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 14458 | 2025.01.16 19:57:57.456748 [ 262 ] {ce0cc5d6-4bb5-41fa-a036-cbd014775f67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14459 | 2025.01.16 19:57:57.456761 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14460 | 2025.01.16 19:57:57.456801 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 914 rows starting from the beginning of the part | ||
| 14461 | 2025.01.16 19:57:57.456817 [ 262 ] {ce0cc5d6-4bb5-41fa-a036-cbd014775f67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14462 | 2025.01.16 19:57:57.457041 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 104 rows starting from the beginning of the part | ||
| 14463 | 2025.01.16 19:57:57.457407 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 382 rows starting from the beginning of the part | ||
| 14464 | 2025.01.16 19:57:57.457759 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 104 rows starting from the beginning of the part | ||
| 14465 | 2025.01.16 19:57:57.458045 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 382 rows starting from the beginning of the part | ||
| 14466 | 2025.01.16 19:57:57.458354 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 104 rows starting from the beginning of the part | ||
| 14467 | 2025.01.16 19:57:57.459101 [ 262 ] {ce0cc5d6-4bb5-41fa-a036-cbd014775f67} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14468 | 2025.01.16 19:57:57.459145 [ 262 ] {ce0cc5d6-4bb5-41fa-a036-cbd014775f67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14469 | 2025.01.16 19:57:57.459753 [ 262 ] {ce0cc5d6-4bb5-41fa-a036-cbd014775f67} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 14470 | 2025.01.16 19:57:57.460018 [ 262 ] {ce0cc5d6-4bb5-41fa-a036-cbd014775f67} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14471 | 2025.01.16 19:57:57.460406 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1990 rows, containing 5 columns (5 merged, 0 gathered) in 0.003884878 sec., 512242.5980944575 rows/sec., 39.26 MiB/sec. | ||
| 14472 | 2025.01.16 19:57:57.460452 [ 262 ] {ce0cc5d6-4bb5-41fa-a036-cbd014775f67} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003744 sec., 42735.042735042734 rows/sec., 2.98 MiB/sec. | ||
| 14473 | 2025.01.16 19:57:57.460538 [ 262 ] {ce0cc5d6-4bb5-41fa-a036-cbd014775f67} <Debug> TCPHandler: Processed in 0.004048201 sec. | ||
| 14474 | 2025.01.16 19:57:57.460605 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 14475 | 2025.01.16 19:57:57.460861 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14476 | 2025.01.16 19:57:57.461368 [ 260 ] {46cce06b-4a83-44c3-8d9d-d83b2dba2c69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14477 | 2025.01.16 19:57:57.461551 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_121_24} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14478 | 2025.01.16 19:57:57.461832 [ 260 ] {46cce06b-4a83-44c3-8d9d-d83b2dba2c69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14479 | 2025.01.16 19:57:57.461976 [ 197 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_121_24} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 14480 | 2025.01.16 19:57:57.462289 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 14481 | 2025.01.16 19:57:57.463825 [ 260 ] {46cce06b-4a83-44c3-8d9d-d83b2dba2c69} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14482 | 2025.01.16 19:57:57.463869 [ 260 ] {46cce06b-4a83-44c3-8d9d-d83b2dba2c69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14483 | 2025.01.16 19:57:57.464583 [ 260 ] {46cce06b-4a83-44c3-8d9d-d83b2dba2c69} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 14484 | 2025.01.16 19:57:57.464847 [ 260 ] {46cce06b-4a83-44c3-8d9d-d83b2dba2c69} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14485 | 2025.01.16 19:57:57.465094 [ 260 ] {46cce06b-4a83-44c3-8d9d-d83b2dba2c69} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003902 sec., 10251.153254741159 rows/sec., 18.37 MiB/sec. | ||
| 14486 | 2025.01.16 19:57:57.465217 [ 260 ] {46cce06b-4a83-44c3-8d9d-d83b2dba2c69} <Debug> TCPHandler: Processed in 0.00457905 sec. | ||
| 14487 | 2025.01.16 19:57:57.465381 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14488 | 2025.01.16 19:57:57.465524 [ 262 ] {d4d414d5-3dfd-4f74-a690-f82605c99314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14489 | 2025.01.16 19:57:57.465585 [ 262 ] {d4d414d5-3dfd-4f74-a690-f82605c99314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14490 | 2025.01.16 19:57:57.466169 [ 262 ] {d4d414d5-3dfd-4f74-a690-f82605c99314} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14491 | 2025.01.16 19:57:57.466216 [ 262 ] {d4d414d5-3dfd-4f74-a690-f82605c99314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14492 | 2025.01.16 19:57:57.466653 [ 262 ] {d4d414d5-3dfd-4f74-a690-f82605c99314} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 14493 | 2025.01.16 19:57:57.466892 [ 262 ] {d4d414d5-3dfd-4f74-a690-f82605c99314} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14494 | 2025.01.16 19:57:57.467051 [ 57 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 14495 | 2025.01.16 19:57:57.467073 [ 262 ] {d4d414d5-3dfd-4f74-a690-f82605c99314} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001582 sec., 37926.67509481669 rows/sec., 2.56 MiB/sec. | ||
| 14496 | 2025.01.16 19:57:57.467097 [ 57 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14497 | 2025.01.16 19:57:57.467140 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14498 | 2025.01.16 19:57:57.467146 [ 262 ] {d4d414d5-3dfd-4f74-a690-f82605c99314} <Debug> TCPHandler: Processed in 0.001835772 sec. | ||
| 14499 | 2025.01.16 19:57:57.467345 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 14500 | 2025.01.16 19:57:57.467519 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14501 | 2025.01.16 19:57:57.467564 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 6864 rows starting from the beginning of the part | ||
| 14502 | 2025.01.16 19:57:57.467687 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part | ||
| 14503 | 2025.01.16 19:57:57.467875 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 82 rows starting from the beginning of the part | ||
| 14504 | 2025.01.16 19:57:57.468108 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 60 rows starting from the beginning of the part | ||
| 14505 | 2025.01.16 19:57:57.468219 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 82 rows starting from the beginning of the part | ||
| 14506 | 2025.01.16 19:57:57.468397 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part | ||
| 14507 | 2025.01.16 19:57:57.470585 [ 192 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7208 rows, containing 4 columns (4 merged, 0 gathered) in 0.003336479 sec., 2160361.267072264 rows/sec., 140.95 MiB/sec. | ||
| 14508 | 2025.01.16 19:57:57.471126 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 14509 | 2025.01.16 19:57:57.471534 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_121_24} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14510 | 2025.01.16 19:57:57.471638 [ 191 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_121_24} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 14511 | 2025.01.16 19:57:57.471741 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. | ||
| 14512 | 2025.01.16 19:57:58.276481 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 543 | ||
| 14513 | 2025.01.16 19:57:58.299074 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14514 | 2025.01.16 19:57:58.299140 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14515 | 2025.01.16 19:57:58.306478 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 14516 | 2025.01.16 19:57:58.308409 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14517 | 2025.01.16 19:57:58.312958 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543 | ||
| 14518 | 2025.01.16 19:58:00.722283 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14519 | 2025.01.16 19:58:00.722498 [ 260 ] {b10c45fb-64d2-488b-93c6-53bb4aad9625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14520 | 2025.01.16 19:58:00.722581 [ 260 ] {b10c45fb-64d2-488b-93c6-53bb4aad9625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14521 | 2025.01.16 19:58:00.723348 [ 260 ] {b10c45fb-64d2-488b-93c6-53bb4aad9625} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14522 | 2025.01.16 19:58:00.723403 [ 260 ] {b10c45fb-64d2-488b-93c6-53bb4aad9625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14523 | 2025.01.16 19:58:00.723854 [ 260 ] {b10c45fb-64d2-488b-93c6-53bb4aad9625} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14524 | 2025.01.16 19:58:00.724132 [ 260 ] {b10c45fb-64d2-488b-93c6-53bb4aad9625} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14525 | 2025.01.16 19:58:00.724383 [ 260 ] {b10c45fb-64d2-488b-93c6-53bb4aad9625} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001946 sec., 7194.244604316546 rows/sec., 517.89 KiB/sec. | ||
| 14526 | 2025.01.16 19:58:00.724452 [ 260 ] {b10c45fb-64d2-488b-93c6-53bb4aad9625} <Debug> TCPHandler: Processed in 0.002316621 sec. | ||
| 14527 | 2025.01.16 19:58:00.724727 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14528 | 2025.01.16 19:58:00.724915 [ 262 ] {a2c867cd-8206-4fa9-b2b5-a699112ffd8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14529 | 2025.01.16 19:58:00.724990 [ 262 ] {a2c867cd-8206-4fa9-b2b5-a699112ffd8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14530 | 2025.01.16 19:58:00.725730 [ 262 ] {a2c867cd-8206-4fa9-b2b5-a699112ffd8f} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14531 | 2025.01.16 19:58:00.725776 [ 262 ] {a2c867cd-8206-4fa9-b2b5-a699112ffd8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14532 | 2025.01.16 19:58:00.726196 [ 262 ] {a2c867cd-8206-4fa9-b2b5-a699112ffd8f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 14533 | 2025.01.16 19:58:00.726465 [ 262 ] {a2c867cd-8206-4fa9-b2b5-a699112ffd8f} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14534 | 2025.01.16 19:58:00.726704 [ 262 ] {a2c867cd-8206-4fa9-b2b5-a699112ffd8f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001842 sec., 1085.7763300760043 rows/sec., 88.54 KiB/sec. | ||
| 14535 | 2025.01.16 19:58:00.726760 [ 262 ] {a2c867cd-8206-4fa9-b2b5-a699112ffd8f} <Debug> TCPHandler: Processed in 0.002181058 sec. | ||
| 14536 | 2025.01.16 19:58:00.726922 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14537 | 2025.01.16 19:58:00.727077 [ 260 ] {410399e0-e205-4cfd-ae2f-fa975c43c4c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14538 | 2025.01.16 19:58:00.727143 [ 260 ] {410399e0-e205-4cfd-ae2f-fa975c43c4c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14539 | 2025.01.16 19:58:00.728540 [ 260 ] {410399e0-e205-4cfd-ae2f-fa975c43c4c8} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14540 | 2025.01.16 19:58:00.728583 [ 260 ] {410399e0-e205-4cfd-ae2f-fa975c43c4c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14541 | 2025.01.16 19:58:00.729058 [ 260 ] {410399e0-e205-4cfd-ae2f-fa975c43c4c8} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 14542 | 2025.01.16 19:58:00.729315 [ 260 ] {410399e0-e205-4cfd-ae2f-fa975c43c4c8} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14543 | 2025.01.16 19:58:00.729565 [ 260 ] {410399e0-e205-4cfd-ae2f-fa975c43c4c8} <Debug> executeQuery: Read 1344 rows, 114.63 KiB in 0.002522 sec., 532910.3885804916 rows/sec., 44.39 MiB/sec. | ||
| 14544 | 2025.01.16 19:58:00.729668 [ 260 ] {410399e0-e205-4cfd-ae2f-fa975c43c4c8} <Debug> TCPHandler: Processed in 0.002816259 sec. | ||
| 14545 | 2025.01.16 19:58:00.729828 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14546 | 2025.01.16 19:58:00.729999 [ 262 ] {03a3dae0-b328-48fd-8389-4806094fc453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14547 | 2025.01.16 19:58:00.730062 [ 262 ] {03a3dae0-b328-48fd-8389-4806094fc453} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14548 | 2025.01.16 19:58:00.730662 [ 262 ] {03a3dae0-b328-48fd-8389-4806094fc453} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14549 | 2025.01.16 19:58:00.730701 [ 262 ] {03a3dae0-b328-48fd-8389-4806094fc453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14550 | 2025.01.16 19:58:00.731060 [ 262 ] {03a3dae0-b328-48fd-8389-4806094fc453} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 14551 | 2025.01.16 19:58:00.731298 [ 262 ] {03a3dae0-b328-48fd-8389-4806094fc453} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14552 | 2025.01.16 19:58:00.731533 [ 262 ] {03a3dae0-b328-48fd-8389-4806094fc453} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.001579 sec., 5699.810006333122 rows/sec., 377.27 KiB/sec. | ||
| 14553 | 2025.01.16 19:58:00.731631 [ 262 ] {03a3dae0-b328-48fd-8389-4806094fc453} <Debug> TCPHandler: Processed in 0.001868973 sec. | ||
| 14554 | 2025.01.16 19:58:00.731855 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14555 | 2025.01.16 19:58:00.732027 [ 260 ] {59cca3d0-3a53-496f-983d-3a32e320aba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14556 | 2025.01.16 19:58:00.732082 [ 260 ] {59cca3d0-3a53-496f-983d-3a32e320aba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14557 | 2025.01.16 19:58:00.732806 [ 260 ] {59cca3d0-3a53-496f-983d-3a32e320aba5} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14558 | 2025.01.16 19:58:00.732849 [ 260 ] {59cca3d0-3a53-496f-983d-3a32e320aba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14559 | 2025.01.16 19:58:00.733248 [ 260 ] {59cca3d0-3a53-496f-983d-3a32e320aba5} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 14560 | 2025.01.16 19:58:00.733499 [ 260 ] {59cca3d0-3a53-496f-983d-3a32e320aba5} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14561 | 2025.01.16 19:58:00.733677 [ 56 ] {} <Debug> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d) (MergerMutator): Selected 6 parts from all_1_47_10 to all_52_52_0 | ||
| 14562 | 2025.01.16 19:58:00.733747 [ 260 ] {59cca3d0-3a53-496f-983d-3a32e320aba5} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001745 sec., 138681.94842406877 rows/sec., 9.40 MiB/sec. | ||
| 14563 | 2025.01.16 19:58:00.733759 [ 56 ] {} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14564 | 2025.01.16 19:58:00.733830 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14565 | 2025.01.16 19:58:00.733884 [ 260 ] {59cca3d0-3a53-496f-983d-3a32e320aba5} <Debug> TCPHandler: Processed in 0.002141747 sec. | ||
| 14566 | 2025.01.16 19:58:00.734237 [ 204 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_52_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_47_10 to all_52_52_0 into Compact with storage Full | ||
| 14567 | 2025.01.16 19:58:00.734260 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14568 | 2025.01.16 19:58:00.734682 [ 204 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_52_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14569 | 2025.01.16 19:58:00.734713 [ 262 ] {5e7a4033-b73e-49f3-a439-ea9f2820f879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14570 | 2025.01.16 19:58:00.734776 [ 204 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 243 rows starting from the beginning of the part | ||
| 14571 | 2025.01.16 19:58:00.734828 [ 262 ] {5e7a4033-b73e-49f3-a439-ea9f2820f879} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14572 | 2025.01.16 19:58:00.735225 [ 204 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 14573 | 2025.01.16 19:58:00.735506 [ 204 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 242 rows starting from the beginning of the part | ||
| 14574 | 2025.01.16 19:58:00.735999 [ 204 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
| 14575 | 2025.01.16 19:58:00.736447 [ 204 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part | ||
| 14576 | 2025.01.16 19:58:00.736854 [ 204 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_52_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 242 rows starting from the beginning of the part | ||
| 14577 | 2025.01.16 19:58:00.738498 [ 262 ] {5e7a4033-b73e-49f3-a439-ea9f2820f879} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14578 | 2025.01.16 19:58:00.738581 [ 262 ] {5e7a4033-b73e-49f3-a439-ea9f2820f879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14579 | 2025.01.16 19:58:00.739565 [ 204 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_52_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.005629919 sec., 136591.66321931098 rows/sec., 9.78 MiB/sec. | ||
| 14580 | 2025.01.16 19:58:00.739577 [ 262 ] {5e7a4033-b73e-49f3-a439-ea9f2820f879} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14581 | 2025.01.16 19:58:00.739748 [ 204 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_52_11} <Trace> MergedBlockOutputStream: filled checksums all_1_52_11 (state Temporary) | ||
| 14582 | 2025.01.16 19:58:00.740082 [ 262 ] {5e7a4033-b73e-49f3-a439-ea9f2820f879} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14583 | 2025.01.16 19:58:00.740341 [ 204 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_52_11} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_merge_all_1_52_11 to all_1_52_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14584 | 2025.01.16 19:58:00.740541 [ 204 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_52_11} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d) (MergerMutator): Merged 6 parts: [all_1_47_10, all_52_52_0] -> all_1_52_11 | ||
| 14585 | 2025.01.16 19:58:00.740541 [ 262 ] {5e7a4033-b73e-49f3-a439-ea9f2820f879} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005919 sec., 2196.3169454299714 rows/sec., 136.94 KiB/sec. | ||
| 14586 | 2025.01.16 19:58:00.740782 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 14587 | 2025.01.16 19:58:00.740801 [ 262 ] {5e7a4033-b73e-49f3-a439-ea9f2820f879} <Debug> TCPHandler: Processed in 0.006741319 sec. | ||
| 14588 | 2025.01.16 19:58:00.741004 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14589 | 2025.01.16 19:58:00.741159 [ 260 ] {289d21be-1276-425f-87ab-9371b7014eed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14590 | 2025.01.16 19:58:00.741220 [ 260 ] {289d21be-1276-425f-87ab-9371b7014eed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14591 | 2025.01.16 19:58:00.742410 [ 260 ] {289d21be-1276-425f-87ab-9371b7014eed} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14592 | 2025.01.16 19:58:00.742454 [ 260 ] {289d21be-1276-425f-87ab-9371b7014eed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14593 | 2025.01.16 19:58:00.742879 [ 260 ] {289d21be-1276-425f-87ab-9371b7014eed} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 14594 | 2025.01.16 19:58:00.743134 [ 260 ] {289d21be-1276-425f-87ab-9371b7014eed} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14595 | 2025.01.16 19:58:00.743369 [ 260 ] {289d21be-1276-425f-87ab-9371b7014eed} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.002242 sec., 374665.47725245316 rows/sec., 27.06 MiB/sec. | ||
| 14596 | 2025.01.16 19:58:00.743440 [ 260 ] {289d21be-1276-425f-87ab-9371b7014eed} <Debug> TCPHandler: Processed in 0.002504964 sec. | ||
| 14597 | 2025.01.16 19:58:00.743610 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14598 | 2025.01.16 19:58:00.743807 [ 262 ] {5fcd1cd4-53da-4630-8d2a-bc16b46c8eb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14599 | 2025.01.16 19:58:00.743883 [ 262 ] {5fcd1cd4-53da-4630-8d2a-bc16b46c8eb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14600 | 2025.01.16 19:58:00.744386 [ 262 ] {5fcd1cd4-53da-4630-8d2a-bc16b46c8eb4} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14601 | 2025.01.16 19:58:00.744426 [ 262 ] {5fcd1cd4-53da-4630-8d2a-bc16b46c8eb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14602 | 2025.01.16 19:58:00.744814 [ 262 ] {5fcd1cd4-53da-4630-8d2a-bc16b46c8eb4} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14603 | 2025.01.16 19:58:00.745067 [ 262 ] {5fcd1cd4-53da-4630-8d2a-bc16b46c8eb4} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14604 | 2025.01.16 19:58:00.745303 [ 262 ] {5fcd1cd4-53da-4630-8d2a-bc16b46c8eb4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001549 sec., 3873.4667527437055 rows/sec., 202.37 KiB/sec. | ||
| 14605 | 2025.01.16 19:58:00.745355 [ 262 ] {5fcd1cd4-53da-4630-8d2a-bc16b46c8eb4} <Debug> TCPHandler: Processed in 0.001818251 sec. | ||
| 14606 | 2025.01.16 19:58:00.745521 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14607 | 2025.01.16 19:58:00.745641 [ 260 ] {6e193b1d-2ce0-40d5-8fe0-929eee631ede} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14608 | 2025.01.16 19:58:00.745697 [ 260 ] {6e193b1d-2ce0-40d5-8fe0-929eee631ede} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14609 | 2025.01.16 19:58:00.746570 [ 260 ] {6e193b1d-2ce0-40d5-8fe0-929eee631ede} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14610 | 2025.01.16 19:58:00.746610 [ 260 ] {6e193b1d-2ce0-40d5-8fe0-929eee631ede} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14611 | 2025.01.16 19:58:00.747069 [ 260 ] {6e193b1d-2ce0-40d5-8fe0-929eee631ede} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 14612 | 2025.01.16 19:58:00.747319 [ 260 ] {6e193b1d-2ce0-40d5-8fe0-929eee631ede} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14613 | 2025.01.16 19:58:00.747537 [ 260 ] {6e193b1d-2ce0-40d5-8fe0-929eee631ede} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.00192 sec., 482291.6666666666 rows/sec., 32.18 MiB/sec. | ||
| 14614 | 2025.01.16 19:58:00.747595 [ 260 ] {6e193b1d-2ce0-40d5-8fe0-929eee631ede} <Debug> TCPHandler: Processed in 0.002134458 sec. | ||
| 14615 | 2025.01.16 19:58:00.747751 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14616 | 2025.01.16 19:58:00.747893 [ 262 ] {1be94d5d-6f26-4ff2-8cd4-55b360e27f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14617 | 2025.01.16 19:58:00.747954 [ 262 ] {1be94d5d-6f26-4ff2-8cd4-55b360e27f6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14618 | 2025.01.16 19:58:00.748524 [ 262 ] {1be94d5d-6f26-4ff2-8cd4-55b360e27f6c} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14619 | 2025.01.16 19:58:00.748572 [ 262 ] {1be94d5d-6f26-4ff2-8cd4-55b360e27f6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14620 | 2025.01.16 19:58:00.748959 [ 262 ] {1be94d5d-6f26-4ff2-8cd4-55b360e27f6c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 14621 | 2025.01.16 19:58:00.749220 [ 262 ] {1be94d5d-6f26-4ff2-8cd4-55b360e27f6c} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14622 | 2025.01.16 19:58:00.749419 [ 262 ] {1be94d5d-6f26-4ff2-8cd4-55b360e27f6c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001556 sec., 642.6735218508998 rows/sec., 43.31 KiB/sec. | ||
| 14623 | 2025.01.16 19:58:00.749485 [ 262 ] {1be94d5d-6f26-4ff2-8cd4-55b360e27f6c} <Debug> TCPHandler: Processed in 0.001799721 sec. | ||
| 14624 | 2025.01.16 19:58:00.749711 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14625 | 2025.01.16 19:58:00.749867 [ 260 ] {562d26f0-0a65-45c1-85d9-147b37392dd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14626 | 2025.01.16 19:58:00.749919 [ 260 ] {562d26f0-0a65-45c1-85d9-147b37392dd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14627 | 2025.01.16 19:58:00.750444 [ 260 ] {562d26f0-0a65-45c1-85d9-147b37392dd3} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14628 | 2025.01.16 19:58:00.750483 [ 260 ] {562d26f0-0a65-45c1-85d9-147b37392dd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14629 | 2025.01.16 19:58:00.750865 [ 260 ] {562d26f0-0a65-45c1-85d9-147b37392dd3} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 14630 | 2025.01.16 19:58:00.751106 [ 260 ] {562d26f0-0a65-45c1-85d9-147b37392dd3} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14631 | 2025.01.16 19:58:00.751342 [ 260 ] {562d26f0-0a65-45c1-85d9-147b37392dd3} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001497 sec., 46760.18704074816 rows/sec., 2.94 MiB/sec. | ||
| 14632 | 2025.01.16 19:58:00.751432 [ 260 ] {562d26f0-0a65-45c1-85d9-147b37392dd3} <Debug> TCPHandler: Processed in 0.001851652 sec. | ||
| 14633 | 2025.01.16 19:58:02.440492 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14634 | 2025.01.16 19:58:02.440748 [ 260 ] {41955b7a-3160-4d58-b320-68f1a90944e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14635 | 2025.01.16 19:58:02.440840 [ 260 ] {41955b7a-3160-4d58-b320-68f1a90944e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14636 | 2025.01.16 19:58:02.441880 [ 260 ] {41955b7a-3160-4d58-b320-68f1a90944e9} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14637 | 2025.01.16 19:58:02.441943 [ 260 ] {41955b7a-3160-4d58-b320-68f1a90944e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14638 | 2025.01.16 19:58:02.442560 [ 260 ] {41955b7a-3160-4d58-b320-68f1a90944e9} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 14639 | 2025.01.16 19:58:02.442923 [ 260 ] {41955b7a-3160-4d58-b320-68f1a90944e9} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14640 | 2025.01.16 19:58:02.443205 [ 260 ] {41955b7a-3160-4d58-b320-68f1a90944e9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002524 sec., 22187.00475435816 rows/sec., 1.70 MiB/sec. | ||
| 14641 | 2025.01.16 19:58:02.443282 [ 260 ] {41955b7a-3160-4d58-b320-68f1a90944e9} <Debug> TCPHandler: Processed in 0.003024964 sec. | ||
| 14642 | 2025.01.16 19:58:02.443688 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14643 | 2025.01.16 19:58:02.443962 [ 262 ] {077dc1a4-7955-4968-9345-d2ccfb9560f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14644 | 2025.01.16 19:58:02.444071 [ 262 ] {077dc1a4-7955-4968-9345-d2ccfb9560f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14645 | 2025.01.16 19:58:02.445766 [ 262 ] {077dc1a4-7955-4968-9345-d2ccfb9560f9} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14646 | 2025.01.16 19:58:02.445843 [ 262 ] {077dc1a4-7955-4968-9345-d2ccfb9560f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14647 | 2025.01.16 19:58:02.446403 [ 262 ] {077dc1a4-7955-4968-9345-d2ccfb9560f9} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 14648 | 2025.01.16 19:58:02.446724 [ 262 ] {077dc1a4-7955-4968-9345-d2ccfb9560f9} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14649 | 2025.01.16 19:58:02.447031 [ 262 ] {077dc1a4-7955-4968-9345-d2ccfb9560f9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003134 sec., 20421.186981493298 rows/sec., 1.59 MiB/sec. | ||
| 14650 | 2025.01.16 19:58:02.447142 [ 223 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14651 | 2025.01.16 19:58:02.447153 [ 262 ] {077dc1a4-7955-4968-9345-d2ccfb9560f9} <Debug> TCPHandler: Processed in 0.003693425 sec. | ||
| 14652 | 2025.01.16 19:58:02.447250 [ 223 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14653 | 2025.01.16 19:58:02.447470 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14654 | 2025.01.16 19:58:02.447674 [ 260 ] {0a56b5c2-6c8a-40d8-b6b5-d4df93b0a036} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14655 | 2025.01.16 19:58:02.447775 [ 260 ] {0a56b5c2-6c8a-40d8-b6b5-d4df93b0a036} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14656 | 2025.01.16 19:58:02.451109 [ 260 ] {0a56b5c2-6c8a-40d8-b6b5-d4df93b0a036} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14657 | 2025.01.16 19:58:02.451159 [ 260 ] {0a56b5c2-6c8a-40d8-b6b5-d4df93b0a036} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14658 | 2025.01.16 19:58:02.451955 [ 260 ] {0a56b5c2-6c8a-40d8-b6b5-d4df93b0a036} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 14659 | 2025.01.16 19:58:02.452393 [ 260 ] {0a56b5c2-6c8a-40d8-b6b5-d4df93b0a036} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14660 | 2025.01.16 19:58:02.452734 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 5 parts from all_1_118_24 to all_122_122_0 | ||
| 14661 | 2025.01.16 19:58:02.452828 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14662 | 2025.01.16 19:58:02.452842 [ 260 ] {0a56b5c2-6c8a-40d8-b6b5-d4df93b0a036} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.005191 sec., 6164.515507609323 rows/sec., 439.65 KiB/sec. | ||
| 14663 | 2025.01.16 19:58:02.452870 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14664 | 2025.01.16 19:58:02.453157 [ 260 ] {0a56b5c2-6c8a-40d8-b6b5-d4df93b0a036} <Debug> TCPHandler: Processed in 0.005772771 sec. | ||
| 14665 | 2025.01.16 19:58:02.453458 [ 192 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_122_25} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_118_24 to all_122_122_0 into Compact with storage Full | ||
| 14666 | 2025.01.16 19:58:02.453490 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14667 | 2025.01.16 19:58:02.453875 [ 262 ] {d2ca5fb0-0649-47f6-89b8-3035f49af510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14668 | 2025.01.16 19:58:02.454006 [ 262 ] {d2ca5fb0-0649-47f6-89b8-3035f49af510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14669 | 2025.01.16 19:58:02.454039 [ 192 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_122_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14670 | 2025.01.16 19:58:02.454217 [ 192 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_118_24, total 32455 rows starting from the beginning of the part | ||
| 14671 | 2025.01.16 19:58:02.454935 [ 192 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 160 rows starting from the beginning of the part | ||
| 14672 | 2025.01.16 19:58:02.455069 [ 223 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14673 | 2025.01.16 19:58:02.455453 [ 192 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 237 rows starting from the beginning of the part | ||
| 14674 | 2025.01.16 19:58:02.456145 [ 192 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part | ||
| 14675 | 2025.01.16 19:58:02.456710 [ 192 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_122_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 926 rows starting from the beginning of the part | ||
| 14676 | 2025.01.16 19:58:02.456909 [ 262 ] {d2ca5fb0-0649-47f6-89b8-3035f49af510} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14677 | 2025.01.16 19:58:02.457039 [ 262 ] {d2ca5fb0-0649-47f6-89b8-3035f49af510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14678 | 2025.01.16 19:58:02.458755 [ 262 ] {d2ca5fb0-0649-47f6-89b8-3035f49af510} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 14679 | 2025.01.16 19:58:02.459315 [ 262 ] {d2ca5fb0-0649-47f6-89b8-3035f49af510} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14680 | 2025.01.16 19:58:02.459655 [ 262 ] {d2ca5fb0-0649-47f6-89b8-3035f49af510} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.005917 sec., 2028.0547574784518 rows/sec., 139.96 KiB/sec. | ||
| 14681 | 2025.01.16 19:58:02.459747 [ 262 ] {d2ca5fb0-0649-47f6-89b8-3035f49af510} <Debug> TCPHandler: Processed in 0.006403212 sec. | ||
| 14682 | 2025.01.16 19:58:02.466191 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_122_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33938 rows, containing 5 columns (5 merged, 0 gathered) in 0.01313806 sec., 2583181.9918618123 rows/sec., 174.52 MiB/sec. | ||
| 14683 | 2025.01.16 19:58:02.466637 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_122_25} <Trace> MergedBlockOutputStream: filled checksums all_1_122_25 (state Temporary) | ||
| 14684 | 2025.01.16 19:58:02.467154 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_122_25} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_122_25 to all_1_122_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14685 | 2025.01.16 19:58:02.467286 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_122_25} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 5 parts: [all_1_118_24, all_122_122_0] -> all_1_122_25 | ||
| 14686 | 2025.01.16 19:58:02.467440 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 14687 | 2025.01.16 19:58:02.834274 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14688 | 2025.01.16 19:58:02.834350 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14689 | 2025.01.16 19:58:02.836891 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14690 | 2025.01.16 19:58:03.370375 [ 220 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14691 | 2025.01.16 19:58:03.370439 [ 220 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14692 | 2025.01.16 19:58:03.372638 [ 220 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14693 | 2025.01.16 19:58:03.388109 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33489 | ||
| 14694 | 2025.01.16 19:58:03.388889 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14695 | 2025.01.16 19:58:03.388943 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14696 | 2025.01.16 19:58:03.389495 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 14697 | 2025.01.16 19:58:03.389768 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14698 | 2025.01.16 19:58:03.390026 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489 | ||
| 14699 | 2025.01.16 19:58:03.602814 [ 221 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14700 | 2025.01.16 19:58:03.602871 [ 221 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14701 | 2025.01.16 19:58:03.604980 [ 221 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14702 | 2025.01.16 19:58:05.672129 [ 222 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14703 | 2025.01.16 19:58:05.672186 [ 222 ] {} <Debug> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14704 | 2025.01.16 19:58:05.674138 [ 222 ] {} <Debug> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14705 | 2025.01.16 19:58:05.813099 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551 | ||
| 14706 | 2025.01.16 19:58:05.835668 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14707 | 2025.01.16 19:58:05.835721 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14708 | 2025.01.16 19:58:05.844197 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 14709 | 2025.01.16 19:58:05.844991 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14710 | 2025.01.16 19:58:05.849707 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551 | ||
| 14711 | 2025.01.16 19:58:06.080499 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 2050 | ||
| 14712 | 2025.01.16 19:58:06.084020 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14713 | 2025.01.16 19:58:06.084071 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14714 | 2025.01.16 19:58:06.085722 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14715 | 2025.01.16 19:58:06.086035 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14716 | 2025.01.16 19:58:06.087399 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2050 | ||
| 14717 | 2025.01.16 19:58:07.447589 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14718 | 2025.01.16 19:58:07.447779 [ 260 ] {9a1207bc-9d39-43d3-80d4-4a7f25d475bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14719 | 2025.01.16 19:58:07.447854 [ 260 ] {9a1207bc-9d39-43d3-80d4-4a7f25d475bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14720 | 2025.01.16 19:58:07.448735 [ 260 ] {9a1207bc-9d39-43d3-80d4-4a7f25d475bc} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14721 | 2025.01.16 19:58:07.448788 [ 260 ] {9a1207bc-9d39-43d3-80d4-4a7f25d475bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14722 | 2025.01.16 19:58:07.449229 [ 260 ] {9a1207bc-9d39-43d3-80d4-4a7f25d475bc} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 14723 | 2025.01.16 19:58:07.449492 [ 260 ] {9a1207bc-9d39-43d3-80d4-4a7f25d475bc} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14724 | 2025.01.16 19:58:07.449729 [ 260 ] {9a1207bc-9d39-43d3-80d4-4a7f25d475bc} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.001994 sec., 68204.61384152457 rows/sec., 5.88 MiB/sec. | ||
| 14725 | 2025.01.16 19:58:07.449855 [ 260 ] {9a1207bc-9d39-43d3-80d4-4a7f25d475bc} <Debug> TCPHandler: Processed in 0.002400572 sec. | ||
| 14726 | 2025.01.16 19:58:07.450127 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14727 | 2025.01.16 19:58:07.450325 [ 262 ] {6a904ff3-5fd7-4ca9-81c1-4b5f4f8574b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14728 | 2025.01.16 19:58:07.450397 [ 262 ] {6a904ff3-5fd7-4ca9-81c1-4b5f4f8574b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14729 | 2025.01.16 19:58:07.451160 [ 262 ] {6a904ff3-5fd7-4ca9-81c1-4b5f4f8574b5} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14730 | 2025.01.16 19:58:07.451201 [ 262 ] {6a904ff3-5fd7-4ca9-81c1-4b5f4f8574b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14731 | 2025.01.16 19:58:07.451648 [ 262 ] {6a904ff3-5fd7-4ca9-81c1-4b5f4f8574b5} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 14732 | 2025.01.16 19:58:07.451897 [ 262 ] {6a904ff3-5fd7-4ca9-81c1-4b5f4f8574b5} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14733 | 2025.01.16 19:58:07.452110 [ 262 ] {6a904ff3-5fd7-4ca9-81c1-4b5f4f8574b5} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001831 sec., 21845.98580010923 rows/sec., 1.60 MiB/sec. | ||
| 14734 | 2025.01.16 19:58:07.452200 [ 262 ] {6a904ff3-5fd7-4ca9-81c1-4b5f4f8574b5} <Debug> TCPHandler: Processed in 0.002214319 sec. | ||
| 14735 | 2025.01.16 19:58:07.452413 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14736 | 2025.01.16 19:58:07.452648 [ 260 ] {724aaf94-198c-4ec2-8adc-f1e17ac8628a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14737 | 2025.01.16 19:58:07.452702 [ 260 ] {724aaf94-198c-4ec2-8adc-f1e17ac8628a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14738 | 2025.01.16 19:58:07.453351 [ 260 ] {724aaf94-198c-4ec2-8adc-f1e17ac8628a} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14739 | 2025.01.16 19:58:07.453393 [ 260 ] {724aaf94-198c-4ec2-8adc-f1e17ac8628a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14740 | 2025.01.16 19:58:07.453775 [ 260 ] {724aaf94-198c-4ec2-8adc-f1e17ac8628a} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 14741 | 2025.01.16 19:58:07.454019 [ 260 ] {724aaf94-198c-4ec2-8adc-f1e17ac8628a} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14742 | 2025.01.16 19:58:07.454251 [ 260 ] {724aaf94-198c-4ec2-8adc-f1e17ac8628a} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001653 sec., 62915.910465819725 rows/sec., 4.91 MiB/sec. | ||
| 14743 | 2025.01.16 19:58:07.454331 [ 260 ] {724aaf94-198c-4ec2-8adc-f1e17ac8628a} <Debug> TCPHandler: Processed in 0.002018625 sec. | ||
| 14744 | 2025.01.16 19:58:07.454534 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14745 | 2025.01.16 19:58:07.454834 [ 262 ] {2b630cf6-800f-492b-8cdc-4786ec7397fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14746 | 2025.01.16 19:58:07.454934 [ 262 ] {2b630cf6-800f-492b-8cdc-4786ec7397fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14747 | 2025.01.16 19:58:07.455546 [ 262 ] {2b630cf6-800f-492b-8cdc-4786ec7397fe} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14748 | 2025.01.16 19:58:07.455585 [ 262 ] {2b630cf6-800f-492b-8cdc-4786ec7397fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14749 | 2025.01.16 19:58:07.455978 [ 262 ] {2b630cf6-800f-492b-8cdc-4786ec7397fe} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 14750 | 2025.01.16 19:58:07.456221 [ 262 ] {2b630cf6-800f-492b-8cdc-4786ec7397fe} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14751 | 2025.01.16 19:58:07.456399 [ 262 ] {2b630cf6-800f-492b-8cdc-4786ec7397fe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001676 sec., 95465.3937947494 rows/sec., 6.65 MiB/sec. | ||
| 14752 | 2025.01.16 19:58:07.456459 [ 262 ] {2b630cf6-800f-492b-8cdc-4786ec7397fe} <Debug> TCPHandler: Processed in 0.002026316 sec. | ||
| 14753 | 2025.01.16 19:58:07.456604 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14754 | 2025.01.16 19:58:07.456722 [ 260 ] {48358bb0-ec6b-43f6-ac3f-b5cc37e60abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14755 | 2025.01.16 19:58:07.456803 [ 260 ] {48358bb0-ec6b-43f6-ac3f-b5cc37e60abb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14756 | 2025.01.16 19:58:07.458041 [ 260 ] {48358bb0-ec6b-43f6-ac3f-b5cc37e60abb} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14757 | 2025.01.16 19:58:07.458081 [ 260 ] {48358bb0-ec6b-43f6-ac3f-b5cc37e60abb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14758 | 2025.01.16 19:58:07.458774 [ 260 ] {48358bb0-ec6b-43f6-ac3f-b5cc37e60abb} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 14759 | 2025.01.16 19:58:07.459065 [ 260 ] {48358bb0-ec6b-43f6-ac3f-b5cc37e60abb} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14760 | 2025.01.16 19:58:07.459359 [ 260 ] {48358bb0-ec6b-43f6-ac3f-b5cc37e60abb} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002653 sec., 15077.271013946476 rows/sec., 27.02 MiB/sec. | ||
| 14761 | 2025.01.16 19:58:07.459853 [ 260 ] {48358bb0-ec6b-43f6-ac3f-b5cc37e60abb} <Debug> TCPHandler: Processed in 0.003300018 sec. | ||
| 14762 | 2025.01.16 19:58:07.460076 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14763 | 2025.01.16 19:58:07.460220 [ 262 ] {1a32c813-d251-4efe-a8a1-6ee11a4ff6b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14764 | 2025.01.16 19:58:07.460272 [ 262 ] {1a32c813-d251-4efe-a8a1-6ee11a4ff6b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14765 | 2025.01.16 19:58:07.460773 [ 262 ] {1a32c813-d251-4efe-a8a1-6ee11a4ff6b5} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14766 | 2025.01.16 19:58:07.460810 [ 262 ] {1a32c813-d251-4efe-a8a1-6ee11a4ff6b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 14767 | 2025.01.16 19:58:07.461179 [ 262 ] {1a32c813-d251-4efe-a8a1-6ee11a4ff6b5} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 14768 | 2025.01.16 19:58:07.461418 [ 262 ] {1a32c813-d251-4efe-a8a1-6ee11a4ff6b5} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14769 | 2025.01.16 19:58:07.461614 [ 262 ] {1a32c813-d251-4efe-a8a1-6ee11a4ff6b5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001419 sec., 42283.29809725159 rows/sec., 2.85 MiB/sec. | ||
| 14770 | 2025.01.16 19:58:07.461678 [ 262 ] {1a32c813-d251-4efe-a8a1-6ee11a4ff6b5} <Debug> TCPHandler: Processed in 0.00171512 sec. | ||
| 14771 | 2025.01.16 19:58:10.662568 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14772 | 2025.01.16 19:58:10.662637 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14773 | 2025.01.16 19:58:10.890269 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33916 | ||
| 14774 | 2025.01.16 19:58:10.891275 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14775 | 2025.01.16 19:58:10.891328 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 14776 | 2025.01.16 19:58:10.891978 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14777 | 2025.01.16 19:58:10.892343 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14778 | 2025.01.16 19:58:10.892708 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 | ||
| 14779 | 2025.01.16 19:58:12.449093 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14780 | 2025.01.16 19:58:12.449282 [ 260 ] {f081bbd2-fa61-4a93-a39e-32001f2a2958} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14781 | 2025.01.16 19:58:12.449355 [ 260 ] {f081bbd2-fa61-4a93-a39e-32001f2a2958} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14782 | 2025.01.16 19:58:12.450134 [ 260 ] {f081bbd2-fa61-4a93-a39e-32001f2a2958} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14783 | 2025.01.16 19:58:12.450186 [ 260 ] {f081bbd2-fa61-4a93-a39e-32001f2a2958} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 14784 | 2025.01.16 19:58:12.450620 [ 260 ] {f081bbd2-fa61-4a93-a39e-32001f2a2958} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 14785 | 2025.01.16 19:58:12.450869 [ 260 ] {f081bbd2-fa61-4a93-a39e-32001f2a2958} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14786 | 2025.01.16 19:58:12.451151 [ 260 ] {f081bbd2-fa61-4a93-a39e-32001f2a2958} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001912 sec., 7322.175732217573 rows/sec., 527.10 KiB/sec. | ||
| 14787 | 2025.01.16 19:58:12.451290 [ 260 ] {f081bbd2-fa61-4a93-a39e-32001f2a2958} <Debug> TCPHandler: Processed in 0.002325021 sec. | ||
| 14788 | 2025.01.16 19:58:12.451609 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14789 | 2025.01.16 19:58:12.451805 [ 262 ] {50de11c3-8005-402c-a5d4-369390e70cd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14790 | 2025.01.16 19:58:12.451878 [ 262 ] {50de11c3-8005-402c-a5d4-369390e70cd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14791 | 2025.01.16 19:58:12.452749 [ 262 ] {50de11c3-8005-402c-a5d4-369390e70cd6} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14792 | 2025.01.16 19:58:12.452802 [ 262 ] {50de11c3-8005-402c-a5d4-369390e70cd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 14793 | 2025.01.16 19:58:12.453285 [ 262 ] {50de11c3-8005-402c-a5d4-369390e70cd6} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14794 | 2025.01.16 19:58:12.453546 [ 262 ] {50de11c3-8005-402c-a5d4-369390e70cd6} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14795 | 2025.01.16 19:58:12.453779 [ 262 ] {50de11c3-8005-402c-a5d4-369390e70cd6} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.00203 sec., 100000 rows/sec., 8.66 MiB/sec. | ||
| 14796 | 2025.01.16 19:58:12.453838 [ 262 ] {50de11c3-8005-402c-a5d4-369390e70cd6} <Debug> TCPHandler: Processed in 0.002409143 sec. | ||
| 14797 | 2025.01.16 19:58:12.454010 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14798 | 2025.01.16 19:58:12.454160 [ 260 ] {3f9f1cd0-9a57-4a08-ae98-466f2a97da25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14799 | 2025.01.16 19:58:12.454219 [ 260 ] {3f9f1cd0-9a57-4a08-ae98-466f2a97da25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14800 | 2025.01.16 19:58:12.454916 [ 260 ] {3f9f1cd0-9a57-4a08-ae98-466f2a97da25} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14801 | 2025.01.16 19:58:12.454965 [ 260 ] {3f9f1cd0-9a57-4a08-ae98-466f2a97da25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 14802 | 2025.01.16 19:58:12.455366 [ 260 ] {3f9f1cd0-9a57-4a08-ae98-466f2a97da25} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 14803 | 2025.01.16 19:58:12.455602 [ 260 ] {3f9f1cd0-9a57-4a08-ae98-466f2a97da25} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14804 | 2025.01.16 19:58:12.455816 [ 260 ] {3f9f1cd0-9a57-4a08-ae98-466f2a97da25} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001692 sec., 4137.115839243499 rows/sec., 269.54 KiB/sec. | ||
| 14805 | 2025.01.16 19:58:12.455872 [ 260 ] {3f9f1cd0-9a57-4a08-ae98-466f2a97da25} <Debug> TCPHandler: Processed in 0.001934945 sec. | ||
| 14806 | 2025.01.16 19:58:12.456018 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14807 | 2025.01.16 19:58:12.456135 [ 262 ] {5103328c-0d05-4ac2-b9e3-435f7a3e3409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14808 | 2025.01.16 19:58:12.456186 [ 262 ] {5103328c-0d05-4ac2-b9e3-435f7a3e3409} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14809 | 2025.01.16 19:58:12.456887 [ 262 ] {5103328c-0d05-4ac2-b9e3-435f7a3e3409} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14810 | 2025.01.16 19:58:12.456936 [ 262 ] {5103328c-0d05-4ac2-b9e3-435f7a3e3409} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 14811 | 2025.01.16 19:58:12.457339 [ 262 ] {5103328c-0d05-4ac2-b9e3-435f7a3e3409} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 14812 | 2025.01.16 19:58:12.457581 [ 262 ] {5103328c-0d05-4ac2-b9e3-435f7a3e3409} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14813 | 2025.01.16 19:58:12.457828 [ 262 ] {5103328c-0d05-4ac2-b9e3-435f7a3e3409} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001713 sec., 8172.796263864566 rows/sec., 572.37 KiB/sec. | ||
| 14814 | 2025.01.16 19:58:12.457995 [ 262 ] {5103328c-0d05-4ac2-b9e3-435f7a3e3409} <Debug> TCPHandler: Processed in 0.002031516 sec. | ||
| 14815 | 2025.01.16 19:58:12.458220 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14816 | 2025.01.16 19:58:12.458383 [ 260 ] {fc77629f-8083-446c-a38b-37bbbfdee609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14817 | 2025.01.16 19:58:12.458441 [ 260 ] {fc77629f-8083-446c-a38b-37bbbfdee609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14818 | 2025.01.16 19:58:12.459119 [ 260 ] {fc77629f-8083-446c-a38b-37bbbfdee609} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14819 | 2025.01.16 19:58:12.459167 [ 260 ] {fc77629f-8083-446c-a38b-37bbbfdee609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 14820 | 2025.01.16 19:58:12.459524 [ 260 ] {fc77629f-8083-446c-a38b-37bbbfdee609} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 14821 | 2025.01.16 19:58:12.459771 [ 260 ] {fc77629f-8083-446c-a38b-37bbbfdee609} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14822 | 2025.01.16 19:58:12.460023 [ 260 ] {fc77629f-8083-446c-a38b-37bbbfdee609} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001661 sec., 7826.610475617098 rows/sec., 487.99 KiB/sec. | ||
| 14823 | 2025.01.16 19:58:12.460146 [ 260 ] {fc77629f-8083-446c-a38b-37bbbfdee609} <Debug> TCPHandler: Processed in 0.002048185 sec. | ||
| 14824 | 2025.01.16 19:58:12.460375 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14825 | 2025.01.16 19:58:12.460529 [ 262 ] {a7970b2c-4f8a-4bd4-b395-b146771b0ca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14826 | 2025.01.16 19:58:12.460586 [ 262 ] {a7970b2c-4f8a-4bd4-b395-b146771b0ca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14827 | 2025.01.16 19:58:12.461397 [ 262 ] {a7970b2c-4f8a-4bd4-b395-b146771b0ca2} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14828 | 2025.01.16 19:58:12.461438 [ 262 ] {a7970b2c-4f8a-4bd4-b395-b146771b0ca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 14829 | 2025.01.16 19:58:12.461817 [ 262 ] {a7970b2c-4f8a-4bd4-b395-b146771b0ca2} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14830 | 2025.01.16 19:58:12.462059 [ 262 ] {a7970b2c-4f8a-4bd4-b395-b146771b0ca2} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14831 | 2025.01.16 19:58:12.462283 [ 262 ] {a7970b2c-4f8a-4bd4-b395-b146771b0ca2} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001784 sec., 214125.56053811658 rows/sec., 15.15 MiB/sec. | ||
| 14832 | 2025.01.16 19:58:12.462339 [ 262 ] {a7970b2c-4f8a-4bd4-b395-b146771b0ca2} <Debug> TCPHandler: Processed in 0.002095377 sec. | ||
| 14833 | 2025.01.16 19:58:12.462522 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14834 | 2025.01.16 19:58:12.462845 [ 260 ] {fe8640c5-f354-452c-ba99-c8ae6bb05b86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14835 | 2025.01.16 19:58:12.463000 [ 260 ] {fe8640c5-f354-452c-ba99-c8ae6bb05b86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14836 | 2025.01.16 19:58:12.463579 [ 260 ] {fe8640c5-f354-452c-ba99-c8ae6bb05b86} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14837 | 2025.01.16 19:58:12.463618 [ 260 ] {fe8640c5-f354-452c-ba99-c8ae6bb05b86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 14838 | 2025.01.16 19:58:12.463979 [ 260 ] {fe8640c5-f354-452c-ba99-c8ae6bb05b86} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 14839 | 2025.01.16 19:58:12.464212 [ 260 ] {fe8640c5-f354-452c-ba99-c8ae6bb05b86} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14840 | 2025.01.16 19:58:12.464469 [ 260 ] {fe8640c5-f354-452c-ba99-c8ae6bb05b86} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001731 sec., 3466.204506065858 rows/sec., 181.10 KiB/sec. | ||
| 14841 | 2025.01.16 19:58:12.464621 [ 260 ] {fe8640c5-f354-452c-ba99-c8ae6bb05b86} <Debug> TCPHandler: Processed in 0.002188488 sec. | ||
| 14842 | 2025.01.16 19:58:12.464867 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14843 | 2025.01.16 19:58:12.465014 [ 262 ] {45ab9d4d-ef9a-4617-8cc4-269d2e176a87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14844 | 2025.01.16 19:58:12.465075 [ 262 ] {45ab9d4d-ef9a-4617-8cc4-269d2e176a87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14845 | 2025.01.16 19:58:12.465691 [ 262 ] {45ab9d4d-ef9a-4617-8cc4-269d2e176a87} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14846 | 2025.01.16 19:58:12.465731 [ 262 ] {45ab9d4d-ef9a-4617-8cc4-269d2e176a87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 14847 | 2025.01.16 19:58:12.466127 [ 262 ] {45ab9d4d-ef9a-4617-8cc4-269d2e176a87} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14848 | 2025.01.16 19:58:12.466375 [ 262 ] {45ab9d4d-ef9a-4617-8cc4-269d2e176a87} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14849 | 2025.01.16 19:58:12.466593 [ 262 ] {45ab9d4d-ef9a-4617-8cc4-269d2e176a87} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001609 sec., 147296.45742697327 rows/sec., 9.87 MiB/sec. | ||
| 14850 | 2025.01.16 19:58:12.466645 [ 262 ] {45ab9d4d-ef9a-4617-8cc4-269d2e176a87} <Debug> TCPHandler: Processed in 0.001917663 sec. | ||
| 14851 | 2025.01.16 19:58:12.466780 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14852 | 2025.01.16 19:58:12.466898 [ 260 ] {ca559e68-13da-4904-a291-46abccd11c85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14853 | 2025.01.16 19:58:12.466949 [ 260 ] {ca559e68-13da-4904-a291-46abccd11c85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14854 | 2025.01.16 19:58:12.467405 [ 260 ] {ca559e68-13da-4904-a291-46abccd11c85} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14855 | 2025.01.16 19:58:12.467443 [ 260 ] {ca559e68-13da-4904-a291-46abccd11c85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 14856 | 2025.01.16 19:58:12.467793 [ 260 ] {ca559e68-13da-4904-a291-46abccd11c85} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 14857 | 2025.01.16 19:58:12.468028 [ 260 ] {ca559e68-13da-4904-a291-46abccd11c85} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14858 | 2025.01.16 19:58:12.468233 [ 260 ] {ca559e68-13da-4904-a291-46abccd11c85} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00136 sec., 735.2941176470588 rows/sec., 49.55 KiB/sec. | ||
| 14859 | 2025.01.16 19:58:12.468285 [ 260 ] {ca559e68-13da-4904-a291-46abccd11c85} <Debug> TCPHandler: Processed in 0.001564387 sec. | ||
| 14860 | 2025.01.16 19:58:12.468430 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14861 | 2025.01.16 19:58:12.468570 [ 262 ] {5461cc8c-a1cf-41f3-866d-59d0030ffd6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14862 | 2025.01.16 19:58:12.468630 [ 262 ] {5461cc8c-a1cf-41f3-866d-59d0030ffd6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14863 | 2025.01.16 19:58:12.469190 [ 262 ] {5461cc8c-a1cf-41f3-866d-59d0030ffd6a} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14864 | 2025.01.16 19:58:12.469230 [ 262 ] {5461cc8c-a1cf-41f3-866d-59d0030ffd6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 14865 | 2025.01.16 19:58:12.469594 [ 262 ] {5461cc8c-a1cf-41f3-866d-59d0030ffd6a} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14866 | 2025.01.16 19:58:12.469827 [ 262 ] {5461cc8c-a1cf-41f3-866d-59d0030ffd6a} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14867 | 2025.01.16 19:58:12.470040 [ 262 ] {5461cc8c-a1cf-41f3-866d-59d0030ffd6a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001501 sec., 54630.24650233178 rows/sec., 3.47 MiB/sec. | ||
| 14868 | 2025.01.16 19:58:12.470091 [ 262 ] {5461cc8c-a1cf-41f3-866d-59d0030ffd6a} <Debug> TCPHandler: Processed in 0.001732741 sec. | ||
| 14869 | 2025.01.16 19:58:13.349852 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558 | ||
| 14870 | 2025.01.16 19:58:13.372160 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14871 | 2025.01.16 19:58:13.372226 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 14872 | 2025.01.16 19:58:13.379571 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14873 | 2025.01.16 19:58:13.380354 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14874 | 2025.01.16 19:58:13.383752 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558 | ||
| 14875 | 2025.01.16 19:58:16.087786 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2082 | ||
| 14876 | 2025.01.16 19:58:16.091118 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14877 | 2025.01.16 19:58:16.091171 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 14878 | 2025.01.16 19:58:16.092701 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14879 | 2025.01.16 19:58:16.093017 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14880 | 2025.01.16 19:58:16.093672 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2082 | ||
| 14881 | 2025.01.16 19:58:17.448060 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14882 | 2025.01.16 19:58:17.448274 [ 260 ] {e03a4b86-edad-46bd-9d16-5254749ccb91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14883 | 2025.01.16 19:58:17.448354 [ 260 ] {e03a4b86-edad-46bd-9d16-5254749ccb91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14884 | 2025.01.16 19:58:17.449119 [ 260 ] {e03a4b86-edad-46bd-9d16-5254749ccb91} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14885 | 2025.01.16 19:58:17.449171 [ 260 ] {e03a4b86-edad-46bd-9d16-5254749ccb91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 14886 | 2025.01.16 19:58:17.449590 [ 260 ] {e03a4b86-edad-46bd-9d16-5254749ccb91} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 14887 | 2025.01.16 19:58:17.449852 [ 260 ] {e03a4b86-edad-46bd-9d16-5254749ccb91} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14888 | 2025.01.16 19:58:17.450160 [ 260 ] {e03a4b86-edad-46bd-9d16-5254749ccb91} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001942 sec., 5149.330587023687 rows/sec., 419.89 KiB/sec. | ||
| 14889 | 2025.01.16 19:58:17.450419 [ 260 ] {e03a4b86-edad-46bd-9d16-5254749ccb91} <Debug> TCPHandler: Processed in 0.002494734 sec. | ||
| 14890 | 2025.01.16 19:58:17.450695 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14891 | 2025.01.16 19:58:17.450906 [ 262 ] {ec42a68e-37fe-40f8-9370-c3e3a1fc9337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14892 | 2025.01.16 19:58:17.450986 [ 262 ] {ec42a68e-37fe-40f8-9370-c3e3a1fc9337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14893 | 2025.01.16 19:58:17.451876 [ 262 ] {ec42a68e-37fe-40f8-9370-c3e3a1fc9337} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14894 | 2025.01.16 19:58:17.451923 [ 262 ] {ec42a68e-37fe-40f8-9370-c3e3a1fc9337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 14895 | 2025.01.16 19:58:17.452367 [ 262 ] {ec42a68e-37fe-40f8-9370-c3e3a1fc9337} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14896 | 2025.01.16 19:58:17.452619 [ 262 ] {ec42a68e-37fe-40f8-9370-c3e3a1fc9337} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14897 | 2025.01.16 19:58:17.452799 [ 31 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 14898 | 2025.01.16 19:58:17.452873 [ 262 ] {ec42a68e-37fe-40f8-9370-c3e3a1fc9337} <Debug> executeQuery: Read 141 rows, 12.38 KiB in 0.002021 sec., 69767.44186046513 rows/sec., 5.98 MiB/sec. | ||
| 14899 | 2025.01.16 19:58:17.452884 [ 31 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14900 | 2025.01.16 19:58:17.452956 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 14901 | 2025.01.16 19:58:17.453012 [ 262 ] {ec42a68e-37fe-40f8-9370-c3e3a1fc9337} <Debug> TCPHandler: Processed in 0.002454123 sec. | ||
| 14902 | 2025.01.16 19:58:17.453257 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14903 | 2025.01.16 19:58:17.453266 [ 204 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 14904 | 2025.01.16 19:58:17.453476 [ 260 ] {beffc067-c7b9-4999-89dc-414931097eec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14905 | 2025.01.16 19:58:17.453544 [ 204 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14906 | 2025.01.16 19:58:17.453601 [ 260 ] {beffc067-c7b9-4999-89dc-414931097eec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14907 | 2025.01.16 19:58:17.453625 [ 204 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1434 rows starting from the beginning of the part | ||
| 14908 | 2025.01.16 19:58:17.453981 [ 204 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 1344 rows starting from the beginning of the part | ||
| 14909 | 2025.01.16 19:58:17.454322 [ 204 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 56 rows starting from the beginning of the part | ||
| 14910 | 2025.01.16 19:58:17.454831 [ 204 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 136 rows starting from the beginning of the part | ||
| 14911 | 2025.01.16 19:58:17.455244 [ 204 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 203 rows starting from the beginning of the part | ||
| 14912 | 2025.01.16 19:58:17.455527 [ 204 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 141 rows starting from the beginning of the part | ||
| 14913 | 2025.01.16 19:58:17.456383 [ 260 ] {beffc067-c7b9-4999-89dc-414931097eec} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14914 | 2025.01.16 19:58:17.456460 [ 260 ] {beffc067-c7b9-4999-89dc-414931097eec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 14915 | 2025.01.16 19:58:17.457296 [ 260 ] {beffc067-c7b9-4999-89dc-414931097eec} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 14916 | 2025.01.16 19:58:17.457878 [ 260 ] {beffc067-c7b9-4999-89dc-414931097eec} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14917 | 2025.01.16 19:58:17.458247 [ 31 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 14918 | 2025.01.16 19:58:17.458318 [ 31 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14919 | 2025.01.16 19:58:17.458374 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 14920 | 2025.01.16 19:58:17.458383 [ 260 ] {beffc067-c7b9-4999-89dc-414931097eec} <Debug> executeQuery: Read 50 rows, 3.71 KiB in 0.004972 sec., 10056.31536604988 rows/sec., 745.39 KiB/sec. | ||
| 14921 | 2025.01.16 19:58:17.458583 [ 260 ] {beffc067-c7b9-4999-89dc-414931097eec} <Debug> TCPHandler: Processed in 0.005458356 sec. | ||
| 14922 | 2025.01.16 19:58:17.458648 [ 198 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 14923 | 2025.01.16 19:58:17.458814 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14924 | 2025.01.16 19:58:17.459093 [ 198 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14925 | 2025.01.16 19:58:17.459253 [ 198 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 65 rows starting from the beginning of the part | ||
| 14926 | 2025.01.16 19:58:17.459271 [ 262 ] {3707bd98-2db9-439f-8e5d-f0bc7babd8d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14927 | 2025.01.16 19:58:17.459514 [ 262 ] {3707bd98-2db9-439f-8e5d-f0bc7babd8d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14928 | 2025.01.16 19:58:17.459722 [ 198 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 40 rows starting from the beginning of the part | ||
| 14929 | 2025.01.16 19:58:17.460147 [ 198 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 9 rows starting from the beginning of the part | ||
| 14930 | 2025.01.16 19:58:17.460481 [ 204 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3314 rows, containing 5 columns (5 merged, 0 gathered) in 0.007348549 sec., 450973.3826364905 rows/sec., 39.52 MiB/sec. | ||
| 14931 | 2025.01.16 19:58:17.460666 [ 198 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 40 rows starting from the beginning of the part | ||
| 14932 | 2025.01.16 19:58:17.461117 [ 198 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 7 rows starting from the beginning of the part | ||
| 14933 | 2025.01.16 19:58:17.461243 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 14934 | 2025.01.16 19:58:17.461847 [ 198 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 50 rows starting from the beginning of the part | ||
| 14935 | 2025.01.16 19:58:17.462667 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_126_25} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14936 | 2025.01.16 19:58:17.462985 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_126_25} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 14937 | 2025.01.16 19:58:17.463292 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 14938 | 2025.01.16 19:58:17.463560 [ 262 ] {3707bd98-2db9-439f-8e5d-f0bc7babd8d3} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14939 | 2025.01.16 19:58:17.463639 [ 262 ] {3707bd98-2db9-439f-8e5d-f0bc7babd8d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 14940 | 2025.01.16 19:58:17.464746 [ 262 ] {3707bd98-2db9-439f-8e5d-f0bc7babd8d3} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14941 | 2025.01.16 19:58:17.465030 [ 198 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 5 columns (5 merged, 0 gathered) in 0.006551795 sec., 32204.91483631585 rows/sec., 2.43 MiB/sec. | ||
| 14942 | 2025.01.16 19:58:17.465232 [ 198 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 14943 | 2025.01.16 19:58:17.465271 [ 262 ] {3707bd98-2db9-439f-8e5d-f0bc7babd8d3} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14944 | 2025.01.16 19:58:17.465653 [ 31 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 14945 | 2025.01.16 19:58:17.465762 [ 31 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14946 | 2025.01.16 19:58:17.465810 [ 262 ] {3707bd98-2db9-439f-8e5d-f0bc7babd8d3} <Debug> executeQuery: Read 114 rows, 9.13 KiB in 0.006675 sec., 17078.65168539326 rows/sec., 1.34 MiB/sec. | ||
| 14947 | 2025.01.16 19:58:17.465856 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 14948 | 2025.01.16 19:58:17.465887 [ 198 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_106_21} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14949 | 2025.01.16 19:58:17.466194 [ 262 ] {3707bd98-2db9-439f-8e5d-f0bc7babd8d3} <Debug> TCPHandler: Processed in 0.007496431 sec. | ||
| 14950 | 2025.01.16 19:58:17.466267 [ 198 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_106_21} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 14951 | 2025.01.16 19:58:17.466295 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 14952 | 2025.01.16 19:58:17.466467 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14953 | 2025.01.16 19:58:17.466477 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 14954 | 2025.01.16 19:58:17.466543 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14955 | 2025.01.16 19:58:17.466582 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 914 rows starting from the beginning of the part | ||
| 14956 | 2025.01.16 19:58:17.466672 [ 260 ] {65ff8759-5245-4065-ab83-4602bdfd1019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14957 | 2025.01.16 19:58:17.466718 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 840 rows starting from the beginning of the part | ||
| 14958 | 2025.01.16 19:58:17.466807 [ 260 ] {65ff8759-5245-4065-ab83-4602bdfd1019} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14959 | 2025.01.16 19:58:17.466905 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 64 rows starting from the beginning of the part | ||
| 14960 | 2025.01.16 19:58:17.467161 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 104 rows starting from the beginning of the part | ||
| 14961 | 2025.01.16 19:58:17.467515 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 382 rows starting from the beginning of the part | ||
| 14962 | 2025.01.16 19:58:17.467746 [ 186 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 114 rows starting from the beginning of the part | ||
| 14963 | 2025.01.16 19:58:17.468582 [ 260 ] {65ff8759-5245-4065-ab83-4602bdfd1019} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14964 | 2025.01.16 19:58:17.468625 [ 260 ] {65ff8759-5245-4065-ab83-4602bdfd1019} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 14965 | 2025.01.16 19:58:17.469210 [ 260 ] {65ff8759-5245-4065-ab83-4602bdfd1019} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14966 | 2025.01.16 19:58:17.469458 [ 260 ] {65ff8759-5245-4065-ab83-4602bdfd1019} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14967 | 2025.01.16 19:58:17.469781 [ 195 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 5 columns (5 merged, 0 gathered) in 0.003781916 sec., 639358.462747454 rows/sec., 49.04 MiB/sec. | ||
| 14968 | 2025.01.16 19:58:17.469854 [ 260 ] {65ff8759-5245-4065-ab83-4602bdfd1019} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.003246 sec., 50831.79297597042 rows/sec., 3.54 MiB/sec. | ||
| 14969 | 2025.01.16 19:58:17.469970 [ 260 ] {65ff8759-5245-4065-ab83-4602bdfd1019} <Debug> TCPHandler: Processed in 0.003639764 sec. | ||
| 14970 | 2025.01.16 19:58:17.470100 [ 195 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 14971 | 2025.01.16 19:58:17.470160 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14972 | 2025.01.16 19:58:17.470382 [ 262 ] {8a75515e-d9ed-45ce-9a8a-b9c9cecab87b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14973 | 2025.01.16 19:58:17.470524 [ 262 ] {8a75515e-d9ed-45ce-9a8a-b9c9cecab87b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14974 | 2025.01.16 19:58:17.470767 [ 195 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_126_25} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14975 | 2025.01.16 19:58:17.471014 [ 195 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_126_25} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 14976 | 2025.01.16 19:58:17.471237 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 14977 | 2025.01.16 19:58:17.472352 [ 262 ] {8a75515e-d9ed-45ce-9a8a-b9c9cecab87b} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14978 | 2025.01.16 19:58:17.472398 [ 262 ] {8a75515e-d9ed-45ce-9a8a-b9c9cecab87b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 14979 | 2025.01.16 19:58:17.473094 [ 262 ] {8a75515e-d9ed-45ce-9a8a-b9c9cecab87b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14980 | 2025.01.16 19:58:17.473346 [ 262 ] {8a75515e-d9ed-45ce-9a8a-b9c9cecab87b} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14981 | 2025.01.16 19:58:17.473608 [ 225 ] {} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14982 | 2025.01.16 19:58:17.473613 [ 262 ] {8a75515e-d9ed-45ce-9a8a-b9c9cecab87b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003291 sec., 12154.360376785171 rows/sec., 21.78 MiB/sec. | ||
| 14983 | 2025.01.16 19:58:17.473654 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14984 | 2025.01.16 19:58:17.473860 [ 262 ] {8a75515e-d9ed-45ce-9a8a-b9c9cecab87b} <Debug> TCPHandler: Processed in 0.003801647 sec. | ||
| 14985 | 2025.01.16 19:58:17.474028 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14986 | 2025.01.16 19:58:17.474220 [ 260 ] {185f676e-d128-41b2-97e9-18277304c530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14987 | 2025.01.16 19:58:17.474313 [ 260 ] {185f676e-d128-41b2-97e9-18277304c530} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14988 | 2025.01.16 19:58:17.475353 [ 260 ] {185f676e-d128-41b2-97e9-18277304c530} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14989 | 2025.01.16 19:58:17.475405 [ 260 ] {185f676e-d128-41b2-97e9-18277304c530} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 14990 | 2025.01.16 19:58:17.476095 [ 260 ] {185f676e-d128-41b2-97e9-18277304c530} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14991 | 2025.01.16 19:58:17.476486 [ 260 ] {185f676e-d128-41b2-97e9-18277304c530} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14992 | 2025.01.16 19:58:17.476739 [ 31 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 14993 | 2025.01.16 19:58:17.476864 [ 31 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14994 | 2025.01.16 19:58:17.476959 [ 260 ] {185f676e-d128-41b2-97e9-18277304c530} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002768 sec., 21676.300578034683 rows/sec., 1.46 MiB/sec. | ||
| 14995 | 2025.01.16 19:58:17.476961 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 14996 | 2025.01.16 19:58:17.477347 [ 260 ] {185f676e-d128-41b2-97e9-18277304c530} <Debug> TCPHandler: Processed in 0.003379889 sec. | ||
| 14997 | 2025.01.16 19:58:17.477415 [ 189 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 14998 | 2025.01.16 19:58:17.477590 [ 189 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14999 | 2025.01.16 19:58:17.477642 [ 189 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7208 rows starting from the beginning of the part | ||
| 15000 | 2025.01.16 19:58:17.477683 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15001 | 2025.01.16 19:58:17.477950 [ 189 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 70 rows starting from the beginning of the part | ||
| 15002 | 2025.01.16 19:58:17.478341 [ 189 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 12 rows starting from the beginning of the part | ||
| 15003 | 2025.01.16 19:58:17.478637 [ 189 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 60 rows starting from the beginning of the part | ||
| 15004 | 2025.01.16 19:58:17.479002 [ 189 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 82 rows starting from the beginning of the part | ||
| 15005 | 2025.01.16 19:58:17.479310 [ 189 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 60 rows starting from the beginning of the part | ||
| 15006 | 2025.01.16 19:58:17.481722 [ 189 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7492 rows, containing 4 columns (4 merged, 0 gathered) in 0.004585391 sec., 1633884.656728292 rows/sec., 106.60 MiB/sec. | ||
| 15007 | 2025.01.16 19:58:17.482151 [ 195 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 15008 | 2025.01.16 19:58:17.482447 [ 195 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_126_25} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15009 | 2025.01.16 19:58:17.482527 [ 195 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_126_25} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 15010 | 2025.01.16 19:58:17.482617 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. | ||
| 15011 | 2025.01.16 19:58:18.254892 [ 222 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15012 | 2025.01.16 19:58:18.254987 [ 222 ] {} <Debug> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15013 | 2025.01.16 19:58:18.257091 [ 222 ] {} <Debug> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15014 | 2025.01.16 19:58:18.392949 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34404 | ||
| 15015 | 2025.01.16 19:58:18.393850 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15016 | 2025.01.16 19:58:18.393899 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15017 | 2025.01.16 19:58:18.394459 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 15018 | 2025.01.16 19:58:18.394720 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15019 | 2025.01.16 19:58:18.394975 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404 | ||
| 15020 | 2025.01.16 19:58:19.000187 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.16 MiB, peak 284.07 MiB, free memory in arenas 0.00 B, will set to 266.15 MiB (RSS), difference: 3.99 MiB | ||
| 15021 | 2025.01.16 19:58:19.054335 [ 219 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15022 | 2025.01.16 19:58:19.054374 [ 219 ] {} <Debug> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15023 | 2025.01.16 19:58:19.056247 [ 219 ] {} <Debug> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15024 | 2025.01.16 19:58:20.883899 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566 | ||
| 15025 | 2025.01.16 19:58:20.906026 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15026 | 2025.01.16 19:58:20.906099 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15027 | 2025.01.16 19:58:20.913600 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 15028 | 2025.01.16 19:58:20.914430 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15029 | 2025.01.16 19:58:20.919218 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566 | ||
| 15030 | 2025.01.16 19:58:22.450114 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15031 | 2025.01.16 19:58:22.450330 [ 260 ] {edbb2cc6-106e-40d5-9237-c7740e3356cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15032 | 2025.01.16 19:58:22.450410 [ 260 ] {edbb2cc6-106e-40d5-9237-c7740e3356cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15033 | 2025.01.16 19:58:22.451191 [ 260 ] {edbb2cc6-106e-40d5-9237-c7740e3356cd} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15034 | 2025.01.16 19:58:22.451241 [ 260 ] {edbb2cc6-106e-40d5-9237-c7740e3356cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15035 | 2025.01.16 19:58:22.451685 [ 260 ] {edbb2cc6-106e-40d5-9237-c7740e3356cd} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15036 | 2025.01.16 19:58:22.451941 [ 260 ] {edbb2cc6-106e-40d5-9237-c7740e3356cd} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15037 | 2025.01.16 19:58:22.452126 [ 67 ] {} <Debug> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 15038 | 2025.01.16 19:58:22.452200 [ 260 ] {edbb2cc6-106e-40d5-9237-c7740e3356cd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001922 sec., 7284.0790842872 rows/sec., 524.36 KiB/sec. | ||
| 15039 | 2025.01.16 19:58:22.452215 [ 67 ] {} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15040 | 2025.01.16 19:58:22.452272 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15041 | 2025.01.16 19:58:22.452344 [ 260 ] {edbb2cc6-106e-40d5-9237-c7740e3356cd} <Debug> TCPHandler: Processed in 0.002354121 sec. | ||
| 15042 | 2025.01.16 19:58:22.452513 [ 223 ] {} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15043 | 2025.01.16 19:58:22.452624 [ 223 ] {} <Debug> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15044 | 2025.01.16 19:58:22.452694 [ 189 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 15045 | 2025.01.16 19:58:22.452703 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15046 | 2025.01.16 19:58:22.453011 [ 262 ] {5470499a-6da0-4c70-9d81-9ffc0062e3d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15047 | 2025.01.16 19:58:22.453011 [ 189 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15048 | 2025.01.16 19:58:22.453130 [ 189 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 14 rows starting from the beginning of the part | ||
| 15049 | 2025.01.16 19:58:22.453137 [ 262 ] {5470499a-6da0-4c70-9d81-9ffc0062e3d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15050 | 2025.01.16 19:58:22.453676 [ 189 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
| 15051 | 2025.01.16 19:58:22.454171 [ 189 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part | ||
| 15052 | 2025.01.16 19:58:22.454642 [ 189 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
| 15053 | 2025.01.16 19:58:22.455088 [ 189 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part | ||
| 15054 | 2025.01.16 19:58:22.457718 [ 262 ] {5470499a-6da0-4c70-9d81-9ffc0062e3d0} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15055 | 2025.01.16 19:58:22.457816 [ 262 ] {5470499a-6da0-4c70-9d81-9ffc0062e3d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15056 | 2025.01.16 19:58:22.458747 [ 199 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.006355362 sec., 11014.321450139269 rows/sec., 835.91 KiB/sec. | ||
| 15057 | 2025.01.16 19:58:22.459000 [ 193 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 15058 | 2025.01.16 19:58:22.459123 [ 262 ] {5470499a-6da0-4c70-9d81-9ffc0062e3d0} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15059 | 2025.01.16 19:58:22.459194 [ 223 ] {} <Debug> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15060 | 2025.01.16 19:58:22.459902 [ 193 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_53_13} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15061 | 2025.01.16 19:58:22.460129 [ 262 ] {5470499a-6da0-4c70-9d81-9ffc0062e3d0} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15062 | 2025.01.16 19:58:22.460354 [ 193 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_53_13} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 15063 | 2025.01.16 19:58:22.460708 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15064 | 2025.01.16 19:58:22.460970 [ 262 ] {5470499a-6da0-4c70-9d81-9ffc0062e3d0} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.008028 sec., 25286.49725959143 rows/sec., 2.19 MiB/sec. | ||
| 15065 | 2025.01.16 19:58:22.461038 [ 262 ] {5470499a-6da0-4c70-9d81-9ffc0062e3d0} <Debug> TCPHandler: Processed in 0.00854392 sec. | ||
| 15066 | 2025.01.16 19:58:22.461202 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15067 | 2025.01.16 19:58:22.461335 [ 260 ] {d15a2cc0-50cd-429d-ab69-12f686f2ead9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15068 | 2025.01.16 19:58:22.461392 [ 260 ] {d15a2cc0-50cd-429d-ab69-12f686f2ead9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15069 | 2025.01.16 19:58:22.462005 [ 260 ] {d15a2cc0-50cd-429d-ab69-12f686f2ead9} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15070 | 2025.01.16 19:58:22.462048 [ 260 ] {d15a2cc0-50cd-429d-ab69-12f686f2ead9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15071 | 2025.01.16 19:58:22.462418 [ 260 ] {d15a2cc0-50cd-429d-ab69-12f686f2ead9} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 15072 | 2025.01.16 19:58:22.462662 [ 260 ] {d15a2cc0-50cd-429d-ab69-12f686f2ead9} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15073 | 2025.01.16 19:58:22.462913 [ 260 ] {d15a2cc0-50cd-429d-ab69-12f686f2ead9} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001608 sec., 4353.233830845771 rows/sec., 283.62 KiB/sec. | ||
| 15074 | 2025.01.16 19:58:22.462979 [ 222 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15075 | 2025.01.16 19:58:22.462982 [ 260 ] {d15a2cc0-50cd-429d-ab69-12f686f2ead9} <Debug> TCPHandler: Processed in 0.001840952 sec. | ||
| 15076 | 2025.01.16 19:58:22.463015 [ 222 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15077 | 2025.01.16 19:58:22.463182 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15078 | 2025.01.16 19:58:22.463353 [ 262 ] {dec4a4bb-4c19-486e-bedd-4735103b2967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15079 | 2025.01.16 19:58:22.463442 [ 262 ] {dec4a4bb-4c19-486e-bedd-4735103b2967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15080 | 2025.01.16 19:58:22.464661 [ 262 ] {dec4a4bb-4c19-486e-bedd-4735103b2967} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15081 | 2025.01.16 19:58:22.464738 [ 262 ] {dec4a4bb-4c19-486e-bedd-4735103b2967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15082 | 2025.01.16 19:58:22.465392 [ 262 ] {dec4a4bb-4c19-486e-bedd-4735103b2967} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15083 | 2025.01.16 19:58:22.465766 [ 262 ] {dec4a4bb-4c19-486e-bedd-4735103b2967} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15084 | 2025.01.16 19:58:22.466054 [ 262 ] {dec4a4bb-4c19-486e-bedd-4735103b2967} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002746 sec., 5098.324836125273 rows/sec., 357.05 KiB/sec. | ||
| 15085 | 2025.01.16 19:58:22.466216 [ 262 ] {dec4a4bb-4c19-486e-bedd-4735103b2967} <Debug> TCPHandler: Processed in 0.003105415 sec. | ||
| 15086 | 2025.01.16 19:58:22.466386 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15087 | 2025.01.16 19:58:22.466529 [ 260 ] {27159479-10b3-4f4c-b364-cf541a87cbad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15088 | 2025.01.16 19:58:22.466591 [ 260 ] {27159479-10b3-4f4c-b364-cf541a87cbad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15089 | 2025.01.16 19:58:22.466594 [ 222 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15090 | 2025.01.16 19:58:22.467660 [ 260 ] {27159479-10b3-4f4c-b364-cf541a87cbad} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15091 | 2025.01.16 19:58:22.467700 [ 260 ] {27159479-10b3-4f4c-b364-cf541a87cbad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15092 | 2025.01.16 19:58:22.468049 [ 260 ] {27159479-10b3-4f4c-b364-cf541a87cbad} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15093 | 2025.01.16 19:58:22.468279 [ 260 ] {27159479-10b3-4f4c-b364-cf541a87cbad} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15094 | 2025.01.16 19:58:22.468436 [ 85 ] {} <Debug> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 15095 | 2025.01.16 19:58:22.468511 [ 85 ] {} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15096 | 2025.01.16 19:58:22.468516 [ 260 ] {27159479-10b3-4f4c-b364-cf541a87cbad} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002012 sec., 6461.232604373758 rows/sec., 402.86 KiB/sec. | ||
| 15097 | 2025.01.16 19:58:22.468553 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15098 | 2025.01.16 19:58:22.468669 [ 260 ] {27159479-10b3-4f4c-b364-cf541a87cbad} <Debug> TCPHandler: Processed in 0.002339831 sec. | ||
| 15099 | 2025.01.16 19:58:22.468753 [ 199 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 15100 | 2025.01.16 19:58:22.468910 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15101 | 2025.01.16 19:58:22.468955 [ 199 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15102 | 2025.01.16 19:58:22.469000 [ 199 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 13 rows starting from the beginning of the part | ||
| 15103 | 2025.01.16 19:58:22.469235 [ 262 ] {da2b6552-e856-43b4-a8aa-271b407302a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15104 | 2025.01.16 19:58:22.469324 [ 199 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 13 rows starting from the beginning of the part | ||
| 15105 | 2025.01.16 19:58:22.469439 [ 262 ] {da2b6552-e856-43b4-a8aa-271b407302a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15106 | 2025.01.16 19:58:22.469650 [ 199 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 13 rows starting from the beginning of the part | ||
| 15107 | 2025.01.16 19:58:22.470077 [ 199 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 13 rows starting from the beginning of the part | ||
| 15108 | 2025.01.16 19:58:22.470392 [ 199 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 13 rows starting from the beginning of the part | ||
| 15109 | 2025.01.16 19:58:22.472498 [ 262 ] {da2b6552-e856-43b4-a8aa-271b407302a0} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15110 | 2025.01.16 19:58:22.472575 [ 262 ] {da2b6552-e856-43b4-a8aa-271b407302a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15111 | 2025.01.16 19:58:22.473207 [ 189 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004537379 sec., 14325.45088254695 rows/sec., 949.15 KiB/sec. | ||
| 15112 | 2025.01.16 19:58:22.473372 [ 189 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 15113 | 2025.01.16 19:58:22.473458 [ 262 ] {da2b6552-e856-43b4-a8aa-271b407302a0} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15114 | 2025.01.16 19:58:22.473708 [ 189 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_53_13} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15115 | 2025.01.16 19:58:22.473815 [ 189 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_53_13} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 15116 | 2025.01.16 19:58:22.473844 [ 262 ] {da2b6552-e856-43b4-a8aa-271b407302a0} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15117 | 2025.01.16 19:58:22.473920 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15118 | 2025.01.16 19:58:22.474092 [ 262 ] {da2b6552-e856-43b4-a8aa-271b407302a0} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.005003 sec., 76354.1874875075 rows/sec., 5.40 MiB/sec. | ||
| 15119 | 2025.01.16 19:58:22.474167 [ 262 ] {da2b6552-e856-43b4-a8aa-271b407302a0} <Debug> TCPHandler: Processed in 0.005371975 sec. | ||
| 15120 | 2025.01.16 19:58:22.474359 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15121 | 2025.01.16 19:58:22.474672 [ 260 ] {baad3062-9a11-41b5-b65d-821f3db28b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15122 | 2025.01.16 19:58:22.474821 [ 260 ] {baad3062-9a11-41b5-b65d-821f3db28b9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15123 | 2025.01.16 19:58:22.475465 [ 260 ] {baad3062-9a11-41b5-b65d-821f3db28b9c} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15124 | 2025.01.16 19:58:22.475505 [ 260 ] {baad3062-9a11-41b5-b65d-821f3db28b9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15125 | 2025.01.16 19:58:22.475888 [ 260 ] {baad3062-9a11-41b5-b65d-821f3db28b9c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15126 | 2025.01.16 19:58:22.476136 [ 260 ] {baad3062-9a11-41b5-b65d-821f3db28b9c} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15127 | 2025.01.16 19:58:22.476376 [ 260 ] {baad3062-9a11-41b5-b65d-821f3db28b9c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001814 sec., 3307.6074972436604 rows/sec., 172.81 KiB/sec. | ||
| 15128 | 2025.01.16 19:58:22.476457 [ 260 ] {baad3062-9a11-41b5-b65d-821f3db28b9c} <Debug> TCPHandler: Processed in 0.002181339 sec. | ||
| 15129 | 2025.01.16 19:58:22.476684 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15130 | 2025.01.16 19:58:22.476832 [ 262 ] {2cf5fd9a-dcd4-4bfd-9711-01ab36b4a381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15131 | 2025.01.16 19:58:22.476888 [ 262 ] {2cf5fd9a-dcd4-4bfd-9711-01ab36b4a381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15132 | 2025.01.16 19:58:22.477461 [ 262 ] {2cf5fd9a-dcd4-4bfd-9711-01ab36b4a381} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15133 | 2025.01.16 19:58:22.477500 [ 262 ] {2cf5fd9a-dcd4-4bfd-9711-01ab36b4a381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15134 | 2025.01.16 19:58:22.477911 [ 262 ] {2cf5fd9a-dcd4-4bfd-9711-01ab36b4a381} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15135 | 2025.01.16 19:58:22.478143 [ 262 ] {2cf5fd9a-dcd4-4bfd-9711-01ab36b4a381} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15136 | 2025.01.16 19:58:22.478284 [ 85 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 6 parts from all_1_122_25 to all_127_127_0 | ||
| 15137 | 2025.01.16 19:58:22.478328 [ 262 ] {2cf5fd9a-dcd4-4bfd-9711-01ab36b4a381} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001521 sec., 155818.54043392505 rows/sec., 10.44 MiB/sec. | ||
| 15138 | 2025.01.16 19:58:22.478329 [ 85 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15139 | 2025.01.16 19:58:22.478373 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15140 | 2025.01.16 19:58:22.478401 [ 262 ] {2cf5fd9a-dcd4-4bfd-9711-01ab36b4a381} <Debug> TCPHandler: Processed in 0.001840812 sec. | ||
| 15141 | 2025.01.16 19:58:22.478673 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15142 | 2025.01.16 19:58:22.478769 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_127_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_122_25 to all_127_127_0 into Compact with storage Full | ||
| 15143 | 2025.01.16 19:58:22.478985 [ 260 ] {b73db2af-5fb9-4a51-8cf0-b09eba167fa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15144 | 2025.01.16 19:58:22.479127 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_127_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15145 | 2025.01.16 19:58:22.479139 [ 260 ] {b73db2af-5fb9-4a51-8cf0-b09eba167fa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15146 | 2025.01.16 19:58:22.479228 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_122_25, total 33938 rows starting from the beginning of the part | ||
| 15147 | 2025.01.16 19:58:22.479710 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 32 rows starting from the beginning of the part | ||
| 15148 | 2025.01.16 19:58:22.480174 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 160 rows starting from the beginning of the part | ||
| 15149 | 2025.01.16 19:58:22.480480 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 237 rows starting from the beginning of the part | ||
| 15150 | 2025.01.16 19:58:22.480895 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 165 rows starting from the beginning of the part | ||
| 15151 | 2025.01.16 19:58:22.481308 [ 188 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_127_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 237 rows starting from the beginning of the part | ||
| 15152 | 2025.01.16 19:58:22.481473 [ 260 ] {b73db2af-5fb9-4a51-8cf0-b09eba167fa0} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15153 | 2025.01.16 19:58:22.481586 [ 260 ] {b73db2af-5fb9-4a51-8cf0-b09eba167fa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15154 | 2025.01.16 19:58:22.482665 [ 260 ] {b73db2af-5fb9-4a51-8cf0-b09eba167fa0} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15155 | 2025.01.16 19:58:22.483004 [ 260 ] {b73db2af-5fb9-4a51-8cf0-b09eba167fa0} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15156 | 2025.01.16 19:58:22.483349 [ 219 ] {} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15157 | 2025.01.16 19:58:22.483370 [ 260 ] {b73db2af-5fb9-4a51-8cf0-b09eba167fa0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004437 sec., 225.377507324769 rows/sec., 15.19 KiB/sec. | ||
| 15158 | 2025.01.16 19:58:22.483401 [ 219 ] {} <Debug> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15159 | 2025.01.16 19:58:22.483600 [ 260 ] {b73db2af-5fb9-4a51-8cf0-b09eba167fa0} <Debug> TCPHandler: Processed in 0.005086049 sec. | ||
| 15160 | 2025.01.16 19:58:22.483891 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15161 | 2025.01.16 19:58:22.484230 [ 262 ] {1b560228-f38e-4e65-b25b-05c8f2bea70b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15162 | 2025.01.16 19:58:22.484404 [ 262 ] {1b560228-f38e-4e65-b25b-05c8f2bea70b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15163 | 2025.01.16 19:58:22.486553 [ 262 ] {1b560228-f38e-4e65-b25b-05c8f2bea70b} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15164 | 2025.01.16 19:58:22.486609 [ 262 ] {1b560228-f38e-4e65-b25b-05c8f2bea70b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15165 | 2025.01.16 19:58:22.487731 [ 262 ] {1b560228-f38e-4e65-b25b-05c8f2bea70b} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15166 | 2025.01.16 19:58:22.488220 [ 262 ] {1b560228-f38e-4e65-b25b-05c8f2bea70b} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15167 | 2025.01.16 19:58:22.488350 [ 219 ] {} <Debug> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15168 | 2025.01.16 19:58:22.488780 [ 262 ] {1b560228-f38e-4e65-b25b-05c8f2bea70b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004663 sec., 17585.245550075062 rows/sec., 1.12 MiB/sec. | ||
| 15169 | 2025.01.16 19:58:22.489123 [ 262 ] {1b560228-f38e-4e65-b25b-05c8f2bea70b} <Debug> TCPHandler: Processed in 0.005402205 sec. | ||
| 15170 | 2025.01.16 19:58:22.491683 [ 199 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_127_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34769 rows, containing 5 columns (5 merged, 0 gathered) in 0.013209852 sec., 2632050.684595104 rows/sec., 177.85 MiB/sec. | ||
| 15171 | 2025.01.16 19:58:22.492007 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_127_26} <Trace> MergedBlockOutputStream: filled checksums all_1_127_26 (state Temporary) | ||
| 15172 | 2025.01.16 19:58:22.492316 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_127_26} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_127_26 to all_1_127_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15173 | 2025.01.16 19:58:22.492393 [ 197 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_127_26} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 6 parts: [all_1_122_25, all_127_127_0] -> all_1_127_26 | ||
| 15174 | 2025.01.16 19:58:22.492481 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 15175 | 2025.01.16 19:58:23.561818 [ 217 ] {} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15176 | 2025.01.16 19:58:23.561896 [ 217 ] {} <Debug> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15177 | 2025.01.16 19:58:23.563578 [ 217 ] {} <Debug> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15178 | 2025.01.16 19:58:24.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.15 MiB, peak 284.07 MiB, free memory in arenas 0.00 B, will set to 266.15 MiB (RSS), difference: 4.00 MiB | ||
| 15179 | 2025.01.16 19:58:25.662892 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15180 | 2025.01.16 19:58:25.662970 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15181 | 2025.01.16 19:58:25.895210 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34831 | ||
| 15182 | 2025.01.16 19:58:25.895895 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15183 | 2025.01.16 19:58:25.895952 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15184 | 2025.01.16 19:58:25.896506 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 15185 | 2025.01.16 19:58:25.896772 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15186 | 2025.01.16 19:58:25.897002 [ 22 ] {} <Debug> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 15187 | 2025.01.16 19:58:25.897022 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 | ||
| 15188 | 2025.01.16 19:58:25.897094 [ 22 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15189 | 2025.01.16 19:58:25.897124 [ 22 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15190 | 2025.01.16 19:58:25.897329 [ 191 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 15191 | 2025.01.16 19:58:25.897784 [ 191 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15192 | 2025.01.16 19:58:25.897896 [ 191 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32574 rows starting from the beginning of the part | ||
| 15193 | 2025.01.16 19:58:25.898173 [ 191 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 427 rows starting from the beginning of the part | ||
| 15194 | 2025.01.16 19:58:25.898311 [ 191 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 488 rows starting from the beginning of the part | ||
| 15195 | 2025.01.16 19:58:25.898606 [ 191 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 427 rows starting from the beginning of the part | ||
| 15196 | 2025.01.16 19:58:25.898799 [ 191 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 488 rows starting from the beginning of the part | ||
| 15197 | 2025.01.16 19:58:25.898903 [ 191 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 427 rows starting from the beginning of the part | ||
| 15198 | 2025.01.16 19:58:25.901956 [ 199 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.004766784 sec., 7307022.932022933 rows/sec., 104.53 MiB/sec. | ||
| 15199 | 2025.01.16 19:58:25.902178 [ 187 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 15200 | 2025.01.16 19:58:25.902468 [ 187 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_76_15} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15201 | 2025.01.16 19:58:25.902546 [ 187 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_76_15} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 15202 | 2025.01.16 19:58:25.902630 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB. | ||
| 15203 | 2025.01.16 19:58:26.094012 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2116 | ||
| 15204 | 2025.01.16 19:58:26.097742 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15205 | 2025.01.16 19:58:26.097791 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15206 | 2025.01.16 19:58:26.099372 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 15207 | 2025.01.16 19:58:26.099707 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15208 | 2025.01.16 19:58:26.099884 [ 22 ] {} <Debug> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 15209 | 2025.01.16 19:58:26.099948 [ 22 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15210 | 2025.01.16 19:58:26.099983 [ 22 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15211 | 2025.01.16 19:58:26.100204 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 15212 | 2025.01.16 19:58:26.100681 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2116 | ||
| 15213 | 2025.01.16 19:58:26.101041 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15214 | 2025.01.16 19:58:26.101171 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1944 rows starting from the beginning of the part | ||
| 15215 | 2025.01.16 19:58:26.101748 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 32 rows starting from the beginning of the part | ||
| 15216 | 2025.01.16 19:58:26.102294 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 32 rows starting from the beginning of the part | ||
| 15217 | 2025.01.16 19:58:26.102807 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 42 rows starting from the beginning of the part | ||
| 15218 | 2025.01.16 19:58:26.103333 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 32 rows starting from the beginning of the part | ||
| 15219 | 2025.01.16 19:58:26.103898 [ 194 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 34 rows starting from the beginning of the part | ||
| 15220 | 2025.01.16 19:58:26.113188 [ 192 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2116 rows, containing 72 columns (72 merged, 0 gathered) in 0.01312316 sec., 161241.6521630461 rows/sec., 122.15 MiB/sec. | ||
| 15221 | 2025.01.16 19:58:26.115419 [ 192 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 15222 | 2025.01.16 19:58:26.116282 [ 192 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_56_11} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15223 | 2025.01.16 19:58:26.116381 [ 192 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_56_11} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 15224 | 2025.01.16 19:58:26.116750 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.76 MiB. | ||
| 15225 | 2025.01.16 19:58:27.319242 [ 224 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15226 | 2025.01.16 19:58:27.319294 [ 224 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15227 | 2025.01.16 19:58:27.321286 [ 224 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15228 | 2025.01.16 19:58:27.424892 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15229 | 2025.01.16 19:58:27.424972 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15230 | 2025.01.16 19:58:27.427083 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15231 | 2025.01.16 19:58:27.447773 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15232 | 2025.01.16 19:58:27.447970 [ 260 ] {df0a842b-ce09-41e1-83ee-313aa81162f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15233 | 2025.01.16 19:58:27.448044 [ 260 ] {df0a842b-ce09-41e1-83ee-313aa81162f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15234 | 2025.01.16 19:58:27.448964 [ 260 ] {df0a842b-ce09-41e1-83ee-313aa81162f3} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15235 | 2025.01.16 19:58:27.449017 [ 260 ] {df0a842b-ce09-41e1-83ee-313aa81162f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15236 | 2025.01.16 19:58:27.449490 [ 260 ] {df0a842b-ce09-41e1-83ee-313aa81162f3} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 15237 | 2025.01.16 19:58:27.449751 [ 260 ] {df0a842b-ce09-41e1-83ee-313aa81162f3} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15238 | 2025.01.16 19:58:27.449991 [ 260 ] {df0a842b-ce09-41e1-83ee-313aa81162f3} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002076 sec., 65510.597302504815 rows/sec., 5.65 MiB/sec. | ||
| 15239 | 2025.01.16 19:58:27.450059 [ 260 ] {df0a842b-ce09-41e1-83ee-313aa81162f3} <Debug> TCPHandler: Processed in 0.002421832 sec. | ||
| 15240 | 2025.01.16 19:58:27.450314 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15241 | 2025.01.16 19:58:27.450504 [ 262 ] {3330654a-3cc3-43ca-925f-e43e8bd40055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15242 | 2025.01.16 19:58:27.450575 [ 262 ] {3330654a-3cc3-43ca-925f-e43e8bd40055} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15243 | 2025.01.16 19:58:27.451326 [ 262 ] {3330654a-3cc3-43ca-925f-e43e8bd40055} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15244 | 2025.01.16 19:58:27.451366 [ 262 ] {3330654a-3cc3-43ca-925f-e43e8bd40055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15245 | 2025.01.16 19:58:27.451814 [ 262 ] {3330654a-3cc3-43ca-925f-e43e8bd40055} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 15246 | 2025.01.16 19:58:27.452077 [ 262 ] {3330654a-3cc3-43ca-925f-e43e8bd40055} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15247 | 2025.01.16 19:58:27.452285 [ 262 ] {3330654a-3cc3-43ca-925f-e43e8bd40055} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.00182 sec., 21978.021978021978 rows/sec., 1.61 MiB/sec. | ||
| 15248 | 2025.01.16 19:58:27.452357 [ 262 ] {3330654a-3cc3-43ca-925f-e43e8bd40055} <Debug> TCPHandler: Processed in 0.002169448 sec. | ||
| 15249 | 2025.01.16 19:58:27.452555 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15250 | 2025.01.16 19:58:27.452872 [ 260 ] {5a49f0ca-44b8-4ea7-866a-e9a09e5b61f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15251 | 2025.01.16 19:58:27.452935 [ 260 ] {5a49f0ca-44b8-4ea7-866a-e9a09e5b61f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15252 | 2025.01.16 19:58:27.453671 [ 260 ] {5a49f0ca-44b8-4ea7-866a-e9a09e5b61f5} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15253 | 2025.01.16 19:58:27.453722 [ 260 ] {5a49f0ca-44b8-4ea7-866a-e9a09e5b61f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15254 | 2025.01.16 19:58:27.454121 [ 260 ] {5a49f0ca-44b8-4ea7-866a-e9a09e5b61f5} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 15255 | 2025.01.16 19:58:27.454361 [ 260 ] {5a49f0ca-44b8-4ea7-866a-e9a09e5b61f5} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15256 | 2025.01.16 19:58:27.454579 [ 260 ] {5a49f0ca-44b8-4ea7-866a-e9a09e5b61f5} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001815 sec., 57300.27548209366 rows/sec., 4.48 MiB/sec. | ||
| 15257 | 2025.01.16 19:58:27.454637 [ 260 ] {5a49f0ca-44b8-4ea7-866a-e9a09e5b61f5} <Debug> TCPHandler: Processed in 0.002180948 sec. | ||
| 15258 | 2025.01.16 19:58:27.454796 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15259 | 2025.01.16 19:58:27.454937 [ 262 ] {5eb10d9c-ddc1-4487-b40d-bb7c405de9b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15260 | 2025.01.16 19:58:27.455001 [ 262 ] {5eb10d9c-ddc1-4487-b40d-bb7c405de9b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15261 | 2025.01.16 19:58:27.455715 [ 262 ] {5eb10d9c-ddc1-4487-b40d-bb7c405de9b2} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15262 | 2025.01.16 19:58:27.455760 [ 262 ] {5eb10d9c-ddc1-4487-b40d-bb7c405de9b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15263 | 2025.01.16 19:58:27.456168 [ 262 ] {5eb10d9c-ddc1-4487-b40d-bb7c405de9b2} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 15264 | 2025.01.16 19:58:27.456425 [ 262 ] {5eb10d9c-ddc1-4487-b40d-bb7c405de9b2} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15265 | 2025.01.16 19:58:27.456606 [ 262 ] {5eb10d9c-ddc1-4487-b40d-bb7c405de9b2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001704 sec., 93896.71361502347 rows/sec., 6.54 MiB/sec. | ||
| 15266 | 2025.01.16 19:58:27.456659 [ 262 ] {5eb10d9c-ddc1-4487-b40d-bb7c405de9b2} <Debug> TCPHandler: Processed in 0.001929404 sec. | ||
| 15267 | 2025.01.16 19:58:27.456792 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15268 | 2025.01.16 19:58:27.456913 [ 260 ] {a7cb7990-de24-4a36-a062-da501e795844} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15269 | 2025.01.16 19:58:27.456994 [ 260 ] {a7cb7990-de24-4a36-a062-da501e795844} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15270 | 2025.01.16 19:58:27.458246 [ 260 ] {a7cb7990-de24-4a36-a062-da501e795844} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15271 | 2025.01.16 19:58:27.458286 [ 260 ] {a7cb7990-de24-4a36-a062-da501e795844} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15272 | 2025.01.16 19:58:27.458980 [ 260 ] {a7cb7990-de24-4a36-a062-da501e795844} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15273 | 2025.01.16 19:58:27.459240 [ 260 ] {a7cb7990-de24-4a36-a062-da501e795844} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15274 | 2025.01.16 19:58:27.459489 [ 260 ] {a7cb7990-de24-4a36-a062-da501e795844} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002602 sec., 15372.790161414296 rows/sec., 27.55 MiB/sec. | ||
| 15275 | 2025.01.16 19:58:27.459602 [ 260 ] {a7cb7990-de24-4a36-a062-da501e795844} <Debug> TCPHandler: Processed in 0.002869611 sec. | ||
| 15276 | 2025.01.16 19:58:27.459762 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15277 | 2025.01.16 19:58:27.459903 [ 262 ] {4da7dd5e-38be-4f25-8ffb-2e33f48722d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15278 | 2025.01.16 19:58:27.459964 [ 262 ] {4da7dd5e-38be-4f25-8ffb-2e33f48722d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15279 | 2025.01.16 19:58:27.460546 [ 262 ] {4da7dd5e-38be-4f25-8ffb-2e33f48722d0} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15280 | 2025.01.16 19:58:27.460590 [ 262 ] {4da7dd5e-38be-4f25-8ffb-2e33f48722d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15281 | 2025.01.16 19:58:27.461044 [ 262 ] {4da7dd5e-38be-4f25-8ffb-2e33f48722d0} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 15282 | 2025.01.16 19:58:27.461293 [ 262 ] {4da7dd5e-38be-4f25-8ffb-2e33f48722d0} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15283 | 2025.01.16 19:58:27.461474 [ 262 ] {4da7dd5e-38be-4f25-8ffb-2e33f48722d0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001603 sec., 37429.81908920773 rows/sec., 2.52 MiB/sec. | ||
| 15284 | 2025.01.16 19:58:27.461525 [ 262 ] {4da7dd5e-38be-4f25-8ffb-2e33f48722d0} <Debug> TCPHandler: Processed in 0.001829902 sec. | ||
| 15285 | 2025.01.16 19:58:27.854038 [ 220 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15286 | 2025.01.16 19:58:27.854149 [ 220 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15287 | 2025.01.16 19:58:27.856344 [ 220 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15288 | 2025.01.16 19:58:28.018488 [ 223 ] {} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15289 | 2025.01.16 19:58:28.018539 [ 223 ] {} <Debug> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15290 | 2025.01.16 19:58:28.020387 [ 223 ] {} <Debug> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15291 | 2025.01.16 19:58:28.419365 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573 | ||
| 15292 | 2025.01.16 19:58:28.441351 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15293 | 2025.01.16 19:58:28.441411 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15294 | 2025.01.16 19:58:28.449075 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 15295 | 2025.01.16 19:58:28.449306 [ 225 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15296 | 2025.01.16 19:58:28.449378 [ 225 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15297 | 2025.01.16 19:58:28.450715 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15298 | 2025.01.16 19:58:28.451129 [ 185 ] {} <Debug> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 15299 | 2025.01.16 19:58:28.451291 [ 185 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15300 | 2025.01.16 19:58:28.451399 [ 185 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15301 | 2025.01.16 19:58:28.452181 [ 192 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 15302 | 2025.01.16 19:58:28.457162 [ 225 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15303 | 2025.01.16 19:58:28.467649 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573 | ||
| 15304 | 2025.01.16 19:58:28.468582 [ 192 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15305 | 2025.01.16 19:58:28.469501 [ 192 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 536 rows starting from the beginning of the part | ||
| 15306 | 2025.01.16 19:58:28.474513 [ 192 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 7 rows starting from the beginning of the part | ||
| 15307 | 2025.01.16 19:58:28.479512 [ 192 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part | ||
| 15308 | 2025.01.16 19:58:28.485260 [ 192 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 7 rows starting from the beginning of the part | ||
| 15309 | 2025.01.16 19:58:28.490909 [ 192 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part | ||
| 15310 | 2025.01.16 19:58:28.496675 [ 192 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 7 rows starting from the beginning of the part | ||
| 15311 | 2025.01.16 19:58:28.560305 [ 199 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.108727738 sec., 5270.044337719966 rows/sec., 27.25 MiB/sec. | ||
| 15312 | 2025.01.16 19:58:28.564035 [ 190 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 15313 | 2025.01.16 19:58:28.567518 [ 190 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_76_15} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15314 | 2025.01.16 19:58:28.567656 [ 190 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_76_15} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 15315 | 2025.01.16 19:58:28.570464 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 15316 | 2025.01.16 19:58:29.000245 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.20 MiB, peak 284.62 MiB, free memory in arenas 0.00 B, will set to 266.15 MiB (RSS), difference: -1.06 MiB | ||
| 15317 | 2025.01.16 19:58:29.576247 [ 125 ] {} <Debug> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 15318 | 2025.01.16 19:58:29.576322 [ 125 ] {} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15319 | 2025.01.16 19:58:29.576350 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15320 | 2025.01.16 19:58:29.576655 [ 196 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 15321 | 2025.01.16 19:58:29.576911 [ 196 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15322 | 2025.01.16 19:58:29.576951 [ 196 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 18 rows starting from the beginning of the part | ||
| 15323 | 2025.01.16 19:58:29.577039 [ 196 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 10 rows starting from the beginning of the part | ||
| 15324 | 2025.01.16 19:58:29.577313 [ 196 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 15325 | 2025.01.16 19:58:29.577560 [ 196 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
| 15326 | 2025.01.16 19:58:29.577729 [ 196 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 10 rows starting from the beginning of the part | ||
| 15327 | 2025.01.16 19:58:29.578861 [ 199 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 5 columns (5 merged, 0 gathered) in 0.002403372 sec., 19139.7752823949 rows/sec., 1.60 MiB/sec. | ||
| 15328 | 2025.01.16 19:58:29.579105 [ 195 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 15329 | 2025.01.16 19:58:29.579588 [ 195 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_25_6} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15330 | 2025.01.16 19:58:29.579712 [ 195 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_25_6} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 15331 | 2025.01.16 19:58:29.579849 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 15332 | 2025.01.16 19:58:30.013504 [ 224 ] {} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15333 | 2025.01.16 19:58:30.013560 [ 224 ] {} <Debug> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15334 | 2025.01.16 19:58:30.015954 [ 224 ] {} <Debug> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15335 | 2025.01.16 19:58:30.724200 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15336 | 2025.01.16 19:58:30.724392 [ 260 ] {aa0e2203-a658-4682-af1d-33d42c8f758a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15337 | 2025.01.16 19:58:30.724466 [ 260 ] {aa0e2203-a658-4682-af1d-33d42c8f758a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15338 | 2025.01.16 19:58:30.725229 [ 260 ] {aa0e2203-a658-4682-af1d-33d42c8f758a} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15339 | 2025.01.16 19:58:30.725278 [ 260 ] {aa0e2203-a658-4682-af1d-33d42c8f758a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15340 | 2025.01.16 19:58:30.725698 [ 260 ] {aa0e2203-a658-4682-af1d-33d42c8f758a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15341 | 2025.01.16 19:58:30.725948 [ 260 ] {aa0e2203-a658-4682-af1d-33d42c8f758a} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15342 | 2025.01.16 19:58:30.726179 [ 260 ] {aa0e2203-a658-4682-af1d-33d42c8f758a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00184 sec., 7608.695652173913 rows/sec., 547.72 KiB/sec. | ||
| 15343 | 2025.01.16 19:58:30.726236 [ 260 ] {aa0e2203-a658-4682-af1d-33d42c8f758a} <Debug> TCPHandler: Processed in 0.002170028 sec. | ||
| 15344 | 2025.01.16 19:58:30.726496 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15345 | 2025.01.16 19:58:30.726710 [ 262 ] {df3a21e4-3b88-4e1e-852f-71b59af6e764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15346 | 2025.01.16 19:58:30.726791 [ 262 ] {df3a21e4-3b88-4e1e-852f-71b59af6e764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15347 | 2025.01.16 19:58:30.727544 [ 262 ] {df3a21e4-3b88-4e1e-852f-71b59af6e764} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15348 | 2025.01.16 19:58:30.727584 [ 262 ] {df3a21e4-3b88-4e1e-852f-71b59af6e764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15349 | 2025.01.16 19:58:30.728016 [ 262 ] {df3a21e4-3b88-4e1e-852f-71b59af6e764} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 15350 | 2025.01.16 19:58:30.728278 [ 262 ] {df3a21e4-3b88-4e1e-852f-71b59af6e764} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15351 | 2025.01.16 19:58:30.728485 [ 262 ] {df3a21e4-3b88-4e1e-852f-71b59af6e764} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001835 sec., 3269.7547683923704 rows/sec., 266.63 KiB/sec. | ||
| 15352 | 2025.01.16 19:58:30.728611 [ 262 ] {df3a21e4-3b88-4e1e-852f-71b59af6e764} <Debug> TCPHandler: Processed in 0.00225887 sec. | ||
| 15353 | 2025.01.16 19:58:30.728785 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15354 | 2025.01.16 19:58:30.728918 [ 260 ] {6f096f1c-be82-446b-875f-122ddd09410f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15355 | 2025.01.16 19:58:30.728968 [ 260 ] {6f096f1c-be82-446b-875f-122ddd09410f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15356 | 2025.01.16 19:58:30.730095 [ 260 ] {6f096f1c-be82-446b-875f-122ddd09410f} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15357 | 2025.01.16 19:58:30.730134 [ 260 ] {6f096f1c-be82-446b-875f-122ddd09410f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15358 | 2025.01.16 19:58:30.730581 [ 260 ] {6f096f1c-be82-446b-875f-122ddd09410f} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 15359 | 2025.01.16 19:58:30.730831 [ 260 ] {6f096f1c-be82-446b-875f-122ddd09410f} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15360 | 2025.01.16 19:58:30.731040 [ 260 ] {6f096f1c-be82-446b-875f-122ddd09410f} <Debug> executeQuery: Read 1346 rows, 114.77 KiB in 0.002146 sec., 627213.4203168686 rows/sec., 52.23 MiB/sec. | ||
| 15361 | 2025.01.16 19:58:30.731093 [ 260 ] {6f096f1c-be82-446b-875f-122ddd09410f} <Debug> TCPHandler: Processed in 0.002377862 sec. | ||
| 15362 | 2025.01.16 19:58:30.731249 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15363 | 2025.01.16 19:58:30.731389 [ 262 ] {15a5cb93-ebfe-4b36-ac0e-b73118784117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15364 | 2025.01.16 19:58:30.731448 [ 262 ] {15a5cb93-ebfe-4b36-ac0e-b73118784117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15365 | 2025.01.16 19:58:30.732096 [ 262 ] {15a5cb93-ebfe-4b36-ac0e-b73118784117} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15366 | 2025.01.16 19:58:30.732135 [ 262 ] {15a5cb93-ebfe-4b36-ac0e-b73118784117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15367 | 2025.01.16 19:58:30.732505 [ 262 ] {15a5cb93-ebfe-4b36-ac0e-b73118784117} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 15368 | 2025.01.16 19:58:30.732764 [ 262 ] {15a5cb93-ebfe-4b36-ac0e-b73118784117} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15369 | 2025.01.16 19:58:30.732937 [ 262 ] {15a5cb93-ebfe-4b36-ac0e-b73118784117} <Debug> executeQuery: Read 13 rows, 896.00 B in 0.001581 sec., 8222.643896268184 rows/sec., 553.45 KiB/sec. | ||
| 15370 | 2025.01.16 19:58:30.732989 [ 262 ] {15a5cb93-ebfe-4b36-ac0e-b73118784117} <Debug> TCPHandler: Processed in 0.001807981 sec. | ||
| 15371 | 2025.01.16 19:58:30.733136 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15372 | 2025.01.16 19:58:30.733273 [ 260 ] {e4bf537f-fcd2-4141-87bb-532e21feef6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15373 | 2025.01.16 19:58:30.733329 [ 260 ] {e4bf537f-fcd2-4141-87bb-532e21feef6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15374 | 2025.01.16 19:58:30.734058 [ 260 ] {e4bf537f-fcd2-4141-87bb-532e21feef6c} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15375 | 2025.01.16 19:58:30.734096 [ 260 ] {e4bf537f-fcd2-4141-87bb-532e21feef6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15376 | 2025.01.16 19:58:30.734455 [ 260 ] {e4bf537f-fcd2-4141-87bb-532e21feef6c} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15377 | 2025.01.16 19:58:30.734690 [ 260 ] {e4bf537f-fcd2-4141-87bb-532e21feef6c} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15378 | 2025.01.16 19:58:30.734896 [ 260 ] {e4bf537f-fcd2-4141-87bb-532e21feef6c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001654 sec., 146311.97097944375 rows/sec., 9.91 MiB/sec. | ||
| 15379 | 2025.01.16 19:58:30.734948 [ 260 ] {e4bf537f-fcd2-4141-87bb-532e21feef6c} <Debug> TCPHandler: Processed in 0.001883373 sec. | ||
| 15380 | 2025.01.16 19:58:30.735099 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15381 | 2025.01.16 19:58:30.735239 [ 262 ] {45c24b9a-209a-48cc-8571-e6ab7b353179} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15382 | 2025.01.16 19:58:30.735295 [ 262 ] {45c24b9a-209a-48cc-8571-e6ab7b353179} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15383 | 2025.01.16 19:58:30.735969 [ 262 ] {45c24b9a-209a-48cc-8571-e6ab7b353179} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15384 | 2025.01.16 19:58:30.736006 [ 262 ] {45c24b9a-209a-48cc-8571-e6ab7b353179} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15385 | 2025.01.16 19:58:30.736370 [ 262 ] {45c24b9a-209a-48cc-8571-e6ab7b353179} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15386 | 2025.01.16 19:58:30.736603 [ 262 ] {45c24b9a-209a-48cc-8571-e6ab7b353179} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15387 | 2025.01.16 19:58:30.736780 [ 262 ] {45c24b9a-209a-48cc-8571-e6ab7b353179} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001574 sec., 8259.212198221092 rows/sec., 514.96 KiB/sec. | ||
| 15388 | 2025.01.16 19:58:30.736832 [ 262 ] {45c24b9a-209a-48cc-8571-e6ab7b353179} <Debug> TCPHandler: Processed in 0.001804202 sec. | ||
| 15389 | 2025.01.16 19:58:30.736983 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15390 | 2025.01.16 19:58:30.737121 [ 260 ] {7aa324c1-3fbe-4e9a-b556-c97da3b3f0ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15391 | 2025.01.16 19:58:30.737176 [ 260 ] {7aa324c1-3fbe-4e9a-b556-c97da3b3f0ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15392 | 2025.01.16 19:58:30.738102 [ 260 ] {7aa324c1-3fbe-4e9a-b556-c97da3b3f0ce} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15393 | 2025.01.16 19:58:30.738141 [ 260 ] {7aa324c1-3fbe-4e9a-b556-c97da3b3f0ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15394 | 2025.01.16 19:58:30.738535 [ 260 ] {7aa324c1-3fbe-4e9a-b556-c97da3b3f0ce} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 15395 | 2025.01.16 19:58:30.738769 [ 260 ] {7aa324c1-3fbe-4e9a-b556-c97da3b3f0ce} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15396 | 2025.01.16 19:58:30.738968 [ 260 ] {7aa324c1-3fbe-4e9a-b556-c97da3b3f0ce} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.001878 sec., 449414.2705005325 rows/sec., 32.48 MiB/sec. | ||
| 15397 | 2025.01.16 19:58:30.739020 [ 260 ] {7aa324c1-3fbe-4e9a-b556-c97da3b3f0ce} <Debug> TCPHandler: Processed in 0.002106937 sec. | ||
| 15398 | 2025.01.16 19:58:30.739171 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15399 | 2025.01.16 19:58:30.739312 [ 262 ] {d1e81d0f-eba5-4c13-adbe-81ba232a2899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15400 | 2025.01.16 19:58:30.739370 [ 262 ] {d1e81d0f-eba5-4c13-adbe-81ba232a2899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15401 | 2025.01.16 19:58:30.739933 [ 262 ] {d1e81d0f-eba5-4c13-adbe-81ba232a2899} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15402 | 2025.01.16 19:58:30.739970 [ 262 ] {d1e81d0f-eba5-4c13-adbe-81ba232a2899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15403 | 2025.01.16 19:58:30.740335 [ 262 ] {d1e81d0f-eba5-4c13-adbe-81ba232a2899} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15404 | 2025.01.16 19:58:30.740575 [ 262 ] {d1e81d0f-eba5-4c13-adbe-81ba232a2899} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15405 | 2025.01.16 19:58:30.740699 [ 89 ] {} <Debug> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6) (MergerMutator): Selected 6 parts from all_1_49_10 to all_54_54_0 | ||
| 15406 | 2025.01.16 19:58:30.740741 [ 89 ] {} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15407 | 2025.01.16 19:58:30.740759 [ 262 ] {d1e81d0f-eba5-4c13-adbe-81ba232a2899} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001477 sec., 4062.288422477996 rows/sec., 212.24 KiB/sec. | ||
| 15408 | 2025.01.16 19:58:30.740764 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15409 | 2025.01.16 19:58:30.740858 [ 262 ] {d1e81d0f-eba5-4c13-adbe-81ba232a2899} <Debug> TCPHandler: Processed in 0.001753221 sec. | ||
| 15410 | 2025.01.16 19:58:30.741085 [ 196 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_54_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_49_10 to all_54_54_0 into Compact with storage Full | ||
| 15411 | 2025.01.16 19:58:30.741170 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15412 | 2025.01.16 19:58:30.741312 [ 196 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_54_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15413 | 2025.01.16 19:58:30.741405 [ 196 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_10, total 294 rows starting from the beginning of the part | ||
| 15414 | 2025.01.16 19:58:30.741559 [ 260 ] {36c7281f-cc2c-4d3b-9a98-9b83119b341b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15415 | 2025.01.16 19:58:30.741669 [ 196 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part | ||
| 15416 | 2025.01.16 19:58:30.741982 [ 260 ] {36c7281f-cc2c-4d3b-9a98-9b83119b341b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15417 | 2025.01.16 19:58:30.742027 [ 196 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part | ||
| 15418 | 2025.01.16 19:58:30.742444 [ 196 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part | ||
| 15419 | 2025.01.16 19:58:30.742824 [ 196 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part | ||
| 15420 | 2025.01.16 19:58:30.743130 [ 196 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_54_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part | ||
| 15421 | 2025.01.16 19:58:30.744663 [ 260 ] {36c7281f-cc2c-4d3b-9a98-9b83119b341b} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15422 | 2025.01.16 19:58:30.744757 [ 260 ] {36c7281f-cc2c-4d3b-9a98-9b83119b341b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15423 | 2025.01.16 19:58:30.745865 [ 199 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_54_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 324 rows, containing 4 columns (4 merged, 0 gathered) in 0.004980827 sec., 65049.438577168 rows/sec., 3.32 MiB/sec. | ||
| 15424 | 2025.01.16 19:58:30.745967 [ 260 ] {36c7281f-cc2c-4d3b-9a98-9b83119b341b} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 15425 | 2025.01.16 19:58:30.746143 [ 199 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_54_11} <Trace> MergedBlockOutputStream: filled checksums all_1_54_11 (state Temporary) | ||
| 15426 | 2025.01.16 19:58:30.746447 [ 260 ] {36c7281f-cc2c-4d3b-9a98-9b83119b341b} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15427 | 2025.01.16 19:58:30.746835 [ 260 ] {36c7281f-cc2c-4d3b-9a98-9b83119b341b} <Debug> executeQuery: Read 928 rows, 63.41 KiB in 0.005413 sec., 171439.1280251247 rows/sec., 11.44 MiB/sec. | ||
| 15428 | 2025.01.16 19:58:30.746884 [ 199 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_54_11} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_merge_all_1_54_11 to all_1_54_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15429 | 2025.01.16 19:58:30.746986 [ 260 ] {36c7281f-cc2c-4d3b-9a98-9b83119b341b} <Debug> TCPHandler: Processed in 0.006010296 sec. | ||
| 15430 | 2025.01.16 19:58:30.747102 [ 199 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_54_11} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6) (MergerMutator): Merged 6 parts: [all_1_49_10, all_54_54_0] -> all_1_54_11 | ||
| 15431 | 2025.01.16 19:58:30.747203 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15432 | 2025.01.16 19:58:30.747250 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 15433 | 2025.01.16 19:58:30.747367 [ 262 ] {ea137668-da0c-425e-aa12-f72fe7f80775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15434 | 2025.01.16 19:58:30.747432 [ 262 ] {ea137668-da0c-425e-aa12-f72fe7f80775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15435 | 2025.01.16 19:58:30.747962 [ 262 ] {ea137668-da0c-425e-aa12-f72fe7f80775} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15436 | 2025.01.16 19:58:30.748000 [ 262 ] {ea137668-da0c-425e-aa12-f72fe7f80775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15437 | 2025.01.16 19:58:30.748364 [ 262 ] {ea137668-da0c-425e-aa12-f72fe7f80775} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15438 | 2025.01.16 19:58:30.748599 [ 262 ] {ea137668-da0c-425e-aa12-f72fe7f80775} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15439 | 2025.01.16 19:58:30.748780 [ 262 ] {ea137668-da0c-425e-aa12-f72fe7f80775} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001443 sec., 693.000693000693 rows/sec., 46.70 KiB/sec. | ||
| 15440 | 2025.01.16 19:58:30.748829 [ 262 ] {ea137668-da0c-425e-aa12-f72fe7f80775} <Debug> TCPHandler: Processed in 0.00173608 sec. | ||
| 15441 | 2025.01.16 19:58:30.748969 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15442 | 2025.01.16 19:58:30.749109 [ 260 ] {f1ceaf5a-0157-462e-87a8-c0756050825c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15443 | 2025.01.16 19:58:30.749170 [ 260 ] {f1ceaf5a-0157-462e-87a8-c0756050825c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15444 | 2025.01.16 19:58:30.749727 [ 260 ] {f1ceaf5a-0157-462e-87a8-c0756050825c} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15445 | 2025.01.16 19:58:30.749775 [ 260 ] {f1ceaf5a-0157-462e-87a8-c0756050825c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15446 | 2025.01.16 19:58:30.750168 [ 260 ] {f1ceaf5a-0157-462e-87a8-c0756050825c} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 15447 | 2025.01.16 19:58:30.750407 [ 260 ] {f1ceaf5a-0157-462e-87a8-c0756050825c} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15448 | 2025.01.16 19:58:30.750588 [ 260 ] {f1ceaf5a-0157-462e-87a8-c0756050825c} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001511 sec., 46326.93580410325 rows/sec., 2.91 MiB/sec. | ||
| 15449 | 2025.01.16 19:58:30.750641 [ 260 ] {f1ceaf5a-0157-462e-87a8-c0756050825c} <Debug> TCPHandler: Processed in 0.00174027 sec. | ||
| 15450 | 2025.01.16 19:58:32.439244 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15451 | 2025.01.16 19:58:32.439440 [ 260 ] {53737e1e-1aa7-433a-bfda-e9f68ed9bb90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15452 | 2025.01.16 19:58:32.439516 [ 260 ] {53737e1e-1aa7-433a-bfda-e9f68ed9bb90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15453 | 2025.01.16 19:58:32.440283 [ 260 ] {53737e1e-1aa7-433a-bfda-e9f68ed9bb90} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15454 | 2025.01.16 19:58:32.440327 [ 260 ] {53737e1e-1aa7-433a-bfda-e9f68ed9bb90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15455 | 2025.01.16 19:58:32.440770 [ 260 ] {53737e1e-1aa7-433a-bfda-e9f68ed9bb90} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 15456 | 2025.01.16 19:58:32.441024 [ 260 ] {53737e1e-1aa7-433a-bfda-e9f68ed9bb90} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15457 | 2025.01.16 19:58:32.441267 [ 260 ] {53737e1e-1aa7-433a-bfda-e9f68ed9bb90} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001879 sec., 29803.086748270358 rows/sec., 2.29 MiB/sec. | ||
| 15458 | 2025.01.16 19:58:32.441342 [ 260 ] {53737e1e-1aa7-433a-bfda-e9f68ed9bb90} <Debug> TCPHandler: Processed in 0.002232209 sec. | ||
| 15459 | 2025.01.16 19:58:32.441630 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15460 | 2025.01.16 19:58:32.441858 [ 262 ] {615ba0af-fcc2-4ba5-9aa8-05f25f199cf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15461 | 2025.01.16 19:58:32.441940 [ 262 ] {615ba0af-fcc2-4ba5-9aa8-05f25f199cf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15462 | 2025.01.16 19:58:32.442754 [ 262 ] {615ba0af-fcc2-4ba5-9aa8-05f25f199cf7} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15463 | 2025.01.16 19:58:32.442813 [ 262 ] {615ba0af-fcc2-4ba5-9aa8-05f25f199cf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15464 | 2025.01.16 19:58:32.443270 [ 262 ] {615ba0af-fcc2-4ba5-9aa8-05f25f199cf7} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 15465 | 2025.01.16 19:58:32.443553 [ 262 ] {615ba0af-fcc2-4ba5-9aa8-05f25f199cf7} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15466 | 2025.01.16 19:58:32.443811 [ 262 ] {615ba0af-fcc2-4ba5-9aa8-05f25f199cf7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002009 sec., 31856.645097063218 rows/sec., 2.49 MiB/sec. | ||
| 15467 | 2025.01.16 19:58:32.443885 [ 262 ] {615ba0af-fcc2-4ba5-9aa8-05f25f199cf7} <Debug> TCPHandler: Processed in 0.002420353 sec. | ||
| 15468 | 2025.01.16 19:58:32.444053 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15469 | 2025.01.16 19:58:32.444197 [ 260 ] {33b99bf2-0b5b-4ce0-a161-5b22e7f3e04f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15470 | 2025.01.16 19:58:32.444261 [ 260 ] {33b99bf2-0b5b-4ce0-a161-5b22e7f3e04f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15471 | 2025.01.16 19:58:32.444908 [ 260 ] {33b99bf2-0b5b-4ce0-a161-5b22e7f3e04f} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15472 | 2025.01.16 19:58:32.444954 [ 260 ] {33b99bf2-0b5b-4ce0-a161-5b22e7f3e04f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15473 | 2025.01.16 19:58:32.445346 [ 260 ] {33b99bf2-0b5b-4ce0-a161-5b22e7f3e04f} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 15474 | 2025.01.16 19:58:32.445600 [ 260 ] {33b99bf2-0b5b-4ce0-a161-5b22e7f3e04f} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15475 | 2025.01.16 19:58:32.445813 [ 260 ] {33b99bf2-0b5b-4ce0-a161-5b22e7f3e04f} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.00165 sec., 19393.939393939396 rows/sec., 1.35 MiB/sec. | ||
| 15476 | 2025.01.16 19:58:32.445878 [ 260 ] {33b99bf2-0b5b-4ce0-a161-5b22e7f3e04f} <Debug> TCPHandler: Processed in 0.001892033 sec. | ||
| 15477 | 2025.01.16 19:58:32.446059 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15478 | 2025.01.16 19:58:32.446191 [ 262 ] {5423c71a-88a8-4ef2-87a6-8106a4500eac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15479 | 2025.01.16 19:58:32.446247 [ 262 ] {5423c71a-88a8-4ef2-87a6-8106a4500eac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15480 | 2025.01.16 19:58:32.446767 [ 262 ] {5423c71a-88a8-4ef2-87a6-8106a4500eac} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15481 | 2025.01.16 19:58:32.446809 [ 262 ] {5423c71a-88a8-4ef2-87a6-8106a4500eac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 15482 | 2025.01.16 19:58:32.447191 [ 262 ] {5423c71a-88a8-4ef2-87a6-8106a4500eac} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 15483 | 2025.01.16 19:58:32.447426 [ 262 ] {5423c71a-88a8-4ef2-87a6-8106a4500eac} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15484 | 2025.01.16 19:58:32.447609 [ 262 ] {5423c71a-88a8-4ef2-87a6-8106a4500eac} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001451 sec., 8270.158511371468 rows/sec., 570.73 KiB/sec. | ||
| 15485 | 2025.01.16 19:58:32.447665 [ 262 ] {5423c71a-88a8-4ef2-87a6-8106a4500eac} <Debug> TCPHandler: Processed in 0.001667269 sec. | ||
| 15486 | 2025.01.16 19:58:33.397449 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35319 | ||
| 15487 | 2025.01.16 19:58:33.398201 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15488 | 2025.01.16 19:58:33.398242 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15489 | 2025.01.16 19:58:33.398762 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 15490 | 2025.01.16 19:58:33.399013 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15491 | 2025.01.16 19:58:33.399207 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35319 | ||
| 15492 | 2025.01.16 19:58:35.967793 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581 | ||
| 15493 | 2025.01.16 19:58:35.991834 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15494 | 2025.01.16 19:58:35.991888 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15495 | 2025.01.16 19:58:35.999422 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 15496 | 2025.01.16 19:58:36.000213 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.67 MiB, peak 284.62 MiB, free memory in arenas 0.00 B, will set to 266.15 MiB (RSS), difference: -4.52 MiB | ||
| 15497 | 2025.01.16 19:58:36.001302 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15498 | 2025.01.16 19:58:36.004652 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581 | ||
| 15499 | 2025.01.16 19:58:36.101012 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 2158 | ||
| 15500 | 2025.01.16 19:58:36.104607 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15501 | 2025.01.16 19:58:36.104668 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15502 | 2025.01.16 19:58:36.106308 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 15503 | 2025.01.16 19:58:36.106704 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15504 | 2025.01.16 19:58:36.108261 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2158 | ||
| 15505 | 2025.01.16 19:58:37.000188 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.15 MiB, peak 284.62 MiB, free memory in arenas 0.00 B, will set to 266.15 MiB (RSS), difference: 4.00 MiB | ||
| 15506 | 2025.01.16 19:58:37.447643 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15507 | 2025.01.16 19:58:37.447833 [ 260 ] {d51cf553-523c-4069-8cd1-5c47c4d17f71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15508 | 2025.01.16 19:58:37.447907 [ 260 ] {d51cf553-523c-4069-8cd1-5c47c4d17f71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15509 | 2025.01.16 19:58:37.448710 [ 260 ] {d51cf553-523c-4069-8cd1-5c47c4d17f71} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15510 | 2025.01.16 19:58:37.448758 [ 260 ] {d51cf553-523c-4069-8cd1-5c47c4d17f71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15511 | 2025.01.16 19:58:37.449210 [ 260 ] {d51cf553-523c-4069-8cd1-5c47c4d17f71} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 15512 | 2025.01.16 19:58:37.449464 [ 260 ] {d51cf553-523c-4069-8cd1-5c47c4d17f71} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15513 | 2025.01.16 19:58:37.449644 [ 154 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 15514 | 2025.01.16 19:58:37.449669 [ 260 ] {d51cf553-523c-4069-8cd1-5c47c4d17f71} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.001887 sec., 72072.07207207207 rows/sec., 6.22 MiB/sec. | ||
| 15515 | 2025.01.16 19:58:37.449690 [ 154 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15516 | 2025.01.16 19:58:37.449731 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15517 | 2025.01.16 19:58:37.449762 [ 260 ] {d51cf553-523c-4069-8cd1-5c47c4d17f71} <Debug> TCPHandler: Processed in 0.00224522 sec. | ||
| 15518 | 2025.01.16 19:58:37.449877 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 15519 | 2025.01.16 19:58:37.449978 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15520 | 2025.01.16 19:58:37.450020 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15521 | 2025.01.16 19:58:37.450032 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1434 rows starting from the beginning of the part | ||
| 15522 | 2025.01.16 19:58:37.450272 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 203 rows starting from the beginning of the part | ||
| 15523 | 2025.01.16 19:58:37.450412 [ 262 ] {dd259d58-9e70-4bf1-99a4-01a2644723e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15524 | 2025.01.16 19:58:37.450632 [ 262 ] {dd259d58-9e70-4bf1-99a4-01a2644723e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15525 | 2025.01.16 19:58:37.450669 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 136 rows starting from the beginning of the part | ||
| 15526 | 2025.01.16 19:58:37.451008 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 1346 rows starting from the beginning of the part | ||
| 15527 | 2025.01.16 19:58:37.451324 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 56 rows starting from the beginning of the part | ||
| 15528 | 2025.01.16 19:58:37.451678 [ 186 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 136 rows starting from the beginning of the part | ||
| 15529 | 2025.01.16 19:58:37.453531 [ 262 ] {dd259d58-9e70-4bf1-99a4-01a2644723e0} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15530 | 2025.01.16 19:58:37.453604 [ 262 ] {dd259d58-9e70-4bf1-99a4-01a2644723e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15531 | 2025.01.16 19:58:37.454514 [ 262 ] {dd259d58-9e70-4bf1-99a4-01a2644723e0} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 15532 | 2025.01.16 19:58:37.454808 [ 262 ] {dd259d58-9e70-4bf1-99a4-01a2644723e0} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15533 | 2025.01.16 19:58:37.455317 [ 262 ] {dd259d58-9e70-4bf1-99a4-01a2644723e0} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.005033 sec., 7947.546195112259 rows/sec., 597.62 KiB/sec. | ||
| 15534 | 2025.01.16 19:58:37.455481 [ 262 ] {dd259d58-9e70-4bf1-99a4-01a2644723e0} <Debug> TCPHandler: Processed in 0.005612958 sec. | ||
| 15535 | 2025.01.16 19:58:37.455486 [ 198 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3311 rows, containing 5 columns (5 merged, 0 gathered) in 0.005680919 sec., 582828.2360653267 rows/sec., 51.08 MiB/sec. | ||
| 15536 | 2025.01.16 19:58:37.455667 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15537 | 2025.01.16 19:58:37.455803 [ 198 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 15538 | 2025.01.16 19:58:37.455826 [ 260 ] {dde359f0-81f3-414b-aca9-fbed484d2666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15539 | 2025.01.16 19:58:37.455898 [ 260 ] {dde359f0-81f3-414b-aca9-fbed484d2666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15540 | 2025.01.16 19:58:37.456237 [ 198 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_131_26} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15541 | 2025.01.16 19:58:37.456358 [ 198 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_131_26} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 15542 | 2025.01.16 19:58:37.456436 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 15543 | 2025.01.16 19:58:37.456683 [ 260 ] {dde359f0-81f3-414b-aca9-fbed484d2666} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15544 | 2025.01.16 19:58:37.456720 [ 260 ] {dde359f0-81f3-414b-aca9-fbed484d2666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15545 | 2025.01.16 19:58:37.457085 [ 260 ] {dde359f0-81f3-414b-aca9-fbed484d2666} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 15546 | 2025.01.16 19:58:37.457324 [ 260 ] {dde359f0-81f3-414b-aca9-fbed484d2666} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15547 | 2025.01.16 19:58:37.457467 [ 154 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 15548 | 2025.01.16 19:58:37.457509 [ 154 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15549 | 2025.01.16 19:58:37.457509 [ 260 ] {dde359f0-81f3-414b-aca9-fbed484d2666} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001722 sec., 60394.889663182345 rows/sec., 4.72 MiB/sec. | ||
| 15550 | 2025.01.16 19:58:37.457536 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15551 | 2025.01.16 19:58:37.457629 [ 260 ] {dde359f0-81f3-414b-aca9-fbed484d2666} <Debug> TCPHandler: Processed in 0.002027266 sec. | ||
| 15552 | 2025.01.16 19:58:37.457882 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15553 | 2025.01.16 19:58:37.457882 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 15554 | 2025.01.16 19:58:37.458128 [ 262 ] {6dd0a857-71ea-4bba-a45a-0062608227de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15555 | 2025.01.16 19:58:37.458355 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15556 | 2025.01.16 19:58:37.458389 [ 262 ] {6dd0a857-71ea-4bba-a45a-0062608227de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15557 | 2025.01.16 19:58:37.458517 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 914 rows starting from the beginning of the part | ||
| 15558 | 2025.01.16 19:58:37.459312 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 382 rows starting from the beginning of the part | ||
| 15559 | 2025.01.16 19:58:37.460112 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 104 rows starting from the beginning of the part | ||
| 15560 | 2025.01.16 19:58:37.460875 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 844 rows starting from the beginning of the part | ||
| 15561 | 2025.01.16 19:58:37.461344 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 64 rows starting from the beginning of the part | ||
| 15562 | 2025.01.16 19:58:37.461935 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 104 rows starting from the beginning of the part | ||
| 15563 | 2025.01.16 19:58:37.464099 [ 262 ] {6dd0a857-71ea-4bba-a45a-0062608227de} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15564 | 2025.01.16 19:58:37.464148 [ 262 ] {6dd0a857-71ea-4bba-a45a-0062608227de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15565 | 2025.01.16 19:58:37.464741 [ 262 ] {6dd0a857-71ea-4bba-a45a-0062608227de} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 15566 | 2025.01.16 19:58:37.465040 [ 262 ] {6dd0a857-71ea-4bba-a45a-0062608227de} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15567 | 2025.01.16 19:58:37.465388 [ 262 ] {6dd0a857-71ea-4bba-a45a-0062608227de} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00737 sec., 21709.63364993216 rows/sec., 1.51 MiB/sec. | ||
| 15568 | 2025.01.16 19:58:37.465493 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.007843088 sec., 307531.9313005286 rows/sec., 23.58 MiB/sec. | ||
| 15569 | 2025.01.16 19:58:37.465500 [ 262 ] {6dd0a857-71ea-4bba-a45a-0062608227de} <Debug> TCPHandler: Processed in 0.007763366 sec. | ||
| 15570 | 2025.01.16 19:58:37.465652 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 15571 | 2025.01.16 19:58:37.465716 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15572 | 2025.01.16 19:58:37.465965 [ 260 ] {94466b29-50b0-4eff-9067-efe71d1436f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15573 | 2025.01.16 19:58:37.466108 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_131_26} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15574 | 2025.01.16 19:58:37.466143 [ 260 ] {94466b29-50b0-4eff-9067-efe71d1436f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15575 | 2025.01.16 19:58:37.466344 [ 193 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_131_26} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 15576 | 2025.01.16 19:58:37.466585 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 15577 | 2025.01.16 19:58:37.467719 [ 260 ] {94466b29-50b0-4eff-9067-efe71d1436f7} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15578 | 2025.01.16 19:58:37.467762 [ 260 ] {94466b29-50b0-4eff-9067-efe71d1436f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15579 | 2025.01.16 19:58:37.468454 [ 260 ] {94466b29-50b0-4eff-9067-efe71d1436f7} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 15580 | 2025.01.16 19:58:37.468713 [ 260 ] {94466b29-50b0-4eff-9067-efe71d1436f7} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15581 | 2025.01.16 19:58:37.468864 [ 154 ] {} <Debug> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 15582 | 2025.01.16 19:58:37.468907 [ 154 ] {} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15583 | 2025.01.16 19:58:37.468940 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15584 | 2025.01.16 19:58:37.468941 [ 260 ] {94466b29-50b0-4eff-9067-efe71d1436f7} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003037 sec., 13170.892327955218 rows/sec., 23.60 MiB/sec. | ||
| 15585 | 2025.01.16 19:58:37.469265 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 15586 | 2025.01.16 19:58:37.469348 [ 260 ] {94466b29-50b0-4eff-9067-efe71d1436f7} <Debug> TCPHandler: Processed in 0.003705365 sec. | ||
| 15587 | 2025.01.16 19:58:37.469544 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15588 | 2025.01.16 19:58:37.469702 [ 262 ] {9761afd7-c275-4074-9670-17bd12027c09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15589 | 2025.01.16 19:58:37.469737 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15590 | 2025.01.16 19:58:37.469770 [ 262 ] {9761afd7-c275-4074-9670-17bd12027c09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15591 | 2025.01.16 19:58:37.469848 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1984 rows starting from the beginning of the part | ||
| 15592 | 2025.01.16 19:58:37.470531 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 40 rows starting from the beginning of the part | ||
| 15593 | 2025.01.16 19:58:37.471082 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 40 rows starting from the beginning of the part | ||
| 15594 | 2025.01.16 19:58:37.471564 [ 262 ] {9761afd7-c275-4074-9670-17bd12027c09} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15595 | 2025.01.16 19:58:37.471622 [ 262 ] {9761afd7-c275-4074-9670-17bd12027c09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15596 | 2025.01.16 19:58:37.471650 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 40 rows starting from the beginning of the part | ||
| 15597 | 2025.01.16 19:58:37.472199 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 40 rows starting from the beginning of the part | ||
| 15598 | 2025.01.16 19:58:37.472711 [ 189 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 40 rows starting from the beginning of the part | ||
| 15599 | 2025.01.16 19:58:37.472716 [ 262 ] {9761afd7-c275-4074-9670-17bd12027c09} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 15600 | 2025.01.16 19:58:37.473301 [ 262 ] {9761afd7-c275-4074-9670-17bd12027c09} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15601 | 2025.01.16 19:58:37.473535 [ 154 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 15602 | 2025.01.16 19:58:37.473610 [ 154 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15603 | 2025.01.16 19:58:37.473665 [ 262 ] {9761afd7-c275-4074-9670-17bd12027c09} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003986 sec., 15052.684395383843 rows/sec., 1.01 MiB/sec. | ||
| 15604 | 2025.01.16 19:58:37.473681 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15605 | 2025.01.16 19:58:37.474036 [ 262 ] {9761afd7-c275-4074-9670-17bd12027c09} <Debug> TCPHandler: Processed in 0.004573461 sec. | ||
| 15606 | 2025.01.16 19:58:37.474521 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 15607 | 2025.01.16 19:58:37.475100 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15608 | 2025.01.16 19:58:37.475214 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7492 rows starting from the beginning of the part | ||
| 15609 | 2025.01.16 19:58:37.475721 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 82 rows starting from the beginning of the part | ||
| 15610 | 2025.01.16 19:58:37.476166 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 60 rows starting from the beginning of the part | ||
| 15611 | 2025.01.16 19:58:37.476619 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 70 rows starting from the beginning of the part | ||
| 15612 | 2025.01.16 19:58:37.476988 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 12 rows starting from the beginning of the part | ||
| 15613 | 2025.01.16 19:58:37.477388 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 60 rows starting from the beginning of the part | ||
| 15614 | 2025.01.16 19:58:37.481705 [ 200 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7776 rows, containing 4 columns (4 merged, 0 gathered) in 0.007716265 sec., 1007741.4396732098 rows/sec., 65.74 MiB/sec. | ||
| 15615 | 2025.01.16 19:58:37.482103 [ 200 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 15616 | 2025.01.16 19:58:37.482520 [ 200 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_131_26} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15617 | 2025.01.16 19:58:37.482601 [ 200 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_131_26} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 15618 | 2025.01.16 19:58:37.482717 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 15619 | 2025.01.16 19:58:37.487815 [ 200 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2184 rows, containing 19 columns (19 merged, 0 gathered) in 0.01878063 sec., 116290.02860926391 rows/sec., 208.39 MiB/sec. | ||
| 15620 | 2025.01.16 19:58:37.489857 [ 187 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 15621 | 2025.01.16 19:58:37.490354 [ 187 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15622 | 2025.01.16 19:58:37.490452 [ 187 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 15623 | 2025.01.16 19:58:37.490641 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.15 MiB. | ||
| 15624 | 2025.01.16 19:58:38.000247 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.69 MiB, peak 284.81 MiB, free memory in arenas 0.00 B, will set to 270.06 MiB (RSS), difference: 3.37 MiB | ||
| 15625 | 2025.01.16 19:58:40.663024 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15626 | 2025.01.16 19:58:40.663071 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15627 | 2025.01.16 19:58:40.899407 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35746 | ||
| 15628 | 2025.01.16 19:58:40.900061 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15629 | 2025.01.16 19:58:40.900111 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15630 | 2025.01.16 19:58:40.900643 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 15631 | 2025.01.16 19:58:40.900901 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15632 | 2025.01.16 19:58:40.901179 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 | ||
| 15633 | 2025.01.16 19:58:41.154637 [ 77 ] {} <Debug> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03) (MergerMutator): Selected 5 parts from all_1_51_11 to all_55_55_0 | ||
| 15634 | 2025.01.16 19:58:41.154717 [ 77 ] {} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15635 | 2025.01.16 19:58:41.154745 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15636 | 2025.01.16 19:58:41.154952 [ 191 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_55_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_51_11 to all_55_55_0 into Compact with storage Full | ||
| 15637 | 2025.01.16 19:58:41.155379 [ 191 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_55_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15638 | 2025.01.16 19:58:41.155472 [ 191 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 51 rows starting from the beginning of the part | ||
| 15639 | 2025.01.16 19:58:41.155633 [ 191 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part | ||
| 15640 | 2025.01.16 19:58:41.155811 [ 191 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part | ||
| 15641 | 2025.01.16 19:58:41.156036 [ 191 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part | ||
| 15642 | 2025.01.16 19:58:41.156245 [ 191 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part | ||
| 15643 | 2025.01.16 19:58:41.157333 [ 200 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_55_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 55 rows, containing 4 columns (4 merged, 0 gathered) in 0.002504374 sec., 21961.576026583887 rows/sec., 1.44 MiB/sec. | ||
| 15644 | 2025.01.16 19:58:41.157587 [ 190 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_55_12} <Trace> MergedBlockOutputStream: filled checksums all_1_55_12 (state Temporary) | ||
| 15645 | 2025.01.16 19:58:41.158006 [ 190 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_55_12} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_merge_all_1_55_12 to all_1_55_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15646 | 2025.01.16 19:58:41.158116 [ 190 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_55_12} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03) (MergerMutator): Merged 5 parts: [all_1_51_11, all_55_55_0] -> all_1_55_12 | ||
| 15647 | 2025.01.16 19:58:41.158237 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 15648 | 2025.01.16 19:58:42.450177 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15649 | 2025.01.16 19:58:42.450411 [ 260 ] {5fd98b12-225d-4d88-a27e-74c4c9d7e646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15650 | 2025.01.16 19:58:42.450504 [ 260 ] {5fd98b12-225d-4d88-a27e-74c4c9d7e646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15651 | 2025.01.16 19:58:42.451312 [ 260 ] {5fd98b12-225d-4d88-a27e-74c4c9d7e646} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15652 | 2025.01.16 19:58:42.451368 [ 260 ] {5fd98b12-225d-4d88-a27e-74c4c9d7e646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15653 | 2025.01.16 19:58:42.451823 [ 260 ] {5fd98b12-225d-4d88-a27e-74c4c9d7e646} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15654 | 2025.01.16 19:58:42.452090 [ 260 ] {5fd98b12-225d-4d88-a27e-74c4c9d7e646} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15655 | 2025.01.16 19:58:42.452354 [ 260 ] {5fd98b12-225d-4d88-a27e-74c4c9d7e646} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002014 sec., 6951.340615690168 rows/sec., 500.40 KiB/sec. | ||
| 15656 | 2025.01.16 19:58:42.452425 [ 260 ] {5fd98b12-225d-4d88-a27e-74c4c9d7e646} <Debug> TCPHandler: Processed in 0.002393032 sec. | ||
| 15657 | 2025.01.16 19:58:42.452684 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15658 | 2025.01.16 19:58:42.452883 [ 262 ] {7ac73b72-d1c6-416e-ac1d-3199fe4f9f09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15659 | 2025.01.16 19:58:42.452952 [ 262 ] {7ac73b72-d1c6-416e-ac1d-3199fe4f9f09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15660 | 2025.01.16 19:58:42.453779 [ 262 ] {7ac73b72-d1c6-416e-ac1d-3199fe4f9f09} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15661 | 2025.01.16 19:58:42.453822 [ 262 ] {7ac73b72-d1c6-416e-ac1d-3199fe4f9f09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15662 | 2025.01.16 19:58:42.454275 [ 262 ] {7ac73b72-d1c6-416e-ac1d-3199fe4f9f09} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 15663 | 2025.01.16 19:58:42.454524 [ 262 ] {7ac73b72-d1c6-416e-ac1d-3199fe4f9f09} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15664 | 2025.01.16 19:58:42.454755 [ 262 ] {7ac73b72-d1c6-416e-ac1d-3199fe4f9f09} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001936 sec., 104855.37190082645 rows/sec., 9.08 MiB/sec. | ||
| 15665 | 2025.01.16 19:58:42.454814 [ 262 ] {7ac73b72-d1c6-416e-ac1d-3199fe4f9f09} <Debug> TCPHandler: Processed in 0.00225573 sec. | ||
| 15666 | 2025.01.16 19:58:42.454980 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15667 | 2025.01.16 19:58:42.455128 [ 260 ] {1bb25d4c-91ea-4925-9573-df783bfe77aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15668 | 2025.01.16 19:58:42.455190 [ 260 ] {1bb25d4c-91ea-4925-9573-df783bfe77aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15669 | 2025.01.16 19:58:42.455806 [ 260 ] {1bb25d4c-91ea-4925-9573-df783bfe77aa} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15670 | 2025.01.16 19:58:42.455849 [ 260 ] {1bb25d4c-91ea-4925-9573-df783bfe77aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15671 | 2025.01.16 19:58:42.456219 [ 260 ] {1bb25d4c-91ea-4925-9573-df783bfe77aa} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 15672 | 2025.01.16 19:58:42.456460 [ 260 ] {1bb25d4c-91ea-4925-9573-df783bfe77aa} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15673 | 2025.01.16 19:58:42.456672 [ 84 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 15674 | 2025.01.16 19:58:42.456711 [ 260 ] {1bb25d4c-91ea-4925-9573-df783bfe77aa} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001617 sec., 4329.0043290043295 rows/sec., 282.04 KiB/sec. | ||
| 15675 | 2025.01.16 19:58:42.456793 [ 84 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15676 | 2025.01.16 19:58:42.456847 [ 260 ] {1bb25d4c-91ea-4925-9573-df783bfe77aa} <Debug> TCPHandler: Processed in 0.001934944 sec. | ||
| 15677 | 2025.01.16 19:58:42.456873 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15678 | 2025.01.16 19:58:42.457057 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15679 | 2025.01.16 19:58:42.457149 [ 194 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 15680 | 2025.01.16 19:58:42.457261 [ 262 ] {4c5f3b43-b892-491e-99d8-133cde892aaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15681 | 2025.01.16 19:58:42.457357 [ 262 ] {4c5f3b43-b892-491e-99d8-133cde892aaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15682 | 2025.01.16 19:58:42.457395 [ 194 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15683 | 2025.01.16 19:58:42.457497 [ 194 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 65 rows starting from the beginning of the part | ||
| 15684 | 2025.01.16 19:58:42.457778 [ 194 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 7 rows starting from the beginning of the part | ||
| 15685 | 2025.01.16 19:58:42.458235 [ 194 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 40 rows starting from the beginning of the part | ||
| 15686 | 2025.01.16 19:58:42.458631 [ 194 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 13 rows starting from the beginning of the part | ||
| 15687 | 2025.01.16 19:58:42.458954 [ 194 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 40 rows starting from the beginning of the part | ||
| 15688 | 2025.01.16 19:58:42.459286 [ 194 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 7 rows starting from the beginning of the part | ||
| 15689 | 2025.01.16 19:58:42.460176 [ 262 ] {4c5f3b43-b892-491e-99d8-133cde892aaa} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15690 | 2025.01.16 19:58:42.460245 [ 262 ] {4c5f3b43-b892-491e-99d8-133cde892aaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15691 | 2025.01.16 19:58:42.461239 [ 262 ] {4c5f3b43-b892-491e-99d8-133cde892aaa} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 15692 | 2025.01.16 19:58:42.461878 [ 262 ] {4c5f3b43-b892-491e-99d8-133cde892aaa} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15693 | 2025.01.16 19:58:42.461912 [ 190 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 172 rows, containing 5 columns (5 merged, 0 gathered) in 0.004875465 sec., 35278.68623813318 rows/sec., 2.64 MiB/sec. | ||
| 15694 | 2025.01.16 19:58:42.462172 [ 190 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 15695 | 2025.01.16 19:58:42.462349 [ 262 ] {4c5f3b43-b892-491e-99d8-133cde892aaa} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005159 sec., 2713.7042062415194 rows/sec., 190.05 KiB/sec. | ||
| 15696 | 2025.01.16 19:58:42.462486 [ 262 ] {4c5f3b43-b892-491e-99d8-133cde892aaa} <Debug> TCPHandler: Processed in 0.005537527 sec. | ||
| 15697 | 2025.01.16 19:58:42.462670 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15698 | 2025.01.16 19:58:42.462715 [ 190 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_111_22} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15699 | 2025.01.16 19:58:42.462807 [ 190 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_111_22} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 15700 | 2025.01.16 19:58:42.462839 [ 260 ] {14be12b4-7dba-4ba6-82b9-b1d50b4e578e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15701 | 2025.01.16 19:58:42.462906 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 15702 | 2025.01.16 19:58:42.462922 [ 260 ] {14be12b4-7dba-4ba6-82b9-b1d50b4e578e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15703 | 2025.01.16 19:58:42.463566 [ 260 ] {14be12b4-7dba-4ba6-82b9-b1d50b4e578e} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15704 | 2025.01.16 19:58:42.463605 [ 260 ] {14be12b4-7dba-4ba6-82b9-b1d50b4e578e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15705 | 2025.01.16 19:58:42.463962 [ 260 ] {14be12b4-7dba-4ba6-82b9-b1d50b4e578e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15706 | 2025.01.16 19:58:42.464206 [ 260 ] {14be12b4-7dba-4ba6-82b9-b1d50b4e578e} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15707 | 2025.01.16 19:58:42.464419 [ 260 ] {14be12b4-7dba-4ba6-82b9-b1d50b4e578e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00162 sec., 8024.691358024692 rows/sec., 500.34 KiB/sec. | ||
| 15708 | 2025.01.16 19:58:42.464472 [ 260 ] {14be12b4-7dba-4ba6-82b9-b1d50b4e578e} <Debug> TCPHandler: Processed in 0.001890223 sec. | ||
| 15709 | 2025.01.16 19:58:42.464621 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15710 | 2025.01.16 19:58:42.464738 [ 262 ] {8c5feb5c-dd55-4a09-a809-8dabe0d743e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15711 | 2025.01.16 19:58:42.464785 [ 262 ] {8c5feb5c-dd55-4a09-a809-8dabe0d743e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15712 | 2025.01.16 19:58:42.465512 [ 262 ] {8c5feb5c-dd55-4a09-a809-8dabe0d743e1} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15713 | 2025.01.16 19:58:42.465551 [ 262 ] {8c5feb5c-dd55-4a09-a809-8dabe0d743e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15714 | 2025.01.16 19:58:42.465947 [ 262 ] {8c5feb5c-dd55-4a09-a809-8dabe0d743e1} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 15715 | 2025.01.16 19:58:42.466193 [ 262 ] {8c5feb5c-dd55-4a09-a809-8dabe0d743e1} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15716 | 2025.01.16 19:58:42.466406 [ 262 ] {8c5feb5c-dd55-4a09-a809-8dabe0d743e1} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001692 sec., 225768.32151300236 rows/sec., 15.98 MiB/sec. | ||
| 15717 | 2025.01.16 19:58:42.466460 [ 262 ] {8c5feb5c-dd55-4a09-a809-8dabe0d743e1} <Debug> TCPHandler: Processed in 0.001896783 sec. | ||
| 15718 | 2025.01.16 19:58:42.466610 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15719 | 2025.01.16 19:58:42.466749 [ 260 ] {a9f2f3c8-a59b-4c39-b393-9c051610459c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15720 | 2025.01.16 19:58:42.466807 [ 260 ] {a9f2f3c8-a59b-4c39-b393-9c051610459c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15721 | 2025.01.16 19:58:42.467364 [ 260 ] {a9f2f3c8-a59b-4c39-b393-9c051610459c} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15722 | 2025.01.16 19:58:42.467404 [ 260 ] {a9f2f3c8-a59b-4c39-b393-9c051610459c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15723 | 2025.01.16 19:58:42.467782 [ 260 ] {a9f2f3c8-a59b-4c39-b393-9c051610459c} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15724 | 2025.01.16 19:58:42.468019 [ 260 ] {a9f2f3c8-a59b-4c39-b393-9c051610459c} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15725 | 2025.01.16 19:58:42.468223 [ 260 ] {a9f2f3c8-a59b-4c39-b393-9c051610459c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001505 sec., 3986.7109634551493 rows/sec., 208.29 KiB/sec. | ||
| 15726 | 2025.01.16 19:58:42.468276 [ 260 ] {a9f2f3c8-a59b-4c39-b393-9c051610459c} <Debug> TCPHandler: Processed in 0.001735621 sec. | ||
| 15727 | 2025.01.16 19:58:42.468408 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15728 | 2025.01.16 19:58:42.468524 [ 262 ] {2bda4af7-6f66-46fc-a1a8-4bd93c60c1e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15729 | 2025.01.16 19:58:42.468577 [ 262 ] {2bda4af7-6f66-46fc-a1a8-4bd93c60c1e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15730 | 2025.01.16 19:58:42.469161 [ 262 ] {2bda4af7-6f66-46fc-a1a8-4bd93c60c1e2} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15731 | 2025.01.16 19:58:42.469199 [ 262 ] {2bda4af7-6f66-46fc-a1a8-4bd93c60c1e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15732 | 2025.01.16 19:58:42.469592 [ 262 ] {2bda4af7-6f66-46fc-a1a8-4bd93c60c1e2} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 15733 | 2025.01.16 19:58:42.469825 [ 262 ] {2bda4af7-6f66-46fc-a1a8-4bd93c60c1e2} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15734 | 2025.01.16 19:58:42.470000 [ 84 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 6 parts from all_1_127_26 to all_132_132_0 | ||
| 15735 | 2025.01.16 19:58:42.470047 [ 84 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15736 | 2025.01.16 19:58:42.470069 [ 262 ] {2bda4af7-6f66-46fc-a1a8-4bd93c60c1e2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001559 sec., 152020.52597819114 rows/sec., 10.19 MiB/sec. | ||
| 15737 | 2025.01.16 19:58:42.470082 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15738 | 2025.01.16 19:58:42.470227 [ 262 ] {2bda4af7-6f66-46fc-a1a8-4bd93c60c1e2} <Debug> TCPHandler: Processed in 0.001873373 sec. | ||
| 15739 | 2025.01.16 19:58:42.470333 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_132_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_127_26 to all_132_132_0 into Compact with storage Full | ||
| 15740 | 2025.01.16 19:58:42.470415 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15741 | 2025.01.16 19:58:42.470587 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_132_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15742 | 2025.01.16 19:58:42.470662 [ 260 ] {ba36c77d-0dcd-4241-9b21-3b3cc4e663f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15743 | 2025.01.16 19:58:42.470667 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_127_26, total 34769 rows starting from the beginning of the part | ||
| 15744 | 2025.01.16 19:58:42.470768 [ 260 ] {ba36c77d-0dcd-4241-9b21-3b3cc4e663f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15745 | 2025.01.16 19:58:42.471036 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 160 rows starting from the beginning of the part | ||
| 15746 | 2025.01.16 19:58:42.471517 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 928 rows starting from the beginning of the part | ||
| 15747 | 2025.01.16 19:58:42.471891 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 32 rows starting from the beginning of the part | ||
| 15748 | 2025.01.16 19:58:42.472182 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 160 rows starting from the beginning of the part | ||
| 15749 | 2025.01.16 19:58:42.472530 [ 200 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_132_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 237 rows starting from the beginning of the part | ||
| 15750 | 2025.01.16 19:58:42.473271 [ 260 ] {ba36c77d-0dcd-4241-9b21-3b3cc4e663f8} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15751 | 2025.01.16 19:58:42.473342 [ 260 ] {ba36c77d-0dcd-4241-9b21-3b3cc4e663f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15752 | 2025.01.16 19:58:42.474128 [ 260 ] {ba36c77d-0dcd-4241-9b21-3b3cc4e663f8} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 15753 | 2025.01.16 19:58:42.474460 [ 260 ] {ba36c77d-0dcd-4241-9b21-3b3cc4e663f8} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15754 | 2025.01.16 19:58:42.474887 [ 260 ] {ba36c77d-0dcd-4241-9b21-3b3cc4e663f8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004278 sec., 233.7540906965872 rows/sec., 15.75 KiB/sec. | ||
| 15755 | 2025.01.16 19:58:42.475184 [ 260 ] {ba36c77d-0dcd-4241-9b21-3b3cc4e663f8} <Debug> TCPHandler: Processed in 0.004847835 sec. | ||
| 15756 | 2025.01.16 19:58:42.475460 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15757 | 2025.01.16 19:58:42.475812 [ 262 ] {90835854-6193-42ed-9bbc-10cc2375ac20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15758 | 2025.01.16 19:58:42.476004 [ 262 ] {90835854-6193-42ed-9bbc-10cc2375ac20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15759 | 2025.01.16 19:58:42.477270 [ 262 ] {90835854-6193-42ed-9bbc-10cc2375ac20} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15760 | 2025.01.16 19:58:42.477317 [ 262 ] {90835854-6193-42ed-9bbc-10cc2375ac20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15761 | 2025.01.16 19:58:42.477815 [ 262 ] {90835854-6193-42ed-9bbc-10cc2375ac20} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 15762 | 2025.01.16 19:58:42.478069 [ 262 ] {90835854-6193-42ed-9bbc-10cc2375ac20} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15763 | 2025.01.16 19:58:42.478373 [ 262 ] {90835854-6193-42ed-9bbc-10cc2375ac20} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002675 sec., 30654.205607476637 rows/sec., 1.95 MiB/sec. | ||
| 15764 | 2025.01.16 19:58:42.478462 [ 262 ] {90835854-6193-42ed-9bbc-10cc2375ac20} <Debug> TCPHandler: Processed in 0.003152365 sec. | ||
| 15765 | 2025.01.16 19:58:42.482353 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_132_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36286 rows, containing 5 columns (5 merged, 0 gathered) in 0.012143183 sec., 2988178.6348768687 rows/sec., 201.90 MiB/sec. | ||
| 15766 | 2025.01.16 19:58:42.483039 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_132_27} <Trace> MergedBlockOutputStream: filled checksums all_1_132_27 (state Temporary) | ||
| 15767 | 2025.01.16 19:58:42.483599 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_132_27} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_132_27 to all_1_132_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15768 | 2025.01.16 19:58:42.483700 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_132_27} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 6 parts: [all_1_127_26, all_132_132_0] -> all_1_132_27 | ||
| 15769 | 2025.01.16 19:58:42.483812 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 15770 | 2025.01.16 19:58:43.504796 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588 | ||
| 15771 | 2025.01.16 19:58:43.527976 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15772 | 2025.01.16 19:58:43.528031 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15773 | 2025.01.16 19:58:43.536716 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 15774 | 2025.01.16 19:58:43.537544 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15775 | 2025.01.16 19:58:43.541806 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588 | ||
| 15776 | 2025.01.16 19:58:46.108595 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2190 | ||
| 15777 | 2025.01.16 19:58:46.111764 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15778 | 2025.01.16 19:58:46.111824 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15779 | 2025.01.16 19:58:46.113353 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15780 | 2025.01.16 19:58:46.113674 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15781 | 2025.01.16 19:58:46.115277 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2190 | ||
| 15782 | 2025.01.16 19:58:47.063004 [ 217 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15783 | 2025.01.16 19:58:47.063092 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15784 | 2025.01.16 19:58:47.065416 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15785 | 2025.01.16 19:58:47.448001 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15786 | 2025.01.16 19:58:47.448197 [ 260 ] {63971f34-8e1b-40b4-9bf7-c6df705f54af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15787 | 2025.01.16 19:58:47.448274 [ 260 ] {63971f34-8e1b-40b4-9bf7-c6df705f54af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15788 | 2025.01.16 19:58:47.449147 [ 260 ] {63971f34-8e1b-40b4-9bf7-c6df705f54af} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15789 | 2025.01.16 19:58:47.449201 [ 260 ] {63971f34-8e1b-40b4-9bf7-c6df705f54af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15790 | 2025.01.16 19:58:47.449661 [ 260 ] {63971f34-8e1b-40b4-9bf7-c6df705f54af} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 15791 | 2025.01.16 19:58:47.449921 [ 260 ] {63971f34-8e1b-40b4-9bf7-c6df705f54af} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15792 | 2025.01.16 19:58:47.450164 [ 260 ] {63971f34-8e1b-40b4-9bf7-c6df705f54af} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002018 sec., 67393.45887016848 rows/sec., 5.81 MiB/sec. | ||
| 15793 | 2025.01.16 19:58:47.450243 [ 260 ] {63971f34-8e1b-40b4-9bf7-c6df705f54af} <Debug> TCPHandler: Processed in 0.002377101 sec. | ||
| 15794 | 2025.01.16 19:58:47.450275 [ 222 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15795 | 2025.01.16 19:58:47.450322 [ 222 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15796 | 2025.01.16 19:58:47.450503 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15797 | 2025.01.16 19:58:47.450741 [ 262 ] {8ef08313-d6bc-4b00-95cd-c9a99b552d63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15798 | 2025.01.16 19:58:47.450850 [ 262 ] {8ef08313-d6bc-4b00-95cd-c9a99b552d63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15799 | 2025.01.16 19:58:47.452505 [ 262 ] {8ef08313-d6bc-4b00-95cd-c9a99b552d63} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15800 | 2025.01.16 19:58:47.452561 [ 262 ] {8ef08313-d6bc-4b00-95cd-c9a99b552d63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15801 | 2025.01.16 19:58:47.453456 [ 262 ] {8ef08313-d6bc-4b00-95cd-c9a99b552d63} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 15802 | 2025.01.16 19:58:47.453846 [ 222 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15803 | 2025.01.16 19:58:47.454121 [ 262 ] {8ef08313-d6bc-4b00-95cd-c9a99b552d63} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15804 | 2025.01.16 19:58:47.454664 [ 262 ] {8ef08313-d6bc-4b00-95cd-c9a99b552d63} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.003984 sec., 10040.160642570281 rows/sec., 754.97 KiB/sec. | ||
| 15805 | 2025.01.16 19:58:47.454895 [ 262 ] {8ef08313-d6bc-4b00-95cd-c9a99b552d63} <Debug> TCPHandler: Processed in 0.00452989 sec. | ||
| 15806 | 2025.01.16 19:58:47.455131 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15807 | 2025.01.16 19:58:47.455276 [ 260 ] {3468ac27-5c3b-443b-84fb-8aff8a885fbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15808 | 2025.01.16 19:58:47.455338 [ 260 ] {3468ac27-5c3b-443b-84fb-8aff8a885fbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15809 | 2025.01.16 19:58:47.456002 [ 260 ] {3468ac27-5c3b-443b-84fb-8aff8a885fbe} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15810 | 2025.01.16 19:58:47.456045 [ 260 ] {3468ac27-5c3b-443b-84fb-8aff8a885fbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15811 | 2025.01.16 19:58:47.456423 [ 260 ] {3468ac27-5c3b-443b-84fb-8aff8a885fbe} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 15812 | 2025.01.16 19:58:47.456674 [ 260 ] {3468ac27-5c3b-443b-84fb-8aff8a885fbe} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15813 | 2025.01.16 19:58:47.456904 [ 260 ] {3468ac27-5c3b-443b-84fb-8aff8a885fbe} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001657 sec., 62764.03138201569 rows/sec., 4.90 MiB/sec. | ||
| 15814 | 2025.01.16 19:58:47.456945 [ 221 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15815 | 2025.01.16 19:58:47.457001 [ 260 ] {3468ac27-5c3b-443b-84fb-8aff8a885fbe} <Debug> TCPHandler: Processed in 0.001947724 sec. | ||
| 15816 | 2025.01.16 19:58:47.457003 [ 221 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15817 | 2025.01.16 19:58:47.457189 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15818 | 2025.01.16 19:58:47.457319 [ 262 ] {bcd81700-9a99-410d-95da-2fc5d5a3d9c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15819 | 2025.01.16 19:58:47.457387 [ 262 ] {bcd81700-9a99-410d-95da-2fc5d5a3d9c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15820 | 2025.01.16 19:58:47.458235 [ 262 ] {bcd81700-9a99-410d-95da-2fc5d5a3d9c0} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15821 | 2025.01.16 19:58:47.458276 [ 262 ] {bcd81700-9a99-410d-95da-2fc5d5a3d9c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15822 | 2025.01.16 19:58:47.458827 [ 262 ] {bcd81700-9a99-410d-95da-2fc5d5a3d9c0} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 15823 | 2025.01.16 19:58:47.459105 [ 262 ] {bcd81700-9a99-410d-95da-2fc5d5a3d9c0} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15824 | 2025.01.16 19:58:47.459376 [ 262 ] {bcd81700-9a99-410d-95da-2fc5d5a3d9c0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002094 sec., 76408.78701050622 rows/sec., 5.32 MiB/sec. | ||
| 15825 | 2025.01.16 19:58:47.459433 [ 262 ] {bcd81700-9a99-410d-95da-2fc5d5a3d9c0} <Debug> TCPHandler: Processed in 0.002307691 sec. | ||
| 15826 | 2025.01.16 19:58:47.459617 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15827 | 2025.01.16 19:58:47.459670 [ 221 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15828 | 2025.01.16 19:58:47.459941 [ 260 ] {05037446-826a-44e7-8a6f-6e4c3693af0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15829 | 2025.01.16 19:58:47.460170 [ 260 ] {05037446-826a-44e7-8a6f-6e4c3693af0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15830 | 2025.01.16 19:58:47.462684 [ 260 ] {05037446-826a-44e7-8a6f-6e4c3693af0a} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15831 | 2025.01.16 19:58:47.462727 [ 260 ] {05037446-826a-44e7-8a6f-6e4c3693af0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15832 | 2025.01.16 19:58:47.463429 [ 260 ] {05037446-826a-44e7-8a6f-6e4c3693af0a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 15833 | 2025.01.16 19:58:47.463688 [ 260 ] {05037446-826a-44e7-8a6f-6e4c3693af0a} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15834 | 2025.01.16 19:58:47.463930 [ 260 ] {05037446-826a-44e7-8a6f-6e4c3693af0a} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.004104 sec., 9746.588693957116 rows/sec., 17.47 MiB/sec. | ||
| 15835 | 2025.01.16 19:58:47.464065 [ 260 ] {05037446-826a-44e7-8a6f-6e4c3693af0a} <Debug> TCPHandler: Processed in 0.00454402 sec. | ||
| 15836 | 2025.01.16 19:58:47.464229 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15837 | 2025.01.16 19:58:47.464356 [ 262 ] {3d952ba6-cbb7-4b79-b691-97e3b9e2aa2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15838 | 2025.01.16 19:58:47.464410 [ 262 ] {3d952ba6-cbb7-4b79-b691-97e3b9e2aa2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15839 | 2025.01.16 19:58:47.464938 [ 262 ] {3d952ba6-cbb7-4b79-b691-97e3b9e2aa2a} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15840 | 2025.01.16 19:58:47.464976 [ 262 ] {3d952ba6-cbb7-4b79-b691-97e3b9e2aa2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15841 | 2025.01.16 19:58:47.465351 [ 262 ] {3d952ba6-cbb7-4b79-b691-97e3b9e2aa2a} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 15842 | 2025.01.16 19:58:47.465594 [ 262 ] {3d952ba6-cbb7-4b79-b691-97e3b9e2aa2a} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15843 | 2025.01.16 19:58:47.465776 [ 262 ] {3d952ba6-cbb7-4b79-b691-97e3b9e2aa2a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001451 sec., 41350.79255685734 rows/sec., 2.79 MiB/sec. | ||
| 15844 | 2025.01.16 19:58:47.465831 [ 262 ] {3d952ba6-cbb7-4b79-b691-97e3b9e2aa2a} <Debug> TCPHandler: Processed in 0.001665809 sec. | ||
| 15845 | 2025.01.16 19:58:48.401409 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36234 | ||
| 15846 | 2025.01.16 19:58:48.402557 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15847 | 2025.01.16 19:58:48.402656 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15848 | 2025.01.16 19:58:48.403362 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 15849 | 2025.01.16 19:58:48.403627 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15850 | 2025.01.16 19:58:48.403896 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234 | ||
| 15851 | 2025.01.16 19:58:48.408217 [ 224 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15852 | 2025.01.16 19:58:48.408307 [ 224 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15853 | 2025.01.16 19:58:48.410309 [ 224 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15854 | 2025.01.16 19:58:48.533635 [ 220 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15855 | 2025.01.16 19:58:48.533699 [ 220 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15856 | 2025.01.16 19:58:48.535878 [ 220 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15857 | 2025.01.16 19:58:51.041950 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596 | ||
| 15858 | 2025.01.16 19:58:51.065426 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15859 | 2025.01.16 19:58:51.065489 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15860 | 2025.01.16 19:58:51.073128 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 15861 | 2025.01.16 19:58:51.074001 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15862 | 2025.01.16 19:58:51.078373 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596 | ||
| 15863 | 2025.01.16 19:58:52.450439 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15864 | 2025.01.16 19:58:52.450636 [ 260 ] {5c594c19-6102-4b15-98e7-5cf9e69f4e93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15865 | 2025.01.16 19:58:52.450724 [ 260 ] {5c594c19-6102-4b15-98e7-5cf9e69f4e93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15866 | 2025.01.16 19:58:52.451512 [ 260 ] {5c594c19-6102-4b15-98e7-5cf9e69f4e93} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15867 | 2025.01.16 19:58:52.451562 [ 260 ] {5c594c19-6102-4b15-98e7-5cf9e69f4e93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15868 | 2025.01.16 19:58:52.451994 [ 260 ] {5c594c19-6102-4b15-98e7-5cf9e69f4e93} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 15869 | 2025.01.16 19:58:52.452246 [ 260 ] {5c594c19-6102-4b15-98e7-5cf9e69f4e93} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15870 | 2025.01.16 19:58:52.452476 [ 260 ] {5c594c19-6102-4b15-98e7-5cf9e69f4e93} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001892 sec., 7399.577167019027 rows/sec., 532.67 KiB/sec. | ||
| 15871 | 2025.01.16 19:58:52.452593 [ 260 ] {5c594c19-6102-4b15-98e7-5cf9e69f4e93} <Debug> TCPHandler: Processed in 0.00228839 sec. | ||
| 15872 | 2025.01.16 19:58:52.452872 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15873 | 2025.01.16 19:58:52.453054 [ 262 ] {81679059-4a56-4219-9ba1-ae4d5766461d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15874 | 2025.01.16 19:58:52.453124 [ 262 ] {81679059-4a56-4219-9ba1-ae4d5766461d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15875 | 2025.01.16 19:58:52.453998 [ 262 ] {81679059-4a56-4219-9ba1-ae4d5766461d} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15876 | 2025.01.16 19:58:52.454044 [ 262 ] {81679059-4a56-4219-9ba1-ae4d5766461d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15877 | 2025.01.16 19:58:52.454496 [ 262 ] {81679059-4a56-4219-9ba1-ae4d5766461d} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15878 | 2025.01.16 19:58:52.454749 [ 262 ] {81679059-4a56-4219-9ba1-ae4d5766461d} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15879 | 2025.01.16 19:58:52.454979 [ 262 ] {81679059-4a56-4219-9ba1-ae4d5766461d} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001978 sec., 102628.91809908998 rows/sec., 8.88 MiB/sec. | ||
| 15880 | 2025.01.16 19:58:52.455037 [ 262 ] {81679059-4a56-4219-9ba1-ae4d5766461d} <Debug> TCPHandler: Processed in 0.002319901 sec. | ||
| 15881 | 2025.01.16 19:58:52.455221 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15882 | 2025.01.16 19:58:52.455346 [ 260 ] {159dcd56-8bb9-4309-bca9-5f6a3fb8ed9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15883 | 2025.01.16 19:58:52.455396 [ 260 ] {159dcd56-8bb9-4309-bca9-5f6a3fb8ed9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15884 | 2025.01.16 19:58:52.456030 [ 260 ] {159dcd56-8bb9-4309-bca9-5f6a3fb8ed9b} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15885 | 2025.01.16 19:58:52.456070 [ 260 ] {159dcd56-8bb9-4309-bca9-5f6a3fb8ed9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15886 | 2025.01.16 19:58:52.456453 [ 260 ] {159dcd56-8bb9-4309-bca9-5f6a3fb8ed9b} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 15887 | 2025.01.16 19:58:52.456712 [ 260 ] {159dcd56-8bb9-4309-bca9-5f6a3fb8ed9b} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15888 | 2025.01.16 19:58:52.456955 [ 260 ] {159dcd56-8bb9-4309-bca9-5f6a3fb8ed9b} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001624 sec., 4310.3448275862065 rows/sec., 280.82 KiB/sec. | ||
| 15889 | 2025.01.16 19:58:52.457049 [ 260 ] {159dcd56-8bb9-4309-bca9-5f6a3fb8ed9b} <Debug> TCPHandler: Processed in 0.001894023 sec. | ||
| 15890 | 2025.01.16 19:58:52.457242 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15891 | 2025.01.16 19:58:52.457377 [ 262 ] {6e802bf4-61e1-46f5-b661-c673399cc011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15892 | 2025.01.16 19:58:52.457427 [ 262 ] {6e802bf4-61e1-46f5-b661-c673399cc011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15893 | 2025.01.16 19:58:52.458008 [ 262 ] {6e802bf4-61e1-46f5-b661-c673399cc011} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15894 | 2025.01.16 19:58:52.458047 [ 262 ] {6e802bf4-61e1-46f5-b661-c673399cc011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15895 | 2025.01.16 19:58:52.458408 [ 262 ] {6e802bf4-61e1-46f5-b661-c673399cc011} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 15896 | 2025.01.16 19:58:52.458650 [ 262 ] {6e802bf4-61e1-46f5-b661-c673399cc011} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15897 | 2025.01.16 19:58:52.458836 [ 132 ] {} <Debug> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d) (MergerMutator): Selected 6 parts from all_1_52_11 to all_57_57_0 | ||
| 15898 | 2025.01.16 19:58:52.458894 [ 262 ] {6e802bf4-61e1-46f5-b661-c673399cc011} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001542 sec., 9079.11802853437 rows/sec., 635.84 KiB/sec. | ||
| 15899 | 2025.01.16 19:58:52.458920 [ 132 ] {} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15900 | 2025.01.16 19:58:52.458983 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15901 | 2025.01.16 19:58:52.459015 [ 262 ] {6e802bf4-61e1-46f5-b661-c673399cc011} <Debug> TCPHandler: Processed in 0.001846862 sec. | ||
| 15902 | 2025.01.16 19:58:52.459294 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15903 | 2025.01.16 19:58:52.459443 [ 190 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_57_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_52_11 to all_57_57_0 into Compact with storage Full | ||
| 15904 | 2025.01.16 19:58:52.459751 [ 260 ] {764b17ee-3cb3-4f24-9743-b24c218c09b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15905 | 2025.01.16 19:58:52.459936 [ 260 ] {764b17ee-3cb3-4f24-9743-b24c218c09b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15906 | 2025.01.16 19:58:52.460023 [ 190 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_57_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15907 | 2025.01.16 19:58:52.460172 [ 190 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_52_11, total 243 rows starting from the beginning of the part | ||
| 15908 | 2025.01.16 19:58:52.460727 [ 190 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part | ||
| 15909 | 2025.01.16 19:58:52.460944 [ 190 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part | ||
| 15910 | 2025.01.16 19:58:52.461336 [ 190 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 242 rows starting from the beginning of the part | ||
| 15911 | 2025.01.16 19:58:52.461562 [ 190 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part | ||
| 15912 | 2025.01.16 19:58:52.461777 [ 190 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 14 rows starting from the beginning of the part | ||
| 15913 | 2025.01.16 19:58:52.462409 [ 260 ] {764b17ee-3cb3-4f24-9743-b24c218c09b3} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15914 | 2025.01.16 19:58:52.462453 [ 260 ] {764b17ee-3cb3-4f24-9743-b24c218c09b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15915 | 2025.01.16 19:58:52.463034 [ 260 ] {764b17ee-3cb3-4f24-9743-b24c218c09b3} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 15916 | 2025.01.16 19:58:52.463418 [ 195 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_57_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.004311176 sec., 125487.80193617704 rows/sec., 8.99 MiB/sec. | ||
| 15917 | 2025.01.16 19:58:52.463440 [ 260 ] {764b17ee-3cb3-4f24-9743-b24c218c09b3} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15918 | 2025.01.16 19:58:52.463753 [ 195 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_57_12} <Trace> MergedBlockOutputStream: filled checksums all_1_57_12 (state Temporary) | ||
| 15919 | 2025.01.16 19:58:52.463938 [ 260 ] {764b17ee-3cb3-4f24-9743-b24c218c09b3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00432 sec., 3009.259259259259 rows/sec., 187.63 KiB/sec. | ||
| 15920 | 2025.01.16 19:58:52.464066 [ 260 ] {764b17ee-3cb3-4f24-9743-b24c218c09b3} <Debug> TCPHandler: Processed in 0.004941826 sec. | ||
| 15921 | 2025.01.16 19:58:52.464267 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15922 | 2025.01.16 19:58:52.464352 [ 195 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_57_12} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_merge_all_1_57_12 to all_1_57_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15923 | 2025.01.16 19:58:52.464484 [ 262 ] {11ca21b2-cbdd-45de-bc54-3de5f1f64b81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15924 | 2025.01.16 19:58:52.464535 [ 195 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_57_12} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d) (MergerMutator): Merged 6 parts: [all_1_52_11, all_57_57_0] -> all_1_57_12 | ||
| 15925 | 2025.01.16 19:58:52.464561 [ 262 ] {11ca21b2-cbdd-45de-bc54-3de5f1f64b81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15926 | 2025.01.16 19:58:52.464743 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 15927 | 2025.01.16 19:58:52.465412 [ 262 ] {11ca21b2-cbdd-45de-bc54-3de5f1f64b81} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15928 | 2025.01.16 19:58:52.465456 [ 262 ] {11ca21b2-cbdd-45de-bc54-3de5f1f64b81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15929 | 2025.01.16 19:58:52.465851 [ 262 ] {11ca21b2-cbdd-45de-bc54-3de5f1f64b81} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15930 | 2025.01.16 19:58:52.466100 [ 262 ] {11ca21b2-cbdd-45de-bc54-3de5f1f64b81} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15931 | 2025.01.16 19:58:52.466301 [ 262 ] {11ca21b2-cbdd-45de-bc54-3de5f1f64b81} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.0019 sec., 201052.63157894736 rows/sec., 14.23 MiB/sec. | ||
| 15932 | 2025.01.16 19:58:52.466356 [ 262 ] {11ca21b2-cbdd-45de-bc54-3de5f1f64b81} <Debug> TCPHandler: Processed in 0.002178548 sec. | ||
| 15933 | 2025.01.16 19:58:52.466507 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15934 | 2025.01.16 19:58:52.466630 [ 260 ] {1584c9cc-4f8e-4c2b-a2ab-37d2a9fef162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15935 | 2025.01.16 19:58:52.466681 [ 260 ] {1584c9cc-4f8e-4c2b-a2ab-37d2a9fef162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15936 | 2025.01.16 19:58:52.467170 [ 260 ] {1584c9cc-4f8e-4c2b-a2ab-37d2a9fef162} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15937 | 2025.01.16 19:58:52.467210 [ 260 ] {1584c9cc-4f8e-4c2b-a2ab-37d2a9fef162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15938 | 2025.01.16 19:58:52.467582 [ 260 ] {1584c9cc-4f8e-4c2b-a2ab-37d2a9fef162} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 15939 | 2025.01.16 19:58:52.467818 [ 260 ] {1584c9cc-4f8e-4c2b-a2ab-37d2a9fef162} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15940 | 2025.01.16 19:58:52.468047 [ 260 ] {1584c9cc-4f8e-4c2b-a2ab-37d2a9fef162} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001442 sec., 4160.887656033287 rows/sec., 217.39 KiB/sec. | ||
| 15941 | 2025.01.16 19:58:52.468103 [ 260 ] {1584c9cc-4f8e-4c2b-a2ab-37d2a9fef162} <Debug> TCPHandler: Processed in 0.001654469 sec. | ||
| 15942 | 2025.01.16 19:58:52.468262 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15943 | 2025.01.16 19:58:52.468380 [ 262 ] {7d8cc098-e563-415e-922d-90564a78464c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15944 | 2025.01.16 19:58:52.468433 [ 262 ] {7d8cc098-e563-415e-922d-90564a78464c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15945 | 2025.01.16 19:58:52.469020 [ 262 ] {7d8cc098-e563-415e-922d-90564a78464c} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15946 | 2025.01.16 19:58:52.469058 [ 262 ] {7d8cc098-e563-415e-922d-90564a78464c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15947 | 2025.01.16 19:58:52.469476 [ 262 ] {7d8cc098-e563-415e-922d-90564a78464c} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15948 | 2025.01.16 19:58:52.469727 [ 262 ] {7d8cc098-e563-415e-922d-90564a78464c} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15949 | 2025.01.16 19:58:52.469947 [ 262 ] {7d8cc098-e563-415e-922d-90564a78464c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001593 sec., 148775.8945386064 rows/sec., 9.97 MiB/sec. | ||
| 15950 | 2025.01.16 19:58:52.470008 [ 262 ] {7d8cc098-e563-415e-922d-90564a78464c} <Debug> TCPHandler: Processed in 0.001804681 sec. | ||
| 15951 | 2025.01.16 19:58:52.470158 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15952 | 2025.01.16 19:58:52.470278 [ 260 ] {8d53eb67-e8e8-4e61-ac4c-9f8d91dc56c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15953 | 2025.01.16 19:58:52.470329 [ 260 ] {8d53eb67-e8e8-4e61-ac4c-9f8d91dc56c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15954 | 2025.01.16 19:58:52.470809 [ 260 ] {8d53eb67-e8e8-4e61-ac4c-9f8d91dc56c3} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15955 | 2025.01.16 19:58:52.470848 [ 260 ] {8d53eb67-e8e8-4e61-ac4c-9f8d91dc56c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15956 | 2025.01.16 19:58:52.471248 [ 260 ] {8d53eb67-e8e8-4e61-ac4c-9f8d91dc56c3} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 15957 | 2025.01.16 19:58:52.471489 [ 260 ] {8d53eb67-e8e8-4e61-ac4c-9f8d91dc56c3} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15958 | 2025.01.16 19:58:52.471714 [ 260 ] {8d53eb67-e8e8-4e61-ac4c-9f8d91dc56c3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001455 sec., 687.2852233676977 rows/sec., 46.31 KiB/sec. | ||
| 15959 | 2025.01.16 19:58:52.471806 [ 260 ] {8d53eb67-e8e8-4e61-ac4c-9f8d91dc56c3} <Debug> TCPHandler: Processed in 0.00170283 sec. | ||
| 15960 | 2025.01.16 19:58:52.472026 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15961 | 2025.01.16 19:58:52.472147 [ 262 ] {d6aa3ba5-6ae0-41fe-8336-aa6d285b8f58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15962 | 2025.01.16 19:58:52.472197 [ 262 ] {d6aa3ba5-6ae0-41fe-8336-aa6d285b8f58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15963 | 2025.01.16 19:58:52.472676 [ 262 ] {d6aa3ba5-6ae0-41fe-8336-aa6d285b8f58} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15964 | 2025.01.16 19:58:52.472713 [ 262 ] {d6aa3ba5-6ae0-41fe-8336-aa6d285b8f58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 15965 | 2025.01.16 19:58:52.473083 [ 262 ] {d6aa3ba5-6ae0-41fe-8336-aa6d285b8f58} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15966 | 2025.01.16 19:58:52.473322 [ 262 ] {d6aa3ba5-6ae0-41fe-8336-aa6d285b8f58} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15967 | 2025.01.16 19:58:52.473496 [ 262 ] {d6aa3ba5-6ae0-41fe-8336-aa6d285b8f58} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001373 sec., 59723.233794610336 rows/sec., 3.79 MiB/sec. | ||
| 15968 | 2025.01.16 19:58:52.473545 [ 262 ] {d6aa3ba5-6ae0-41fe-8336-aa6d285b8f58} <Debug> TCPHandler: Processed in 0.001628488 sec. | ||
| 15969 | 2025.01.16 19:58:55.623178 [ 225 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15970 | 2025.01.16 19:58:55.623246 [ 225 ] {} <Debug> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15971 | 2025.01.16 19:58:55.625202 [ 225 ] {} <Debug> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15972 | 2025.01.16 19:58:55.663104 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15973 | 2025.01.16 19:58:55.663163 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15974 | 2025.01.16 19:58:55.904125 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36661 | ||
| 15975 | 2025.01.16 19:58:55.905156 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15976 | 2025.01.16 19:58:55.905197 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 15977 | 2025.01.16 19:58:55.905734 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15978 | 2025.01.16 19:58:55.905984 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15979 | 2025.01.16 19:58:55.906226 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661 | ||
| 15980 | 2025.01.16 19:58:56.001759 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001223041 sec. | ||
| 15981 | 2025.01.16 19:58:56.099528 [ 225 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15982 | 2025.01.16 19:58:56.099588 [ 225 ] {} <Debug> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15983 | 2025.01.16 19:58:56.101599 [ 225 ] {} <Debug> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15984 | 2025.01.16 19:58:56.115588 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2222 | ||
| 15985 | 2025.01.16 19:58:56.118966 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15986 | 2025.01.16 19:58:56.119032 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 15987 | 2025.01.16 19:58:56.120624 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15988 | 2025.01.16 19:58:56.120948 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15989 | 2025.01.16 19:58:56.121288 [ 223 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15990 | 2025.01.16 19:58:56.121360 [ 223 ] {} <Debug> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15991 | 2025.01.16 19:58:56.122356 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2222 | ||
| 15992 | 2025.01.16 19:58:56.123858 [ 223 ] {} <Debug> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15993 | 2025.01.16 19:58:57.000188 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.06 MiB, peak 284.81 MiB, free memory in arenas 0.00 B, will set to 270.06 MiB (RSS), difference: 4.00 MiB | ||
| 15994 | 2025.01.16 19:58:57.448562 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15995 | 2025.01.16 19:58:57.448760 [ 260 ] {026c8b20-0f18-4d5e-be39-1f6116f7d388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15996 | 2025.01.16 19:58:57.448836 [ 260 ] {026c8b20-0f18-4d5e-be39-1f6116f7d388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15997 | 2025.01.16 19:58:57.449654 [ 260 ] {026c8b20-0f18-4d5e-be39-1f6116f7d388} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15998 | 2025.01.16 19:58:57.449709 [ 260 ] {026c8b20-0f18-4d5e-be39-1f6116f7d388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 15999 | 2025.01.16 19:58:57.450170 [ 260 ] {026c8b20-0f18-4d5e-be39-1f6116f7d388} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 16000 | 2025.01.16 19:58:57.450437 [ 260 ] {026c8b20-0f18-4d5e-be39-1f6116f7d388} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16001 | 2025.01.16 19:58:57.450691 [ 260 ] {026c8b20-0f18-4d5e-be39-1f6116f7d388} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.001986 sec., 68479.35548841894 rows/sec., 5.91 MiB/sec. | ||
| 16002 | 2025.01.16 19:58:57.450761 [ 260 ] {026c8b20-0f18-4d5e-be39-1f6116f7d388} <Debug> TCPHandler: Processed in 0.00233109 sec. | ||
| 16003 | 2025.01.16 19:58:57.451000 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16004 | 2025.01.16 19:58:57.451204 [ 262 ] {40f3d94f-2264-4205-80e3-786bdd499be7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16005 | 2025.01.16 19:58:57.451277 [ 262 ] {40f3d94f-2264-4205-80e3-786bdd499be7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16006 | 2025.01.16 19:58:57.452045 [ 262 ] {40f3d94f-2264-4205-80e3-786bdd499be7} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16007 | 2025.01.16 19:58:57.452097 [ 262 ] {40f3d94f-2264-4205-80e3-786bdd499be7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16008 | 2025.01.16 19:58:57.452542 [ 262 ] {40f3d94f-2264-4205-80e3-786bdd499be7} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 16009 | 2025.01.16 19:58:57.452800 [ 262 ] {40f3d94f-2264-4205-80e3-786bdd499be7} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16010 | 2025.01.16 19:58:57.453053 [ 262 ] {40f3d94f-2264-4205-80e3-786bdd499be7} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001903 sec., 21019.442984760903 rows/sec., 1.54 MiB/sec. | ||
| 16011 | 2025.01.16 19:58:57.453143 [ 262 ] {40f3d94f-2264-4205-80e3-786bdd499be7} <Debug> TCPHandler: Processed in 0.00227852 sec. | ||
| 16012 | 2025.01.16 19:58:57.453329 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16013 | 2025.01.16 19:58:57.453510 [ 260 ] {9e6f0387-b648-4f31-bb92-0157e4bbc8a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16014 | 2025.01.16 19:58:57.453571 [ 260 ] {9e6f0387-b648-4f31-bb92-0157e4bbc8a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16015 | 2025.01.16 19:58:57.454251 [ 260 ] {9e6f0387-b648-4f31-bb92-0157e4bbc8a7} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16016 | 2025.01.16 19:58:57.454292 [ 260 ] {9e6f0387-b648-4f31-bb92-0157e4bbc8a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16017 | 2025.01.16 19:58:57.454685 [ 260 ] {9e6f0387-b648-4f31-bb92-0157e4bbc8a7} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 16018 | 2025.01.16 19:58:57.454942 [ 260 ] {9e6f0387-b648-4f31-bb92-0157e4bbc8a7} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16019 | 2025.01.16 19:58:57.455163 [ 260 ] {9e6f0387-b648-4f31-bb92-0157e4bbc8a7} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001693 sec., 61429.41523922032 rows/sec., 4.80 MiB/sec. | ||
| 16020 | 2025.01.16 19:58:57.455216 [ 260 ] {9e6f0387-b648-4f31-bb92-0157e4bbc8a7} <Debug> TCPHandler: Processed in 0.001981395 sec. | ||
| 16021 | 2025.01.16 19:58:57.455366 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16022 | 2025.01.16 19:58:57.455509 [ 262 ] {b9fc0c0e-95f3-4438-a3d3-f604ee1eecc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16023 | 2025.01.16 19:58:57.455572 [ 262 ] {b9fc0c0e-95f3-4438-a3d3-f604ee1eecc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16024 | 2025.01.16 19:58:57.456210 [ 262 ] {b9fc0c0e-95f3-4438-a3d3-f604ee1eecc4} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16025 | 2025.01.16 19:58:57.456249 [ 262 ] {b9fc0c0e-95f3-4438-a3d3-f604ee1eecc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16026 | 2025.01.16 19:58:57.456649 [ 262 ] {b9fc0c0e-95f3-4438-a3d3-f604ee1eecc4} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 16027 | 2025.01.16 19:58:57.456906 [ 262 ] {b9fc0c0e-95f3-4438-a3d3-f604ee1eecc4} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16028 | 2025.01.16 19:58:57.457124 [ 262 ] {b9fc0c0e-95f3-4438-a3d3-f604ee1eecc4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001649 sec., 97028.50212249848 rows/sec., 6.76 MiB/sec. | ||
| 16029 | 2025.01.16 19:58:57.457176 [ 262 ] {b9fc0c0e-95f3-4438-a3d3-f604ee1eecc4} <Debug> TCPHandler: Processed in 0.001881473 sec. | ||
| 16030 | 2025.01.16 19:58:57.457306 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16031 | 2025.01.16 19:58:57.457426 [ 260 ] {90388f68-91af-4685-ad85-e3d2c560110f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16032 | 2025.01.16 19:58:57.457505 [ 260 ] {90388f68-91af-4685-ad85-e3d2c560110f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16033 | 2025.01.16 19:58:57.458700 [ 260 ] {90388f68-91af-4685-ad85-e3d2c560110f} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16034 | 2025.01.16 19:58:57.458742 [ 260 ] {90388f68-91af-4685-ad85-e3d2c560110f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16035 | 2025.01.16 19:58:57.459430 [ 260 ] {90388f68-91af-4685-ad85-e3d2c560110f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16036 | 2025.01.16 19:58:57.459691 [ 260 ] {90388f68-91af-4685-ad85-e3d2c560110f} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16037 | 2025.01.16 19:58:57.459918 [ 260 ] {90388f68-91af-4685-ad85-e3d2c560110f} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002517 sec., 15891.934843067143 rows/sec., 28.48 MiB/sec. | ||
| 16038 | 2025.01.16 19:58:57.460041 [ 260 ] {90388f68-91af-4685-ad85-e3d2c560110f} <Debug> TCPHandler: Processed in 0.002792549 sec. | ||
| 16039 | 2025.01.16 19:58:57.460195 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16040 | 2025.01.16 19:58:57.460312 [ 262 ] {7f6494ad-774f-4807-b89a-497eb2b2da43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16041 | 2025.01.16 19:58:57.460362 [ 262 ] {7f6494ad-774f-4807-b89a-497eb2b2da43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16042 | 2025.01.16 19:58:57.460861 [ 262 ] {7f6494ad-774f-4807-b89a-497eb2b2da43} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16043 | 2025.01.16 19:58:57.460900 [ 262 ] {7f6494ad-774f-4807-b89a-497eb2b2da43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16044 | 2025.01.16 19:58:57.461270 [ 262 ] {7f6494ad-774f-4807-b89a-497eb2b2da43} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 16045 | 2025.01.16 19:58:57.461515 [ 262 ] {7f6494ad-774f-4807-b89a-497eb2b2da43} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16046 | 2025.01.16 19:58:57.461742 [ 262 ] {7f6494ad-774f-4807-b89a-497eb2b2da43} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001451 sec., 41350.79255685734 rows/sec., 2.79 MiB/sec. | ||
| 16047 | 2025.01.16 19:58:57.461795 [ 262 ] {7f6494ad-774f-4807-b89a-497eb2b2da43} <Debug> TCPHandler: Processed in 0.001672129 sec. | ||
| 16048 | 2025.01.16 19:58:58.578526 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603 | ||
| 16049 | 2025.01.16 19:58:58.601242 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16050 | 2025.01.16 19:58:58.601295 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16051 | 2025.01.16 19:58:58.608891 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 16052 | 2025.01.16 19:58:58.609687 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16053 | 2025.01.16 19:58:58.613283 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603 | ||
| 16054 | 2025.01.16 19:59:00.239467 [ 220 ] {} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16055 | 2025.01.16 19:59:00.239527 [ 220 ] {} <Debug> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16056 | 2025.01.16 19:59:00.241258 [ 220 ] {} <Debug> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16057 | 2025.01.16 19:59:00.726341 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16058 | 2025.01.16 19:59:00.726533 [ 260 ] {fce04062-bf0e-4e02-87bd-c5577a308957} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16059 | 2025.01.16 19:59:00.726605 [ 260 ] {fce04062-bf0e-4e02-87bd-c5577a308957} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16060 | 2025.01.16 19:59:00.727404 [ 260 ] {fce04062-bf0e-4e02-87bd-c5577a308957} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16061 | 2025.01.16 19:59:00.727450 [ 260 ] {fce04062-bf0e-4e02-87bd-c5577a308957} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16062 | 2025.01.16 19:59:00.727895 [ 260 ] {fce04062-bf0e-4e02-87bd-c5577a308957} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16063 | 2025.01.16 19:59:00.728160 [ 260 ] {fce04062-bf0e-4e02-87bd-c5577a308957} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16064 | 2025.01.16 19:59:00.728317 [ 142 ] {} <Debug> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 16065 | 2025.01.16 19:59:00.728358 [ 142 ] {} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16066 | 2025.01.16 19:59:00.728374 [ 260 ] {fce04062-bf0e-4e02-87bd-c5577a308957} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001895 sec., 7387.862796833773 rows/sec., 531.83 KiB/sec. | ||
| 16067 | 2025.01.16 19:59:00.728382 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16068 | 2025.01.16 19:59:00.728543 [ 260 ] {fce04062-bf0e-4e02-87bd-c5577a308957} <Debug> TCPHandler: Processed in 0.002330421 sec. | ||
| 16069 | 2025.01.16 19:59:00.728568 [ 223 ] {} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16070 | 2025.01.16 19:59:00.728660 [ 223 ] {} <Debug> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16071 | 2025.01.16 19:59:00.728679 [ 191 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
| 16072 | 2025.01.16 19:59:00.728967 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16073 | 2025.01.16 19:59:00.729014 [ 191 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16074 | 2025.01.16 19:59:00.729079 [ 191 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 14 rows starting from the beginning of the part | ||
| 16075 | 2025.01.16 19:59:00.729413 [ 262 ] {ab4270ba-d5e6-48b6-b417-44108fc7cf69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16076 | 2025.01.16 19:59:00.729474 [ 191 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part | ||
| 16077 | 2025.01.16 19:59:00.729691 [ 262 ] {ab4270ba-d5e6-48b6-b417-44108fc7cf69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16078 | 2025.01.16 19:59:00.730050 [ 191 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part | ||
| 16079 | 2025.01.16 19:59:00.730603 [ 191 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part | ||
| 16080 | 2025.01.16 19:59:00.731022 [ 191 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 14 rows starting from the beginning of the part | ||
| 16081 | 2025.01.16 19:59:00.734306 [ 262 ] {ab4270ba-d5e6-48b6-b417-44108fc7cf69} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16082 | 2025.01.16 19:59:00.734401 [ 262 ] {ab4270ba-d5e6-48b6-b417-44108fc7cf69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16083 | 2025.01.16 19:59:00.735075 [ 191 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.006567656 sec., 10658.29269986126 rows/sec., 808.89 KiB/sec. | ||
| 16084 | 2025.01.16 19:59:00.735267 [ 223 ] {} <Debug> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16085 | 2025.01.16 19:59:00.735321 [ 191 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 16086 | 2025.01.16 19:59:00.736261 [ 262 ] {ab4270ba-d5e6-48b6-b417-44108fc7cf69} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 16087 | 2025.01.16 19:59:00.736282 [ 191 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_57_14} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16088 | 2025.01.16 19:59:00.736550 [ 191 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_57_14} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 16089 | 2025.01.16 19:59:00.736751 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16090 | 2025.01.16 19:59:00.736874 [ 262 ] {ab4270ba-d5e6-48b6-b417-44108fc7cf69} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16091 | 2025.01.16 19:59:00.737155 [ 262 ] {ab4270ba-d5e6-48b6-b417-44108fc7cf69} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00796 sec., 251.25628140703517 rows/sec., 20.49 KiB/sec. | ||
| 16092 | 2025.01.16 19:59:00.737332 [ 262 ] {ab4270ba-d5e6-48b6-b417-44108fc7cf69} <Debug> TCPHandler: Processed in 0.008622391 sec. | ||
| 16093 | 2025.01.16 19:59:00.737549 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16094 | 2025.01.16 19:59:00.737679 [ 260 ] {36d45855-e01c-40a4-bdbc-24a9a8ac3635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16095 | 2025.01.16 19:59:00.737735 [ 260 ] {36d45855-e01c-40a4-bdbc-24a9a8ac3635} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16096 | 2025.01.16 19:59:00.739078 [ 260 ] {36d45855-e01c-40a4-bdbc-24a9a8ac3635} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16097 | 2025.01.16 19:59:00.739119 [ 260 ] {36d45855-e01c-40a4-bdbc-24a9a8ac3635} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16098 | 2025.01.16 19:59:00.739602 [ 260 ] {36d45855-e01c-40a4-bdbc-24a9a8ac3635} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 16099 | 2025.01.16 19:59:00.739859 [ 260 ] {36d45855-e01c-40a4-bdbc-24a9a8ac3635} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16100 | 2025.01.16 19:59:00.740011 [ 142 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 16101 | 2025.01.16 19:59:00.740052 [ 142 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16102 | 2025.01.16 19:59:00.740060 [ 260 ] {36d45855-e01c-40a4-bdbc-24a9a8ac3635} <Debug> executeQuery: Read 1344 rows, 114.63 KiB in 0.00241 sec., 557676.3485477179 rows/sec., 46.45 MiB/sec. | ||
| 16103 | 2025.01.16 19:59:00.740082 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16104 | 2025.01.16 19:59:00.740164 [ 260 ] {36d45855-e01c-40a4-bdbc-24a9a8ac3635} <Debug> TCPHandler: Processed in 0.002701947 sec. | ||
| 16105 | 2025.01.16 19:59:00.740247 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 16106 | 2025.01.16 19:59:00.740346 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16107 | 2025.01.16 19:59:00.740410 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16108 | 2025.01.16 19:59:00.740493 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1434 rows starting from the beginning of the part | ||
| 16109 | 2025.01.16 19:59:00.740567 [ 262 ] {f4e59f22-f79f-4474-90e2-8c12fa781185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16110 | 2025.01.16 19:59:00.740755 [ 262 ] {f4e59f22-f79f-4474-90e2-8c12fa781185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16111 | 2025.01.16 19:59:00.740815 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 203 rows starting from the beginning of the part | ||
| 16112 | 2025.01.16 19:59:00.741242 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 136 rows starting from the beginning of the part | ||
| 16113 | 2025.01.16 19:59:00.741530 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 203 rows starting from the beginning of the part | ||
| 16114 | 2025.01.16 19:59:00.741853 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 136 rows starting from the beginning of the part | ||
| 16115 | 2025.01.16 19:59:00.742255 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 1344 rows starting from the beginning of the part | ||
| 16116 | 2025.01.16 19:59:00.743751 [ 262 ] {f4e59f22-f79f-4474-90e2-8c12fa781185} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16117 | 2025.01.16 19:59:00.743818 [ 262 ] {f4e59f22-f79f-4474-90e2-8c12fa781185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16118 | 2025.01.16 19:59:00.744845 [ 262 ] {f4e59f22-f79f-4474-90e2-8c12fa781185} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 16119 | 2025.01.16 19:59:00.745233 [ 262 ] {f4e59f22-f79f-4474-90e2-8c12fa781185} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16120 | 2025.01.16 19:59:00.745512 [ 262 ] {f4e59f22-f79f-4474-90e2-8c12fa781185} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.005008 sec., 1797.1246006389774 rows/sec., 118.95 KiB/sec. | ||
| 16121 | 2025.01.16 19:59:00.745816 [ 262 ] {f4e59f22-f79f-4474-90e2-8c12fa781185} <Debug> TCPHandler: Processed in 0.005542917 sec. | ||
| 16122 | 2025.01.16 19:59:00.746163 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16123 | 2025.01.16 19:59:00.746645 [ 260 ] {9fe2e0f7-8897-45cd-8d03-bcc71556f00b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16124 | 2025.01.16 19:59:00.746830 [ 260 ] {9fe2e0f7-8897-45cd-8d03-bcc71556f00b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16125 | 2025.01.16 19:59:00.746893 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3456 rows, containing 5 columns (5 merged, 0 gathered) in 0.006717728 sec., 514459.6506437891 rows/sec., 45.23 MiB/sec. | ||
| 16126 | 2025.01.16 19:59:00.747320 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 16127 | 2025.01.16 19:59:00.748247 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_136_27} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16128 | 2025.01.16 19:59:00.748348 [ 190 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_136_27} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 16129 | 2025.01.16 19:59:00.748420 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 16130 | 2025.01.16 19:59:00.748699 [ 260 ] {9fe2e0f7-8897-45cd-8d03-bcc71556f00b} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16131 | 2025.01.16 19:59:00.748737 [ 260 ] {9fe2e0f7-8897-45cd-8d03-bcc71556f00b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16132 | 2025.01.16 19:59:00.749111 [ 260 ] {9fe2e0f7-8897-45cd-8d03-bcc71556f00b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16133 | 2025.01.16 19:59:00.749356 [ 260 ] {9fe2e0f7-8897-45cd-8d03-bcc71556f00b} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16134 | 2025.01.16 19:59:00.749565 [ 260 ] {9fe2e0f7-8897-45cd-8d03-bcc71556f00b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.003095 sec., 78190.63004846526 rows/sec., 5.30 MiB/sec. | ||
| 16135 | 2025.01.16 19:59:00.749647 [ 260 ] {9fe2e0f7-8897-45cd-8d03-bcc71556f00b} <Debug> TCPHandler: Processed in 0.003685635 sec. | ||
| 16136 | 2025.01.16 19:59:00.749852 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16137 | 2025.01.16 19:59:00.749978 [ 262 ] {f3fe01a8-97aa-4ee8-a05d-37efd4c75a6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16138 | 2025.01.16 19:59:00.750026 [ 262 ] {f3fe01a8-97aa-4ee8-a05d-37efd4c75a6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16139 | 2025.01.16 19:59:00.750691 [ 262 ] {f3fe01a8-97aa-4ee8-a05d-37efd4c75a6c} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16140 | 2025.01.16 19:59:00.750736 [ 262 ] {f3fe01a8-97aa-4ee8-a05d-37efd4c75a6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16141 | 2025.01.16 19:59:00.751150 [ 262 ] {f3fe01a8-97aa-4ee8-a05d-37efd4c75a6c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16142 | 2025.01.16 19:59:00.751395 [ 262 ] {f3fe01a8-97aa-4ee8-a05d-37efd4c75a6c} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16143 | 2025.01.16 19:59:00.751571 [ 142 ] {} <Debug> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 16144 | 2025.01.16 19:59:00.751623 [ 142 ] {} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16145 | 2025.01.16 19:59:00.751649 [ 262 ] {f3fe01a8-97aa-4ee8-a05d-37efd4c75a6c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001678 sec., 7747.3182359952325 rows/sec., 483.04 KiB/sec. | ||
| 16146 | 2025.01.16 19:59:00.751660 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16147 | 2025.01.16 19:59:00.751796 [ 262 ] {f3fe01a8-97aa-4ee8-a05d-37efd4c75a6c} <Debug> TCPHandler: Processed in 0.002042945 sec. | ||
| 16148 | 2025.01.16 19:59:00.751920 [ 196 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
| 16149 | 2025.01.16 19:59:00.751997 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16150 | 2025.01.16 19:59:00.752192 [ 196 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16151 | 2025.01.16 19:59:00.752251 [ 260 ] {4eac7b92-9b0c-4377-aa68-faff18851777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16152 | 2025.01.16 19:59:00.752268 [ 196 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 13 rows starting from the beginning of the part | ||
| 16153 | 2025.01.16 19:59:00.752356 [ 260 ] {4eac7b92-9b0c-4377-aa68-faff18851777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16154 | 2025.01.16 19:59:00.752687 [ 196 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 13 rows starting from the beginning of the part | ||
| 16155 | 2025.01.16 19:59:00.753011 [ 196 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 13 rows starting from the beginning of the part | ||
| 16156 | 2025.01.16 19:59:00.753464 [ 196 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 13 rows starting from the beginning of the part | ||
| 16157 | 2025.01.16 19:59:00.753784 [ 196 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 13 rows starting from the beginning of the part | ||
| 16158 | 2025.01.16 19:59:00.755528 [ 260 ] {4eac7b92-9b0c-4377-aa68-faff18851777} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16159 | 2025.01.16 19:59:00.755604 [ 260 ] {4eac7b92-9b0c-4377-aa68-faff18851777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16160 | 2025.01.16 19:59:00.756371 [ 196 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00456865 sec., 14227.397590097733 rows/sec., 942.65 KiB/sec. | ||
| 16161 | 2025.01.16 19:59:00.756611 [ 197 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 16162 | 2025.01.16 19:59:00.756688 [ 260 ] {4eac7b92-9b0c-4377-aa68-faff18851777} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 16163 | 2025.01.16 19:59:00.757121 [ 197 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_57_14} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16164 | 2025.01.16 19:59:00.757167 [ 260 ] {4eac7b92-9b0c-4377-aa68-faff18851777} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16165 | 2025.01.16 19:59:00.757300 [ 197 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_57_14} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 16166 | 2025.01.16 19:59:00.757435 [ 142 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 16167 | 2025.01.16 19:59:00.757530 [ 142 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16168 | 2025.01.16 19:59:00.757566 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16169 | 2025.01.16 19:59:00.757599 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16170 | 2025.01.16 19:59:00.757671 [ 260 ] {4eac7b92-9b0c-4377-aa68-faff18851777} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.005483 sec., 153200.80248039393 rows/sec., 11.07 MiB/sec. | ||
| 16171 | 2025.01.16 19:59:00.757886 [ 260 ] {4eac7b92-9b0c-4377-aa68-faff18851777} <Debug> TCPHandler: Processed in 0.005968295 sec. | ||
| 16172 | 2025.01.16 19:59:00.757887 [ 189 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 16173 | 2025.01.16 19:59:00.758071 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16174 | 2025.01.16 19:59:00.758073 [ 189 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16175 | 2025.01.16 19:59:00.758124 [ 189 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 914 rows starting from the beginning of the part | ||
| 16176 | 2025.01.16 19:59:00.758248 [ 262 ] {d5260c6d-b461-4254-bb84-7e18659feca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16177 | 2025.01.16 19:59:00.758263 [ 189 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 382 rows starting from the beginning of the part | ||
| 16178 | 2025.01.16 19:59:00.758347 [ 262 ] {d5260c6d-b461-4254-bb84-7e18659feca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16179 | 2025.01.16 19:59:00.758459 [ 189 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 104 rows starting from the beginning of the part | ||
| 16180 | 2025.01.16 19:59:00.758683 [ 189 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 382 rows starting from the beginning of the part | ||
| 16181 | 2025.01.16 19:59:00.758934 [ 189 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 104 rows starting from the beginning of the part | ||
| 16182 | 2025.01.16 19:59:00.759140 [ 189 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 840 rows starting from the beginning of the part | ||
| 16183 | 2025.01.16 19:59:00.759779 [ 262 ] {d5260c6d-b461-4254-bb84-7e18659feca3} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16184 | 2025.01.16 19:59:00.759831 [ 262 ] {d5260c6d-b461-4254-bb84-7e18659feca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16185 | 2025.01.16 19:59:00.760451 [ 262 ] {d5260c6d-b461-4254-bb84-7e18659feca3} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16186 | 2025.01.16 19:59:00.760748 [ 262 ] {d5260c6d-b461-4254-bb84-7e18659feca3} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16187 | 2025.01.16 19:59:00.761014 [ 262 ] {d5260c6d-b461-4254-bb84-7e18659feca3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002827 sec., 2122.3912274495933 rows/sec., 110.89 KiB/sec. | ||
| 16188 | 2025.01.16 19:59:00.761289 [ 262 ] {d5260c6d-b461-4254-bb84-7e18659feca3} <Debug> TCPHandler: Processed in 0.003294228 sec. | ||
| 16189 | 2025.01.16 19:59:00.761647 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16190 | 2025.01.16 19:59:00.761771 [ 189 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2726 rows, containing 5 columns (5 merged, 0 gathered) in 0.004068681 sec., 669996.0011610643 rows/sec., 51.09 MiB/sec. | ||
| 16191 | 2025.01.16 19:59:00.762027 [ 260 ] {df8238f4-aadd-4837-bbe2-ae107ceb888a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16192 | 2025.01.16 19:59:00.762070 [ 189 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 16193 | 2025.01.16 19:59:00.762126 [ 260 ] {df8238f4-aadd-4837-bbe2-ae107ceb888a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16194 | 2025.01.16 19:59:00.762686 [ 189 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_136_27} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16195 | 2025.01.16 19:59:00.762788 [ 189 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_136_27} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 16196 | 2025.01.16 19:59:00.762864 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 16197 | 2025.01.16 19:59:00.763300 [ 260 ] {df8238f4-aadd-4837-bbe2-ae107ceb888a} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16198 | 2025.01.16 19:59:00.763344 [ 260 ] {df8238f4-aadd-4837-bbe2-ae107ceb888a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16199 | 2025.01.16 19:59:00.763815 [ 260 ] {df8238f4-aadd-4837-bbe2-ae107ceb888a} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 16200 | 2025.01.16 19:59:00.764085 [ 260 ] {df8238f4-aadd-4837-bbe2-ae107ceb888a} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16201 | 2025.01.16 19:59:00.764295 [ 260 ] {df8238f4-aadd-4837-bbe2-ae107ceb888a} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.002374 sec., 390058.9721988206 rows/sec., 26.03 MiB/sec. | ||
| 16202 | 2025.01.16 19:59:00.764403 [ 260 ] {df8238f4-aadd-4837-bbe2-ae107ceb888a} <Debug> TCPHandler: Processed in 0.002975703 sec. | ||
| 16203 | 2025.01.16 19:59:00.764592 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16204 | 2025.01.16 19:59:00.764747 [ 262 ] {0eb24563-62f1-4d6f-9190-069855c52858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16205 | 2025.01.16 19:59:00.764816 [ 262 ] {0eb24563-62f1-4d6f-9190-069855c52858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16206 | 2025.01.16 19:59:00.765328 [ 262 ] {0eb24563-62f1-4d6f-9190-069855c52858} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16207 | 2025.01.16 19:59:00.765366 [ 262 ] {0eb24563-62f1-4d6f-9190-069855c52858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16208 | 2025.01.16 19:59:00.766299 [ 262 ] {0eb24563-62f1-4d6f-9190-069855c52858} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16209 | 2025.01.16 19:59:00.766574 [ 262 ] {0eb24563-62f1-4d6f-9190-069855c52858} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16210 | 2025.01.16 19:59:00.766812 [ 221 ] {} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 16211 | 2025.01.16 19:59:00.766813 [ 262 ] {0eb24563-62f1-4d6f-9190-069855c52858} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002101 sec., 475.9638267491671 rows/sec., 32.07 KiB/sec. | ||
| 16212 | 2025.01.16 19:59:00.766844 [ 221 ] {} <Debug> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 16213 | 2025.01.16 19:59:00.766920 [ 262 ] {0eb24563-62f1-4d6f-9190-069855c52858} <Debug> TCPHandler: Processed in 0.002407952 sec. | ||
| 16214 | 2025.01.16 19:59:00.767085 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16215 | 2025.01.16 19:59:00.767207 [ 260 ] {2d62e5e5-866e-4d7a-b08f-40859127332b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16216 | 2025.01.16 19:59:00.767260 [ 260 ] {2d62e5e5-866e-4d7a-b08f-40859127332b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16217 | 2025.01.16 19:59:00.768090 [ 260 ] {2d62e5e5-866e-4d7a-b08f-40859127332b} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16218 | 2025.01.16 19:59:00.768142 [ 260 ] {2d62e5e5-866e-4d7a-b08f-40859127332b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16219 | 2025.01.16 19:59:00.768779 [ 260 ] {2d62e5e5-866e-4d7a-b08f-40859127332b} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 16220 | 2025.01.16 19:59:00.769217 [ 260 ] {2d62e5e5-866e-4d7a-b08f-40859127332b} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16221 | 2025.01.16 19:59:00.769445 [ 142 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 16222 | 2025.01.16 19:59:00.769515 [ 142 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16223 | 2025.01.16 19:59:00.769578 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16224 | 2025.01.16 19:59:00.769598 [ 260 ] {2d62e5e5-866e-4d7a-b08f-40859127332b} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.002413 sec., 29009.53170327393 rows/sec., 1.82 MiB/sec. | ||
| 16225 | 2025.01.16 19:59:00.769988 [ 260 ] {2d62e5e5-866e-4d7a-b08f-40859127332b} <Debug> TCPHandler: Processed in 0.002962452 sec. | ||
| 16226 | 2025.01.16 19:59:00.770042 [ 197 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 16227 | 2025.01.16 19:59:00.770199 [ 197 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16228 | 2025.01.16 19:59:00.770228 [ 197 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 7776 rows starting from the beginning of the part | ||
| 16229 | 2025.01.16 19:59:00.770325 [ 197 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 82 rows starting from the beginning of the part | ||
| 16230 | 2025.01.16 19:59:00.770515 [ 197 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 60 rows starting from the beginning of the part | ||
| 16231 | 2025.01.16 19:59:00.770685 [ 197 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 82 rows starting from the beginning of the part | ||
| 16232 | 2025.01.16 19:59:00.770857 [ 197 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 60 rows starting from the beginning of the part | ||
| 16233 | 2025.01.16 19:59:00.770929 [ 197 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 70 rows starting from the beginning of the part | ||
| 16234 | 2025.01.16 19:59:00.771385 [ 221 ] {} <Debug> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 16235 | 2025.01.16 19:59:00.773481 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8130 rows, containing 4 columns (4 merged, 0 gathered) in 0.003768395 sec., 2157417.149741468 rows/sec., 140.70 MiB/sec. | ||
| 16236 | 2025.01.16 19:59:00.773988 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 16237 | 2025.01.16 19:59:00.774329 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_136_27} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16238 | 2025.01.16 19:59:00.774426 [ 188 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_136_27} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 16239 | 2025.01.16 19:59:00.774531 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB. | ||
| 16240 | 2025.01.16 19:59:02.440034 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16241 | 2025.01.16 19:59:02.440259 [ 260 ] {9bee28ce-3bca-4172-bcaf-683f4014474b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16242 | 2025.01.16 19:59:02.440339 [ 260 ] {9bee28ce-3bca-4172-bcaf-683f4014474b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16243 | 2025.01.16 19:59:02.441208 [ 260 ] {9bee28ce-3bca-4172-bcaf-683f4014474b} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16244 | 2025.01.16 19:59:02.441269 [ 260 ] {9bee28ce-3bca-4172-bcaf-683f4014474b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16245 | 2025.01.16 19:59:02.441746 [ 260 ] {9bee28ce-3bca-4172-bcaf-683f4014474b} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 16246 | 2025.01.16 19:59:02.442014 [ 260 ] {9bee28ce-3bca-4172-bcaf-683f4014474b} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16247 | 2025.01.16 19:59:02.442260 [ 260 ] {9bee28ce-3bca-4172-bcaf-683f4014474b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002057 sec., 27224.112785610116 rows/sec., 2.09 MiB/sec. | ||
| 16248 | 2025.01.16 19:59:02.442347 [ 260 ] {9bee28ce-3bca-4172-bcaf-683f4014474b} <Debug> TCPHandler: Processed in 0.002463353 sec. | ||
| 16249 | 2025.01.16 19:59:02.442628 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16250 | 2025.01.16 19:59:02.442827 [ 262 ] {9c3abf0d-216f-4db1-8b9d-f4c29e439449} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16251 | 2025.01.16 19:59:02.442901 [ 262 ] {9c3abf0d-216f-4db1-8b9d-f4c29e439449} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16252 | 2025.01.16 19:59:02.443679 [ 262 ] {9c3abf0d-216f-4db1-8b9d-f4c29e439449} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16253 | 2025.01.16 19:59:02.443721 [ 262 ] {9c3abf0d-216f-4db1-8b9d-f4c29e439449} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16254 | 2025.01.16 19:59:02.444173 [ 262 ] {9c3abf0d-216f-4db1-8b9d-f4c29e439449} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 16255 | 2025.01.16 19:59:02.444432 [ 262 ] {9c3abf0d-216f-4db1-8b9d-f4c29e439449} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16256 | 2025.01.16 19:59:02.444639 [ 262 ] {9c3abf0d-216f-4db1-8b9d-f4c29e439449} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001867 sec., 34279.59292983396 rows/sec., 2.68 MiB/sec. | ||
| 16257 | 2025.01.16 19:59:02.444699 [ 262 ] {9c3abf0d-216f-4db1-8b9d-f4c29e439449} <Debug> TCPHandler: Processed in 0.002214459 sec. | ||
| 16258 | 2025.01.16 19:59:02.444897 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16259 | 2025.01.16 19:59:02.445065 [ 260 ] {f9c33a05-dac5-4007-b4ed-0eab72233afd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16260 | 2025.01.16 19:59:02.445149 [ 260 ] {f9c33a05-dac5-4007-b4ed-0eab72233afd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16261 | 2025.01.16 19:59:02.445830 [ 260 ] {f9c33a05-dac5-4007-b4ed-0eab72233afd} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16262 | 2025.01.16 19:59:02.445878 [ 260 ] {f9c33a05-dac5-4007-b4ed-0eab72233afd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16263 | 2025.01.16 19:59:02.446330 [ 260 ] {f9c33a05-dac5-4007-b4ed-0eab72233afd} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 16264 | 2025.01.16 19:59:02.446592 [ 260 ] {f9c33a05-dac5-4007-b4ed-0eab72233afd} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16265 | 2025.01.16 19:59:02.446804 [ 137 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 5 parts from all_1_132_27 to all_136_136_0 | ||
| 16266 | 2025.01.16 19:59:02.446832 [ 260 ] {f9c33a05-dac5-4007-b4ed-0eab72233afd} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001817 sec., 17611.447440836542 rows/sec., 1.23 MiB/sec. | ||
| 16267 | 2025.01.16 19:59:02.446890 [ 137 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16268 | 2025.01.16 19:59:02.446977 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16269 | 2025.01.16 19:59:02.446984 [ 260 ] {f9c33a05-dac5-4007-b4ed-0eab72233afd} <Debug> TCPHandler: Processed in 0.002163908 sec. | ||
| 16270 | 2025.01.16 19:59:02.447236 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_136_28} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_132_27 to all_136_136_0 into Compact with storage Full | ||
| 16271 | 2025.01.16 19:59:02.447248 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16272 | 2025.01.16 19:59:02.447471 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_136_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16273 | 2025.01.16 19:59:02.447487 [ 262 ] {0b7ccf84-2050-4a5b-9742-018f32a3024f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16274 | 2025.01.16 19:59:02.447530 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_132_27, total 36286 rows starting from the beginning of the part | ||
| 16275 | 2025.01.16 19:59:02.447595 [ 262 ] {0b7ccf84-2050-4a5b-9742-018f32a3024f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16276 | 2025.01.16 19:59:02.447847 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 160 rows starting from the beginning of the part | ||
| 16277 | 2025.01.16 19:59:02.448316 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 237 rows starting from the beginning of the part | ||
| 16278 | 2025.01.16 19:59:02.448778 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 160 rows starting from the beginning of the part | ||
| 16279 | 2025.01.16 19:59:02.449227 [ 198 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_136_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 926 rows starting from the beginning of the part | ||
| 16280 | 2025.01.16 19:59:02.449992 [ 262 ] {0b7ccf84-2050-4a5b-9742-018f32a3024f} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16281 | 2025.01.16 19:59:02.450054 [ 262 ] {0b7ccf84-2050-4a5b-9742-018f32a3024f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16282 | 2025.01.16 19:59:02.451124 [ 262 ] {0b7ccf84-2050-4a5b-9742-018f32a3024f} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 16283 | 2025.01.16 19:59:02.451585 [ 262 ] {0b7ccf84-2050-4a5b-9742-018f32a3024f} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16284 | 2025.01.16 19:59:02.451910 [ 262 ] {0b7ccf84-2050-4a5b-9742-018f32a3024f} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.0045 sec., 2666.666666666667 rows/sec., 184.03 KiB/sec. | ||
| 16285 | 2025.01.16 19:59:02.452111 [ 262 ] {0b7ccf84-2050-4a5b-9742-018f32a3024f} <Debug> TCPHandler: Processed in 0.005003008 sec. | ||
| 16286 | 2025.01.16 19:59:02.459289 [ 186 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_136_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37769 rows, containing 5 columns (5 merged, 0 gathered) in 0.012192684 sec., 3097677.262856972 rows/sec., 209.28 MiB/sec. | ||
| 16287 | 2025.01.16 19:59:02.459825 [ 193 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_136_28} <Trace> MergedBlockOutputStream: filled checksums all_1_136_28 (state Temporary) | ||
| 16288 | 2025.01.16 19:59:02.460199 [ 193 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_136_28} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_136_28 to all_1_136_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16289 | 2025.01.16 19:59:02.460294 [ 193 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_136_28} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 5 parts: [all_1_132_27, all_136_136_0] -> all_1_136_28 | ||
| 16290 | 2025.01.16 19:59:02.460406 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. | ||
| 16291 | 2025.01.16 19:59:03.406427 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37149 | ||
| 16292 | 2025.01.16 19:59:03.407128 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16293 | 2025.01.16 19:59:03.407200 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16294 | 2025.01.16 19:59:03.407783 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 16295 | 2025.01.16 19:59:03.408048 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16296 | 2025.01.16 19:59:03.408289 [ 136 ] {} <Debug> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 16297 | 2025.01.16 19:59:03.408313 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37149 | ||
| 16298 | 2025.01.16 19:59:03.408372 [ 136 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16299 | 2025.01.16 19:59:03.408401 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16300 | 2025.01.16 19:59:03.408718 [ 197 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 16301 | 2025.01.16 19:59:03.409570 [ 197 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16302 | 2025.01.16 19:59:03.409791 [ 197 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34831 rows starting from the beginning of the part | ||
| 16303 | 2025.01.16 19:59:03.410088 [ 197 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 488 rows starting from the beginning of the part | ||
| 16304 | 2025.01.16 19:59:03.410433 [ 197 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 427 rows starting from the beginning of the part | ||
| 16305 | 2025.01.16 19:59:03.410675 [ 197 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 488 rows starting from the beginning of the part | ||
| 16306 | 2025.01.16 19:59:03.410818 [ 197 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 427 rows starting from the beginning of the part | ||
| 16307 | 2025.01.16 19:59:03.410904 [ 197 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 488 rows starting from the beginning of the part | ||
| 16308 | 2025.01.16 19:59:03.414021 [ 186 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37149 rows, containing 4 columns (4 merged, 0 gathered) in 0.005513386 sec., 6737964.655476688 rows/sec., 96.39 MiB/sec. | ||
| 16309 | 2025.01.16 19:59:03.414507 [ 187 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 16310 | 2025.01.16 19:59:03.414925 [ 187 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_81_16} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16311 | 2025.01.16 19:59:03.415042 [ 187 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_81_16} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 16312 | 2025.01.16 19:59:03.415192 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 16313 | 2025.01.16 19:59:06.113425 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611 | ||
| 16314 | 2025.01.16 19:59:06.122921 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 2264 | ||
| 16315 | 2025.01.16 19:59:06.140182 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16316 | 2025.01.16 19:59:06.140263 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16317 | 2025.01.16 19:59:06.152796 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 16318 | 2025.01.16 19:59:06.155378 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16319 | 2025.01.16 19:59:06.160899 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2264 | ||
| 16320 | 2025.01.16 19:59:06.167887 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16321 | 2025.01.16 19:59:06.167955 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16322 | 2025.01.16 19:59:06.175853 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 16323 | 2025.01.16 19:59:06.176695 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16324 | 2025.01.16 19:59:06.177113 [ 133 ] {} <Debug> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 16325 | 2025.01.16 19:59:06.177270 [ 133 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16326 | 2025.01.16 19:59:06.177341 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16327 | 2025.01.16 19:59:06.177826 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 16328 | 2025.01.16 19:59:06.194220 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611 | ||
| 16329 | 2025.01.16 19:59:06.195934 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16330 | 2025.01.16 19:59:06.197672 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part | ||
| 16331 | 2025.01.16 19:59:06.205372 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 8 rows starting from the beginning of the part | ||
| 16332 | 2025.01.16 19:59:06.211715 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 7 rows starting from the beginning of the part | ||
| 16333 | 2025.01.16 19:59:06.217999 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 8 rows starting from the beginning of the part | ||
| 16334 | 2025.01.16 19:59:06.224453 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 7 rows starting from the beginning of the part | ||
| 16335 | 2025.01.16 19:59:06.230380 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 8 rows starting from the beginning of the part | ||
| 16336 | 2025.01.16 19:59:06.298618 [ 187 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.121125375 sec., 5044.360027781132 rows/sec., 26.08 MiB/sec. | ||
| 16337 | 2025.01.16 19:59:06.302250 [ 192 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 16338 | 2025.01.16 19:59:06.305383 [ 192 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_81_16} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16339 | 2025.01.16 19:59:06.305481 [ 192 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_81_16} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 16340 | 2025.01.16 19:59:06.308004 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 16341 | 2025.01.16 19:59:07.000245 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.13 MiB, peak 288.56 MiB, free memory in arenas 0.00 B, will set to 270.06 MiB (RSS), difference: -1.08 MiB | ||
| 16342 | 2025.01.16 19:59:07.401037 [ 222 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16343 | 2025.01.16 19:59:07.401128 [ 222 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16344 | 2025.01.16 19:59:07.403364 [ 222 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16345 | 2025.01.16 19:59:07.448108 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16346 | 2025.01.16 19:59:07.448306 [ 260 ] {239c9cb9-0e9f-46bf-91c9-fdf343b48bf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16347 | 2025.01.16 19:59:07.448384 [ 260 ] {239c9cb9-0e9f-46bf-91c9-fdf343b48bf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16348 | 2025.01.16 19:59:07.449159 [ 260 ] {239c9cb9-0e9f-46bf-91c9-fdf343b48bf8} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16349 | 2025.01.16 19:59:07.449204 [ 260 ] {239c9cb9-0e9f-46bf-91c9-fdf343b48bf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16350 | 2025.01.16 19:59:07.449641 [ 260 ] {239c9cb9-0e9f-46bf-91c9-fdf343b48bf8} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 16351 | 2025.01.16 19:59:07.449907 [ 260 ] {239c9cb9-0e9f-46bf-91c9-fdf343b48bf8} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16352 | 2025.01.16 19:59:07.450160 [ 260 ] {239c9cb9-0e9f-46bf-91c9-fdf343b48bf8} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.001913 sec., 71092.52483010977 rows/sec., 6.13 MiB/sec. | ||
| 16353 | 2025.01.16 19:59:07.450226 [ 260 ] {239c9cb9-0e9f-46bf-91c9-fdf343b48bf8} <Debug> TCPHandler: Processed in 0.002248919 sec. | ||
| 16354 | 2025.01.16 19:59:07.450466 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16355 | 2025.01.16 19:59:07.450681 [ 262 ] {72c393e4-8e58-468f-b459-7e11e9d4cd41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16356 | 2025.01.16 19:59:07.450762 [ 262 ] {72c393e4-8e58-468f-b459-7e11e9d4cd41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16357 | 2025.01.16 19:59:07.451584 [ 262 ] {72c393e4-8e58-468f-b459-7e11e9d4cd41} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16358 | 2025.01.16 19:59:07.451627 [ 262 ] {72c393e4-8e58-468f-b459-7e11e9d4cd41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16359 | 2025.01.16 19:59:07.452065 [ 262 ] {72c393e4-8e58-468f-b459-7e11e9d4cd41} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 16360 | 2025.01.16 19:59:07.452324 [ 262 ] {72c393e4-8e58-468f-b459-7e11e9d4cd41} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16361 | 2025.01.16 19:59:07.452531 [ 131 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 16362 | 2025.01.16 19:59:07.452554 [ 262 ] {72c393e4-8e58-468f-b459-7e11e9d4cd41} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001931 sec., 20714.65561885034 rows/sec., 1.52 MiB/sec. | ||
| 16363 | 2025.01.16 19:59:07.452619 [ 131 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16364 | 2025.01.16 19:59:07.452689 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16365 | 2025.01.16 19:59:07.452711 [ 262 ] {72c393e4-8e58-468f-b459-7e11e9d4cd41} <Debug> TCPHandler: Processed in 0.002380592 sec. | ||
| 16366 | 2025.01.16 19:59:07.452969 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16367 | 2025.01.16 19:59:07.453087 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 16368 | 2025.01.16 19:59:07.453370 [ 260 ] {dd59783b-c04f-4246-a963-b6b573ca0351} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16369 | 2025.01.16 19:59:07.453554 [ 260 ] {dd59783b-c04f-4246-a963-b6b573ca0351} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16370 | 2025.01.16 19:59:07.454172 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16371 | 2025.01.16 19:59:07.454445 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 65 rows starting from the beginning of the part | ||
| 16372 | 2025.01.16 19:59:07.455528 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 40 rows starting from the beginning of the part | ||
| 16373 | 2025.01.16 19:59:07.455953 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 7 rows starting from the beginning of the part | ||
| 16374 | 2025.01.16 19:59:07.456493 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 40 rows starting from the beginning of the part | ||
| 16375 | 2025.01.16 19:59:07.456925 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 9 rows starting from the beginning of the part | ||
| 16376 | 2025.01.16 19:59:07.457403 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 40 rows starting from the beginning of the part | ||
| 16377 | 2025.01.16 19:59:07.457656 [ 260 ] {dd59783b-c04f-4246-a963-b6b573ca0351} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16378 | 2025.01.16 19:59:07.457755 [ 260 ] {dd59783b-c04f-4246-a963-b6b573ca0351} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16379 | 2025.01.16 19:59:07.459195 [ 260 ] {dd59783b-c04f-4246-a963-b6b573ca0351} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 16380 | 2025.01.16 19:59:07.459774 [ 260 ] {dd59783b-c04f-4246-a963-b6b573ca0351} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16381 | 2025.01.16 19:59:07.460288 [ 260 ] {dd59783b-c04f-4246-a963-b6b573ca0351} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.007058 sec., 14735.052422782657 rows/sec., 1.15 MiB/sec. | ||
| 16382 | 2025.01.16 19:59:07.460532 [ 260 ] {dd59783b-c04f-4246-a963-b6b573ca0351} <Debug> TCPHandler: Processed in 0.007718126 sec. | ||
| 16383 | 2025.01.16 19:59:07.460831 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16384 | 2025.01.16 19:59:07.460881 [ 192 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 201 rows, containing 5 columns (5 merged, 0 gathered) in 0.008085512 sec., 24859.27916500526 rows/sec., 1.88 MiB/sec. | ||
| 16385 | 2025.01.16 19:59:07.461017 [ 262 ] {59a2b9cf-d1e5-406c-bebd-9da1070348fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16386 | 2025.01.16 19:59:07.461139 [ 262 ] {59a2b9cf-d1e5-406c-bebd-9da1070348fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16387 | 2025.01.16 19:59:07.461295 [ 192 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 16388 | 2025.01.16 19:59:07.461942 [ 192 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_116_23} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16389 | 2025.01.16 19:59:07.462151 [ 192 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_116_23} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 16390 | 2025.01.16 19:59:07.462348 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 16391 | 2025.01.16 19:59:07.462463 [ 262 ] {59a2b9cf-d1e5-406c-bebd-9da1070348fd} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16392 | 2025.01.16 19:59:07.462509 [ 262 ] {59a2b9cf-d1e5-406c-bebd-9da1070348fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16393 | 2025.01.16 19:59:07.463089 [ 262 ] {59a2b9cf-d1e5-406c-bebd-9da1070348fd} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 16394 | 2025.01.16 19:59:07.463335 [ 262 ] {59a2b9cf-d1e5-406c-bebd-9da1070348fd} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16395 | 2025.01.16 19:59:07.463573 [ 262 ] {59a2b9cf-d1e5-406c-bebd-9da1070348fd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002624 sec., 60975.60975609756 rows/sec., 4.25 MiB/sec. | ||
| 16396 | 2025.01.16 19:59:07.463660 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16397 | 2025.01.16 19:59:07.463671 [ 262 ] {59a2b9cf-d1e5-406c-bebd-9da1070348fd} <Debug> TCPHandler: Processed in 0.002967122 sec. | ||
| 16398 | 2025.01.16 19:59:07.463716 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16399 | 2025.01.16 19:59:07.463973 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16400 | 2025.01.16 19:59:07.464287 [ 260 ] {446138be-f413-4589-8a6e-158bec71fad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16401 | 2025.01.16 19:59:07.464495 [ 260 ] {446138be-f413-4589-8a6e-158bec71fad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16402 | 2025.01.16 19:59:07.467500 [ 260 ] {446138be-f413-4589-8a6e-158bec71fad9} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16403 | 2025.01.16 19:59:07.467543 [ 260 ] {446138be-f413-4589-8a6e-158bec71fad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16404 | 2025.01.16 19:59:07.467849 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16405 | 2025.01.16 19:59:07.469660 [ 260 ] {446138be-f413-4589-8a6e-158bec71fad9} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 16406 | 2025.01.16 19:59:07.469938 [ 260 ] {446138be-f413-4589-8a6e-158bec71fad9} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16407 | 2025.01.16 19:59:07.470182 [ 260 ] {446138be-f413-4589-8a6e-158bec71fad9} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.005999 sec., 6667.777962993832 rows/sec., 11.95 MiB/sec. | ||
| 16408 | 2025.01.16 19:59:07.470305 [ 260 ] {446138be-f413-4589-8a6e-158bec71fad9} <Debug> TCPHandler: Processed in 0.006467494 sec. | ||
| 16409 | 2025.01.16 19:59:07.470469 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16410 | 2025.01.16 19:59:07.470614 [ 262 ] {a85fd19d-3c08-4df3-9f82-3f84f2c3c13b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16411 | 2025.01.16 19:59:07.470676 [ 262 ] {a85fd19d-3c08-4df3-9f82-3f84f2c3c13b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16412 | 2025.01.16 19:59:07.471278 [ 262 ] {a85fd19d-3c08-4df3-9f82-3f84f2c3c13b} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16413 | 2025.01.16 19:59:07.471324 [ 262 ] {a85fd19d-3c08-4df3-9f82-3f84f2c3c13b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16414 | 2025.01.16 19:59:07.471715 [ 262 ] {a85fd19d-3c08-4df3-9f82-3f84f2c3c13b} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 16415 | 2025.01.16 19:59:07.471953 [ 262 ] {a85fd19d-3c08-4df3-9f82-3f84f2c3c13b} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16416 | 2025.01.16 19:59:07.472163 [ 262 ] {a85fd19d-3c08-4df3-9f82-3f84f2c3c13b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001583 sec., 37902.71636133923 rows/sec., 2.55 MiB/sec. | ||
| 16417 | 2025.01.16 19:59:07.472218 [ 262 ] {a85fd19d-3c08-4df3-9f82-3f84f2c3c13b} <Debug> TCPHandler: Processed in 0.001820882 sec. | ||
| 16418 | 2025.01.16 19:59:08.339387 [ 223 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16419 | 2025.01.16 19:59:08.339490 [ 223 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16420 | 2025.01.16 19:59:08.341430 [ 223 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16421 | 2025.01.16 19:59:08.667271 [ 220 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16422 | 2025.01.16 19:59:08.667317 [ 220 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16423 | 2025.01.16 19:59:08.669077 [ 220 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 16424 | 2025.01.16 19:59:08.750247 [ 219 ] {} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16425 | 2025.01.16 19:59:08.750297 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16426 | 2025.01.16 19:59:08.752635 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16427 | 2025.01.16 19:59:10.663212 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16428 | 2025.01.16 19:59:10.663261 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16429 | 2025.01.16 19:59:10.908583 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37576 | ||
| 16430 | 2025.01.16 19:59:10.909689 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16431 | 2025.01.16 19:59:10.909787 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16432 | 2025.01.16 19:59:10.910351 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 16433 | 2025.01.16 19:59:10.910607 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16434 | 2025.01.16 19:59:10.910850 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576 | ||
| 16435 | 2025.01.16 19:59:12.134794 [ 225 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16436 | 2025.01.16 19:59:12.134855 [ 225 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16437 | 2025.01.16 19:59:12.136953 [ 225 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16438 | 2025.01.16 19:59:12.450170 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16439 | 2025.01.16 19:59:12.450370 [ 260 ] {6c13452e-6b95-4ec0-a019-4197c224c024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16440 | 2025.01.16 19:59:12.450446 [ 260 ] {6c13452e-6b95-4ec0-a019-4197c224c024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16441 | 2025.01.16 19:59:12.451234 [ 260 ] {6c13452e-6b95-4ec0-a019-4197c224c024} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16442 | 2025.01.16 19:59:12.451290 [ 260 ] {6c13452e-6b95-4ec0-a019-4197c224c024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16443 | 2025.01.16 19:59:12.451731 [ 260 ] {6c13452e-6b95-4ec0-a019-4197c224c024} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16444 | 2025.01.16 19:59:12.451997 [ 260 ] {6c13452e-6b95-4ec0-a019-4197c224c024} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16445 | 2025.01.16 19:59:12.452269 [ 260 ] {6c13452e-6b95-4ec0-a019-4197c224c024} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001949 sec., 7183.170856849667 rows/sec., 517.09 KiB/sec. | ||
| 16446 | 2025.01.16 19:59:12.452377 [ 260 ] {6c13452e-6b95-4ec0-a019-4197c224c024} <Debug> TCPHandler: Processed in 0.002338351 sec. | ||
| 16447 | 2025.01.16 19:59:12.452675 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16448 | 2025.01.16 19:59:12.452876 [ 262 ] {d014656f-1ff0-40e3-895b-50df49467009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16449 | 2025.01.16 19:59:12.452954 [ 262 ] {d014656f-1ff0-40e3-895b-50df49467009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16450 | 2025.01.16 19:59:12.453857 [ 262 ] {d014656f-1ff0-40e3-895b-50df49467009} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16451 | 2025.01.16 19:59:12.453902 [ 262 ] {d014656f-1ff0-40e3-895b-50df49467009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16452 | 2025.01.16 19:59:12.454348 [ 262 ] {d014656f-1ff0-40e3-895b-50df49467009} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 16453 | 2025.01.16 19:59:12.454605 [ 262 ] {d014656f-1ff0-40e3-895b-50df49467009} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16454 | 2025.01.16 19:59:12.454846 [ 262 ] {d014656f-1ff0-40e3-895b-50df49467009} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002028 sec., 100098.61932938857 rows/sec., 8.66 MiB/sec. | ||
| 16455 | 2025.01.16 19:59:12.454910 [ 262 ] {d014656f-1ff0-40e3-895b-50df49467009} <Debug> TCPHandler: Processed in 0.002393593 sec. | ||
| 16456 | 2025.01.16 19:59:12.455073 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16457 | 2025.01.16 19:59:12.455223 [ 260 ] {e40120c4-6126-4fb2-a790-88ef50205760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16458 | 2025.01.16 19:59:12.455286 [ 260 ] {e40120c4-6126-4fb2-a790-88ef50205760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16459 | 2025.01.16 19:59:12.455920 [ 260 ] {e40120c4-6126-4fb2-a790-88ef50205760} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16460 | 2025.01.16 19:59:12.455964 [ 260 ] {e40120c4-6126-4fb2-a790-88ef50205760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16461 | 2025.01.16 19:59:12.456333 [ 260 ] {e40120c4-6126-4fb2-a790-88ef50205760} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 16462 | 2025.01.16 19:59:12.456580 [ 260 ] {e40120c4-6126-4fb2-a790-88ef50205760} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16463 | 2025.01.16 19:59:12.456798 [ 260 ] {e40120c4-6126-4fb2-a790-88ef50205760} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001612 sec., 4342.431761786601 rows/sec., 282.91 KiB/sec. | ||
| 16464 | 2025.01.16 19:59:12.456855 [ 260 ] {e40120c4-6126-4fb2-a790-88ef50205760} <Debug> TCPHandler: Processed in 0.001852193 sec. | ||
| 16465 | 2025.01.16 19:59:12.457019 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16466 | 2025.01.16 19:59:12.457164 [ 262 ] {412fdfa2-c2c1-42e5-af83-31d3137a9c46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16467 | 2025.01.16 19:59:12.457224 [ 262 ] {412fdfa2-c2c1-42e5-af83-31d3137a9c46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16468 | 2025.01.16 19:59:12.457868 [ 262 ] {412fdfa2-c2c1-42e5-af83-31d3137a9c46} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16469 | 2025.01.16 19:59:12.457908 [ 262 ] {412fdfa2-c2c1-42e5-af83-31d3137a9c46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16470 | 2025.01.16 19:59:12.458273 [ 262 ] {412fdfa2-c2c1-42e5-af83-31d3137a9c46} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 16471 | 2025.01.16 19:59:12.458515 [ 262 ] {412fdfa2-c2c1-42e5-af83-31d3137a9c46} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16472 | 2025.01.16 19:59:12.458742 [ 262 ] {412fdfa2-c2c1-42e5-af83-31d3137a9c46} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001612 sec., 8684.863523573202 rows/sec., 608.23 KiB/sec. | ||
| 16473 | 2025.01.16 19:59:12.458748 [ 221 ] {} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Found 5 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 16474 | 2025.01.16 19:59:12.458809 [ 221 ] {} <Debug> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Removing 5 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 16475 | 2025.01.16 19:59:12.458818 [ 262 ] {412fdfa2-c2c1-42e5-af83-31d3137a9c46} <Debug> TCPHandler: Processed in 0.001868663 sec. | ||
| 16476 | 2025.01.16 19:59:12.458994 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16477 | 2025.01.16 19:59:12.459139 [ 260 ] {066a3b79-26ff-4359-9b61-7af0f6a2ab2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16478 | 2025.01.16 19:59:12.459234 [ 260 ] {066a3b79-26ff-4359-9b61-7af0f6a2ab2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16479 | 2025.01.16 19:59:12.460552 [ 260 ] {066a3b79-26ff-4359-9b61-7af0f6a2ab2b} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16480 | 2025.01.16 19:59:12.460598 [ 260 ] {066a3b79-26ff-4359-9b61-7af0f6a2ab2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16481 | 2025.01.16 19:59:12.461305 [ 260 ] {066a3b79-26ff-4359-9b61-7af0f6a2ab2b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16482 | 2025.01.16 19:59:12.461721 [ 260 ] {066a3b79-26ff-4359-9b61-7af0f6a2ab2b} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16483 | 2025.01.16 19:59:12.461914 [ 221 ] {} <Debug> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Removing 5 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 16484 | 2025.01.16 19:59:12.462213 [ 260 ] {066a3b79-26ff-4359-9b61-7af0f6a2ab2b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003087 sec., 4211.208292840946 rows/sec., 262.57 KiB/sec. | ||
| 16485 | 2025.01.16 19:59:12.462405 [ 260 ] {066a3b79-26ff-4359-9b61-7af0f6a2ab2b} <Debug> TCPHandler: Processed in 0.003496141 sec. | ||
| 16486 | 2025.01.16 19:59:12.462595 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16487 | 2025.01.16 19:59:12.462725 [ 262 ] {97304d70-3441-45ed-9c53-769c2e68ac0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16488 | 2025.01.16 19:59:12.462775 [ 262 ] {97304d70-3441-45ed-9c53-769c2e68ac0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16489 | 2025.01.16 19:59:12.463542 [ 262 ] {97304d70-3441-45ed-9c53-769c2e68ac0f} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16490 | 2025.01.16 19:59:12.463582 [ 262 ] {97304d70-3441-45ed-9c53-769c2e68ac0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16491 | 2025.01.16 19:59:12.463981 [ 262 ] {97304d70-3441-45ed-9c53-769c2e68ac0f} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 16492 | 2025.01.16 19:59:12.464229 [ 262 ] {97304d70-3441-45ed-9c53-769c2e68ac0f} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16493 | 2025.01.16 19:59:12.464436 [ 262 ] {97304d70-3441-45ed-9c53-769c2e68ac0f} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001736 sec., 220046.08294930877 rows/sec., 15.57 MiB/sec. | ||
| 16494 | 2025.01.16 19:59:12.464490 [ 262 ] {97304d70-3441-45ed-9c53-769c2e68ac0f} <Debug> TCPHandler: Processed in 0.001984775 sec. | ||
| 16495 | 2025.01.16 19:59:12.464642 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16496 | 2025.01.16 19:59:12.464787 [ 260 ] {df2ba4e6-dda0-4540-85e5-7a423f7e45de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16497 | 2025.01.16 19:59:12.464847 [ 260 ] {df2ba4e6-dda0-4540-85e5-7a423f7e45de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16498 | 2025.01.16 19:59:12.465423 [ 260 ] {df2ba4e6-dda0-4540-85e5-7a423f7e45de} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16499 | 2025.01.16 19:59:12.465470 [ 260 ] {df2ba4e6-dda0-4540-85e5-7a423f7e45de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16500 | 2025.01.16 19:59:12.465849 [ 260 ] {df2ba4e6-dda0-4540-85e5-7a423f7e45de} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16501 | 2025.01.16 19:59:12.466098 [ 260 ] {df2ba4e6-dda0-4540-85e5-7a423f7e45de} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16502 | 2025.01.16 19:59:12.466279 [ 260 ] {df2ba4e6-dda0-4540-85e5-7a423f7e45de} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001527 sec., 3929.2730844793714 rows/sec., 205.29 KiB/sec. | ||
| 16503 | 2025.01.16 19:59:12.466333 [ 260 ] {df2ba4e6-dda0-4540-85e5-7a423f7e45de} <Debug> TCPHandler: Processed in 0.001758631 sec. | ||
| 16504 | 2025.01.16 19:59:12.466475 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16505 | 2025.01.16 19:59:12.466594 [ 262 ] {a8842fa4-03a0-4416-b4e1-5bead6e9621f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16506 | 2025.01.16 19:59:12.466648 [ 262 ] {a8842fa4-03a0-4416-b4e1-5bead6e9621f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16507 | 2025.01.16 19:59:12.467279 [ 262 ] {a8842fa4-03a0-4416-b4e1-5bead6e9621f} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16508 | 2025.01.16 19:59:12.467318 [ 262 ] {a8842fa4-03a0-4416-b4e1-5bead6e9621f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16509 | 2025.01.16 19:59:12.467721 [ 262 ] {a8842fa4-03a0-4416-b4e1-5bead6e9621f} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 16510 | 2025.01.16 19:59:12.467955 [ 262 ] {a8842fa4-03a0-4416-b4e1-5bead6e9621f} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16511 | 2025.01.16 19:59:12.468166 [ 262 ] {a8842fa4-03a0-4416-b4e1-5bead6e9621f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001598 sec., 148310.38798498124 rows/sec., 9.94 MiB/sec. | ||
| 16512 | 2025.01.16 19:59:12.468221 [ 262 ] {a8842fa4-03a0-4416-b4e1-5bead6e9621f} <Debug> TCPHandler: Processed in 0.001803982 sec. | ||
| 16513 | 2025.01.16 19:59:12.468357 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16514 | 2025.01.16 19:59:12.468477 [ 260 ] {7c47d899-ec94-4ac6-a0c3-c76adf25decf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16515 | 2025.01.16 19:59:12.468529 [ 260 ] {7c47d899-ec94-4ac6-a0c3-c76adf25decf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16516 | 2025.01.16 19:59:12.469010 [ 260 ] {7c47d899-ec94-4ac6-a0c3-c76adf25decf} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16517 | 2025.01.16 19:59:12.469047 [ 260 ] {7c47d899-ec94-4ac6-a0c3-c76adf25decf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16518 | 2025.01.16 19:59:12.469408 [ 260 ] {7c47d899-ec94-4ac6-a0c3-c76adf25decf} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 16519 | 2025.01.16 19:59:12.469646 [ 260 ] {7c47d899-ec94-4ac6-a0c3-c76adf25decf} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16520 | 2025.01.16 19:59:12.469825 [ 260 ] {7c47d899-ec94-4ac6-a0c3-c76adf25decf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001374 sec., 727.802037845706 rows/sec., 49.04 KiB/sec. | ||
| 16521 | 2025.01.16 19:59:12.469875 [ 260 ] {7c47d899-ec94-4ac6-a0c3-c76adf25decf} <Debug> TCPHandler: Processed in 0.001577108 sec. | ||
| 16522 | 2025.01.16 19:59:12.470020 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16523 | 2025.01.16 19:59:12.470137 [ 262 ] {0c67c00c-1d91-4346-97d0-2cab9c7b38cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16524 | 2025.01.16 19:59:12.470188 [ 262 ] {0c67c00c-1d91-4346-97d0-2cab9c7b38cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16525 | 2025.01.16 19:59:12.470692 [ 262 ] {0c67c00c-1d91-4346-97d0-2cab9c7b38cb} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16526 | 2025.01.16 19:59:12.470731 [ 262 ] {0c67c00c-1d91-4346-97d0-2cab9c7b38cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16527 | 2025.01.16 19:59:12.471101 [ 262 ] {0c67c00c-1d91-4346-97d0-2cab9c7b38cb} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 16528 | 2025.01.16 19:59:12.471344 [ 262 ] {0c67c00c-1d91-4346-97d0-2cab9c7b38cb} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16529 | 2025.01.16 19:59:12.471549 [ 262 ] {0c67c00c-1d91-4346-97d0-2cab9c7b38cb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001437 sec., 57063.326374391094 rows/sec., 3.62 MiB/sec. | ||
| 16530 | 2025.01.16 19:59:12.471600 [ 262 ] {0c67c00c-1d91-4346-97d0-2cab9c7b38cb} <Debug> TCPHandler: Processed in 0.001638459 sec. | ||
| 16531 | 2025.01.16 19:59:13.694375 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 618 | ||
| 16532 | 2025.01.16 19:59:13.718566 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16533 | 2025.01.16 19:59:13.718627 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16534 | 2025.01.16 19:59:13.726209 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 16535 | 2025.01.16 19:59:13.727025 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16536 | 2025.01.16 19:59:13.730227 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 618 | ||
| 16537 | 2025.01.16 19:59:16.161322 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2296 | ||
| 16538 | 2025.01.16 19:59:16.164629 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16539 | 2025.01.16 19:59:16.164686 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16540 | 2025.01.16 19:59:16.166277 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 16541 | 2025.01.16 19:59:16.166608 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16542 | 2025.01.16 19:59:16.166844 [ 119 ] {} <Debug> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 16543 | 2025.01.16 19:59:16.166965 [ 119 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16544 | 2025.01.16 19:59:16.167028 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16545 | 2025.01.16 19:59:16.167605 [ 195 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 16546 | 2025.01.16 19:59:16.169428 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2296 | ||
| 16547 | 2025.01.16 19:59:16.169750 [ 195 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16548 | 2025.01.16 19:59:16.169958 [ 195 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2116 rows starting from the beginning of the part | ||
| 16549 | 2025.01.16 19:59:16.170719 [ 195 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 42 rows starting from the beginning of the part | ||
| 16550 | 2025.01.16 19:59:16.171361 [ 195 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 32 rows starting from the beginning of the part | ||
| 16551 | 2025.01.16 19:59:16.172054 [ 195 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 32 rows starting from the beginning of the part | ||
| 16552 | 2025.01.16 19:59:16.172824 [ 195 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 42 rows starting from the beginning of the part | ||
| 16553 | 2025.01.16 19:59:16.173523 [ 195 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 32 rows starting from the beginning of the part | ||
| 16554 | 2025.01.16 19:59:16.186564 [ 204 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2296 rows, containing 72 columns (72 merged, 0 gathered) in 0.019438821 sec., 118114.15928980468 rows/sec., 89.01 MiB/sec. | ||
| 16555 | 2025.01.16 19:59:16.189089 [ 204 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 16556 | 2025.01.16 19:59:16.189960 [ 204 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_61_12} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16557 | 2025.01.16 19:59:16.190065 [ 204 ] {ea500972-8ed8-482b-9580-399ca28f5052::all_1_61_12} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 16558 | 2025.01.16 19:59:16.190439 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.01 MiB. | ||
| 16559 | 2025.01.16 19:59:17.449069 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16560 | 2025.01.16 19:59:17.449281 [ 260 ] {801af198-576e-40e0-8216-06fb16bb8efc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16561 | 2025.01.16 19:59:17.449359 [ 260 ] {801af198-576e-40e0-8216-06fb16bb8efc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16562 | 2025.01.16 19:59:17.450100 [ 260 ] {801af198-576e-40e0-8216-06fb16bb8efc} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16563 | 2025.01.16 19:59:17.450141 [ 260 ] {801af198-576e-40e0-8216-06fb16bb8efc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16564 | 2025.01.16 19:59:17.450643 [ 260 ] {801af198-576e-40e0-8216-06fb16bb8efc} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 16565 | 2025.01.16 19:59:17.450909 [ 260 ] {801af198-576e-40e0-8216-06fb16bb8efc} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16566 | 2025.01.16 19:59:17.451141 [ 260 ] {801af198-576e-40e0-8216-06fb16bb8efc} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001906 sec., 5246.589716684155 rows/sec., 427.82 KiB/sec. | ||
| 16567 | 2025.01.16 19:59:17.451267 [ 260 ] {801af198-576e-40e0-8216-06fb16bb8efc} <Debug> TCPHandler: Processed in 0.002332721 sec. | ||
| 16568 | 2025.01.16 19:59:17.451566 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16569 | 2025.01.16 19:59:17.451773 [ 262 ] {556e810a-488b-4616-aa0e-c4c52f0f1640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16570 | 2025.01.16 19:59:17.451851 [ 262 ] {556e810a-488b-4616-aa0e-c4c52f0f1640} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16571 | 2025.01.16 19:59:17.452754 [ 262 ] {556e810a-488b-4616-aa0e-c4c52f0f1640} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16572 | 2025.01.16 19:59:17.452800 [ 262 ] {556e810a-488b-4616-aa0e-c4c52f0f1640} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16573 | 2025.01.16 19:59:17.453256 [ 262 ] {556e810a-488b-4616-aa0e-c4c52f0f1640} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 16574 | 2025.01.16 19:59:17.453529 [ 262 ] {556e810a-488b-4616-aa0e-c4c52f0f1640} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16575 | 2025.01.16 19:59:17.453767 [ 262 ] {556e810a-488b-4616-aa0e-c4c52f0f1640} <Debug> executeQuery: Read 141 rows, 12.38 KiB in 0.002051 sec., 68746.95270599709 rows/sec., 5.90 MiB/sec. | ||
| 16576 | 2025.01.16 19:59:17.453825 [ 262 ] {556e810a-488b-4616-aa0e-c4c52f0f1640} <Debug> TCPHandler: Processed in 0.002438382 sec. | ||
| 16577 | 2025.01.16 19:59:17.453980 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16578 | 2025.01.16 19:59:17.454125 [ 260 ] {8751fa15-197f-4b13-a1f1-4749acd8ccdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16579 | 2025.01.16 19:59:17.454186 [ 260 ] {8751fa15-197f-4b13-a1f1-4749acd8ccdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16580 | 2025.01.16 19:59:17.454863 [ 260 ] {8751fa15-197f-4b13-a1f1-4749acd8ccdf} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16581 | 2025.01.16 19:59:17.454902 [ 260 ] {8751fa15-197f-4b13-a1f1-4749acd8ccdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16582 | 2025.01.16 19:59:17.455275 [ 260 ] {8751fa15-197f-4b13-a1f1-4749acd8ccdf} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 16583 | 2025.01.16 19:59:17.455517 [ 260 ] {8751fa15-197f-4b13-a1f1-4749acd8ccdf} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16584 | 2025.01.16 19:59:17.455692 [ 260 ] {8751fa15-197f-4b13-a1f1-4749acd8ccdf} <Debug> executeQuery: Read 50 rows, 3.71 KiB in 0.001604 sec., 31172.06982543641 rows/sec., 2.26 MiB/sec. | ||
| 16585 | 2025.01.16 19:59:17.455748 [ 260 ] {8751fa15-197f-4b13-a1f1-4749acd8ccdf} <Debug> TCPHandler: Processed in 0.001838032 sec. | ||
| 16586 | 2025.01.16 19:59:17.455879 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16587 | 2025.01.16 19:59:17.455997 [ 262 ] {377b4ec9-39ac-4926-bbbe-c1013864d17c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16588 | 2025.01.16 19:59:17.456047 [ 262 ] {377b4ec9-39ac-4926-bbbe-c1013864d17c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16589 | 2025.01.16 19:59:17.456672 [ 262 ] {377b4ec9-39ac-4926-bbbe-c1013864d17c} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16590 | 2025.01.16 19:59:17.456711 [ 262 ] {377b4ec9-39ac-4926-bbbe-c1013864d17c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16591 | 2025.01.16 19:59:17.457085 [ 262 ] {377b4ec9-39ac-4926-bbbe-c1013864d17c} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 16592 | 2025.01.16 19:59:17.457326 [ 262 ] {377b4ec9-39ac-4926-bbbe-c1013864d17c} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16593 | 2025.01.16 19:59:17.457558 [ 262 ] {377b4ec9-39ac-4926-bbbe-c1013864d17c} <Debug> executeQuery: Read 114 rows, 9.13 KiB in 0.001584 sec., 71969.69696969698 rows/sec., 5.63 MiB/sec. | ||
| 16594 | 2025.01.16 19:59:17.457611 [ 262 ] {377b4ec9-39ac-4926-bbbe-c1013864d17c} <Debug> TCPHandler: Processed in 0.001787501 sec. | ||
| 16595 | 2025.01.16 19:59:17.457751 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16596 | 2025.01.16 19:59:17.457890 [ 260 ] {f9f9d47c-1660-48ac-bdbe-c85159e272be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16597 | 2025.01.16 19:59:17.457954 [ 260 ] {f9f9d47c-1660-48ac-bdbe-c85159e272be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16598 | 2025.01.16 19:59:17.458616 [ 260 ] {f9f9d47c-1660-48ac-bdbe-c85159e272be} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16599 | 2025.01.16 19:59:17.458662 [ 260 ] {f9f9d47c-1660-48ac-bdbe-c85159e272be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16600 | 2025.01.16 19:59:17.459079 [ 260 ] {f9f9d47c-1660-48ac-bdbe-c85159e272be} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 16601 | 2025.01.16 19:59:17.459322 [ 260 ] {f9f9d47c-1660-48ac-bdbe-c85159e272be} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16602 | 2025.01.16 19:59:17.459518 [ 260 ] {f9f9d47c-1660-48ac-bdbe-c85159e272be} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.001657 sec., 99577.5497887749 rows/sec., 6.93 MiB/sec. | ||
| 16603 | 2025.01.16 19:59:17.459608 [ 260 ] {f9f9d47c-1660-48ac-bdbe-c85159e272be} <Debug> TCPHandler: Processed in 0.001917454 sec. | ||
| 16604 | 2025.01.16 19:59:17.459761 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16605 | 2025.01.16 19:59:17.459970 [ 262 ] {903dea69-cc1a-4400-9e2e-0466fc81c582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16606 | 2025.01.16 19:59:17.460087 [ 262 ] {903dea69-cc1a-4400-9e2e-0466fc81c582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16607 | 2025.01.16 19:59:17.461366 [ 262 ] {903dea69-cc1a-4400-9e2e-0466fc81c582} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16608 | 2025.01.16 19:59:17.461404 [ 262 ] {903dea69-cc1a-4400-9e2e-0466fc81c582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16609 | 2025.01.16 19:59:17.462081 [ 262 ] {903dea69-cc1a-4400-9e2e-0466fc81c582} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 16610 | 2025.01.16 19:59:17.462342 [ 262 ] {903dea69-cc1a-4400-9e2e-0466fc81c582} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16611 | 2025.01.16 19:59:17.462543 [ 262 ] {903dea69-cc1a-4400-9e2e-0466fc81c582} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002634 sec., 15186.028853454822 rows/sec., 27.21 MiB/sec. | ||
| 16612 | 2025.01.16 19:59:17.462633 [ 262 ] {903dea69-cc1a-4400-9e2e-0466fc81c582} <Debug> TCPHandler: Processed in 0.002949162 sec. | ||
| 16613 | 2025.01.16 19:59:17.462825 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16614 | 2025.01.16 19:59:17.463051 [ 260 ] {eb4ef776-f1bf-4028-80c9-531442ad181a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16615 | 2025.01.16 19:59:17.463144 [ 260 ] {eb4ef776-f1bf-4028-80c9-531442ad181a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16616 | 2025.01.16 19:59:17.463922 [ 260 ] {eb4ef776-f1bf-4028-80c9-531442ad181a} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16617 | 2025.01.16 19:59:17.463961 [ 260 ] {eb4ef776-f1bf-4028-80c9-531442ad181a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16618 | 2025.01.16 19:59:17.464335 [ 260 ] {eb4ef776-f1bf-4028-80c9-531442ad181a} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 16619 | 2025.01.16 19:59:17.464574 [ 260 ] {eb4ef776-f1bf-4028-80c9-531442ad181a} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16620 | 2025.01.16 19:59:17.464802 [ 260 ] {eb4ef776-f1bf-4028-80c9-531442ad181a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001807 sec., 33204.20586607637 rows/sec., 2.24 MiB/sec. | ||
| 16621 | 2025.01.16 19:59:17.464855 [ 260 ] {eb4ef776-f1bf-4028-80c9-531442ad181a} <Debug> TCPHandler: Processed in 0.002141578 sec. | ||
| 16622 | 2025.01.16 19:59:18.411094 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38064 | ||
| 16623 | 2025.01.16 19:59:18.411878 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16624 | 2025.01.16 19:59:18.411925 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16625 | 2025.01.16 19:59:18.412477 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 16626 | 2025.01.16 19:59:18.412734 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16627 | 2025.01.16 19:59:18.412982 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38064 | ||
| 16628 | 2025.01.16 19:59:21.230383 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 626 | ||
| 16629 | 2025.01.16 19:59:21.254472 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16630 | 2025.01.16 19:59:21.254537 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16631 | 2025.01.16 19:59:21.262228 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 16632 | 2025.01.16 19:59:21.263080 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16633 | 2025.01.16 19:59:21.267678 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626 | ||
| 16634 | 2025.01.16 19:59:22.451059 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16635 | 2025.01.16 19:59:22.451255 [ 260 ] {60c7cdc6-59f6-4262-8cf5-ef5bc32013b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16636 | 2025.01.16 19:59:22.451330 [ 260 ] {60c7cdc6-59f6-4262-8cf5-ef5bc32013b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16637 | 2025.01.16 19:59:22.452119 [ 260 ] {60c7cdc6-59f6-4262-8cf5-ef5bc32013b2} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16638 | 2025.01.16 19:59:22.452167 [ 260 ] {60c7cdc6-59f6-4262-8cf5-ef5bc32013b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16639 | 2025.01.16 19:59:22.452626 [ 260 ] {60c7cdc6-59f6-4262-8cf5-ef5bc32013b2} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 16640 | 2025.01.16 19:59:22.452897 [ 260 ] {60c7cdc6-59f6-4262-8cf5-ef5bc32013b2} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16641 | 2025.01.16 19:59:22.453109 [ 260 ] {60c7cdc6-59f6-4262-8cf5-ef5bc32013b2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001911 sec., 7326.007326007326 rows/sec., 527.37 KiB/sec. | ||
| 16642 | 2025.01.16 19:59:22.453178 [ 260 ] {60c7cdc6-59f6-4262-8cf5-ef5bc32013b2} <Debug> TCPHandler: Processed in 0.002250269 sec. | ||
| 16643 | 2025.01.16 19:59:22.453451 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16644 | 2025.01.16 19:59:22.453672 [ 262 ] {71f1722f-0ed4-4cd8-8039-26ee0493b885} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16645 | 2025.01.16 19:59:22.453755 [ 262 ] {71f1722f-0ed4-4cd8-8039-26ee0493b885} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16646 | 2025.01.16 19:59:22.454646 [ 262 ] {71f1722f-0ed4-4cd8-8039-26ee0493b885} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16647 | 2025.01.16 19:59:22.454695 [ 262 ] {71f1722f-0ed4-4cd8-8039-26ee0493b885} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16648 | 2025.01.16 19:59:22.455149 [ 262 ] {71f1722f-0ed4-4cd8-8039-26ee0493b885} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 16649 | 2025.01.16 19:59:22.455415 [ 262 ] {71f1722f-0ed4-4cd8-8039-26ee0493b885} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16650 | 2025.01.16 19:59:22.455617 [ 106 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 16651 | 2025.01.16 19:59:22.455677 [ 262 ] {71f1722f-0ed4-4cd8-8039-26ee0493b885} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.002063 sec., 98400.38778477944 rows/sec., 8.52 MiB/sec. | ||
| 16652 | 2025.01.16 19:59:22.455687 [ 106 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16653 | 2025.01.16 19:59:22.455763 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16654 | 2025.01.16 19:59:22.455807 [ 262 ] {71f1722f-0ed4-4cd8-8039-26ee0493b885} <Debug> TCPHandler: Processed in 0.002500744 sec. | ||
| 16655 | 2025.01.16 19:59:22.456052 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16656 | 2025.01.16 19:59:22.456083 [ 204 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 16657 | 2025.01.16 19:59:22.456295 [ 260 ] {300e1f26-87c5-4f72-8072-959882ace4c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16658 | 2025.01.16 19:59:22.456430 [ 260 ] {300e1f26-87c5-4f72-8072-959882ace4c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16659 | 2025.01.16 19:59:22.456557 [ 204 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16660 | 2025.01.16 19:59:22.456697 [ 204 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1434 rows starting from the beginning of the part | ||
| 16661 | 2025.01.16 19:59:22.457123 [ 204 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 56 rows starting from the beginning of the part | ||
| 16662 | 2025.01.16 19:59:22.457519 [ 204 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 136 rows starting from the beginning of the part | ||
| 16663 | 2025.01.16 19:59:22.457971 [ 204 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 203 rows starting from the beginning of the part | ||
| 16664 | 2025.01.16 19:59:22.458260 [ 204 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 141 rows starting from the beginning of the part | ||
| 16665 | 2025.01.16 19:59:22.458602 [ 204 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 203 rows starting from the beginning of the part | ||
| 16666 | 2025.01.16 19:59:22.459458 [ 260 ] {300e1f26-87c5-4f72-8072-959882ace4c1} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16667 | 2025.01.16 19:59:22.459524 [ 260 ] {300e1f26-87c5-4f72-8072-959882ace4c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16668 | 2025.01.16 19:59:22.460366 [ 260 ] {300e1f26-87c5-4f72-8072-959882ace4c1} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 16669 | 2025.01.16 19:59:22.460969 [ 260 ] {300e1f26-87c5-4f72-8072-959882ace4c1} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16670 | 2025.01.16 19:59:22.461362 [ 260 ] {300e1f26-87c5-4f72-8072-959882ace4c1} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.005147 sec., 1360.0155430347777 rows/sec., 88.61 KiB/sec. | ||
| 16671 | 2025.01.16 19:59:22.461454 [ 260 ] {300e1f26-87c5-4f72-8072-959882ace4c1} <Debug> TCPHandler: Processed in 0.005504346 sec. | ||
| 16672 | 2025.01.16 19:59:22.461696 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16673 | 2025.01.16 19:59:22.461882 [ 199 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2173 rows, containing 5 columns (5 merged, 0 gathered) in 0.005983865 sec., 363143.2193072538 rows/sec., 32.03 MiB/sec. | ||
| 16674 | 2025.01.16 19:59:22.461928 [ 262 ] {f7c8c571-84af-447f-bd63-1ba0cda2a1f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16675 | 2025.01.16 19:59:22.462012 [ 262 ] {f7c8c571-84af-447f-bd63-1ba0cda2a1f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16676 | 2025.01.16 19:59:22.462276 [ 199 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 16677 | 2025.01.16 19:59:22.463061 [ 199 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_141_28} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16678 | 2025.01.16 19:59:22.463291 [ 199 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_141_28} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 16679 | 2025.01.16 19:59:22.463371 [ 262 ] {f7c8c571-84af-447f-bd63-1ba0cda2a1f4} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16680 | 2025.01.16 19:59:22.463455 [ 262 ] {f7c8c571-84af-447f-bd63-1ba0cda2a1f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16681 | 2025.01.16 19:59:22.463466 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 16682 | 2025.01.16 19:59:22.463846 [ 262 ] {f7c8c571-84af-447f-bd63-1ba0cda2a1f4} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 16683 | 2025.01.16 19:59:22.464092 [ 262 ] {f7c8c571-84af-447f-bd63-1ba0cda2a1f4} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16684 | 2025.01.16 19:59:22.464324 [ 262 ] {f7c8c571-84af-447f-bd63-1ba0cda2a1f4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002445 sec., 5725.971370143149 rows/sec., 401.01 KiB/sec. | ||
| 16685 | 2025.01.16 19:59:22.464389 [ 262 ] {f7c8c571-84af-447f-bd63-1ba0cda2a1f4} <Debug> TCPHandler: Processed in 0.002804889 sec. | ||
| 16686 | 2025.01.16 19:59:22.464601 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16687 | 2025.01.16 19:59:22.464754 [ 260 ] {08ea6178-9b2e-4a5d-8b29-c8fa368d0e45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16688 | 2025.01.16 19:59:22.464812 [ 260 ] {08ea6178-9b2e-4a5d-8b29-c8fa368d0e45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16689 | 2025.01.16 19:59:22.465417 [ 260 ] {08ea6178-9b2e-4a5d-8b29-c8fa368d0e45} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16690 | 2025.01.16 19:59:22.465456 [ 260 ] {08ea6178-9b2e-4a5d-8b29-c8fa368d0e45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16691 | 2025.01.16 19:59:22.465821 [ 260 ] {08ea6178-9b2e-4a5d-8b29-c8fa368d0e45} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 16692 | 2025.01.16 19:59:22.466057 [ 260 ] {08ea6178-9b2e-4a5d-8b29-c8fa368d0e45} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16693 | 2025.01.16 19:59:22.466279 [ 260 ] {08ea6178-9b2e-4a5d-8b29-c8fa368d0e45} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001558 sec., 8344.03080872914 rows/sec., 520.25 KiB/sec. | ||
| 16694 | 2025.01.16 19:59:22.466341 [ 260 ] {08ea6178-9b2e-4a5d-8b29-c8fa368d0e45} <Debug> TCPHandler: Processed in 0.001869102 sec. | ||
| 16695 | 2025.01.16 19:59:22.466495 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16696 | 2025.01.16 19:59:22.466612 [ 262 ] {bc28e57a-5a74-47e4-b667-d51caee2dd44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16697 | 2025.01.16 19:59:22.466660 [ 262 ] {bc28e57a-5a74-47e4-b667-d51caee2dd44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16698 | 2025.01.16 19:59:22.467398 [ 262 ] {bc28e57a-5a74-47e4-b667-d51caee2dd44} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16699 | 2025.01.16 19:59:22.467435 [ 262 ] {bc28e57a-5a74-47e4-b667-d51caee2dd44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16700 | 2025.01.16 19:59:22.467821 [ 262 ] {bc28e57a-5a74-47e4-b667-d51caee2dd44} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 16701 | 2025.01.16 19:59:22.468065 [ 262 ] {bc28e57a-5a74-47e4-b667-d51caee2dd44} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16702 | 2025.01.16 19:59:22.468205 [ 109 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 16703 | 2025.01.16 19:59:22.468250 [ 109 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16704 | 2025.01.16 19:59:22.468253 [ 262 ] {bc28e57a-5a74-47e4-b667-d51caee2dd44} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001663 sec., 229705.3517739026 rows/sec., 16.26 MiB/sec. | ||
| 16705 | 2025.01.16 19:59:22.468273 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16706 | 2025.01.16 19:59:22.468376 [ 262 ] {bc28e57a-5a74-47e4-b667-d51caee2dd44} <Debug> TCPHandler: Processed in 0.001931694 sec. | ||
| 16707 | 2025.01.16 19:59:22.468635 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16708 | 2025.01.16 19:59:22.468678 [ 190 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 16709 | 2025.01.16 19:59:22.469073 [ 260 ] {3fe34dee-59e9-4d8e-b401-257b806009de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16710 | 2025.01.16 19:59:22.469240 [ 190 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16711 | 2025.01.16 19:59:22.469290 [ 260 ] {3fe34dee-59e9-4d8e-b401-257b806009de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16712 | 2025.01.16 19:59:22.469374 [ 190 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 914 rows starting from the beginning of the part | ||
| 16713 | 2025.01.16 19:59:22.469875 [ 190 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 64 rows starting from the beginning of the part | ||
| 16714 | 2025.01.16 19:59:22.470499 [ 190 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 104 rows starting from the beginning of the part | ||
| 16715 | 2025.01.16 19:59:22.471152 [ 190 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 382 rows starting from the beginning of the part | ||
| 16716 | 2025.01.16 19:59:22.471742 [ 190 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 114 rows starting from the beginning of the part | ||
| 16717 | 2025.01.16 19:59:22.472389 [ 190 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 382 rows starting from the beginning of the part | ||
| 16718 | 2025.01.16 19:59:22.473311 [ 260 ] {3fe34dee-59e9-4d8e-b401-257b806009de} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16719 | 2025.01.16 19:59:22.473360 [ 260 ] {3fe34dee-59e9-4d8e-b401-257b806009de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16720 | 2025.01.16 19:59:22.473896 [ 260 ] {3fe34dee-59e9-4d8e-b401-257b806009de} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 16721 | 2025.01.16 19:59:22.474211 [ 260 ] {3fe34dee-59e9-4d8e-b401-257b806009de} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16722 | 2025.01.16 19:59:22.474491 [ 109 ] {} <Debug> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6) (MergerMutator): Selected 6 parts from all_1_54_11 to all_59_59_0 | ||
| 16723 | 2025.01.16 19:59:22.474615 [ 109 ] {} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16724 | 2025.01.16 19:59:22.474712 [ 260 ] {3fe34dee-59e9-4d8e-b401-257b806009de} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005771 sec., 1039.6811644429042 rows/sec., 54.32 KiB/sec. | ||
| 16725 | 2025.01.16 19:59:22.474731 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16726 | 2025.01.16 19:59:22.475149 [ 225 ] {} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16727 | 2025.01.16 19:59:22.475175 [ 260 ] {3fe34dee-59e9-4d8e-b401-257b806009de} <Debug> TCPHandler: Processed in 0.006698457 sec. | ||
| 16728 | 2025.01.16 19:59:22.475238 [ 225 ] {} <Debug> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16729 | 2025.01.16 19:59:22.475314 [ 191 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.006933472 sec., 282686.6539592285 rows/sec., 21.64 MiB/sec. | ||
| 16730 | 2025.01.16 19:59:22.475540 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16731 | 2025.01.16 19:59:22.475702 [ 199 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_59_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_54_11 to all_59_59_0 into Compact with storage Full | ||
| 16732 | 2025.01.16 19:59:22.475884 [ 191 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 16733 | 2025.01.16 19:59:22.476072 [ 262 ] {275c0bea-25cc-4f81-9879-bfa1381e53f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16734 | 2025.01.16 19:59:22.476344 [ 262 ] {275c0bea-25cc-4f81-9879-bfa1381e53f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16735 | 2025.01.16 19:59:22.476480 [ 199 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_59_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16736 | 2025.01.16 19:59:22.476659 [ 199 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_54_11, total 324 rows starting from the beginning of the part | ||
| 16737 | 2025.01.16 19:59:22.477603 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_141_28} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16738 | 2025.01.16 19:59:22.477787 [ 199 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part | ||
| 16739 | 2025.01.16 19:59:22.478554 [ 199 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part | ||
| 16740 | 2025.01.16 19:59:22.478999 [ 199 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part | ||
| 16741 | 2025.01.16 19:59:22.479767 [ 188 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_141_28} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 16742 | 2025.01.16 19:59:22.479808 [ 199 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part | ||
| 16743 | 2025.01.16 19:59:22.480403 [ 199 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_59_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part | ||
| 16744 | 2025.01.16 19:59:22.481566 [ 262 ] {275c0bea-25cc-4f81-9879-bfa1381e53f0} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16745 | 2025.01.16 19:59:22.481682 [ 262 ] {275c0bea-25cc-4f81-9879-bfa1381e53f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 16746 | 2025.01.16 19:59:22.481695 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 16747 | 2025.01.16 19:59:22.483460 [ 262 ] {275c0bea-25cc-4f81-9879-bfa1381e53f0} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 16748 | 2025.01.16 19:59:22.483875 [ 225 ] {} <Debug> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16749 | 2025.01.16 19:59:22.484427 [ 262 ] {275c0bea-25cc-4f81-9879-bfa1381e53f0} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16750 | 2025.01.16 19:59:22.484995 [ 109 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 6 parts from all_1_136_28 to all_141_141_0 | ||
| 16751 | 2025.01.16 19:59:22.485242 [ 109 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16752 | 2025.01.16 19:59:22.485411 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16753 | 2025.01.16 19:59:22.485767 [ 262 ] {275c0bea-25cc-4f81-9879-bfa1381e53f0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.009817 sec., 24141.79484567587 rows/sec., 1.62 MiB/sec. | ||
| 16754 | 2025.01.16 19:59:22.486396 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_141_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_28 to all_141_141_0 into Compact with storage Full | ||
| 16755 | 2025.01.16 19:59:22.486488 [ 262 ] {275c0bea-25cc-4f81-9879-bfa1381e53f0} <Debug> TCPHandler: Processed in 0.011146766 sec. | ||
| 16756 | 2025.01.16 19:59:22.487068 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_141_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16757 | 2025.01.16 19:59:22.487076 [ 199 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_59_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 354 rows, containing 4 columns (4 merged, 0 gathered) in 0.01196476 sec., 29586.886824307385 rows/sec., 1.51 MiB/sec. | ||
| 16758 | 2025.01.16 19:59:22.487103 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16759 | 2025.01.16 19:59:22.487126 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_136_28, total 37769 rows starting from the beginning of the part | ||
| 16760 | 2025.01.16 19:59:22.487347 [ 199 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_59_12} <Trace> MergedBlockOutputStream: filled checksums all_1_59_12 (state Temporary) | ||
| 16761 | 2025.01.16 19:59:22.487593 [ 260 ] {571c8566-bdef-40e4-b664-da8c167087c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16762 | 2025.01.16 19:59:22.487612 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 32 rows starting from the beginning of the part | ||
| 16763 | 2025.01.16 19:59:22.487813 [ 260 ] {571c8566-bdef-40e4-b664-da8c167087c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16764 | 2025.01.16 19:59:22.488182 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part | ||
| 16765 | 2025.01.16 19:59:22.488618 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 237 rows starting from the beginning of the part | ||
| 16766 | 2025.01.16 19:59:22.488706 [ 199 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_59_12} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_merge_all_1_59_12 to all_1_59_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16767 | 2025.01.16 19:59:22.489141 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 165 rows starting from the beginning of the part | ||
| 16768 | 2025.01.16 19:59:22.489322 [ 199 ] {15b4902a-2845-4324-ba38-3f8de4d2a5f6::all_1_59_12} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6) (MergerMutator): Merged 6 parts: [all_1_54_11, all_59_59_0] -> all_1_59_12 | ||
| 16769 | 2025.01.16 19:59:22.489784 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_141_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 237 rows starting from the beginning of the part | ||
| 16770 | 2025.01.16 19:59:22.489803 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 16771 | 2025.01.16 19:59:22.490785 [ 260 ] {571c8566-bdef-40e4-b664-da8c167087c2} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16772 | 2025.01.16 19:59:22.490854 [ 260 ] {571c8566-bdef-40e4-b664-da8c167087c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16773 | 2025.01.16 19:59:22.491538 [ 260 ] {571c8566-bdef-40e4-b664-da8c167087c2} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 16774 | 2025.01.16 19:59:22.491856 [ 260 ] {571c8566-bdef-40e4-b664-da8c167087c2} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16775 | 2025.01.16 19:59:22.492061 [ 109 ] {} <Debug> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03) (MergerMutator): Selected 6 parts from all_1_55_12 to all_60_60_0 | ||
| 16776 | 2025.01.16 19:59:22.492160 [ 109 ] {} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16777 | 2025.01.16 19:59:22.492231 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16778 | 2025.01.16 19:59:22.492288 [ 260 ] {571c8566-bdef-40e4-b664-da8c167087c2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004916 sec., 203.4174125305126 rows/sec., 13.71 KiB/sec. | ||
| 16779 | 2025.01.16 19:59:22.492615 [ 260 ] {571c8566-bdef-40e4-b664-da8c167087c2} <Debug> TCPHandler: Processed in 0.005925874 sec. | ||
| 16780 | 2025.01.16 19:59:22.492647 [ 193 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_60_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_12 to all_60_60_0 into Compact with storage Full | ||
| 16781 | 2025.01.16 19:59:22.492867 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16782 | 2025.01.16 19:59:22.493182 [ 193 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16783 | 2025.01.16 19:59:22.493308 [ 193 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_12, total 55 rows starting from the beginning of the part | ||
| 16784 | 2025.01.16 19:59:22.493323 [ 262 ] {e7d487a2-e5dd-4044-9223-0c8600fe4d45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16785 | 2025.01.16 19:59:22.493614 [ 262 ] {e7d487a2-e5dd-4044-9223-0c8600fe4d45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16786 | 2025.01.16 19:59:22.493819 [ 193 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part | ||
| 16787 | 2025.01.16 19:59:22.494455 [ 193 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part | ||
| 16788 | 2025.01.16 19:59:22.495094 [ 193 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part | ||
| 16789 | 2025.01.16 19:59:22.495696 [ 193 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part | ||
| 16790 | 2025.01.16 19:59:22.495982 [ 193 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part | ||
| 16791 | 2025.01.16 19:59:22.496856 [ 262 ] {e7d487a2-e5dd-4044-9223-0c8600fe4d45} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16792 | 2025.01.16 19:59:22.496901 [ 262 ] {e7d487a2-e5dd-4044-9223-0c8600fe4d45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 16793 | 2025.01.16 19:59:22.497876 [ 262 ] {e7d487a2-e5dd-4044-9223-0c8600fe4d45} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 16794 | 2025.01.16 19:59:22.498412 [ 262 ] {e7d487a2-e5dd-4044-9223-0c8600fe4d45} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16795 | 2025.01.16 19:59:22.498509 [ 193 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.006167419 sec., 9728.542847502335 rows/sec., 654.90 KiB/sec. | ||
| 16796 | 2025.01.16 19:59:22.498637 [ 109 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 16797 | 2025.01.16 19:59:22.498679 [ 193 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary) | ||
| 16798 | 2025.01.16 19:59:22.498684 [ 109 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16799 | 2025.01.16 19:59:22.498735 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 16800 | 2025.01.16 19:59:22.498741 [ 262 ] {e7d487a2-e5dd-4044-9223-0c8600fe4d45} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005581 sec., 14692.707400107507 rows/sec., 955.56 KiB/sec. | ||
| 16801 | 2025.01.16 19:59:22.499158 [ 262 ] {e7d487a2-e5dd-4044-9223-0c8600fe4d45} <Debug> TCPHandler: Processed in 0.006430113 sec. | ||
| 16802 | 2025.01.16 19:59:22.499232 [ 198 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 16803 | 2025.01.16 19:59:22.499642 [ 193 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_60_13} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16804 | 2025.01.16 19:59:22.499757 [ 198 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16805 | 2025.01.16 19:59:22.499855 [ 198 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 8130 rows starting from the beginning of the part | ||
| 16806 | 2025.01.16 19:59:22.499884 [ 193 ] {fbf51aa2-79e7-48b8-8011-dfc66abf6c03::all_1_60_13} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03) (MergerMutator): Merged 6 parts: [all_1_55_12, all_60_60_0] -> all_1_60_13 | ||
| 16807 | 2025.01.16 19:59:22.500153 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 16808 | 2025.01.16 19:59:22.500175 [ 198 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 12 rows starting from the beginning of the part | ||
| 16809 | 2025.01.16 19:59:22.500370 [ 198 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 60 rows starting from the beginning of the part | ||
| 16810 | 2025.01.16 19:59:22.500625 [ 198 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 82 rows starting from the beginning of the part | ||
| 16811 | 2025.01.16 19:59:22.500840 [ 198 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 60 rows starting from the beginning of the part | ||
| 16812 | 2025.01.16 19:59:22.501114 [ 198 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 82 rows starting from the beginning of the part | ||
| 16813 | 2025.01.16 19:59:22.503659 [ 194 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_141_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38600 rows, containing 5 columns (5 merged, 0 gathered) in 0.017950875 sec., 2150313.0070261196 rows/sec., 145.31 MiB/sec. | ||
| 16814 | 2025.01.16 19:59:22.504161 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_141_29} <Trace> MergedBlockOutputStream: filled checksums all_1_141_29 (state Temporary) | ||
| 16815 | 2025.01.16 19:59:22.504518 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_141_29} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_141_29 to all_1_141_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16816 | 2025.01.16 19:59:22.504614 [ 187 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_141_29} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 6 parts: [all_1_136_28, all_141_141_0] -> all_1_141_29 | ||
| 16817 | 2025.01.16 19:59:22.504737 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 16818 | 2025.01.16 19:59:22.505046 [ 197 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8426 rows, containing 4 columns (4 merged, 0 gathered) in 0.006209339 sec., 1356988.239811033 rows/sec., 88.50 MiB/sec. | ||
| 16819 | 2025.01.16 19:59:22.505214 [ 187 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 16820 | 2025.01.16 19:59:22.505514 [ 187 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_141_28} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16821 | 2025.01.16 19:59:22.505594 [ 187 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_141_28} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 16822 | 2025.01.16 19:59:22.505680 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. | ||
| 16823 | 2025.01.16 19:59:25.663321 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16824 | 2025.01.16 19:59:25.663396 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16825 | 2025.01.16 19:59:25.913182 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38491 | ||
| 16826 | 2025.01.16 19:59:25.913913 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16827 | 2025.01.16 19:59:25.913959 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 16828 | 2025.01.16 19:59:25.914505 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 16829 | 2025.01.16 19:59:25.914760 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16830 | 2025.01.16 19:59:25.914934 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491 | ||
| 16831 | 2025.01.16 19:59:26.169755 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2330 | ||
| 16832 | 2025.01.16 19:59:26.172943 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16833 | 2025.01.16 19:59:26.172995 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 16834 | 2025.01.16 19:59:26.174492 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16835 | 2025.01.16 19:59:26.174798 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16836 | 2025.01.16 19:59:26.175346 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2330 | ||
| 16837 | 2025.01.16 19:59:27.449124 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16838 | 2025.01.16 19:59:27.449337 [ 260 ] {4d68bd76-1b38-4e49-babc-2d21cdafa061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16839 | 2025.01.16 19:59:27.449418 [ 260 ] {4d68bd76-1b38-4e49-babc-2d21cdafa061} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16840 | 2025.01.16 19:59:27.450300 [ 260 ] {4d68bd76-1b38-4e49-babc-2d21cdafa061} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16841 | 2025.01.16 19:59:27.450343 [ 260 ] {4d68bd76-1b38-4e49-babc-2d21cdafa061} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 16842 | 2025.01.16 19:59:27.450781 [ 260 ] {4d68bd76-1b38-4e49-babc-2d21cdafa061} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 16843 | 2025.01.16 19:59:27.451026 [ 260 ] {4d68bd76-1b38-4e49-babc-2d21cdafa061} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16844 | 2025.01.16 19:59:27.451237 [ 260 ] {4d68bd76-1b38-4e49-babc-2d21cdafa061} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.002016 sec., 67460.31746031746 rows/sec., 5.82 MiB/sec. | ||
| 16845 | 2025.01.16 19:59:27.451399 [ 260 ] {4d68bd76-1b38-4e49-babc-2d21cdafa061} <Debug> TCPHandler: Processed in 0.002398712 sec. | ||
| 16846 | 2025.01.16 19:59:27.451714 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16847 | 2025.01.16 19:59:27.451952 [ 262 ] {ce4c0c54-6363-4328-9c12-d4ac110de794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16848 | 2025.01.16 19:59:27.452036 [ 262 ] {ce4c0c54-6363-4328-9c12-d4ac110de794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16849 | 2025.01.16 19:59:27.452810 [ 262 ] {ce4c0c54-6363-4328-9c12-d4ac110de794} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16850 | 2025.01.16 19:59:27.452865 [ 262 ] {ce4c0c54-6363-4328-9c12-d4ac110de794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 16851 | 2025.01.16 19:59:27.453310 [ 262 ] {ce4c0c54-6363-4328-9c12-d4ac110de794} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 16852 | 2025.01.16 19:59:27.453565 [ 262 ] {ce4c0c54-6363-4328-9c12-d4ac110de794} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16853 | 2025.01.16 19:59:27.453827 [ 262 ] {ce4c0c54-6363-4328-9c12-d4ac110de794} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001932 sec., 20703.933747412008 rows/sec., 1.52 MiB/sec. | ||
| 16854 | 2025.01.16 19:59:27.453914 [ 262 ] {ce4c0c54-6363-4328-9c12-d4ac110de794} <Debug> TCPHandler: Processed in 0.002396992 sec. | ||
| 16855 | 2025.01.16 19:59:27.454121 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16856 | 2025.01.16 19:59:27.454307 [ 260 ] {3878441c-bee0-4804-a67f-b40e94484e65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16857 | 2025.01.16 19:59:27.454369 [ 260 ] {3878441c-bee0-4804-a67f-b40e94484e65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16858 | 2025.01.16 19:59:27.455159 [ 260 ] {3878441c-bee0-4804-a67f-b40e94484e65} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16859 | 2025.01.16 19:59:27.455198 [ 260 ] {3878441c-bee0-4804-a67f-b40e94484e65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 16860 | 2025.01.16 19:59:27.455590 [ 260 ] {3878441c-bee0-4804-a67f-b40e94484e65} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 16861 | 2025.01.16 19:59:27.455836 [ 260 ] {3878441c-bee0-4804-a67f-b40e94484e65} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16862 | 2025.01.16 19:59:27.456020 [ 260 ] {3878441c-bee0-4804-a67f-b40e94484e65} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001758 sec., 59158.13424345847 rows/sec., 4.62 MiB/sec. | ||
| 16863 | 2025.01.16 19:59:27.456076 [ 260 ] {3878441c-bee0-4804-a67f-b40e94484e65} <Debug> TCPHandler: Processed in 0.002082236 sec. | ||
| 16864 | 2025.01.16 19:59:27.456265 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16865 | 2025.01.16 19:59:27.456413 [ 262 ] {ebec1778-e5ed-45ba-b747-1f13712c3744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16866 | 2025.01.16 19:59:27.456478 [ 262 ] {ebec1778-e5ed-45ba-b747-1f13712c3744} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16867 | 2025.01.16 19:59:27.457153 [ 262 ] {ebec1778-e5ed-45ba-b747-1f13712c3744} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16868 | 2025.01.16 19:59:27.457193 [ 262 ] {ebec1778-e5ed-45ba-b747-1f13712c3744} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 16869 | 2025.01.16 19:59:27.457597 [ 262 ] {ebec1778-e5ed-45ba-b747-1f13712c3744} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 16870 | 2025.01.16 19:59:27.457840 [ 262 ] {ebec1778-e5ed-45ba-b747-1f13712c3744} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16871 | 2025.01.16 19:59:27.458055 [ 262 ] {ebec1778-e5ed-45ba-b747-1f13712c3744} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00167 sec., 95808.38323353294 rows/sec., 6.67 MiB/sec. | ||
| 16872 | 2025.01.16 19:59:27.458143 [ 262 ] {ebec1778-e5ed-45ba-b747-1f13712c3744} <Debug> TCPHandler: Processed in 0.001948604 sec. | ||
| 16873 | 2025.01.16 19:59:27.458329 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16874 | 2025.01.16 19:59:27.458671 [ 260 ] {761af2e8-6fd4-4383-9fb2-fe8277f9df01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16875 | 2025.01.16 19:59:27.458965 [ 260 ] {761af2e8-6fd4-4383-9fb2-fe8277f9df01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16876 | 2025.01.16 19:59:27.460211 [ 260 ] {761af2e8-6fd4-4383-9fb2-fe8277f9df01} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16877 | 2025.01.16 19:59:27.460250 [ 260 ] {761af2e8-6fd4-4383-9fb2-fe8277f9df01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 16878 | 2025.01.16 19:59:27.460948 [ 260 ] {761af2e8-6fd4-4383-9fb2-fe8277f9df01} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 16879 | 2025.01.16 19:59:27.461203 [ 260 ] {761af2e8-6fd4-4383-9fb2-fe8277f9df01} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16880 | 2025.01.16 19:59:27.461425 [ 100 ] {} <Debug> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 16881 | 2025.01.16 19:59:27.461485 [ 260 ] {761af2e8-6fd4-4383-9fb2-fe8277f9df01} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002938 sec., 13614.703880190606 rows/sec., 24.40 MiB/sec. | ||
| 16882 | 2025.01.16 19:59:27.461553 [ 100 ] {} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16883 | 2025.01.16 19:59:27.461666 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 16884 | 2025.01.16 19:59:27.461915 [ 260 ] {761af2e8-6fd4-4383-9fb2-fe8277f9df01} <Debug> TCPHandler: Processed in 0.003686445 sec. | ||
| 16885 | 2025.01.16 19:59:27.462004 [ 197 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 16886 | 2025.01.16 19:59:27.462125 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16887 | 2025.01.16 19:59:27.462307 [ 262 ] {c139f805-b46b-49e6-a7de-2875a226256e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16888 | 2025.01.16 19:59:27.462401 [ 262 ] {c139f805-b46b-49e6-a7de-2875a226256e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16889 | 2025.01.16 19:59:27.462408 [ 197 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16890 | 2025.01.16 19:59:27.462555 [ 197 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2184 rows starting from the beginning of the part | ||
| 16891 | 2025.01.16 19:59:27.463264 [ 197 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 40 rows starting from the beginning of the part | ||
| 16892 | 2025.01.16 19:59:27.463893 [ 197 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 40 rows starting from the beginning of the part | ||
| 16893 | 2025.01.16 19:59:27.464291 [ 262 ] {c139f805-b46b-49e6-a7de-2875a226256e} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16894 | 2025.01.16 19:59:27.464393 [ 262 ] {c139f805-b46b-49e6-a7de-2875a226256e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 16895 | 2025.01.16 19:59:27.464470 [ 197 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 40 rows starting from the beginning of the part | ||
| 16896 | 2025.01.16 19:59:27.464989 [ 197 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 40 rows starting from the beginning of the part | ||
| 16897 | 2025.01.16 19:59:27.465466 [ 197 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 40 rows starting from the beginning of the part | ||
| 16898 | 2025.01.16 19:59:27.465504 [ 262 ] {c139f805-b46b-49e6-a7de-2875a226256e} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 16899 | 2025.01.16 19:59:27.466074 [ 262 ] {c139f805-b46b-49e6-a7de-2875a226256e} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16900 | 2025.01.16 19:59:27.466392 [ 262 ] {c139f805-b46b-49e6-a7de-2875a226256e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004137 sec., 14503.263234227701 rows/sec., 1000.88 KiB/sec. | ||
| 16901 | 2025.01.16 19:59:27.466474 [ 262 ] {c139f805-b46b-49e6-a7de-2875a226256e} <Debug> TCPHandler: Processed in 0.004453049 sec. | ||
| 16902 | 2025.01.16 19:59:27.472863 [ 194 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2384 rows, containing 19 columns (19 merged, 0 gathered) in 0.011032304 sec., 216092.66749719734 rows/sec., 387.23 MiB/sec. | ||
| 16903 | 2025.01.16 19:59:27.475134 [ 194 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 16904 | 2025.01.16 19:59:27.475544 [ 194 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16905 | 2025.01.16 19:59:27.475625 [ 194 ] {33687be3-f862-480b-b6ca-a7d5f6cb8b27::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 16906 | 2025.01.16 19:59:27.475780 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.73 MiB. | ||
| 16907 | 2025.01.16 19:59:28.767812 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 634 | ||
| 16908 | 2025.01.16 19:59:28.792239 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16909 | 2025.01.16 19:59:28.792301 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 16910 | 2025.01.16 19:59:28.799907 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 16911 | 2025.01.16 19:59:28.800703 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16912 | 2025.01.16 19:59:28.805859 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 634 | ||
| 16913 | 2025.01.16 19:59:30.119734 [ 223 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16914 | 2025.01.16 19:59:30.119783 [ 223 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16915 | 2025.01.16 19:59:30.121772 [ 223 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16916 | 2025.01.16 19:59:30.351035 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16917 | 2025.01.16 19:59:30.351072 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16918 | 2025.01.16 19:59:30.353098 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16919 | 2025.01.16 19:59:30.727210 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16920 | 2025.01.16 19:59:30.727400 [ 260 ] {ab83d673-4f67-4abf-aa7a-c9641ee25e3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16921 | 2025.01.16 19:59:30.727473 [ 260 ] {ab83d673-4f67-4abf-aa7a-c9641ee25e3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16922 | 2025.01.16 19:59:30.728266 [ 260 ] {ab83d673-4f67-4abf-aa7a-c9641ee25e3d} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16923 | 2025.01.16 19:59:30.728312 [ 260 ] {ab83d673-4f67-4abf-aa7a-c9641ee25e3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 16924 | 2025.01.16 19:59:30.728744 [ 260 ] {ab83d673-4f67-4abf-aa7a-c9641ee25e3d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 16925 | 2025.01.16 19:59:30.729002 [ 260 ] {ab83d673-4f67-4abf-aa7a-c9641ee25e3d} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16926 | 2025.01.16 19:59:30.729206 [ 260 ] {ab83d673-4f67-4abf-aa7a-c9641ee25e3d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00186 sec., 7526.881720430107 rows/sec., 541.83 KiB/sec. | ||
| 16927 | 2025.01.16 19:59:30.729274 [ 260 ] {ab83d673-4f67-4abf-aa7a-c9641ee25e3d} <Debug> TCPHandler: Processed in 0.002208039 sec. | ||
| 16928 | 2025.01.16 19:59:30.729548 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16929 | 2025.01.16 19:59:30.729732 [ 262 ] {b7fb15dc-2217-41c5-8349-c6b8db0f4462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16930 | 2025.01.16 19:59:30.729805 [ 262 ] {b7fb15dc-2217-41c5-8349-c6b8db0f4462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16931 | 2025.01.16 19:59:30.730606 [ 262 ] {b7fb15dc-2217-41c5-8349-c6b8db0f4462} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16932 | 2025.01.16 19:59:30.730659 [ 262 ] {b7fb15dc-2217-41c5-8349-c6b8db0f4462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 16933 | 2025.01.16 19:59:30.731091 [ 262 ] {b7fb15dc-2217-41c5-8349-c6b8db0f4462} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 16934 | 2025.01.16 19:59:30.731352 [ 262 ] {b7fb15dc-2217-41c5-8349-c6b8db0f4462} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16935 | 2025.01.16 19:59:30.731600 [ 262 ] {b7fb15dc-2217-41c5-8349-c6b8db0f4462} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001898 sec., 3161.222339304531 rows/sec., 257.78 KiB/sec. | ||
| 16936 | 2025.01.16 19:59:30.731669 [ 262 ] {b7fb15dc-2217-41c5-8349-c6b8db0f4462} <Debug> TCPHandler: Processed in 0.002247519 sec. | ||
| 16937 | 2025.01.16 19:59:30.731837 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16938 | 2025.01.16 19:59:30.731985 [ 260 ] {aa092a39-da8f-4376-b8f3-6bdb78a3c851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16939 | 2025.01.16 19:59:30.732047 [ 260 ] {aa092a39-da8f-4376-b8f3-6bdb78a3c851} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16940 | 2025.01.16 19:59:30.733245 [ 260 ] {aa092a39-da8f-4376-b8f3-6bdb78a3c851} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16941 | 2025.01.16 19:59:30.733284 [ 260 ] {aa092a39-da8f-4376-b8f3-6bdb78a3c851} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 16942 | 2025.01.16 19:59:30.733742 [ 260 ] {aa092a39-da8f-4376-b8f3-6bdb78a3c851} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 16943 | 2025.01.16 19:59:30.734002 [ 260 ] {aa092a39-da8f-4376-b8f3-6bdb78a3c851} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16944 | 2025.01.16 19:59:30.734187 [ 260 ] {aa092a39-da8f-4376-b8f3-6bdb78a3c851} <Debug> executeQuery: Read 1346 rows, 114.77 KiB in 0.002238 sec., 601429.8480786417 rows/sec., 50.08 MiB/sec. | ||
| 16945 | 2025.01.16 19:59:30.734245 [ 260 ] {aa092a39-da8f-4376-b8f3-6bdb78a3c851} <Debug> TCPHandler: Processed in 0.002479763 sec. | ||
| 16946 | 2025.01.16 19:59:30.734419 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16947 | 2025.01.16 19:59:30.734565 [ 262 ] {b3eb6e7d-5f42-4400-a230-762ebb38ada6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16948 | 2025.01.16 19:59:30.734628 [ 262 ] {b3eb6e7d-5f42-4400-a230-762ebb38ada6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16949 | 2025.01.16 19:59:30.735329 [ 262 ] {b3eb6e7d-5f42-4400-a230-762ebb38ada6} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16950 | 2025.01.16 19:59:30.735371 [ 262 ] {b3eb6e7d-5f42-4400-a230-762ebb38ada6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 16951 | 2025.01.16 19:59:30.735747 [ 262 ] {b3eb6e7d-5f42-4400-a230-762ebb38ada6} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 16952 | 2025.01.16 19:59:30.735991 [ 262 ] {b3eb6e7d-5f42-4400-a230-762ebb38ada6} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16953 | 2025.01.16 19:59:30.736170 [ 98 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 16954 | 2025.01.16 19:59:30.736237 [ 98 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16955 | 2025.01.16 19:59:30.736250 [ 262 ] {b3eb6e7d-5f42-4400-a230-762ebb38ada6} <Debug> executeQuery: Read 13 rows, 896.00 B in 0.001707 sec., 7615.700058582308 rows/sec., 512.60 KiB/sec. | ||
| 16956 | 2025.01.16 19:59:30.736273 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 16957 | 2025.01.16 19:59:30.736400 [ 262 ] {b3eb6e7d-5f42-4400-a230-762ebb38ada6} <Debug> TCPHandler: Processed in 0.002047216 sec. | ||
| 16958 | 2025.01.16 19:59:30.736638 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16959 | 2025.01.16 19:59:30.736689 [ 192 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 16960 | 2025.01.16 19:59:30.736857 [ 260 ] {59a53532-a0ff-44d0-9631-c0923cc58284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16961 | 2025.01.16 19:59:30.736989 [ 260 ] {59a53532-a0ff-44d0-9631-c0923cc58284} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16962 | 2025.01.16 19:59:30.737025 [ 192 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16963 | 2025.01.16 19:59:30.737140 [ 192 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 65 rows starting from the beginning of the part | ||
| 16964 | 2025.01.16 19:59:30.737466 [ 192 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 7 rows starting from the beginning of the part | ||
| 16965 | 2025.01.16 19:59:30.737894 [ 192 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 50 rows starting from the beginning of the part | ||
| 16966 | 2025.01.16 19:59:30.738307 [ 192 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 7 rows starting from the beginning of the part | ||
| 16967 | 2025.01.16 19:59:30.738785 [ 192 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 40 rows starting from the beginning of the part | ||
| 16968 | 2025.01.16 19:59:30.739009 [ 192 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 13 rows starting from the beginning of the part | ||
| 16969 | 2025.01.16 19:59:30.739890 [ 260 ] {59a53532-a0ff-44d0-9631-c0923cc58284} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16970 | 2025.01.16 19:59:30.739956 [ 260 ] {59a53532-a0ff-44d0-9631-c0923cc58284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 16971 | 2025.01.16 19:59:30.740912 [ 260 ] {59a53532-a0ff-44d0-9631-c0923cc58284} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 16972 | 2025.01.16 19:59:30.741506 [ 260 ] {59a53532-a0ff-44d0-9631-c0923cc58284} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16973 | 2025.01.16 19:59:30.741845 [ 192 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 182 rows, containing 5 columns (5 merged, 0 gathered) in 0.005404746 sec., 33674.10790442326 rows/sec., 2.52 MiB/sec. | ||
| 16974 | 2025.01.16 19:59:30.742022 [ 260 ] {59a53532-a0ff-44d0-9631-c0923cc58284} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005236 sec., 46218.48739495798 rows/sec., 3.13 MiB/sec. | ||
| 16975 | 2025.01.16 19:59:30.742064 [ 192 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 16976 | 2025.01.16 19:59:30.742170 [ 260 ] {59a53532-a0ff-44d0-9631-c0923cc58284} <Debug> TCPHandler: Processed in 0.005666169 sec. | ||
| 16977 | 2025.01.16 19:59:30.742378 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16978 | 2025.01.16 19:59:30.742539 [ 192 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_121_24} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16979 | 2025.01.16 19:59:30.742633 [ 262 ] {a087ada3-93bd-446c-b809-62a77f3e5183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16980 | 2025.01.16 19:59:30.742720 [ 192 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_121_24} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 16981 | 2025.01.16 19:59:30.742741 [ 262 ] {a087ada3-93bd-446c-b809-62a77f3e5183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16982 | 2025.01.16 19:59:30.742906 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 16983 | 2025.01.16 19:59:30.743517 [ 262 ] {a087ada3-93bd-446c-b809-62a77f3e5183} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16984 | 2025.01.16 19:59:30.743560 [ 262 ] {a087ada3-93bd-446c-b809-62a77f3e5183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 16985 | 2025.01.16 19:59:30.743918 [ 262 ] {a087ada3-93bd-446c-b809-62a77f3e5183} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 16986 | 2025.01.16 19:59:30.744166 [ 262 ] {a087ada3-93bd-446c-b809-62a77f3e5183} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16987 | 2025.01.16 19:59:30.744378 [ 262 ] {a087ada3-93bd-446c-b809-62a77f3e5183} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001823 sec., 7131.102578167855 rows/sec., 444.62 KiB/sec. | ||
| 16988 | 2025.01.16 19:59:30.744439 [ 262 ] {a087ada3-93bd-446c-b809-62a77f3e5183} <Debug> TCPHandler: Processed in 0.002153287 sec. | ||
| 16989 | 2025.01.16 19:59:30.744597 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16990 | 2025.01.16 19:59:30.744747 [ 260 ] {3589e626-14d6-43a0-ab27-0ec0e06c101c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16991 | 2025.01.16 19:59:30.744806 [ 260 ] {3589e626-14d6-43a0-ab27-0ec0e06c101c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16992 | 2025.01.16 19:59:30.745739 [ 260 ] {3589e626-14d6-43a0-ab27-0ec0e06c101c} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16993 | 2025.01.16 19:59:30.745778 [ 260 ] {3589e626-14d6-43a0-ab27-0ec0e06c101c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 16994 | 2025.01.16 19:59:30.746193 [ 260 ] {3589e626-14d6-43a0-ab27-0ec0e06c101c} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 16995 | 2025.01.16 19:59:30.746441 [ 260 ] {3589e626-14d6-43a0-ab27-0ec0e06c101c} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16996 | 2025.01.16 19:59:30.746619 [ 260 ] {3589e626-14d6-43a0-ab27-0ec0e06c101c} <Debug> executeQuery: Read 844 rows, 62.46 KiB in 0.001905 sec., 443044.6194225722 rows/sec., 32.02 MiB/sec. | ||
| 16997 | 2025.01.16 19:59:30.746671 [ 260 ] {3589e626-14d6-43a0-ab27-0ec0e06c101c} <Debug> TCPHandler: Processed in 0.002147188 sec. | ||
| 16998 | 2025.01.16 19:59:30.746813 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16999 | 2025.01.16 19:59:30.746952 [ 262 ] {ec41c9ef-2f49-455c-b89e-cf3f0ee63d7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17000 | 2025.01.16 19:59:30.747013 [ 262 ] {ec41c9ef-2f49-455c-b89e-cf3f0ee63d7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17001 | 2025.01.16 19:59:30.747528 [ 262 ] {ec41c9ef-2f49-455c-b89e-cf3f0ee63d7f} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17002 | 2025.01.16 19:59:30.747566 [ 262 ] {ec41c9ef-2f49-455c-b89e-cf3f0ee63d7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17003 | 2025.01.16 19:59:30.747935 [ 262 ] {ec41c9ef-2f49-455c-b89e-cf3f0ee63d7f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17004 | 2025.01.16 19:59:30.748169 [ 262 ] {ec41c9ef-2f49-455c-b89e-cf3f0ee63d7f} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17005 | 2025.01.16 19:59:30.748368 [ 262 ] {ec41c9ef-2f49-455c-b89e-cf3f0ee63d7f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001447 sec., 4146.51002073255 rows/sec., 216.64 KiB/sec. | ||
| 17006 | 2025.01.16 19:59:30.748426 [ 262 ] {ec41c9ef-2f49-455c-b89e-cf3f0ee63d7f} <Debug> TCPHandler: Processed in 0.001679909 sec. | ||
| 17007 | 2025.01.16 19:59:30.748573 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17008 | 2025.01.16 19:59:30.748712 [ 260 ] {eea0e680-7a65-4ce7-811e-389a80771c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17009 | 2025.01.16 19:59:30.748774 [ 260 ] {eea0e680-7a65-4ce7-811e-389a80771c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17010 | 2025.01.16 19:59:30.749612 [ 260 ] {eea0e680-7a65-4ce7-811e-389a80771c7a} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17011 | 2025.01.16 19:59:30.749651 [ 260 ] {eea0e680-7a65-4ce7-811e-389a80771c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17012 | 2025.01.16 19:59:30.750091 [ 260 ] {eea0e680-7a65-4ce7-811e-389a80771c7a} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 17013 | 2025.01.16 19:59:30.750338 [ 260 ] {eea0e680-7a65-4ce7-811e-389a80771c7a} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17014 | 2025.01.16 19:59:30.750514 [ 260 ] {eea0e680-7a65-4ce7-811e-389a80771c7a} <Debug> executeQuery: Read 928 rows, 63.41 KiB in 0.001835 sec., 505722.07084468665 rows/sec., 33.75 MiB/sec. | ||
| 17015 | 2025.01.16 19:59:30.750565 [ 260 ] {eea0e680-7a65-4ce7-811e-389a80771c7a} <Debug> TCPHandler: Processed in 0.002058406 sec. | ||
| 17016 | 2025.01.16 19:59:30.750729 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17017 | 2025.01.16 19:59:30.750869 [ 262 ] {bba2b154-10c8-4019-885b-ac2c4d4ba1ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17018 | 2025.01.16 19:59:30.750928 [ 262 ] {bba2b154-10c8-4019-885b-ac2c4d4ba1ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17019 | 2025.01.16 19:59:30.751448 [ 262 ] {bba2b154-10c8-4019-885b-ac2c4d4ba1ed} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17020 | 2025.01.16 19:59:30.751487 [ 262 ] {bba2b154-10c8-4019-885b-ac2c4d4ba1ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17021 | 2025.01.16 19:59:30.751848 [ 262 ] {bba2b154-10c8-4019-885b-ac2c4d4ba1ed} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17022 | 2025.01.16 19:59:30.752095 [ 262 ] {bba2b154-10c8-4019-885b-ac2c4d4ba1ed} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17023 | 2025.01.16 19:59:30.752320 [ 262 ] {bba2b154-10c8-4019-885b-ac2c4d4ba1ed} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001481 sec., 675.2194463200541 rows/sec., 45.50 KiB/sec. | ||
| 17024 | 2025.01.16 19:59:30.752410 [ 262 ] {bba2b154-10c8-4019-885b-ac2c4d4ba1ed} <Debug> TCPHandler: Processed in 0.00174757 sec. | ||
| 17025 | 2025.01.16 19:59:30.752603 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17026 | 2025.01.16 19:59:30.752744 [ 260 ] {d6cdde85-7846-466e-a66c-2508eb6932d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17027 | 2025.01.16 19:59:30.752802 [ 260 ] {d6cdde85-7846-466e-a66c-2508eb6932d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17028 | 2025.01.16 19:59:30.753336 [ 260 ] {d6cdde85-7846-466e-a66c-2508eb6932d1} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17029 | 2025.01.16 19:59:30.753374 [ 260 ] {d6cdde85-7846-466e-a66c-2508eb6932d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17030 | 2025.01.16 19:59:30.753750 [ 260 ] {d6cdde85-7846-466e-a66c-2508eb6932d1} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 17031 | 2025.01.16 19:59:30.753992 [ 260 ] {d6cdde85-7846-466e-a66c-2508eb6932d1} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17032 | 2025.01.16 19:59:30.754192 [ 260 ] {d6cdde85-7846-466e-a66c-2508eb6932d1} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001468 sec., 47683.923705722074 rows/sec., 3.00 MiB/sec. | ||
| 17033 | 2025.01.16 19:59:30.754243 [ 260 ] {d6cdde85-7846-466e-a66c-2508eb6932d1} <Debug> TCPHandler: Processed in 0.00174938 sec. | ||
| 17034 | 2025.01.16 19:59:30.754270 [ 220 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17035 | 2025.01.16 19:59:30.754320 [ 220 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17036 | 2025.01.16 19:59:30.756261 [ 220 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17037 | 2025.01.16 19:59:31.205013 [ 219 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17038 | 2025.01.16 19:59:31.205070 [ 219 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17039 | 2025.01.16 19:59:31.207298 [ 219 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17040 | 2025.01.16 19:59:32.440334 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17041 | 2025.01.16 19:59:32.440534 [ 260 ] {5274c2fc-5387-4c79-84e0-e072c0ee969d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17042 | 2025.01.16 19:59:32.440609 [ 260 ] {5274c2fc-5387-4c79-84e0-e072c0ee969d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17043 | 2025.01.16 19:59:32.441369 [ 260 ] {5274c2fc-5387-4c79-84e0-e072c0ee969d} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17044 | 2025.01.16 19:59:32.441423 [ 260 ] {5274c2fc-5387-4c79-84e0-e072c0ee969d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17045 | 2025.01.16 19:59:32.441873 [ 260 ] {5274c2fc-5387-4c79-84e0-e072c0ee969d} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 17046 | 2025.01.16 19:59:32.442136 [ 260 ] {5274c2fc-5387-4c79-84e0-e072c0ee969d} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17047 | 2025.01.16 19:59:32.442373 [ 260 ] {5274c2fc-5387-4c79-84e0-e072c0ee969d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001888 sec., 29661.016949152545 rows/sec., 2.28 MiB/sec. | ||
| 17048 | 2025.01.16 19:59:32.442430 [ 260 ] {5274c2fc-5387-4c79-84e0-e072c0ee969d} <Debug> TCPHandler: Processed in 0.002230239 sec. | ||
| 17049 | 2025.01.16 19:59:32.442668 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17050 | 2025.01.16 19:59:32.442869 [ 262 ] {3cf4dc64-d851-4acd-a936-369852ad6e24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17051 | 2025.01.16 19:59:32.442946 [ 262 ] {3cf4dc64-d851-4acd-a936-369852ad6e24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17052 | 2025.01.16 19:59:32.443735 [ 262 ] {3cf4dc64-d851-4acd-a936-369852ad6e24} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17053 | 2025.01.16 19:59:32.443790 [ 262 ] {3cf4dc64-d851-4acd-a936-369852ad6e24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17054 | 2025.01.16 19:59:32.444254 [ 262 ] {3cf4dc64-d851-4acd-a936-369852ad6e24} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 17055 | 2025.01.16 19:59:32.444534 [ 262 ] {3cf4dc64-d851-4acd-a936-369852ad6e24} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17056 | 2025.01.16 19:59:32.444784 [ 262 ] {3cf4dc64-d851-4acd-a936-369852ad6e24} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001968 sec., 32520.32520325203 rows/sec., 2.54 MiB/sec. | ||
| 17057 | 2025.01.16 19:59:32.444841 [ 262 ] {3cf4dc64-d851-4acd-a936-369852ad6e24} <Debug> TCPHandler: Processed in 0.002310441 sec. | ||
| 17058 | 2025.01.16 19:59:32.445024 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17059 | 2025.01.16 19:59:32.445321 [ 260 ] {8f7738cd-71c5-4f71-b844-a3d4dd997322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17060 | 2025.01.16 19:59:32.445484 [ 260 ] {8f7738cd-71c5-4f71-b844-a3d4dd997322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17061 | 2025.01.16 19:59:32.446343 [ 260 ] {8f7738cd-71c5-4f71-b844-a3d4dd997322} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17062 | 2025.01.16 19:59:32.446395 [ 260 ] {8f7738cd-71c5-4f71-b844-a3d4dd997322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17063 | 2025.01.16 19:59:32.446952 [ 260 ] {8f7738cd-71c5-4f71-b844-a3d4dd997322} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 17064 | 2025.01.16 19:59:32.447209 [ 260 ] {8f7738cd-71c5-4f71-b844-a3d4dd997322} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17065 | 2025.01.16 19:59:32.447428 [ 260 ] {8f7738cd-71c5-4f71-b844-a3d4dd997322} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.002223 sec., 14394.961763382815 rows/sec., 1.00 MiB/sec. | ||
| 17066 | 2025.01.16 19:59:32.447484 [ 260 ] {8f7738cd-71c5-4f71-b844-a3d4dd997322} <Debug> TCPHandler: Processed in 0.002539694 sec. | ||
| 17067 | 2025.01.16 19:59:32.447625 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17068 | 2025.01.16 19:59:32.447745 [ 262 ] {20f200d9-0f49-4d12-b0a1-f5b0db2afdfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17069 | 2025.01.16 19:59:32.447799 [ 262 ] {20f200d9-0f49-4d12-b0a1-f5b0db2afdfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17070 | 2025.01.16 19:59:32.448306 [ 262 ] {20f200d9-0f49-4d12-b0a1-f5b0db2afdfa} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17071 | 2025.01.16 19:59:32.448347 [ 262 ] {20f200d9-0f49-4d12-b0a1-f5b0db2afdfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17072 | 2025.01.16 19:59:32.448734 [ 262 ] {20f200d9-0f49-4d12-b0a1-f5b0db2afdfa} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 17073 | 2025.01.16 19:59:32.448970 [ 262 ] {20f200d9-0f49-4d12-b0a1-f5b0db2afdfa} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17074 | 2025.01.16 19:59:32.449198 [ 262 ] {20f200d9-0f49-4d12-b0a1-f5b0db2afdfa} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001477 sec., 8124.576844955992 rows/sec., 560.68 KiB/sec. | ||
| 17075 | 2025.01.16 19:59:32.449256 [ 262 ] {20f200d9-0f49-4d12-b0a1-f5b0db2afdfa} <Debug> TCPHandler: Processed in 0.001688869 sec. | ||
| 17076 | 2025.01.16 19:59:33.415122 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38979 | ||
| 17077 | 2025.01.16 19:59:33.415893 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17078 | 2025.01.16 19:59:33.415937 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17079 | 2025.01.16 19:59:33.416552 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 17080 | 2025.01.16 19:59:33.416827 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17081 | 2025.01.16 19:59:33.417047 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38979 | ||
| 17082 | 2025.01.16 19:59:33.417096 [ 221 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17083 | 2025.01.16 19:59:33.417151 [ 221 ] {} <Debug> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17084 | 2025.01.16 19:59:33.418981 [ 221 ] {} <Debug> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17085 | 2025.01.16 19:59:33.708479 [ 225 ] {} <Trace> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17086 | 2025.01.16 19:59:33.708513 [ 225 ] {} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17087 | 2025.01.16 19:59:33.710736 [ 225 ] {} <Debug> oximeter.timeseries_schema (09e76587-4bbd-4ee4-8822-5244b85c35ef): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17088 | 2025.01.16 19:59:34.976262 [ 220 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17089 | 2025.01.16 19:59:34.976322 [ 220 ] {} <Debug> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17090 | 2025.01.16 19:59:34.978589 [ 220 ] {} <Debug> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17091 | 2025.01.16 19:59:35.000199 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.34 MiB, peak 289.27 MiB, free memory in arenas 0.00 B, will set to 270.34 MiB (RSS), difference: 4.00 MiB | ||
| 17092 | 2025.01.16 19:59:36.175705 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 2372 | ||
| 17093 | 2025.01.16 19:59:36.179283 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17094 | 2025.01.16 19:59:36.179344 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17095 | 2025.01.16 19:59:36.180928 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 17096 | 2025.01.16 19:59:36.181260 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17097 | 2025.01.16 19:59:36.183057 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2372 | ||
| 17098 | 2025.01.16 19:59:36.306002 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 641 | ||
| 17099 | 2025.01.16 19:59:36.329876 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17100 | 2025.01.16 19:59:36.329945 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17101 | 2025.01.16 19:59:36.337589 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 17102 | 2025.01.16 19:59:36.338401 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17103 | 2025.01.16 19:59:36.343261 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641 | ||
| 17104 | 2025.01.16 19:59:37.119463 [ 225 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17105 | 2025.01.16 19:59:37.119515 [ 225 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17106 | 2025.01.16 19:59:37.121270 [ 225 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17107 | 2025.01.16 19:59:37.448447 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17108 | 2025.01.16 19:59:37.448652 [ 260 ] {2a8b8c68-a906-446d-ac92-fe9afac2e9aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17109 | 2025.01.16 19:59:37.448725 [ 260 ] {2a8b8c68-a906-446d-ac92-fe9afac2e9aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17110 | 2025.01.16 19:59:37.449535 [ 260 ] {2a8b8c68-a906-446d-ac92-fe9afac2e9aa} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17111 | 2025.01.16 19:59:37.449590 [ 260 ] {2a8b8c68-a906-446d-ac92-fe9afac2e9aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17112 | 2025.01.16 19:59:37.450075 [ 260 ] {2a8b8c68-a906-446d-ac92-fe9afac2e9aa} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 17113 | 2025.01.16 19:59:37.450338 [ 260 ] {2a8b8c68-a906-446d-ac92-fe9afac2e9aa} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17114 | 2025.01.16 19:59:37.450575 [ 260 ] {2a8b8c68-a906-446d-ac92-fe9afac2e9aa} <Debug> executeQuery: Read 136 rows, 12.02 KiB in 0.001979 sec., 68721.57655381506 rows/sec., 5.93 MiB/sec. | ||
| 17115 | 2025.01.16 19:59:37.450648 [ 260 ] {2a8b8c68-a906-446d-ac92-fe9afac2e9aa} <Debug> TCPHandler: Processed in 0.002339561 sec. | ||
| 17116 | 2025.01.16 19:59:37.450907 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17117 | 2025.01.16 19:59:37.451125 [ 262 ] {c3e7acb9-e5cc-4c2c-97d7-5c087d96a6a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17118 | 2025.01.16 19:59:37.451203 [ 262 ] {c3e7acb9-e5cc-4c2c-97d7-5c087d96a6a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17119 | 2025.01.16 19:59:37.451990 [ 262 ] {c3e7acb9-e5cc-4c2c-97d7-5c087d96a6a5} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17120 | 2025.01.16 19:59:37.452041 [ 262 ] {c3e7acb9-e5cc-4c2c-97d7-5c087d96a6a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17121 | 2025.01.16 19:59:37.452571 [ 262 ] {c3e7acb9-e5cc-4c2c-97d7-5c087d96a6a5} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 17122 | 2025.01.16 19:59:37.452829 [ 262 ] {c3e7acb9-e5cc-4c2c-97d7-5c087d96a6a5} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17123 | 2025.01.16 19:59:37.453072 [ 262 ] {c3e7acb9-e5cc-4c2c-97d7-5c087d96a6a5} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.002002 sec., 19980.01998001998 rows/sec., 1.47 MiB/sec. | ||
| 17124 | 2025.01.16 19:59:37.453129 [ 262 ] {c3e7acb9-e5cc-4c2c-97d7-5c087d96a6a5} <Debug> TCPHandler: Processed in 0.002378231 sec. | ||
| 17125 | 2025.01.16 19:59:37.453304 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17126 | 2025.01.16 19:59:37.453453 [ 260 ] {6bf9000e-a336-4f0c-a940-b26eb7f9cc35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17127 | 2025.01.16 19:59:37.453510 [ 260 ] {6bf9000e-a336-4f0c-a940-b26eb7f9cc35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17128 | 2025.01.16 19:59:37.454152 [ 260 ] {6bf9000e-a336-4f0c-a940-b26eb7f9cc35} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17129 | 2025.01.16 19:59:37.454194 [ 260 ] {6bf9000e-a336-4f0c-a940-b26eb7f9cc35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17130 | 2025.01.16 19:59:37.454597 [ 260 ] {6bf9000e-a336-4f0c-a940-b26eb7f9cc35} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 17131 | 2025.01.16 19:59:37.454845 [ 260 ] {6bf9000e-a336-4f0c-a940-b26eb7f9cc35} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17132 | 2025.01.16 19:59:37.455023 [ 260 ] {6bf9000e-a336-4f0c-a940-b26eb7f9cc35} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001608 sec., 64676.616915422885 rows/sec., 5.05 MiB/sec. | ||
| 17133 | 2025.01.16 19:59:37.455080 [ 260 ] {6bf9000e-a336-4f0c-a940-b26eb7f9cc35} <Debug> TCPHandler: Processed in 0.001851332 sec. | ||
| 17134 | 2025.01.16 19:59:37.455223 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17135 | 2025.01.16 19:59:37.455346 [ 262 ] {689c93b6-12cc-48cf-9edb-528e67e85a79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17136 | 2025.01.16 19:59:37.455400 [ 262 ] {689c93b6-12cc-48cf-9edb-528e67e85a79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17137 | 2025.01.16 19:59:37.455993 [ 262 ] {689c93b6-12cc-48cf-9edb-528e67e85a79} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17138 | 2025.01.16 19:59:37.456034 [ 262 ] {689c93b6-12cc-48cf-9edb-528e67e85a79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17139 | 2025.01.16 19:59:37.456464 [ 262 ] {689c93b6-12cc-48cf-9edb-528e67e85a79} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 17140 | 2025.01.16 19:59:37.456717 [ 262 ] {689c93b6-12cc-48cf-9edb-528e67e85a79} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17141 | 2025.01.16 19:59:37.456941 [ 262 ] {689c93b6-12cc-48cf-9edb-528e67e85a79} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001621 sec., 98704.50339296731 rows/sec., 6.87 MiB/sec. | ||
| 17142 | 2025.01.16 19:59:37.456996 [ 262 ] {689c93b6-12cc-48cf-9edb-528e67e85a79} <Debug> TCPHandler: Processed in 0.001831992 sec. | ||
| 17143 | 2025.01.16 19:59:37.457150 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17144 | 2025.01.16 19:59:37.457278 [ 260 ] {5e87bdca-2e06-4235-84b6-337f47266950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17145 | 2025.01.16 19:59:37.457360 [ 260 ] {5e87bdca-2e06-4235-84b6-337f47266950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17146 | 2025.01.16 19:59:37.458581 [ 260 ] {5e87bdca-2e06-4235-84b6-337f47266950} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17147 | 2025.01.16 19:59:37.458620 [ 260 ] {5e87bdca-2e06-4235-84b6-337f47266950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17148 | 2025.01.16 19:59:37.459338 [ 260 ] {5e87bdca-2e06-4235-84b6-337f47266950} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 17149 | 2025.01.16 19:59:37.459623 [ 260 ] {5e87bdca-2e06-4235-84b6-337f47266950} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17150 | 2025.01.16 19:59:37.459876 [ 260 ] {5e87bdca-2e06-4235-84b6-337f47266950} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002617 sec., 15284.677111196026 rows/sec., 27.39 MiB/sec. | ||
| 17151 | 2025.01.16 19:59:37.460335 [ 260 ] {5e87bdca-2e06-4235-84b6-337f47266950} <Debug> TCPHandler: Processed in 0.003242477 sec. | ||
| 17152 | 2025.01.16 19:59:37.460546 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17153 | 2025.01.16 19:59:37.460666 [ 262 ] {18bbdf6e-c679-44a2-96a4-e672a3a890b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17154 | 2025.01.16 19:59:37.460715 [ 262 ] {18bbdf6e-c679-44a2-96a4-e672a3a890b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17155 | 2025.01.16 19:59:37.461209 [ 262 ] {18bbdf6e-c679-44a2-96a4-e672a3a890b4} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17156 | 2025.01.16 19:59:37.461247 [ 262 ] {18bbdf6e-c679-44a2-96a4-e672a3a890b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17157 | 2025.01.16 19:59:37.461627 [ 262 ] {18bbdf6e-c679-44a2-96a4-e672a3a890b4} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 17158 | 2025.01.16 19:59:37.461904 [ 262 ] {18bbdf6e-c679-44a2-96a4-e672a3a890b4} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17159 | 2025.01.16 19:59:37.462127 [ 262 ] {18bbdf6e-c679-44a2-96a4-e672a3a890b4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001484 sec., 40431.266846361184 rows/sec., 2.72 MiB/sec. | ||
| 17160 | 2025.01.16 19:59:37.462179 [ 262 ] {18bbdf6e-c679-44a2-96a4-e672a3a890b4} <Debug> TCPHandler: Processed in 0.00173591 sec. | ||
| 17161 | 2025.01.16 19:59:40.663440 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17162 | 2025.01.16 19:59:40.663501 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17163 | 2025.01.16 19:59:40.917250 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39406 | ||
| 17164 | 2025.01.16 19:59:40.917900 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17165 | 2025.01.16 19:59:40.917950 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17166 | 2025.01.16 19:59:40.918493 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 17167 | 2025.01.16 19:59:40.918764 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17168 | 2025.01.16 19:59:40.918989 [ 73 ] {} <Debug> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 17169 | 2025.01.16 19:59:40.919037 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406 | ||
| 17170 | 2025.01.16 19:59:40.919081 [ 73 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17171 | 2025.01.16 19:59:40.919114 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17172 | 2025.01.16 19:59:40.919321 [ 187 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 17173 | 2025.01.16 19:59:40.919707 [ 187 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17174 | 2025.01.16 19:59:40.919814 [ 187 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37149 rows starting from the beginning of the part | ||
| 17175 | 2025.01.16 19:59:40.920061 [ 187 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 427 rows starting from the beginning of the part | ||
| 17176 | 2025.01.16 19:59:40.920299 [ 187 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 488 rows starting from the beginning of the part | ||
| 17177 | 2025.01.16 19:59:40.920462 [ 187 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 427 rows starting from the beginning of the part | ||
| 17178 | 2025.01.16 19:59:40.920718 [ 187 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 488 rows starting from the beginning of the part | ||
| 17179 | 2025.01.16 19:59:40.920884 [ 187 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 427 rows starting from the beginning of the part | ||
| 17180 | 2025.01.16 19:59:40.923945 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.004752994 sec., 8290774.194118486 rows/sec., 118.60 MiB/sec. | ||
| 17181 | 2025.01.16 19:59:40.924408 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 17182 | 2025.01.16 19:59:40.924779 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_86_17} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17183 | 2025.01.16 19:59:40.924873 [ 196 ] {3ffccd21-3e1b-4dd7-9982-1862fe612ba6::all_1_86_17} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 17184 | 2025.01.16 19:59:40.924988 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 17185 | 2025.01.16 19:59:41.250198 [ 73 ] {} <Debug> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d) (MergerMutator): Selected 5 parts from all_1_57_12 to all_61_61_0 | ||
| 17186 | 2025.01.16 19:59:41.250257 [ 73 ] {} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17187 | 2025.01.16 19:59:41.250278 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17188 | 2025.01.16 19:59:41.250480 [ 187 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_61_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_12 to all_61_61_0 into Compact with storage Full | ||
| 17189 | 2025.01.16 19:59:41.250788 [ 187 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_61_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17190 | 2025.01.16 19:59:41.250827 [ 187 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_61_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_12, total 243 rows starting from the beginning of the part | ||
| 17191 | 2025.01.16 19:59:41.250914 [ 187 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_61_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 242 rows starting from the beginning of the part | ||
| 17192 | 2025.01.16 19:59:41.251188 [ 187 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_61_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part | ||
| 17193 | 2025.01.16 19:59:41.251381 [ 187 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_61_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part | ||
| 17194 | 2025.01.16 19:59:41.251546 [ 187 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_61_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 242 rows starting from the beginning of the part | ||
| 17195 | 2025.01.16 19:59:41.252762 [ 195 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_61_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002409872 sec., 313294.6480145004 rows/sec., 22.43 MiB/sec. | ||
| 17196 | 2025.01.16 19:59:41.252974 [ 189 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_61_13} <Trace> MergedBlockOutputStream: filled checksums all_1_61_13 (state Temporary) | ||
| 17197 | 2025.01.16 19:59:41.253364 [ 189 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_61_13} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_merge_all_1_61_13 to all_1_61_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17198 | 2025.01.16 19:59:41.253463 [ 189 ] {1f668a6b-fc7f-4185-ae5d-84313bccb39d::all_1_61_13} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d) (MergerMutator): Merged 5 parts: [all_1_57_12, all_61_61_0] -> all_1_61_13 | ||
| 17199 | 2025.01.16 19:59:41.253573 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 17200 | 2025.01.16 19:59:41.367218 [ 73 ] {} <Debug> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 17201 | 2025.01.16 19:59:41.367253 [ 73 ] {} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17202 | 2025.01.16 19:59:41.367275 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17203 | 2025.01.16 19:59:41.367462 [ 187 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 17204 | 2025.01.16 19:59:41.367813 [ 187 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17205 | 2025.01.16 19:59:41.367856 [ 187 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 18 rows starting from the beginning of the part | ||
| 17206 | 2025.01.16 19:59:41.367937 [ 187 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 17207 | 2025.01.16 19:59:41.368167 [ 187 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
| 17208 | 2025.01.16 19:59:41.368332 [ 187 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 10 rows starting from the beginning of the part | ||
| 17209 | 2025.01.16 19:59:41.368455 [ 187 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 17210 | 2025.01.16 19:59:41.369518 [ 189 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.002179868 sec., 19267.22168498276 rows/sec., 1.61 MiB/sec. | ||
| 17211 | 2025.01.16 19:59:41.369723 [ 188 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 17212 | 2025.01.16 19:59:41.370128 [ 188 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_29_7} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17213 | 2025.01.16 19:59:41.370232 [ 188 ] {d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640::all_1_29_7} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 17214 | 2025.01.16 19:59:41.370350 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 17215 | 2025.01.16 19:59:42.451417 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17216 | 2025.01.16 19:59:42.451632 [ 260 ] {8a1ccbef-2d50-4e91-88d6-f62eaa42bdbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17217 | 2025.01.16 19:59:42.451719 [ 260 ] {8a1ccbef-2d50-4e91-88d6-f62eaa42bdbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17218 | 2025.01.16 19:59:42.452534 [ 260 ] {8a1ccbef-2d50-4e91-88d6-f62eaa42bdbd} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17219 | 2025.01.16 19:59:42.452592 [ 260 ] {8a1ccbef-2d50-4e91-88d6-f62eaa42bdbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17220 | 2025.01.16 19:59:42.453058 [ 260 ] {8a1ccbef-2d50-4e91-88d6-f62eaa42bdbd} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17221 | 2025.01.16 19:59:42.453341 [ 260 ] {8a1ccbef-2d50-4e91-88d6-f62eaa42bdbd} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17222 | 2025.01.16 19:59:42.453618 [ 75 ] {} <Debug> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 17223 | 2025.01.16 19:59:42.453715 [ 260 ] {8a1ccbef-2d50-4e91-88d6-f62eaa42bdbd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002125 sec., 6588.235294117647 rows/sec., 474.26 KiB/sec. | ||
| 17224 | 2025.01.16 19:59:42.453730 [ 75 ] {} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17225 | 2025.01.16 19:59:42.453928 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17226 | 2025.01.16 19:59:42.453987 [ 260 ] {8a1ccbef-2d50-4e91-88d6-f62eaa42bdbd} <Debug> TCPHandler: Processed in 0.002717898 sec. | ||
| 17227 | 2025.01.16 19:59:42.454238 [ 186 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full | ||
| 17228 | 2025.01.16 19:59:42.454262 [ 221 ] {} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17229 | 2025.01.16 19:59:42.454335 [ 221 ] {} <Debug> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17230 | 2025.01.16 19:59:42.454426 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17231 | 2025.01.16 19:59:42.454511 [ 186 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17232 | 2025.01.16 19:59:42.454602 [ 186 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 14 rows starting from the beginning of the part | ||
| 17233 | 2025.01.16 19:59:42.454800 [ 262 ] {c63556db-a557-4572-bfd4-aeb162c15e06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17234 | 2025.01.16 19:59:42.455075 [ 186 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part | ||
| 17235 | 2025.01.16 19:59:42.455099 [ 262 ] {c63556db-a557-4572-bfd4-aeb162c15e06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17236 | 2025.01.16 19:59:42.455559 [ 186 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part | ||
| 17237 | 2025.01.16 19:59:42.456055 [ 186 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part | ||
| 17238 | 2025.01.16 19:59:42.456522 [ 186 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part | ||
| 17239 | 2025.01.16 19:59:42.459900 [ 262 ] {c63556db-a557-4572-bfd4-aeb162c15e06} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17240 | 2025.01.16 19:59:42.460004 [ 262 ] {c63556db-a557-4572-bfd4-aeb162c15e06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17241 | 2025.01.16 19:59:42.461039 [ 221 ] {} <Debug> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17242 | 2025.01.16 19:59:42.461720 [ 188 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.007613564 sec., 9194.1172360277 rows/sec., 697.77 KiB/sec. | ||
| 17243 | 2025.01.16 19:59:42.461757 [ 262 ] {c63556db-a557-4572-bfd4-aeb162c15e06} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 17244 | 2025.01.16 19:59:42.462106 [ 188 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 17245 | 2025.01.16 19:59:42.462284 [ 262 ] {c63556db-a557-4572-bfd4-aeb162c15e06} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17246 | 2025.01.16 19:59:42.462599 [ 76 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 17247 | 2025.01.16 19:59:42.462709 [ 76 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17248 | 2025.01.16 19:59:42.462765 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17249 | 2025.01.16 19:59:42.462812 [ 188 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_61_15} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17250 | 2025.01.16 19:59:42.462829 [ 262 ] {c63556db-a557-4572-bfd4-aeb162c15e06} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.00816 sec., 24877.450980392154 rows/sec., 2.15 MiB/sec. | ||
| 17251 | 2025.01.16 19:59:42.463217 [ 188 ] {309a14f2-d67b-43c7-abbf-f7b3f0282e07::all_1_61_15} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 17252 | 2025.01.16 19:59:42.463404 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 17253 | 2025.01.16 19:59:42.463470 [ 262 ] {c63556db-a557-4572-bfd4-aeb162c15e06} <Debug> TCPHandler: Processed in 0.009259023 sec. | ||
| 17254 | 2025.01.16 19:59:42.463720 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 17255 | 2025.01.16 19:59:42.463936 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17256 | 2025.01.16 19:59:42.464301 [ 260 ] {f4855f22-d3e0-4c9b-9fd3-faa3e56d7dbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17257 | 2025.01.16 19:59:42.464453 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17258 | 2025.01.16 19:59:42.464494 [ 260 ] {f4855f22-d3e0-4c9b-9fd3-faa3e56d7dbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17259 | 2025.01.16 19:59:42.464769 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1434 rows starting from the beginning of the part | ||
| 17260 | 2025.01.16 19:59:42.465696 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 136 rows starting from the beginning of the part | ||
| 17261 | 2025.01.16 19:59:42.466297 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 1346 rows starting from the beginning of the part | ||
| 17262 | 2025.01.16 19:59:42.466668 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 56 rows starting from the beginning of the part | ||
| 17263 | 2025.01.16 19:59:42.466898 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 136 rows starting from the beginning of the part | ||
| 17264 | 2025.01.16 19:59:42.467382 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 203 rows starting from the beginning of the part | ||
| 17265 | 2025.01.16 19:59:42.468203 [ 260 ] {f4855f22-d3e0-4c9b-9fd3-faa3e56d7dbe} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17266 | 2025.01.16 19:59:42.468283 [ 260 ] {f4855f22-d3e0-4c9b-9fd3-faa3e56d7dbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17267 | 2025.01.16 19:59:42.469262 [ 260 ] {f4855f22-d3e0-4c9b-9fd3-faa3e56d7dbe} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 17268 | 2025.01.16 19:59:42.469927 [ 260 ] {f4855f22-d3e0-4c9b-9fd3-faa3e56d7dbe} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17269 | 2025.01.16 19:59:42.470330 [ 260 ] {f4855f22-d3e0-4c9b-9fd3-faa3e56d7dbe} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.006168 sec., 1134.8897535667963 rows/sec., 73.94 KiB/sec. | ||
| 17270 | 2025.01.16 19:59:42.470420 [ 260 ] {f4855f22-d3e0-4c9b-9fd3-faa3e56d7dbe} <Debug> TCPHandler: Processed in 0.006737718 sec. | ||
| 17271 | 2025.01.16 19:59:42.470591 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17272 | 2025.01.16 19:59:42.470867 [ 262 ] {5d3bd38f-584e-49a0-b127-d3b4a2a55642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17273 | 2025.01.16 19:59:42.471002 [ 262 ] {5d3bd38f-584e-49a0-b127-d3b4a2a55642} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17274 | 2025.01.16 19:59:42.471113 [ 198 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3311 rows, containing 5 columns (5 merged, 0 gathered) in 0.008241415 sec., 401751.3982732334 rows/sec., 35.21 MiB/sec. | ||
| 17275 | 2025.01.16 19:59:42.471450 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 17276 | 2025.01.16 19:59:42.472044 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_146_29} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17277 | 2025.01.16 19:59:42.472286 [ 262 ] {5d3bd38f-584e-49a0-b127-d3b4a2a55642} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17278 | 2025.01.16 19:59:42.472291 [ 200 ] {09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a::all_1_146_29} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 17279 | 2025.01.16 19:59:42.472352 [ 262 ] {5d3bd38f-584e-49a0-b127-d3b4a2a55642} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17280 | 2025.01.16 19:59:42.472464 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 17281 | 2025.01.16 19:59:42.472841 [ 262 ] {5d3bd38f-584e-49a0-b127-d3b4a2a55642} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 17282 | 2025.01.16 19:59:42.473099 [ 262 ] {5d3bd38f-584e-49a0-b127-d3b4a2a55642} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17283 | 2025.01.16 19:59:42.473366 [ 262 ] {5d3bd38f-584e-49a0-b127-d3b4a2a55642} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002578 sec., 5430.566330488751 rows/sec., 380.32 KiB/sec. | ||
| 17284 | 2025.01.16 19:59:42.473480 [ 262 ] {5d3bd38f-584e-49a0-b127-d3b4a2a55642} <Debug> TCPHandler: Processed in 0.002954782 sec. | ||
| 17285 | 2025.01.16 19:59:42.473744 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17286 | 2025.01.16 19:59:42.473908 [ 260 ] {518a964f-50a3-404f-8d6e-9d3f0272e0e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17287 | 2025.01.16 19:59:42.473964 [ 260 ] {518a964f-50a3-404f-8d6e-9d3f0272e0e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17288 | 2025.01.16 19:59:42.474603 [ 260 ] {518a964f-50a3-404f-8d6e-9d3f0272e0e8} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17289 | 2025.01.16 19:59:42.474648 [ 260 ] {518a964f-50a3-404f-8d6e-9d3f0272e0e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17290 | 2025.01.16 19:59:42.475044 [ 260 ] {518a964f-50a3-404f-8d6e-9d3f0272e0e8} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17291 | 2025.01.16 19:59:42.475303 [ 260 ] {518a964f-50a3-404f-8d6e-9d3f0272e0e8} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17292 | 2025.01.16 19:59:42.475466 [ 76 ] {} <Debug> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 17293 | 2025.01.16 19:59:42.475514 [ 76 ] {} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17294 | 2025.01.16 19:59:42.475556 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17295 | 2025.01.16 19:59:42.475559 [ 260 ] {518a964f-50a3-404f-8d6e-9d3f0272e0e8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001668 sec., 7793.764988009592 rows/sec., 485.94 KiB/sec. | ||
| 17296 | 2025.01.16 19:59:42.475783 [ 217 ] {} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17297 | 2025.01.16 19:59:42.475878 [ 260 ] {518a964f-50a3-404f-8d6e-9d3f0272e0e8} <Debug> TCPHandler: Processed in 0.00226702 sec. | ||
| 17298 | 2025.01.16 19:59:42.475878 [ 217 ] {} <Debug> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17299 | 2025.01.16 19:59:42.475941 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full | ||
| 17300 | 2025.01.16 19:59:42.476135 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17301 | 2025.01.16 19:59:42.476357 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17302 | 2025.01.16 19:59:42.476382 [ 262 ] {25f18575-3a5b-42db-afae-eb5f725c170c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17303 | 2025.01.16 19:59:42.476410 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 13 rows starting from the beginning of the part | ||
| 17304 | 2025.01.16 19:59:42.476444 [ 262 ] {25f18575-3a5b-42db-afae-eb5f725c170c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17305 | 2025.01.16 19:59:42.476783 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 13 rows starting from the beginning of the part | ||
| 17306 | 2025.01.16 19:59:42.477161 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 13 rows starting from the beginning of the part | ||
| 17307 | 2025.01.16 19:59:42.477609 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 13 rows starting from the beginning of the part | ||
| 17308 | 2025.01.16 19:59:42.477965 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 13 rows starting from the beginning of the part | ||
| 17309 | 2025.01.16 19:59:42.479668 [ 262 ] {25f18575-3a5b-42db-afae-eb5f725c170c} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17310 | 2025.01.16 19:59:42.479737 [ 262 ] {25f18575-3a5b-42db-afae-eb5f725c170c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17311 | 2025.01.16 19:59:42.480433 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004842855 sec., 13421.834847419548 rows/sec., 889.28 KiB/sec. | ||
| 17312 | 2025.01.16 19:59:42.480694 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 17313 | 2025.01.16 19:59:42.480731 [ 217 ] {} <Debug> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17314 | 2025.01.16 19:59:42.480736 [ 262 ] {25f18575-3a5b-42db-afae-eb5f725c170c} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 17315 | 2025.01.16 19:59:42.481244 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_61_15} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17316 | 2025.01.16 19:59:42.481369 [ 262 ] {25f18575-3a5b-42db-afae-eb5f725c170c} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17317 | 2025.01.16 19:59:42.481441 [ 193 ] {f26a1e67-1c17-4486-a997-be21ef4f8158::all_1_61_15} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 17318 | 2025.01.16 19:59:42.481660 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 17319 | 2025.01.16 19:59:42.481707 [ 74 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 17320 | 2025.01.16 19:59:42.481777 [ 74 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17321 | 2025.01.16 19:59:42.481816 [ 262 ] {25f18575-3a5b-42db-afae-eb5f725c170c} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.005473 sec., 69797.18618673489 rows/sec., 4.94 MiB/sec. | ||
| 17322 | 2025.01.16 19:59:42.481822 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17323 | 2025.01.16 19:59:42.482017 [ 262 ] {25f18575-3a5b-42db-afae-eb5f725c170c} <Debug> TCPHandler: Processed in 0.006003495 sec. | ||
| 17324 | 2025.01.16 19:59:42.482215 [ 190 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 17325 | 2025.01.16 19:59:42.482393 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17326 | 2025.01.16 19:59:42.482678 [ 190 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17327 | 2025.01.16 19:59:42.482859 [ 190 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 914 rows starting from the beginning of the part | ||
| 17328 | 2025.01.16 19:59:42.482910 [ 260 ] {f1d4ea4d-85a1-4235-b44c-70f91425246e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17329 | 2025.01.16 19:59:42.483157 [ 260 ] {f1d4ea4d-85a1-4235-b44c-70f91425246e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17330 | 2025.01.16 19:59:42.483399 [ 190 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 104 rows starting from the beginning of the part | ||
| 17331 | 2025.01.16 19:59:42.483810 [ 190 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 844 rows starting from the beginning of the part | ||
| 17332 | 2025.01.16 19:59:42.484385 [ 190 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 64 rows starting from the beginning of the part | ||
| 17333 | 2025.01.16 19:59:42.484961 [ 190 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 104 rows starting from the beginning of the part | ||
| 17334 | 2025.01.16 19:59:42.485519 [ 190 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 382 rows starting from the beginning of the part | ||
| 17335 | 2025.01.16 19:59:42.487418 [ 260 ] {f1d4ea4d-85a1-4235-b44c-70f91425246e} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17336 | 2025.01.16 19:59:42.487519 [ 260 ] {f1d4ea4d-85a1-4235-b44c-70f91425246e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17337 | 2025.01.16 19:59:42.488153 [ 260 ] {f1d4ea4d-85a1-4235-b44c-70f91425246e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17338 | 2025.01.16 19:59:42.488491 [ 260 ] {f1d4ea4d-85a1-4235-b44c-70f91425246e} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17339 | 2025.01.16 19:59:42.488718 [ 260 ] {f1d4ea4d-85a1-4235-b44c-70f91425246e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005993 sec., 1001.1680293675955 rows/sec., 52.31 KiB/sec. | ||
| 17340 | 2025.01.16 19:59:42.488831 [ 260 ] {f1d4ea4d-85a1-4235-b44c-70f91425246e} <Debug> TCPHandler: Processed in 0.006637867 sec. | ||
| 17341 | 2025.01.16 19:59:42.489061 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17342 | 2025.01.16 19:59:42.489121 [ 204 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.007153955 sec., 337156.1604734724 rows/sec., 25.85 MiB/sec. | ||
| 17343 | 2025.01.16 19:59:42.489228 [ 262 ] {3b98c324-c4b3-4a0e-ac07-4c2838237e2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17344 | 2025.01.16 19:59:42.489318 [ 262 ] {3b98c324-c4b3-4a0e-ac07-4c2838237e2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17345 | 2025.01.16 19:59:42.489391 [ 204 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 17346 | 2025.01.16 19:59:42.490016 [ 204 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_146_29} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17347 | 2025.01.16 19:59:42.490225 [ 204 ] {140d1668-7c34-4ee4-b37f-9fd7d863adf4::all_1_146_29} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 17348 | 2025.01.16 19:59:42.490426 [ 204 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 17349 | 2025.01.16 19:59:42.490591 [ 262 ] {3b98c324-c4b3-4a0e-ac07-4c2838237e2f} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17350 | 2025.01.16 19:59:42.490635 [ 262 ] {3b98c324-c4b3-4a0e-ac07-4c2838237e2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17351 | 2025.01.16 19:59:42.491039 [ 262 ] {3b98c324-c4b3-4a0e-ac07-4c2838237e2f} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 17352 | 2025.01.16 19:59:42.491274 [ 262 ] {3b98c324-c4b3-4a0e-ac07-4c2838237e2f} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17353 | 2025.01.16 19:59:42.491453 [ 74 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Selected 6 parts from all_1_141_29 to all_146_146_0 | ||
| 17354 | 2025.01.16 19:59:42.491501 [ 262 ] {3b98c324-c4b3-4a0e-ac07-4c2838237e2f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002306 sec., 102775.36860364268 rows/sec., 6.89 MiB/sec. | ||
| 17355 | 2025.01.16 19:59:42.491510 [ 74 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17356 | 2025.01.16 19:59:42.491581 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17357 | 2025.01.16 19:59:42.491639 [ 262 ] {3b98c324-c4b3-4a0e-ac07-4c2838237e2f} <Debug> TCPHandler: Processed in 0.002712307 sec. | ||
| 17358 | 2025.01.16 19:59:42.491922 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17359 | 2025.01.16 19:59:42.491989 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_146_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_29 to all_146_146_0 into Compact with storage Full | ||
| 17360 | 2025.01.16 19:59:42.492344 [ 260 ] {d0dccb5f-42b4-4327-b4b4-38ba8b7c88d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17361 | 2025.01.16 19:59:42.492556 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_146_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17362 | 2025.01.16 19:59:42.492643 [ 260 ] {d0dccb5f-42b4-4327-b4b4-38ba8b7c88d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17363 | 2025.01.16 19:59:42.492699 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_146_30} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_141_29, total 38600 rows starting from the beginning of the part | ||
| 17364 | 2025.01.16 19:59:42.493356 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_146_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 160 rows starting from the beginning of the part | ||
| 17365 | 2025.01.16 19:59:42.494034 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_146_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 928 rows starting from the beginning of the part | ||
| 17366 | 2025.01.16 19:59:42.494612 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_146_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 32 rows starting from the beginning of the part | ||
| 17367 | 2025.01.16 19:59:42.495149 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_146_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 160 rows starting from the beginning of the part | ||
| 17368 | 2025.01.16 19:59:42.495736 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_146_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 237 rows starting from the beginning of the part | ||
| 17369 | 2025.01.16 19:59:42.496419 [ 260 ] {d0dccb5f-42b4-4327-b4b4-38ba8b7c88d1} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17370 | 2025.01.16 19:59:42.496475 [ 260 ] {d0dccb5f-42b4-4327-b4b4-38ba8b7c88d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17371 | 2025.01.16 19:59:42.497330 [ 260 ] {d0dccb5f-42b4-4327-b4b4-38ba8b7c88d1} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 17372 | 2025.01.16 19:59:42.497715 [ 260 ] {d0dccb5f-42b4-4327-b4b4-38ba8b7c88d1} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17373 | 2025.01.16 19:59:42.497991 [ 260 ] {d0dccb5f-42b4-4327-b4b4-38ba8b7c88d1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005834 sec., 171.40898183064795 rows/sec., 11.55 KiB/sec. | ||
| 17374 | 2025.01.16 19:59:42.498164 [ 260 ] {d0dccb5f-42b4-4327-b4b4-38ba8b7c88d1} <Debug> TCPHandler: Processed in 0.006406553 sec. | ||
| 17375 | 2025.01.16 19:59:42.498418 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17376 | 2025.01.16 19:59:42.498670 [ 262 ] {840e88ea-de73-476b-b561-8ffa52273f19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17377 | 2025.01.16 19:59:42.498802 [ 262 ] {840e88ea-de73-476b-b561-8ffa52273f19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17378 | 2025.01.16 19:59:42.500021 [ 262 ] {840e88ea-de73-476b-b561-8ffa52273f19} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17379 | 2025.01.16 19:59:42.500109 [ 262 ] {840e88ea-de73-476b-b561-8ffa52273f19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17380 | 2025.01.16 19:59:42.500684 [ 262 ] {840e88ea-de73-476b-b561-8ffa52273f19} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 17381 | 2025.01.16 19:59:42.500936 [ 262 ] {840e88ea-de73-476b-b561-8ffa52273f19} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17382 | 2025.01.16 19:59:42.501144 [ 74 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 17383 | 2025.01.16 19:59:42.501248 [ 74 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17384 | 2025.01.16 19:59:42.501337 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 17385 | 2025.01.16 19:59:42.501337 [ 262 ] {840e88ea-de73-476b-b561-8ffa52273f19} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00274 sec., 29927.007299270073 rows/sec., 1.90 MiB/sec. | ||
| 17386 | 2025.01.16 19:59:42.501669 [ 262 ] {840e88ea-de73-476b-b561-8ffa52273f19} <Debug> TCPHandler: Processed in 0.003370929 sec. | ||
| 17387 | 2025.01.16 19:59:42.501828 [ 204 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 17388 | 2025.01.16 19:59:42.502390 [ 204 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17389 | 2025.01.16 19:59:42.502486 [ 204 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 8426 rows starting from the beginning of the part | ||
| 17390 | 2025.01.16 19:59:42.503156 [ 204 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 60 rows starting from the beginning of the part | ||
| 17391 | 2025.01.16 19:59:42.503511 [ 204 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 70 rows starting from the beginning of the part | ||
| 17392 | 2025.01.16 19:59:42.503710 [ 204 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 12 rows starting from the beginning of the part | ||
| 17393 | 2025.01.16 19:59:42.503821 [ 204 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 60 rows starting from the beginning of the part | ||
| 17394 | 2025.01.16 19:59:42.504134 [ 204 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 82 rows starting from the beginning of the part | ||
| 17395 | 2025.01.16 19:59:42.508147 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_146_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40117 rows, containing 5 columns (5 merged, 0 gathered) in 0.016434738 sec., 2440988.107020629 rows/sec., 164.94 MiB/sec. | ||
| 17396 | 2025.01.16 19:59:42.508279 [ 194 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8710 rows, containing 4 columns (4 merged, 0 gathered) in 0.006757748 sec., 1288890.9145472723 rows/sec., 84.05 MiB/sec. | ||
| 17397 | 2025.01.16 19:59:42.508474 [ 197 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 17398 | 2025.01.16 19:59:42.508715 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_146_30} <Trace> MergedBlockOutputStream: filled checksums all_1_146_30 (state Temporary) | ||
| 17399 | 2025.01.16 19:59:42.509065 [ 197 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_146_29} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17400 | 2025.01.16 19:59:42.509194 [ 197 ] {bd67a85c-8870-407f-93cf-afe8e3dc8259::all_1_146_29} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 17401 | 2025.01.16 19:59:42.509350 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_146_30} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_merge_all_1_146_30 to all_1_146_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17402 | 2025.01.16 19:59:42.509374 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB. | ||
| 17403 | 2025.01.16 19:59:42.509491 [ 191 ] {336c60de-49b1-49cf-880b-4c0f7d72bf88::all_1_146_30} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88) (MergerMutator): Merged 6 parts: [all_1_141_29, all_146_146_0] -> all_1_146_30 | ||
| 17404 | 2025.01.16 19:59:42.509592 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 17405 | 2025.01.16 19:59:43.843470 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 649 | ||
| 17406 | 2025.01.16 19:59:43.867206 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17407 | 2025.01.16 19:59:43.867270 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17408 | 2025.01.16 19:59:43.874941 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 17409 | 2025.01.16 19:59:43.875830 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17410 | 2025.01.16 19:59:43.876168 [ 72 ] {} <Debug> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 17411 | 2025.01.16 19:59:43.876245 [ 72 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17412 | 2025.01.16 19:59:43.876291 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17413 | 2025.01.16 19:59:43.876874 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 17414 | 2025.01.16 19:59:43.892119 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 649 | ||
| 17415 | 2025.01.16 19:59:43.894031 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17416 | 2025.01.16 19:59:43.895746 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 611 rows starting from the beginning of the part | ||
| 17417 | 2025.01.16 19:59:43.902223 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 7 rows starting from the beginning of the part | ||
| 17418 | 2025.01.16 19:59:43.908666 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 8 rows starting from the beginning of the part | ||
| 17419 | 2025.01.16 19:59:43.914730 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part | ||
| 17420 | 2025.01.16 19:59:43.921035 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 7 rows starting from the beginning of the part | ||
| 17421 | 2025.01.16 19:59:43.927298 [ 194 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part | ||
| 17422 | 2025.01.16 19:59:43.992536 [ 197 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 649 rows, containing 679 columns (679 merged, 0 gathered) in 0.116080367 sec., 5590.954067193808 rows/sec., 28.91 MiB/sec. | ||
| 17423 | 2025.01.16 19:59:43.996397 [ 197 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 17424 | 2025.01.16 19:59:44.000015 [ 197 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_86_17} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17425 | 2025.01.16 19:59:44.000191 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 275.24 MiB, peak 289.27 MiB, free memory in arenas 0.00 B, will set to 270.34 MiB (RSS), difference: -4.90 MiB | ||
| 17426 | 2025.01.16 19:59:44.000238 [ 197 ] {93096773-5c5b-4877-aea7-7c404102c137::all_1_86_17} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 17427 | 2025.01.16 19:59:44.003483 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 17428 | 2025.01.16 19:59:44.328051 [ 222 ] {} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17429 | 2025.01.16 19:59:44.328103 [ 222 ] {} <Debug> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17430 | 2025.01.16 19:59:44.329732 [ 222 ] {} <Debug> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17431 | 2025.01.16 19:59:45.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.52 MiB, peak 289.27 MiB, free memory in arenas 0.00 B, will set to 270.34 MiB (RSS), difference: 3.82 MiB | ||
| 17432 | 2025.01.16 19:59:45.812676 [ 225 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 17433 | 2025.01.16 19:59:45.812732 [ 225 ] {} <Debug> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 17434 | 2025.01.16 19:59:45.814818 [ 225 ] {} <Debug> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 17435 | 2025.01.16 19:59:46.183456 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2404 | ||
| 17436 | 2025.01.16 19:59:46.186549 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17437 | 2025.01.16 19:59:46.186623 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17438 | 2025.01.16 19:59:46.188186 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 17439 | 2025.01.16 19:59:46.188504 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17440 | 2025.01.16 19:59:46.189049 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2404 | ||
| 17441 | 2025.01.16 19:59:47.448376 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17442 | 2025.01.16 19:59:47.448582 [ 260 ] {9799fe2f-ed86-43ff-b111-49e9c07c41f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17443 | 2025.01.16 19:59:47.448660 [ 260 ] {9799fe2f-ed86-43ff-b111-49e9c07c41f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17444 | 2025.01.16 19:59:47.449531 [ 260 ] {9799fe2f-ed86-43ff-b111-49e9c07c41f0} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17445 | 2025.01.16 19:59:47.449583 [ 260 ] {9799fe2f-ed86-43ff-b111-49e9c07c41f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17446 | 2025.01.16 19:59:47.450054 [ 260 ] {9799fe2f-ed86-43ff-b111-49e9c07c41f0} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 17447 | 2025.01.16 19:59:47.450333 [ 260 ] {9799fe2f-ed86-43ff-b111-49e9c07c41f0} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17448 | 2025.01.16 19:59:47.450574 [ 260 ] {9799fe2f-ed86-43ff-b111-49e9c07c41f0} <Debug> executeQuery: Read 138 rows, 12.21 KiB in 0.002048 sec., 67382.8125 rows/sec., 5.82 MiB/sec. | ||
| 17449 | 2025.01.16 19:59:47.450670 [ 260 ] {9799fe2f-ed86-43ff-b111-49e9c07c41f0} <Debug> TCPHandler: Processed in 0.002429872 sec. | ||
| 17450 | 2025.01.16 19:59:47.450928 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17451 | 2025.01.16 19:59:47.451130 [ 262 ] {d0ef0c89-e509-4d5f-96e1-482b8d81a87d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17452 | 2025.01.16 19:59:47.451207 [ 262 ] {d0ef0c89-e509-4d5f-96e1-482b8d81a87d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17453 | 2025.01.16 19:59:47.452045 [ 262 ] {d0ef0c89-e509-4d5f-96e1-482b8d81a87d} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17454 | 2025.01.16 19:59:47.452110 [ 262 ] {d0ef0c89-e509-4d5f-96e1-482b8d81a87d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17455 | 2025.01.16 19:59:47.452561 [ 262 ] {d0ef0c89-e509-4d5f-96e1-482b8d81a87d} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 17456 | 2025.01.16 19:59:47.452816 [ 262 ] {d0ef0c89-e509-4d5f-96e1-482b8d81a87d} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17457 | 2025.01.16 19:59:47.453068 [ 262 ] {d0ef0c89-e509-4d5f-96e1-482b8d81a87d} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001994 sec., 20561.685055165497 rows/sec., 1.51 MiB/sec. | ||
| 17458 | 2025.01.16 19:59:47.453128 [ 262 ] {d0ef0c89-e509-4d5f-96e1-482b8d81a87d} <Debug> TCPHandler: Processed in 0.002342741 sec. | ||
| 17459 | 2025.01.16 19:59:47.453283 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17460 | 2025.01.16 19:59:47.453415 [ 260 ] {f9b12794-2d71-478b-b404-11d2b788d148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17461 | 2025.01.16 19:59:47.453470 [ 260 ] {f9b12794-2d71-478b-b404-11d2b788d148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17462 | 2025.01.16 19:59:47.454121 [ 260 ] {f9b12794-2d71-478b-b404-11d2b788d148} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17463 | 2025.01.16 19:59:47.454163 [ 260 ] {f9b12794-2d71-478b-b404-11d2b788d148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17464 | 2025.01.16 19:59:47.454572 [ 260 ] {f9b12794-2d71-478b-b404-11d2b788d148} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 17465 | 2025.01.16 19:59:47.454824 [ 260 ] {f9b12794-2d71-478b-b404-11d2b788d148} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17466 | 2025.01.16 19:59:47.455011 [ 260 ] {f9b12794-2d71-478b-b404-11d2b788d148} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001629 sec., 64456.72191528545 rows/sec., 5.03 MiB/sec. | ||
| 17467 | 2025.01.16 19:59:47.455073 [ 260 ] {f9b12794-2d71-478b-b404-11d2b788d148} <Debug> TCPHandler: Processed in 0.001853593 sec. | ||
| 17468 | 2025.01.16 19:59:47.455226 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17469 | 2025.01.16 19:59:47.455346 [ 262 ] {0546fefb-ac33-440d-b1bc-a57105500469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17470 | 2025.01.16 19:59:47.455401 [ 262 ] {0546fefb-ac33-440d-b1bc-a57105500469} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17471 | 2025.01.16 19:59:47.459197 [ 262 ] {0546fefb-ac33-440d-b1bc-a57105500469} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17472 | 2025.01.16 19:59:47.459248 [ 262 ] {0546fefb-ac33-440d-b1bc-a57105500469} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17473 | 2025.01.16 19:59:47.459693 [ 262 ] {0546fefb-ac33-440d-b1bc-a57105500469} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 17474 | 2025.01.16 19:59:47.459952 [ 262 ] {0546fefb-ac33-440d-b1bc-a57105500469} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17475 | 2025.01.16 19:59:47.460192 [ 262 ] {0546fefb-ac33-440d-b1bc-a57105500469} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004871 sec., 32847.46458632724 rows/sec., 2.29 MiB/sec. | ||
| 17476 | 2025.01.16 19:59:47.460262 [ 262 ] {0546fefb-ac33-440d-b1bc-a57105500469} <Debug> TCPHandler: Processed in 0.00509633 sec. | ||
| 17477 | 2025.01.16 19:59:47.460414 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17478 | 2025.01.16 19:59:47.460548 [ 260 ] {30c5063e-3ee8-4b83-84ea-f11e1b72aa63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17479 | 2025.01.16 19:59:47.460638 [ 260 ] {30c5063e-3ee8-4b83-84ea-f11e1b72aa63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17480 | 2025.01.16 19:59:47.461971 [ 260 ] {30c5063e-3ee8-4b83-84ea-f11e1b72aa63} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17481 | 2025.01.16 19:59:47.462010 [ 260 ] {30c5063e-3ee8-4b83-84ea-f11e1b72aa63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17482 | 2025.01.16 19:59:47.462740 [ 260 ] {30c5063e-3ee8-4b83-84ea-f11e1b72aa63} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 17483 | 2025.01.16 19:59:47.463014 [ 260 ] {30c5063e-3ee8-4b83-84ea-f11e1b72aa63} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17484 | 2025.01.16 19:59:47.463230 [ 260 ] {30c5063e-3ee8-4b83-84ea-f11e1b72aa63} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002714 sec., 15106.853352984526 rows/sec., 27.07 MiB/sec. | ||
| 17485 | 2025.01.16 19:59:47.463360 [ 260 ] {30c5063e-3ee8-4b83-84ea-f11e1b72aa63} <Debug> TCPHandler: Processed in 0.003009683 sec. | ||
| 17486 | 2025.01.16 19:59:47.463520 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17487 | 2025.01.16 19:59:47.463648 [ 262 ] {fdc049c2-fef9-41f5-bcf3-3fc6b8b75816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17488 | 2025.01.16 19:59:47.463702 [ 262 ] {fdc049c2-fef9-41f5-bcf3-3fc6b8b75816} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17489 | 2025.01.16 19:59:47.464229 [ 262 ] {fdc049c2-fef9-41f5-bcf3-3fc6b8b75816} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17490 | 2025.01.16 19:59:47.464269 [ 262 ] {fdc049c2-fef9-41f5-bcf3-3fc6b8b75816} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17491 | 2025.01.16 19:59:47.464666 [ 262 ] {fdc049c2-fef9-41f5-bcf3-3fc6b8b75816} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 17492 | 2025.01.16 19:59:47.464918 [ 262 ] {fdc049c2-fef9-41f5-bcf3-3fc6b8b75816} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17493 | 2025.01.16 19:59:47.465127 [ 262 ] {fdc049c2-fef9-41f5-bcf3-3fc6b8b75816} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001508 sec., 39787.798408488066 rows/sec., 2.68 MiB/sec. | ||
| 17494 | 2025.01.16 19:59:47.465184 [ 262 ] {fdc049c2-fef9-41f5-bcf3-3fc6b8b75816} <Debug> TCPHandler: Processed in 0.00173099 sec. | ||
| 17495 | 2025.01.16 19:59:48.419239 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39894 | ||
| 17496 | 2025.01.16 19:59:48.420029 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17497 | 2025.01.16 19:59:48.420074 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17498 | 2025.01.16 19:59:48.420629 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 17499 | 2025.01.16 19:59:48.420886 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17500 | 2025.01.16 19:59:48.421115 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39894 | ||
| 17501 | 2025.01.16 19:59:51.392275 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 656 | ||
| 17502 | 2025.01.16 19:59:51.416834 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17503 | 2025.01.16 19:59:51.416909 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17504 | 2025.01.16 19:59:51.424650 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 17505 | 2025.01.16 19:59:51.425648 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17506 | 2025.01.16 19:59:51.430440 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656 | ||
| 17507 | 2025.01.16 19:59:52.156744 [ 225 ] {} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 17508 | 2025.01.16 19:59:52.156798 [ 225 ] {} <Debug> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 17509 | 2025.01.16 19:59:52.158984 [ 225 ] {} <Debug> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 17510 | 2025.01.16 19:59:52.399440 [ 223 ] {} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 17511 | 2025.01.16 19:59:52.399492 [ 223 ] {} <Debug> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 17512 | 2025.01.16 19:59:52.401594 [ 223 ] {} <Debug> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 17513 | 2025.01.16 19:59:52.450496 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17514 | 2025.01.16 19:59:52.450698 [ 260 ] {f92efc7e-d184-4b4e-8366-bfb371f642ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17515 | 2025.01.16 19:59:52.450772 [ 260 ] {f92efc7e-d184-4b4e-8366-bfb371f642ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17516 | 2025.01.16 19:59:52.451520 [ 260 ] {f92efc7e-d184-4b4e-8366-bfb371f642ef} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17517 | 2025.01.16 19:59:52.451574 [ 260 ] {f92efc7e-d184-4b4e-8366-bfb371f642ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17518 | 2025.01.16 19:59:52.452041 [ 260 ] {f92efc7e-d184-4b4e-8366-bfb371f642ef} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 17519 | 2025.01.16 19:59:52.452299 [ 260 ] {f92efc7e-d184-4b4e-8366-bfb371f642ef} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17520 | 2025.01.16 19:59:52.452507 [ 260 ] {f92efc7e-d184-4b4e-8366-bfb371f642ef} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001866 sec., 7502.679528403001 rows/sec., 540.09 KiB/sec. | ||
| 17521 | 2025.01.16 19:59:52.452574 [ 260 ] {f92efc7e-d184-4b4e-8366-bfb371f642ef} <Debug> TCPHandler: Processed in 0.002212279 sec. | ||
| 17522 | 2025.01.16 19:59:52.452828 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17523 | 2025.01.16 19:59:52.453046 [ 262 ] {2dc5b83c-b6c7-481a-819b-bc45d0b49d9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17524 | 2025.01.16 19:59:52.453121 [ 262 ] {2dc5b83c-b6c7-481a-819b-bc45d0b49d9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17525 | 2025.01.16 19:59:52.453943 [ 262 ] {2dc5b83c-b6c7-481a-819b-bc45d0b49d9a} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17526 | 2025.01.16 19:59:52.453993 [ 262 ] {2dc5b83c-b6c7-481a-819b-bc45d0b49d9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17527 | 2025.01.16 19:59:52.454446 [ 262 ] {2dc5b83c-b6c7-481a-819b-bc45d0b49d9a} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 17528 | 2025.01.16 19:59:52.454694 [ 262 ] {2dc5b83c-b6c7-481a-819b-bc45d0b49d9a} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17529 | 2025.01.16 19:59:52.454925 [ 262 ] {2dc5b83c-b6c7-481a-819b-bc45d0b49d9a} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001941 sec., 104585.26532715095 rows/sec., 9.05 MiB/sec. | ||
| 17530 | 2025.01.16 19:59:52.454980 [ 262 ] {2dc5b83c-b6c7-481a-819b-bc45d0b49d9a} <Debug> TCPHandler: Processed in 0.00229566 sec. | ||
| 17531 | 2025.01.16 19:59:52.455144 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17532 | 2025.01.16 19:59:52.455302 [ 260 ] {61b28bd4-2322-4435-b0cf-327c7c5ced56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17533 | 2025.01.16 19:59:52.455366 [ 260 ] {61b28bd4-2322-4435-b0cf-327c7c5ced56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17534 | 2025.01.16 19:59:52.456073 [ 260 ] {61b28bd4-2322-4435-b0cf-327c7c5ced56} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17535 | 2025.01.16 19:59:52.456113 [ 260 ] {61b28bd4-2322-4435-b0cf-327c7c5ced56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17536 | 2025.01.16 19:59:52.456495 [ 260 ] {61b28bd4-2322-4435-b0cf-327c7c5ced56} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 17537 | 2025.01.16 19:59:52.456747 [ 260 ] {61b28bd4-2322-4435-b0cf-327c7c5ced56} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17538 | 2025.01.16 19:59:52.456933 [ 260 ] {61b28bd4-2322-4435-b0cf-327c7c5ced56} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001669 sec., 4194.128220491312 rows/sec., 273.25 KiB/sec. | ||
| 17539 | 2025.01.16 19:59:52.456997 [ 260 ] {61b28bd4-2322-4435-b0cf-327c7c5ced56} <Debug> TCPHandler: Processed in 0.001925274 sec. | ||
| 17540 | 2025.01.16 19:59:52.457137 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17541 | 2025.01.16 19:59:52.457257 [ 262 ] {0b28acab-26c6-47d4-9dee-db1c89edb980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17542 | 2025.01.16 19:59:52.457306 [ 262 ] {0b28acab-26c6-47d4-9dee-db1c89edb980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17543 | 2025.01.16 19:59:52.457878 [ 262 ] {0b28acab-26c6-47d4-9dee-db1c89edb980} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17544 | 2025.01.16 19:59:52.457918 [ 262 ] {0b28acab-26c6-47d4-9dee-db1c89edb980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17545 | 2025.01.16 19:59:52.458283 [ 262 ] {0b28acab-26c6-47d4-9dee-db1c89edb980} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 17546 | 2025.01.16 19:59:52.458519 [ 262 ] {0b28acab-26c6-47d4-9dee-db1c89edb980} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17547 | 2025.01.16 19:59:52.458719 [ 262 ] {0b28acab-26c6-47d4-9dee-db1c89edb980} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001487 sec., 9414.92938802959 rows/sec., 659.36 KiB/sec. | ||
| 17548 | 2025.01.16 19:59:52.458772 [ 262 ] {0b28acab-26c6-47d4-9dee-db1c89edb980} <Debug> TCPHandler: Processed in 0.00169053 sec. | ||
| 17549 | 2025.01.16 19:59:52.458906 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17550 | 2025.01.16 19:59:52.459030 [ 260 ] {561feedc-82a1-4daf-87ac-6f18cc978784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17551 | 2025.01.16 19:59:52.459081 [ 260 ] {561feedc-82a1-4daf-87ac-6f18cc978784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17552 | 2025.01.16 19:59:52.459652 [ 260 ] {561feedc-82a1-4daf-87ac-6f18cc978784} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17553 | 2025.01.16 19:59:52.459689 [ 260 ] {561feedc-82a1-4daf-87ac-6f18cc978784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17554 | 2025.01.16 19:59:52.460048 [ 260 ] {561feedc-82a1-4daf-87ac-6f18cc978784} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 17555 | 2025.01.16 19:59:52.460289 [ 260 ] {561feedc-82a1-4daf-87ac-6f18cc978784} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17556 | 2025.01.16 19:59:52.460461 [ 260 ] {561feedc-82a1-4daf-87ac-6f18cc978784} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00146 sec., 8904.109589041096 rows/sec., 555.17 KiB/sec. | ||
| 17557 | 2025.01.16 19:59:52.460516 [ 260 ] {561feedc-82a1-4daf-87ac-6f18cc978784} <Debug> TCPHandler: Processed in 0.001666879 sec. | ||
| 17558 | 2025.01.16 19:59:52.460646 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17559 | 2025.01.16 19:59:52.460762 [ 262 ] {6791c8e7-15b4-404e-9564-c61111d27b7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17560 | 2025.01.16 19:59:52.460809 [ 262 ] {6791c8e7-15b4-404e-9564-c61111d27b7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17561 | 2025.01.16 19:59:52.461530 [ 262 ] {6791c8e7-15b4-404e-9564-c61111d27b7e} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17562 | 2025.01.16 19:59:52.461568 [ 262 ] {6791c8e7-15b4-404e-9564-c61111d27b7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17563 | 2025.01.16 19:59:52.461956 [ 262 ] {6791c8e7-15b4-404e-9564-c61111d27b7e} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 17564 | 2025.01.16 19:59:52.462200 [ 262 ] {6791c8e7-15b4-404e-9564-c61111d27b7e} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17565 | 2025.01.16 19:59:52.462418 [ 262 ] {6791c8e7-15b4-404e-9564-c61111d27b7e} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001681 sec., 227245.68709101726 rows/sec., 16.08 MiB/sec. | ||
| 17566 | 2025.01.16 19:59:52.462470 [ 262 ] {6791c8e7-15b4-404e-9564-c61111d27b7e} <Debug> TCPHandler: Processed in 0.001882473 sec. | ||
| 17567 | 2025.01.16 19:59:52.462622 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17568 | 2025.01.16 19:59:52.462769 [ 260 ] {81efc45f-badf-407c-9a51-6601fe4ce3ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17569 | 2025.01.16 19:59:52.462829 [ 260 ] {81efc45f-badf-407c-9a51-6601fe4ce3ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17570 | 2025.01.16 19:59:52.463333 [ 260 ] {81efc45f-badf-407c-9a51-6601fe4ce3ea} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17571 | 2025.01.16 19:59:52.463370 [ 260 ] {81efc45f-badf-407c-9a51-6601fe4ce3ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17572 | 2025.01.16 19:59:52.463741 [ 260 ] {81efc45f-badf-407c-9a51-6601fe4ce3ea} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 17573 | 2025.01.16 19:59:52.463980 [ 260 ] {81efc45f-badf-407c-9a51-6601fe4ce3ea} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17574 | 2025.01.16 19:59:52.464173 [ 260 ] {81efc45f-badf-407c-9a51-6601fe4ce3ea} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001429 sec., 4198.740377886635 rows/sec., 219.37 KiB/sec. | ||
| 17575 | 2025.01.16 19:59:52.464275 [ 260 ] {81efc45f-badf-407c-9a51-6601fe4ce3ea} <Debug> TCPHandler: Processed in 0.00172206 sec. | ||
| 17576 | 2025.01.16 19:59:52.464490 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17577 | 2025.01.16 19:59:52.464648 [ 262 ] {825db1f1-8ebc-44b7-a085-253253ca08a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17578 | 2025.01.16 19:59:52.464706 [ 262 ] {825db1f1-8ebc-44b7-a085-253253ca08a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17579 | 2025.01.16 19:59:52.465334 [ 262 ] {825db1f1-8ebc-44b7-a085-253253ca08a0} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17580 | 2025.01.16 19:59:52.465374 [ 262 ] {825db1f1-8ebc-44b7-a085-253253ca08a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17581 | 2025.01.16 19:59:52.465845 [ 262 ] {825db1f1-8ebc-44b7-a085-253253ca08a0} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 17582 | 2025.01.16 19:59:52.466177 [ 262 ] {825db1f1-8ebc-44b7-a085-253253ca08a0} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17583 | 2025.01.16 19:59:52.466409 [ 262 ] {825db1f1-8ebc-44b7-a085-253253ca08a0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001786 sec., 132698.76819708847 rows/sec., 8.89 MiB/sec. | ||
| 17584 | 2025.01.16 19:59:52.466463 [ 262 ] {825db1f1-8ebc-44b7-a085-253253ca08a0} <Debug> TCPHandler: Processed in 0.002098177 sec. | ||
| 17585 | 2025.01.16 19:59:52.466644 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17586 | 2025.01.16 19:59:52.466766 [ 260 ] {ac00a83c-1dff-4f39-92f6-2ade2dbf76fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17587 | 2025.01.16 19:59:52.466819 [ 260 ] {ac00a83c-1dff-4f39-92f6-2ade2dbf76fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17588 | 2025.01.16 19:59:52.467299 [ 260 ] {ac00a83c-1dff-4f39-92f6-2ade2dbf76fe} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17589 | 2025.01.16 19:59:52.467337 [ 260 ] {ac00a83c-1dff-4f39-92f6-2ade2dbf76fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17590 | 2025.01.16 19:59:52.467706 [ 260 ] {ac00a83c-1dff-4f39-92f6-2ade2dbf76fe} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 17591 | 2025.01.16 19:59:52.467943 [ 260 ] {ac00a83c-1dff-4f39-92f6-2ade2dbf76fe} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17592 | 2025.01.16 19:59:52.468125 [ 260 ] {ac00a83c-1dff-4f39-92f6-2ade2dbf76fe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001384 sec., 722.543352601156 rows/sec., 48.69 KiB/sec. | ||
| 17593 | 2025.01.16 19:59:52.468183 [ 260 ] {ac00a83c-1dff-4f39-92f6-2ade2dbf76fe} <Debug> TCPHandler: Processed in 0.001602928 sec. | ||
| 17594 | 2025.01.16 19:59:52.468342 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17595 | 2025.01.16 19:59:52.468484 [ 262 ] {ecb1ba1e-bed2-49e9-a7cd-6c8e8826a0dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17596 | 2025.01.16 19:59:52.468539 [ 262 ] {ecb1ba1e-bed2-49e9-a7cd-6c8e8826a0dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17597 | 2025.01.16 19:59:52.469062 [ 262 ] {ecb1ba1e-bed2-49e9-a7cd-6c8e8826a0dd} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17598 | 2025.01.16 19:59:52.469100 [ 262 ] {ecb1ba1e-bed2-49e9-a7cd-6c8e8826a0dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17599 | 2025.01.16 19:59:52.469473 [ 262 ] {ecb1ba1e-bed2-49e9-a7cd-6c8e8826a0dd} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 17600 | 2025.01.16 19:59:52.469721 [ 262 ] {ecb1ba1e-bed2-49e9-a7cd-6c8e8826a0dd} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17601 | 2025.01.16 19:59:52.469933 [ 262 ] {ecb1ba1e-bed2-49e9-a7cd-6c8e8826a0dd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001479 sec., 55442.86680189317 rows/sec., 3.52 MiB/sec. | ||
| 17602 | 2025.01.16 19:59:52.469983 [ 262 ] {ecb1ba1e-bed2-49e9-a7cd-6c8e8826a0dd} <Debug> TCPHandler: Processed in 0.001699889 sec. | ||
| 17603 | 2025.01.16 19:59:52.725586 [ 224 ] {} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17604 | 2025.01.16 19:59:52.725662 [ 224 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17605 | 2025.01.16 19:59:52.728007 [ 224 ] {} <Debug> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17606 | 2025.01.16 19:59:52.729610 [ 217 ] {} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17607 | 2025.01.16 19:59:52.729669 [ 217 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17608 | 2025.01.16 19:59:52.731798 [ 217 ] {} <Debug> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17609 | 2025.01.16 19:59:53.294586 [ 217 ] {} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17610 | 2025.01.16 19:59:53.294639 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17611 | 2025.01.16 19:59:53.296945 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17612 | 2025.01.16 19:59:53.485222 [ 221 ] {} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17613 | 2025.01.16 19:59:53.485290 [ 221 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17614 | 2025.01.16 19:59:53.488515 [ 221 ] {} <Debug> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 17615 | 2025.01.16 19:59:55.663575 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17616 | 2025.01.16 19:59:55.663658 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17617 | 2025.01.16 19:59:55.921375 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40321 | ||
| 17618 | 2025.01.16 19:59:55.922447 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17619 | 2025.01.16 19:59:55.922514 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17620 | 2025.01.16 19:59:55.923303 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 17621 | 2025.01.16 19:59:55.923725 [ 243 ] {} <Trace> system.asynchronous_metric_log (3ffccd21-3e1b-4dd7-9982-1862fe612ba6): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17622 | 2025.01.16 19:59:55.924088 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321 | ||
| 17623 | 2025.01.16 19:59:56.189359 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2436 | ||
| 17624 | 2025.01.16 19:59:56.192698 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17625 | 2025.01.16 19:59:56.192762 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17626 | 2025.01.16 19:59:56.194463 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 17627 | 2025.01.16 19:59:56.194924 [ 242 ] {} <Trace> system.query_log (ea500972-8ed8-482b-9580-399ca28f5052): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17628 | 2025.01.16 19:59:56.195748 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2436 | ||
| 17629 | 2025.01.16 19:59:57.448918 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17630 | 2025.01.16 19:59:57.449115 [ 260 ] {7ef599a5-3857-4673-aa17-0aade479e686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17631 | 2025.01.16 19:59:57.449191 [ 260 ] {7ef599a5-3857-4673-aa17-0aade479e686} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17632 | 2025.01.16 19:59:57.450024 [ 260 ] {7ef599a5-3857-4673-aa17-0aade479e686} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17633 | 2025.01.16 19:59:57.450081 [ 260 ] {7ef599a5-3857-4673-aa17-0aade479e686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17634 | 2025.01.16 19:59:57.450538 [ 260 ] {7ef599a5-3857-4673-aa17-0aade479e686} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 17635 | 2025.01.16 19:59:57.450796 [ 260 ] {7ef599a5-3857-4673-aa17-0aade479e686} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17636 | 2025.01.16 19:59:57.451030 [ 260 ] {7ef599a5-3857-4673-aa17-0aade479e686} <Debug> executeQuery: Read 158 rows, 14.10 KiB in 0.001965 sec., 80407.12468193384 rows/sec., 7.01 MiB/sec. | ||
| 17637 | 2025.01.16 19:59:57.451102 [ 260 ] {7ef599a5-3857-4673-aa17-0aade479e686} <Debug> TCPHandler: Processed in 0.002316851 sec. | ||
| 17638 | 2025.01.16 19:59:57.451334 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17639 | 2025.01.16 19:59:57.451551 [ 262 ] {eca2da07-8dcd-45a4-97dc-aa3cd7771b38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17640 | 2025.01.16 19:59:57.451635 [ 262 ] {eca2da07-8dcd-45a4-97dc-aa3cd7771b38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17641 | 2025.01.16 19:59:57.452486 [ 262 ] {eca2da07-8dcd-45a4-97dc-aa3cd7771b38} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17642 | 2025.01.16 19:59:57.452535 [ 262 ] {eca2da07-8dcd-45a4-97dc-aa3cd7771b38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17643 | 2025.01.16 19:59:57.452989 [ 262 ] {eca2da07-8dcd-45a4-97dc-aa3cd7771b38} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 17644 | 2025.01.16 19:59:57.453247 [ 262 ] {eca2da07-8dcd-45a4-97dc-aa3cd7771b38} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17645 | 2025.01.16 19:59:57.453472 [ 56 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 17646 | 2025.01.16 19:59:57.453506 [ 262 ] {eca2da07-8dcd-45a4-97dc-aa3cd7771b38} <Debug> executeQuery: Read 51 rows, 3.83 KiB in 0.002015 sec., 25310.173697270475 rows/sec., 1.86 MiB/sec. | ||
| 17647 | 2025.01.16 19:59:57.453606 [ 56 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17648 | 2025.01.16 19:59:57.453690 [ 262 ] {eca2da07-8dcd-45a4-97dc-aa3cd7771b38} <Debug> TCPHandler: Processed in 0.002490333 sec. | ||
| 17649 | 2025.01.16 19:59:57.453698 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17650 | 2025.01.16 19:59:57.453940 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17651 | 2025.01.16 19:59:57.453962 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 17652 | 2025.01.16 19:59:57.454184 [ 260 ] {5de6859a-e0aa-4352-90e6-f16b2a4120a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17653 | 2025.01.16 19:59:57.454262 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17654 | 2025.01.16 19:59:57.454301 [ 260 ] {5de6859a-e0aa-4352-90e6-f16b2a4120a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17655 | 2025.01.16 19:59:57.454336 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 65 rows starting from the beginning of the part | ||
| 17656 | 2025.01.16 19:59:57.454757 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 40 rows starting from the beginning of the part | ||
| 17657 | 2025.01.16 19:59:57.455175 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 7 rows starting from the beginning of the part | ||
| 17658 | 2025.01.16 19:59:57.455582 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 41 rows starting from the beginning of the part | ||
| 17659 | 2025.01.16 19:59:57.456022 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 7 rows starting from the beginning of the part | ||
| 17660 | 2025.01.16 19:59:57.456365 [ 187 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 51 rows starting from the beginning of the part | ||
| 17661 | 2025.01.16 19:59:57.457433 [ 260 ] {5de6859a-e0aa-4352-90e6-f16b2a4120a4} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17662 | 2025.01.16 19:59:57.457509 [ 260 ] {5de6859a-e0aa-4352-90e6-f16b2a4120a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17663 | 2025.01.16 19:59:57.458519 [ 260 ] {5de6859a-e0aa-4352-90e6-f16b2a4120a4} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 17664 | 2025.01.16 19:59:57.459155 [ 260 ] {5de6859a-e0aa-4352-90e6-f16b2a4120a4} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17665 | 2025.01.16 19:59:57.459182 [ 195 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 5 columns (5 merged, 0 gathered) in 0.005314514 sec., 39702.59557129777 rows/sec., 3.01 MiB/sec. | ||
| 17666 | 2025.01.16 19:59:57.459435 [ 195 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 17667 | 2025.01.16 19:59:57.459638 [ 260 ] {5de6859a-e0aa-4352-90e6-f16b2a4120a4} <Debug> executeQuery: Read 121 rows, 9.71 KiB in 0.005524 sec., 21904.417089065893 rows/sec., 1.72 MiB/sec. | ||
| 17668 | 2025.01.16 19:59:57.459827 [ 260 ] {5de6859a-e0aa-4352-90e6-f16b2a4120a4} <Debug> TCPHandler: Processed in 0.006037336 sec. | ||
| 17669 | 2025.01.16 19:59:57.460105 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17670 | 2025.01.16 19:59:57.460258 [ 195 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_126_25} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17671 | 2025.01.16 19:59:57.460534 [ 262 ] {d34f9391-0e2a-4d23-87c0-30bee064453e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17672 | 2025.01.16 19:59:57.460629 [ 195 ] {de689f5d-1444-4f76-a3ae-235a4211d94d::all_1_126_25} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 17673 | 2025.01.16 19:59:57.460735 [ 262 ] {d34f9391-0e2a-4d23-87c0-30bee064453e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17674 | 2025.01.16 19:59:57.460920 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 17675 | 2025.01.16 19:59:57.462393 [ 262 ] {d34f9391-0e2a-4d23-87c0-30bee064453e} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17676 | 2025.01.16 19:59:57.462438 [ 262 ] {d34f9391-0e2a-4d23-87c0-30bee064453e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17677 | 2025.01.16 19:59:57.462866 [ 262 ] {d34f9391-0e2a-4d23-87c0-30bee064453e} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 17678 | 2025.01.16 19:59:57.463123 [ 262 ] {d34f9391-0e2a-4d23-87c0-30bee064453e} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17679 | 2025.01.16 19:59:57.463349 [ 262 ] {d34f9391-0e2a-4d23-87c0-30bee064453e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002981 sec., 53673.264005367324 rows/sec., 3.74 MiB/sec. | ||
| 17680 | 2025.01.16 19:59:57.463408 [ 262 ] {d34f9391-0e2a-4d23-87c0-30bee064453e} <Debug> TCPHandler: Processed in 0.003482171 sec. | ||
| 17681 | 2025.01.16 19:59:57.463557 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17682 | 2025.01.16 19:59:57.463703 [ 260 ] {d9dd5e43-e064-4365-bf28-6a6649c80544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17683 | 2025.01.16 19:59:57.463800 [ 260 ] {d9dd5e43-e064-4365-bf28-6a6649c80544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17684 | 2025.01.16 19:59:57.465123 [ 260 ] {d9dd5e43-e064-4365-bf28-6a6649c80544} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17685 | 2025.01.16 19:59:57.465163 [ 260 ] {d9dd5e43-e064-4365-bf28-6a6649c80544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17686 | 2025.01.16 19:59:57.465881 [ 260 ] {d9dd5e43-e064-4365-bf28-6a6649c80544} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 17687 | 2025.01.16 19:59:57.466156 [ 260 ] {d9dd5e43-e064-4365-bf28-6a6649c80544} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17688 | 2025.01.16 19:59:57.466442 [ 260 ] {d9dd5e43-e064-4365-bf28-6a6649c80544} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.002774 sec., 18385.003604902668 rows/sec., 32.95 MiB/sec. | ||
| 17689 | 2025.01.16 19:59:57.466453 [ 221 ] {} <Trace> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 17690 | 2025.01.16 19:59:57.466522 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 17691 | 2025.01.16 19:59:57.466730 [ 260 ] {d9dd5e43-e064-4365-bf28-6a6649c80544} <Debug> TCPHandler: Processed in 0.003238897 sec. | ||
| 17692 | 2025.01.16 19:59:57.466918 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17693 | 2025.01.16 19:59:57.467045 [ 262 ] {1d120125-591e-4c04-b39f-3389616db986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 17694 | 2025.01.16 19:59:57.467106 [ 262 ] {1d120125-591e-4c04-b39f-3389616db986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 17695 | 2025.01.16 19:59:57.467822 [ 262 ] {1d120125-591e-4c04-b39f-3389616db986} <Trace> oximeter.measurements_i64 (3f854c1c-4bc7-4c6b-ab9c-ecd374649c79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17696 | 2025.01.16 19:59:57.467864 [ 262 ] {1d120125-591e-4c04-b39f-3389616db986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17697 | 2025.01.16 19:59:57.468364 [ 262 ] {1d120125-591e-4c04-b39f-3389616db986} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 17698 | 2025.01.16 19:59:57.468657 [ 262 ] {1d120125-591e-4c04-b39f-3389616db986} <Trace> oximeter.measurements_i64 (3f854c1c-4bc7-4c6b-ab9c-ecd374649c79): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17699 | 2025.01.16 19:59:57.468951 [ 262 ] {1d120125-591e-4c04-b39f-3389616db986} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.001931 sec., 4660.797514241326 rows/sec., 358.56 KiB/sec. | ||
| 17700 | 2025.01.16 19:59:57.469176 [ 262 ] {1d120125-591e-4c04-b39f-3389616db986} <Debug> TCPHandler: Processed in 0.002344491 sec. | ||
| 17701 | 2025.01.16 19:59:57.469373 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17702 | 2025.01.16 19:59:57.469537 [ 260 ] {6cb07fa0-7e8e-433f-8cc0-497d6b3e8554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17703 | 2025.01.16 19:59:57.469615 [ 260 ] {6cb07fa0-7e8e-433f-8cc0-497d6b3e8554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17704 | 2025.01.16 19:59:57.469947 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (33687be3-f862-480b-b6ca-a7d5f6cb8b27): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 17705 | 2025.01.16 19:59:57.471310 [ 260 ] {6cb07fa0-7e8e-433f-8cc0-497d6b3e8554} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17706 | 2025.01.16 19:59:57.471400 [ 260 ] {6cb07fa0-7e8e-433f-8cc0-497d6b3e8554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17707 | 2025.01.16 19:59:57.471883 [ 260 ] {6cb07fa0-7e8e-433f-8cc0-497d6b3e8554} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 17708 | 2025.01.16 19:59:57.472144 [ 260 ] {6cb07fa0-7e8e-433f-8cc0-497d6b3e8554} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17709 | 2025.01.16 19:59:57.472369 [ 260 ] {6cb07fa0-7e8e-433f-8cc0-497d6b3e8554} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002867 sec., 20927.799093128706 rows/sec., 1.41 MiB/sec. | ||
| 17710 | 2025.01.16 19:59:57.472427 [ 260 ] {6cb07fa0-7e8e-433f-8cc0-497d6b3e8554} <Debug> TCPHandler: Processed in 0.003154315 sec. | ||
| 17711 | 2025.01.16 19:59:58.930578 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 664 | ||
| 17712 | 2025.01.16 19:59:58.953865 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17713 | 2025.01.16 19:59:58.953918 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17714 | 2025.01.16 19:59:58.961469 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 17715 | 2025.01.16 19:59:58.962282 [ 244 ] {} <Trace> system.metric_log (93096773-5c5b-4877-aea7-7c404102c137): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17716 | 2025.01.16 19:59:58.965286 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 664 | ||
| 17717 | 2025.01.16 20:00:00.729677 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17718 | 2025.01.16 20:00:00.729873 [ 260 ] {668113af-180c-4c43-9fc3-e1b74ea10bd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17719 | 2025.01.16 20:00:00.729949 [ 260 ] {668113af-180c-4c43-9fc3-e1b74ea10bd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17720 | 2025.01.16 20:00:00.730779 [ 260 ] {668113af-180c-4c43-9fc3-e1b74ea10bd4} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17721 | 2025.01.16 20:00:00.730830 [ 260 ] {668113af-180c-4c43-9fc3-e1b74ea10bd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17722 | 2025.01.16 20:00:00.731281 [ 260 ] {668113af-180c-4c43-9fc3-e1b74ea10bd4} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 17723 | 2025.01.16 20:00:00.731553 [ 260 ] {668113af-180c-4c43-9fc3-e1b74ea10bd4} <Trace> oximeter.fields_i16 (309a14f2-d67b-43c7-abbf-f7b3f0282e07): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17724 | 2025.01.16 20:00:00.731773 [ 260 ] {668113af-180c-4c43-9fc3-e1b74ea10bd4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001953 sec., 7168.458781362006 rows/sec., 516.03 KiB/sec. | ||
| 17725 | 2025.01.16 20:00:00.731842 [ 260 ] {668113af-180c-4c43-9fc3-e1b74ea10bd4} <Debug> TCPHandler: Processed in 0.002303841 sec. | ||
| 17726 | 2025.01.16 20:00:00.732176 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17727 | 2025.01.16 20:00:00.732403 [ 262 ] {2c6d11ea-ce7b-4726-94e6-37b4715d8643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17728 | 2025.01.16 20:00:00.732495 [ 262 ] {2c6d11ea-ce7b-4726-94e6-37b4715d8643} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17729 | 2025.01.16 20:00:00.733353 [ 262 ] {2c6d11ea-ce7b-4726-94e6-37b4715d8643} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17730 | 2025.01.16 20:00:00.733406 [ 262 ] {2c6d11ea-ce7b-4726-94e6-37b4715d8643} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17731 | 2025.01.16 20:00:00.733878 [ 262 ] {2c6d11ea-ce7b-4726-94e6-37b4715d8643} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 17732 | 2025.01.16 20:00:00.734167 [ 262 ] {2c6d11ea-ce7b-4726-94e6-37b4715d8643} <Trace> oximeter.fields_ipaddr (d09bdbdd-d8c8-46d4-bdc9-bbb4f66f1640): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17733 | 2025.01.16 20:00:00.734434 [ 262 ] {2c6d11ea-ce7b-4726-94e6-37b4715d8643} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002096 sec., 954.1984732824427 rows/sec., 77.81 KiB/sec. | ||
| 17734 | 2025.01.16 20:00:00.734655 [ 262 ] {2c6d11ea-ce7b-4726-94e6-37b4715d8643} <Debug> TCPHandler: Processed in 0.002649636 sec. | ||
| 17735 | 2025.01.16 20:00:00.734867 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17736 | 2025.01.16 20:00:00.734990 [ 260 ] {d28a2ee8-062f-4ebf-8e6d-8a2c09a50f09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17737 | 2025.01.16 20:00:00.735042 [ 260 ] {d28a2ee8-062f-4ebf-8e6d-8a2c09a50f09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17738 | 2025.01.16 20:00:00.736277 [ 260 ] {d28a2ee8-062f-4ebf-8e6d-8a2c09a50f09} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17739 | 2025.01.16 20:00:00.736318 [ 260 ] {d28a2ee8-062f-4ebf-8e6d-8a2c09a50f09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17740 | 2025.01.16 20:00:00.736899 [ 260 ] {d28a2ee8-062f-4ebf-8e6d-8a2c09a50f09} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 17741 | 2025.01.16 20:00:00.737306 [ 260 ] {d28a2ee8-062f-4ebf-8e6d-8a2c09a50f09} <Trace> oximeter.fields_string (09ecfd43-fc6a-4ad6-a5e2-3714e67bf25a): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17742 | 2025.01.16 20:00:00.737536 [ 260 ] {d28a2ee8-062f-4ebf-8e6d-8a2c09a50f09} <Debug> executeQuery: Read 1344 rows, 114.63 KiB in 0.002561 sec., 524795.0019523624 rows/sec., 43.71 MiB/sec. | ||
| 17743 | 2025.01.16 20:00:00.737607 [ 260 ] {d28a2ee8-062f-4ebf-8e6d-8a2c09a50f09} <Debug> TCPHandler: Processed in 0.002804069 sec. | ||
| 17744 | 2025.01.16 20:00:00.737835 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17745 | 2025.01.16 20:00:00.738032 [ 262 ] {a30748fc-b9c0-4cbc-be15-726abad8a1dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17746 | 2025.01.16 20:00:00.738114 [ 262 ] {a30748fc-b9c0-4cbc-be15-726abad8a1dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17747 | 2025.01.16 20:00:00.738835 [ 262 ] {a30748fc-b9c0-4cbc-be15-726abad8a1dc} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17748 | 2025.01.16 20:00:00.738886 [ 262 ] {a30748fc-b9c0-4cbc-be15-726abad8a1dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17749 | 2025.01.16 20:00:00.739394 [ 262 ] {a30748fc-b9c0-4cbc-be15-726abad8a1dc} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 17750 | 2025.01.16 20:00:00.739741 [ 262 ] {a30748fc-b9c0-4cbc-be15-726abad8a1dc} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17751 | 2025.01.16 20:00:00.740033 [ 222 ] {} <Trace> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17752 | 2025.01.16 20:00:00.740041 [ 262 ] {a30748fc-b9c0-4cbc-be15-726abad8a1dc} <Debug> executeQuery: Read 9 rows, 610.00 B in 0.002052 sec., 4385.964912280701 rows/sec., 290.30 KiB/sec. | ||
| 17753 | 2025.01.16 20:00:00.740077 [ 222 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17754 | 2025.01.16 20:00:00.740223 [ 262 ] {a30748fc-b9c0-4cbc-be15-726abad8a1dc} <Debug> TCPHandler: Processed in 0.002492384 sec. | ||
| 17755 | 2025.01.16 20:00:00.740417 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17756 | 2025.01.16 20:00:00.740552 [ 260 ] {8a3cc0e8-d081-4e7f-825c-7e0bad8606f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17757 | 2025.01.16 20:00:00.740610 [ 260 ] {8a3cc0e8-d081-4e7f-825c-7e0bad8606f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17758 | 2025.01.16 20:00:00.741488 [ 260 ] {8a3cc0e8-d081-4e7f-825c-7e0bad8606f7} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17759 | 2025.01.16 20:00:00.741530 [ 260 ] {8a3cc0e8-d081-4e7f-825c-7e0bad8606f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17760 | 2025.01.16 20:00:00.742034 [ 260 ] {8a3cc0e8-d081-4e7f-825c-7e0bad8606f7} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 17761 | 2025.01.16 20:00:00.742360 [ 260 ] {8a3cc0e8-d081-4e7f-825c-7e0bad8606f7} <Trace> oximeter.fields_u32 (1f668a6b-fc7f-4185-ae5d-84313bccb39d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17762 | 2025.01.16 20:00:00.742701 [ 260 ] {8a3cc0e8-d081-4e7f-825c-7e0bad8606f7} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002161 sec., 111985.19204072189 rows/sec., 7.59 MiB/sec. | ||
| 17763 | 2025.01.16 20:00:00.743055 [ 260 ] {8a3cc0e8-d081-4e7f-825c-7e0bad8606f7} <Debug> TCPHandler: Processed in 0.002694088 sec. | ||
| 17764 | 2025.01.16 20:00:00.743337 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17765 | 2025.01.16 20:00:00.743551 [ 262 ] {538b34e8-abb2-4a28-abf3-7d45cc886d07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17766 | 2025.01.16 20:00:00.743561 [ 222 ] {} <Debug> oximeter.fields_u16 (de689f5d-1444-4f76-a3ae-235a4211d94d): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17767 | 2025.01.16 20:00:00.743652 [ 262 ] {538b34e8-abb2-4a28-abf3-7d45cc886d07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17768 | 2025.01.16 20:00:00.745595 [ 262 ] {538b34e8-abb2-4a28-abf3-7d45cc886d07} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17769 | 2025.01.16 20:00:00.745633 [ 262 ] {538b34e8-abb2-4a28-abf3-7d45cc886d07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17770 | 2025.01.16 20:00:00.746024 [ 262 ] {538b34e8-abb2-4a28-abf3-7d45cc886d07} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 17771 | 2025.01.16 20:00:00.746282 [ 262 ] {538b34e8-abb2-4a28-abf3-7d45cc886d07} <Trace> oximeter.fields_u8 (f26a1e67-1c17-4486-a997-be21ef4f8158): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17772 | 2025.01.16 20:00:00.746504 [ 262 ] {538b34e8-abb2-4a28-abf3-7d45cc886d07} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003014 sec., 4313.20504313205 rows/sec., 268.93 KiB/sec. | ||
| 17773 | 2025.01.16 20:00:00.746561 [ 262 ] {538b34e8-abb2-4a28-abf3-7d45cc886d07} <Debug> TCPHandler: Processed in 0.003362779 sec. | ||
| 17774 | 2025.01.16 20:00:00.746723 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17775 | 2025.01.16 20:00:00.746860 [ 260 ] {51a8c1dc-b8ad-46ae-adf5-14d73376310a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17776 | 2025.01.16 20:00:00.746942 [ 260 ] {51a8c1dc-b8ad-46ae-adf5-14d73376310a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17777 | 2025.01.16 20:00:00.747942 [ 260 ] {51a8c1dc-b8ad-46ae-adf5-14d73376310a} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17778 | 2025.01.16 20:00:00.747986 [ 260 ] {51a8c1dc-b8ad-46ae-adf5-14d73376310a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17779 | 2025.01.16 20:00:00.748465 [ 260 ] {51a8c1dc-b8ad-46ae-adf5-14d73376310a} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 17780 | 2025.01.16 20:00:00.748783 [ 260 ] {51a8c1dc-b8ad-46ae-adf5-14d73376310a} <Trace> oximeter.fields_uuid (140d1668-7c34-4ee4-b37f-9fd7d863adf4): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17781 | 2025.01.16 20:00:00.748975 [ 260 ] {51a8c1dc-b8ad-46ae-adf5-14d73376310a} <Debug> executeQuery: Read 840 rows, 62.13 KiB in 0.002145 sec., 391608.3916083916 rows/sec., 28.29 MiB/sec. | ||
| 17782 | 2025.01.16 20:00:00.749037 [ 260 ] {51a8c1dc-b8ad-46ae-adf5-14d73376310a} <Debug> TCPHandler: Processed in 0.002380542 sec. | ||
| 17783 | 2025.01.16 20:00:00.749196 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17784 | 2025.01.16 20:00:00.749331 [ 262 ] {73419b24-e627-4e02-b64b-2d8042de6a54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17785 | 2025.01.16 20:00:00.749389 [ 262 ] {73419b24-e627-4e02-b64b-2d8042de6a54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17786 | 2025.01.16 20:00:00.749937 [ 262 ] {73419b24-e627-4e02-b64b-2d8042de6a54} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17787 | 2025.01.16 20:00:00.749978 [ 262 ] {73419b24-e627-4e02-b64b-2d8042de6a54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17788 | 2025.01.16 20:00:00.750415 [ 262 ] {73419b24-e627-4e02-b64b-2d8042de6a54} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 17789 | 2025.01.16 20:00:00.750734 [ 262 ] {73419b24-e627-4e02-b64b-2d8042de6a54} <Trace> oximeter.measurements_bool (15b4902a-2845-4324-ba38-3f8de4d2a5f6): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17790 | 2025.01.16 20:00:00.750983 [ 262 ] {73419b24-e627-4e02-b64b-2d8042de6a54} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001676 sec., 3579.952267303103 rows/sec., 187.04 KiB/sec. | ||
| 17791 | 2025.01.16 20:00:00.751049 [ 262 ] {73419b24-e627-4e02-b64b-2d8042de6a54} <Debug> TCPHandler: Processed in 0.001917554 sec. | ||
| 17792 | 2025.01.16 20:00:00.751199 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17793 | 2025.01.16 20:00:00.751323 [ 260 ] {dcd61366-fa45-4ba4-a916-9766254562e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17794 | 2025.01.16 20:00:00.751378 [ 260 ] {dcd61366-fa45-4ba4-a916-9766254562e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17795 | 2025.01.16 20:00:00.752228 [ 260 ] {dcd61366-fa45-4ba4-a916-9766254562e3} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17796 | 2025.01.16 20:00:00.752270 [ 260 ] {dcd61366-fa45-4ba4-a916-9766254562e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17797 | 2025.01.16 20:00:00.752790 [ 260 ] {dcd61366-fa45-4ba4-a916-9766254562e3} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 17798 | 2025.01.16 20:00:00.753060 [ 260 ] {dcd61366-fa45-4ba4-a916-9766254562e3} <Trace> oximeter.measurements_cumulativeu64 (336c60de-49b1-49cf-880b-4c0f7d72bf88): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17799 | 2025.01.16 20:00:00.753275 [ 260 ] {dcd61366-fa45-4ba4-a916-9766254562e3} <Debug> executeQuery: Read 926 rows, 63.27 KiB in 0.001961 sec., 472208.0571137175 rows/sec., 31.51 MiB/sec. | ||
| 17800 | 2025.01.16 20:00:00.753351 [ 260 ] {dcd61366-fa45-4ba4-a916-9766254562e3} <Debug> TCPHandler: Processed in 0.002210189 sec. | ||
| 17801 | 2025.01.16 20:00:00.753630 [ 262 ] {} <Trace> TCP-Session: 5882121f-526d-4187-ab82-6bf642e3b965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17802 | 2025.01.16 20:00:00.753904 [ 262 ] {7c35ba83-d142-4078-a54b-c42fae2344fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60838) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17803 | 2025.01.16 20:00:00.753976 [ 262 ] {7c35ba83-d142-4078-a54b-c42fae2344fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17804 | 2025.01.16 20:00:00.754560 [ 262 ] {7c35ba83-d142-4078-a54b-c42fae2344fc} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17805 | 2025.01.16 20:00:00.754603 [ 262 ] {7c35ba83-d142-4078-a54b-c42fae2344fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17806 | 2025.01.16 20:00:00.755040 [ 262 ] {7c35ba83-d142-4078-a54b-c42fae2344fc} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 17807 | 2025.01.16 20:00:00.755327 [ 262 ] {7c35ba83-d142-4078-a54b-c42fae2344fc} <Trace> oximeter.measurements_f64 (fbf51aa2-79e7-48b8-8011-dfc66abf6c03): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17808 | 2025.01.16 20:00:00.755603 [ 262 ] {7c35ba83-d142-4078-a54b-c42fae2344fc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001751 sec., 571.1022272986864 rows/sec., 38.48 KiB/sec. | ||
| 17809 | 2025.01.16 20:00:00.755682 [ 262 ] {7c35ba83-d142-4078-a54b-c42fae2344fc} <Debug> TCPHandler: Processed in 0.002210159 sec. | ||
| 17810 | 2025.01.16 20:00:00.755889 [ 260 ] {} <Trace> TCP-Session: 95398e6c-f85b-42b6-a608-ed79c6235b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17811 | 2025.01.16 20:00:00.756015 [ 260 ] {ffe1e9e7-ae9a-4441-b745-f96d66f11410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46196) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17812 | 2025.01.16 20:00:00.756073 [ 260 ] {ffe1e9e7-ae9a-4441-b745-f96d66f11410} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17813 | 2025.01.16 20:00:00.756613 [ 260 ] {ffe1e9e7-ae9a-4441-b745-f96d66f11410} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17814 | 2025.01.16 20:00:00.756658 [ 260 ] {ffe1e9e7-ae9a-4441-b745-f96d66f11410} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 17815 | 2025.01.16 20:00:00.757125 [ 260 ] {ffe1e9e7-ae9a-4441-b745-f96d66f11410} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 17816 | 2025.01.16 20:00:00.757502 [ 260 ] {ffe1e9e7-ae9a-4441-b745-f96d66f11410} <Trace> oximeter.measurements_u64 (bd67a85c-8870-407f-93cf-afe8e3dc8259): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17817 | 2025.01.16 20:00:00.757734 [ 260 ] {ffe1e9e7-ae9a-4441-b745-f96d66f11410} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001742 sec., 40183.69690011481 rows/sec., 2.53 MiB/sec. | ||
| 17818 | 2025.01.16 20:00:00.757826 [ 260 ] {ffe1e9e7-ae9a-4441-b745-f96d66f11410} <Debug> TCPHandler: Processed in 0.002011086 sec. | ||