| 1 | [ Jan 9 20:39:23 Enabled. ] | ||
| 2 | [ Jan 9 20:39:23 Rereading configuration. ] | ||
| 3 | [ Jan 9 20:39:25 Rereading configuration. ] | ||
| 4 | [ Jan 9 20:39:29 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
| 5 | + set -o errexit | ||
| 6 | + set -o pipefail | ||
| 7 | + . /lib/svc/share/smf_include.sh | ||
| 8 | ++ SMF_EXIT_OK=0 | ||
| 9 | ++ SMF_EXIT_NODAEMON=94 | ||
| 10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
| 11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
| 12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
| 13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
| 14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
| 15 | ++ SMF_EXIT_ERR_PERM=100 | ||
| 16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
| 17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
| 18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
| 19 | + LISTEN_PORT=8123 | ||
| 20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
| 21 | + DATASTORE=/data | ||
| 22 | + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 23 | + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
| 24 | [ Jan 9 20:39:29 Method "start" exited with status 0. ] | ||
| 25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 26 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 28 | 2025.01.09 20:39:30.231040 [ 1 ] {} <Information> Application: Will watch for the process with pid 22885 | ||
| 29 | 2025.01.09 20:39:30.231519 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.01.09 20:39:30.439038 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22885 | ||
| 31 | 2025.01.09 20:39:30.439754 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.01.09 20:39:30.440455 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.01.09 20:39:30.525500 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.01.09 20:39:30.560403 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.01.09 20:39:30.560459 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.01.09 20:39:30.560476 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.01.09 20:39:30.560549 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.01.09 20:39:30.560996 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.01.09 20:39:30.562764 [ 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.09 20:39:30.563486 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.01.09 20:39:30.564284 [ 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.09 20:39:30.564305 [ 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.09 20:39:30.564320 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.01.09 20:39:30.564487 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.01.09 20:39:30.565450 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.01.09 20:39:30.571646 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.01.09 20:39:30.572380 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.01.09 20:39:30.573663 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.01.09 20:39:30.573723 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.01.09 20:39:30.574787 [ 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.09 20:39:30.575253 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.01.09 20:39:30.579482 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.01.09 20:39:30.579802 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.01.09 20:39:30.581424 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.01.09 20:39:30.581909 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.01.09 20:39:30.582364 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.01.09 20:39:30.582702 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.01.09 20:39:30.584088 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.01.09 20:39:30.584114 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.01.09 20:39:30.584189 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.01.09 20:39:30.584359 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.01.09 20:39:30.597008 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.01.09 20:39:30.597035 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000148264 sec | ||
| 68 | 2025.01.09 20:39:30.597076 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.01.09 20:39:30.597092 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.01.09 20:39:30.598177 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.01.09 20:39:30.599187 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.01.09 20:39:30.610792 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.01.09 20:39:30.610834 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.01.09 20:39:30.610855 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.01.09 20:39:30.610868 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.01.09 20:39:30.610897 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.01.09 20:39:30.610916 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.01.09 20:39:30.612994 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.01.09 20:39:30.613033 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.01.09 20:39:30.613053 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.01.09 20:39:30.613236 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.01.09 20:39:30.613255 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.01.09 20:39:30.613290 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.01.09 20:39:30.613309 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.01.09 20:39:30.613322 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.01.09 20:39:30.613351 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.01.09 20:39:30.613369 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.01.09 20:39:30.639269 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.01.09 20:39:30.643738 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.01.09 20:39:30.643780 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.0092e-05 sec | ||
| 91 | 2025.01.09 20:39:30.643800 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.01.09 20:39:30.643817 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.01.09 20:39:30.643850 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.01.09 20:39:30.644157 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.01.09 20:39:30.644233 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.01.09 20:39:30.644256 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.01.09 20:39:30.644276 [ 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.09 20:39:30.644296 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.01.09 20:39:30.648491 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.01.09 20:39:30.648698 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.33 MiB | ||
| 101 | 2025.01.09 20:39:30.649617 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.614e-05 sec. | ||
| 102 | 2025.01.09 20:39:30.650578 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.01.09 20:39:30.650698 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.01.09 20:39:30.650720 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.01.09 20:39:30.711566 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35769 | ||
| 106 | 2025.01.09 20:39:30.711853 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.01.09 20:39:30.711941 [ 3 ] {} <Debug> TCP-Session: 2288904c-0503-46af-b173-7616637d7840 Authenticating user 'default' from [fd00:1122:3344:101::e]:35769 | ||
| 108 | 2025.01.09 20:39:30.711995 [ 3 ] {} <Debug> TCP-Session: 2288904c-0503-46af-b173-7616637d7840 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.01.09 20:39:30.712030 [ 3 ] {} <Debug> TCP-Session: 2288904c-0503-46af-b173-7616637d7840 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.01.09 20:39:30.712162 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.01.09 20:39:30.712208 [ 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.09 20:39:30.712246 [ 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.09 20:39:30.712764 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46335 | ||
| 114 | 2025.01.09 20:39:30.712792 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47233 | ||
| 115 | 2025.01.09 20:39:30.712874 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.01.09 20:39:30.712925 [ 4 ] {} <Debug> TCP-Session: 3c928c9f-5a0c-4eca-931d-4d5118bfad2d Authenticating user 'default' from [fd00:1122:3344:101::e]:46335 | ||
| 117 | 2025.01.09 20:39:30.712934 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 118 | 2025.01.09 20:39:30.712972 [ 4 ] {} <Debug> TCP-Session: 3c928c9f-5a0c-4eca-931d-4d5118bfad2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2025.01.09 20:39:30.712992 [ 5 ] {} <Debug> TCP-Session: 5295382b-ee78-41f0-96ec-95af72b18133 Authenticating user 'default' from [fd00:1122:3344:101::e]:47233 | ||
| 120 | 2025.01.09 20:39:30.713007 [ 4 ] {} <Debug> TCP-Session: 3c928c9f-5a0c-4eca-931d-4d5118bfad2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2025.01.09 20:39:30.713051 [ 5 ] {} <Debug> TCP-Session: 5295382b-ee78-41f0-96ec-95af72b18133 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.01.09 20:39:30.713091 [ 5 ] {} <Debug> TCP-Session: 5295382b-ee78-41f0-96ec-95af72b18133 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.01.09 20:39:30.713874 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59598 | ||
| 124 | 2025.01.09 20:39:30.714024 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 125 | 2025.01.09 20:39:30.714036 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64779 | ||
| 126 | 2025.01.09 20:39:30.714058 [ 253 ] {} <Debug> TCP-Session: 9556a7be-2a00-491c-b943-aeb42d41b265 Authenticating user 'default' from [fd00:1122:3344:101::e]:59598 | ||
| 127 | 2025.01.09 20:39:30.714102 [ 253 ] {} <Debug> TCP-Session: 9556a7be-2a00-491c-b943-aeb42d41b265 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2025.01.09 20:39:30.714136 [ 253 ] {} <Debug> TCP-Session: 9556a7be-2a00-491c-b943-aeb42d41b265 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 129 | 2025.01.09 20:39:30.714231 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 130 | 2025.01.09 20:39:30.714254 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40054 | ||
| 131 | 2025.01.09 20:39:30.714291 [ 254 ] {} <Debug> TCP-Session: 07060f93-8015-4719-8d9f-89a6011e57a5 Authenticating user 'default' from [fd00:1122:3344:101::e]:64779 | ||
| 132 | 2025.01.09 20:39:30.714405 [ 254 ] {} <Debug> TCP-Session: 07060f93-8015-4719-8d9f-89a6011e57a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 133 | 2025.01.09 20:39:30.714405 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41016 | ||
| 134 | 2025.01.09 20:39:30.714508 [ 254 ] {} <Debug> TCP-Session: 07060f93-8015-4719-8d9f-89a6011e57a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 135 | 2025.01.09 20:39:30.714513 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 136 | 2025.01.09 20:39:30.714531 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54853 | ||
| 137 | 2025.01.09 20:39:30.714669 [ 255 ] {} <Debug> TCP-Session: bd4a245a-dd1b-4462-a9d7-bdddb9be6886 Authenticating user 'default' from [fd00:1122:3344:101::e]:40054 | ||
| 138 | 2025.01.09 20:39:30.714759 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 139 | 2025.01.09 20:39:30.714797 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 140 | 2025.01.09 20:39:30.714788 [ 255 ] {} <Debug> TCP-Session: bd4a245a-dd1b-4462-a9d7-bdddb9be6886 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 141 | 2025.01.09 20:39:30.714844 [ 257 ] {} <Debug> TCP-Session: b8404d7d-1c37-4adf-8915-19022462a07a Authenticating user 'default' from [fd00:1122:3344:101::e]:54853 | ||
| 142 | 2025.01.09 20:39:30.714820 [ 256 ] {} <Debug> TCP-Session: 692d78e5-988f-48f4-b098-85710da1cd92 Authenticating user 'default' from [fd00:1122:3344:101::e]:41016 | ||
| 143 | 2025.01.09 20:39:30.714873 [ 255 ] {} <Debug> TCP-Session: bd4a245a-dd1b-4462-a9d7-bdddb9be6886 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2025.01.09 20:39:30.714886 [ 257 ] {} <Debug> TCP-Session: b8404d7d-1c37-4adf-8915-19022462a07a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2025.01.09 20:39:30.714906 [ 256 ] {} <Debug> TCP-Session: 692d78e5-988f-48f4-b098-85710da1cd92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2025.01.09 20:39:30.714949 [ 257 ] {} <Debug> TCP-Session: b8404d7d-1c37-4adf-8915-19022462a07a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.01.09 20:39:30.714962 [ 256 ] {} <Debug> TCP-Session: 692d78e5-988f-48f4-b098-85710da1cd92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.01.09 20:39:30.757439 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59255 | ||
| 149 | 2025.01.09 20:39:30.757587 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 150 | 2025.01.09 20:39:30.757626 [ 258 ] {} <Debug> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Authenticating user 'default' from [fd00:1122:3344:101::d]:59255 | ||
| 151 | 2025.01.09 20:39:30.757648 [ 258 ] {} <Debug> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.01.09 20:39:30.757665 [ 258 ] {} <Debug> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.01.09 20:39:30.757735 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 154 | 2025.01.09 20:39:30.757765 [ 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.09 20:39:30.757794 [ 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.09 20:39:30.758266 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36102 | ||
| 157 | 2025.01.09 20:39:30.758469 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 158 | 2025.01.09 20:39:30.758516 [ 259 ] {} <Debug> TCP-Session: c1d01b91-3e7b-47be-917d-37cde1d894cc Authenticating user 'default' from [fd00:1122:3344:101::d]:36102 | ||
| 159 | 2025.01.09 20:39:30.758533 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41558 | ||
| 160 | 2025.01.09 20:39:30.758555 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33609 | ||
| 161 | 2025.01.09 20:39:30.758575 [ 259 ] {} <Debug> TCP-Session: c1d01b91-3e7b-47be-917d-37cde1d894cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 162 | 2025.01.09 20:39:30.758723 [ 259 ] {} <Debug> TCP-Session: c1d01b91-3e7b-47be-917d-37cde1d894cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 163 | 2025.01.09 20:39:30.758742 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 164 | 2025.01.09 20:39:30.758647 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39349 | ||
| 165 | 2025.01.09 20:39:30.758774 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42294 | ||
| 166 | 2025.01.09 20:39:30.759198 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 167 | 2025.01.09 20:39:30.759190 [ 261 ] {} <Debug> TCP-Session: e4e9c145-efe4-4b07-aa85-48a63378d11f Authenticating user 'default' from [fd00:1122:3344:101::d]:41558 | ||
| 168 | 2025.01.09 20:39:30.759196 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 169 | 2025.01.09 20:39:30.759231 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49717 | ||
| 170 | 2025.01.09 20:39:30.759281 [ 262 ] {} <Debug> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Authenticating user 'default' from [fd00:1122:3344:101::d]:39349 | ||
| 171 | 2025.01.09 20:39:30.759324 [ 261 ] {} <Debug> TCP-Session: e4e9c145-efe4-4b07-aa85-48a63378d11f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 172 | 2025.01.09 20:39:30.759364 [ 260 ] {} <Debug> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Authenticating user 'default' from [fd00:1122:3344:101::d]:33609 | ||
| 173 | 2025.01.09 20:39:30.760018 [ 262 ] {} <Debug> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 174 | 2025.01.09 20:39:30.760028 [ 261 ] {} <Debug> TCP-Session: e4e9c145-efe4-4b07-aa85-48a63378d11f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 175 | 2025.01.09 20:39:30.759947 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59787 | ||
| 176 | 2025.01.09 20:39:30.760050 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44137 | ||
| 177 | 2025.01.09 20:39:30.760052 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 178 | 2025.01.09 20:39:30.760766 [ 260 ] {} <Debug> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 179 | 2025.01.09 20:39:30.760901 [ 264 ] {} <Debug> TCP-Session: 8fca8ff2-9a1c-49fd-b90b-635ab2bf3c5b Authenticating user 'default' from [fd00:1122:3344:101::d]:49717 | ||
| 180 | 2025.01.09 20:39:30.760978 [ 260 ] {} <Debug> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 181 | 2025.01.09 20:39:30.760983 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 182 | 2025.01.09 20:39:30.761022 [ 262 ] {} <Debug> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 183 | 2025.01.09 20:39:30.761041 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 184 | 2025.01.09 20:39:30.761052 [ 264 ] {} <Debug> TCP-Session: 8fca8ff2-9a1c-49fd-b90b-635ab2bf3c5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 185 | 2025.01.09 20:39:30.761099 [ 266 ] {} <Debug> TCP-Session: 7de5031d-0ec2-4ec4-a859-667e134cb1d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59787 | ||
| 186 | 2025.01.09 20:39:30.761255 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 187 | 2025.01.09 20:39:30.761413 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 188 | 2025.01.09 20:39:30.761462 [ 266 ] {} <Debug> TCP-Session: 7de5031d-0ec2-4ec4-a859-667e134cb1d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2025.01.09 20:39:30.761479 [ 263 ] {} <Debug> TCP-Session: a71ea683-46aa-4ff7-b5d4-6c8cde8f8ab6 Authenticating user 'default' from [fd00:1122:3344:101::d]:42294 | ||
| 190 | 2025.01.09 20:39:30.761550 [ 266 ] {} <Debug> TCP-Session: 7de5031d-0ec2-4ec4-a859-667e134cb1d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2025.01.09 20:39:30.761506 [ 264 ] {} <Debug> TCP-Session: 8fca8ff2-9a1c-49fd-b90b-635ab2bf3c5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 192 | 2025.01.09 20:39:30.761558 [ 265 ] {} <Debug> TCP-Session: 231e57ce-844d-405c-ba4d-424064f05836 Authenticating user 'default' from [fd00:1122:3344:101::d]:44137 | ||
| 193 | 2025.01.09 20:39:30.761666 [ 265 ] {} <Debug> TCP-Session: 231e57ce-844d-405c-ba4d-424064f05836 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2025.01.09 20:39:30.761681 [ 263 ] {} <Debug> TCP-Session: a71ea683-46aa-4ff7-b5d4-6c8cde8f8ab6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 195 | 2025.01.09 20:39:30.761720 [ 265 ] {} <Debug> TCP-Session: 231e57ce-844d-405c-ba4d-424064f05836 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2025.01.09 20:39:30.761727 [ 263 ] {} <Debug> TCP-Session: a71ea683-46aa-4ff7-b5d4-6c8cde8f8ab6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 197 | 2025.01.09 20:39:30.764174 [ 258 ] {8b2a6a9e-a1d6-4344-bcaf-1f6f9d177baa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 198 | 2025.01.09 20:39:30.812353 [ 258 ] {8b2a6a9e-a1d6-4344-bcaf-1f6f9d177baa} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:59255) (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.09 20:39:30.813660 [ 258 ] {8b2a6a9e-a1d6-4344-bcaf-1f6f9d177baa} <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.09 20:39:30.813763 [ 258 ] {8b2a6a9e-a1d6-4344-bcaf-1f6f9d177baa} <Debug> TCPHandler: Processed in 0.054619371 sec. | ||
| 247 | 2025.01.09 20:39:30.814230 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 248 | 2025.01.09 20:39:30.814550 [ 260 ] {d7dd6dbe-6fcc-45bd-b7e2-59062bf9b816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 249 | 2025.01.09 20:39:30.815076 [ 260 ] {d7dd6dbe-6fcc-45bd-b7e2-59062bf9b816} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:33609) (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.09 20:39:30.815205 [ 260 ] {d7dd6dbe-6fcc-45bd-b7e2-59062bf9b816} <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.09 20:39:30.815297 [ 260 ] {d7dd6dbe-6fcc-45bd-b7e2-59062bf9b816} <Debug> TCPHandler: Processed in 0.001278741 sec. | ||
| 298 | 2025.01.09 20:39:30.815570 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 299 | 2025.01.09 20:39:30.816800 [ 258 ] {a9fecd1a-7c9f-4692-a505-91da004ff847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 300 | 2025.01.09 20:39:30.817421 [ 258 ] {a9fecd1a-7c9f-4692-a505-91da004ff847} <Debug> TCPHandler: Processed in 0.001970869 sec. | ||
| 301 | 2025.01.09 20:39:30.817682 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 302 | 2025.01.09 20:39:30.817916 [ 260 ] {ffa334e0-94cc-40f0-b1e7-91652486c0d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 303 | 2025.01.09 20:39:30.818047 [ 260 ] {ffa334e0-94cc-40f0-b1e7-91652486c0d2} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 304 | 2025.01.09 20:39:30.852548 [ 260 ] {ffa334e0-94cc-40f0-b1e7-91652486c0d2} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 305 | 2025.01.09 20:39:30.852615 [ 260 ] {ffa334e0-94cc-40f0-b1e7-91652486c0d2} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000109883 sec | ||
| 306 | 2025.01.09 20:39:30.852643 [ 260 ] {ffa334e0-94cc-40f0-b1e7-91652486c0d2} <Trace> ReferentialDeps: No tables | ||
| 307 | 2025.01.09 20:39:30.852668 [ 260 ] {ffa334e0-94cc-40f0-b1e7-91652486c0d2} <Trace> LoadingDeps: No tables | ||
| 308 | 2025.01.09 20:39:30.852726 [ 260 ] {ffa334e0-94cc-40f0-b1e7-91652486c0d2} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 309 | 2025.01.09 20:39:30.852821 [ 260 ] {ffa334e0-94cc-40f0-b1e7-91652486c0d2} <Debug> TCPHandler: Processed in 0.035249272 sec. | ||
| 310 | 2025.01.09 20:39:30.853164 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 311 | 2025.01.09 20:39:30.853486 [ 258 ] {229d36c3-30d9-4952-a084-1c6632e46792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) /* 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.09 20:39:30.853555 [ 258 ] {229d36c3-30d9-4952-a084-1c6632e46792} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 314 | 2025.01.09 20:39:30.860218 [ 258 ] {229d36c3-30d9-4952-a084-1c6632e46792} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 315 | 2025.01.09 20:39:30.866116 [ 258 ] {229d36c3-30d9-4952-a084-1c6632e46792} <Debug> oximeter.version (26a1ccd3-b22c-4859-81e4-dc1c3de9d93e): Loading data parts | ||
| 316 | 2025.01.09 20:39:30.866786 [ 258 ] {229d36c3-30d9-4952-a084-1c6632e46792} <Debug> oximeter.version (26a1ccd3-b22c-4859-81e4-dc1c3de9d93e): There are no data parts | ||
| 317 | 2025.01.09 20:39:30.875246 [ 258 ] {229d36c3-30d9-4952-a084-1c6632e46792} <Debug> TCPHandler: Processed in 0.02221758 sec. | ||
| 318 | 2025.01.09 20:39:30.875475 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 319 | 2025.01.09 20:39:30.875735 [ 260 ] {513cf4f1-414c-4569-8f86-5b54dda7cf3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) /* 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.09 20:39:30.875829 [ 260 ] {513cf4f1-414c-4569-8f86-5b54dda7cf3f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 331 | 2025.01.09 20:39:30.887400 [ 260 ] {513cf4f1-414c-4569-8f86-5b54dda7cf3f} <Debug> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Loading data parts | ||
| 332 | 2025.01.09 20:39:30.887628 [ 260 ] {513cf4f1-414c-4569-8f86-5b54dda7cf3f} <Debug> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): There are no data parts | ||
| 333 | 2025.01.09 20:39:30.893241 [ 260 ] {513cf4f1-414c-4569-8f86-5b54dda7cf3f} <Debug> TCPHandler: Processed in 0.017836101 sec. | ||
| 334 | 2025.01.09 20:39:30.893574 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 335 | 2025.01.09 20:39:30.894033 [ 258 ] {609df2f4-ae0b-4c80-a97e-1ccabbd048dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) 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.09 20:39:30.894146 [ 258 ] {609df2f4-ae0b-4c80-a97e-1ccabbd048dd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 337 | 2025.01.09 20:39:30.897704 [ 258 ] {609df2f4-ae0b-4c80-a97e-1ccabbd048dd} <Debug> oximeter.measurements_i8 (14d9ba6e-e91f-4b01-b87b-89235a94ad39): Loading data parts | ||
| 338 | 2025.01.09 20:39:30.897925 [ 258 ] {609df2f4-ae0b-4c80-a97e-1ccabbd048dd} <Debug> oximeter.measurements_i8 (14d9ba6e-e91f-4b01-b87b-89235a94ad39): There are no data parts | ||
| 339 | 2025.01.09 20:39:30.910843 [ 258 ] {609df2f4-ae0b-4c80-a97e-1ccabbd048dd} <Debug> TCPHandler: Processed in 0.01738677 sec. | ||
| 340 | 2025.01.09 20:39:30.911070 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 341 | 2025.01.09 20:39:30.911319 [ 260 ] {243244d0-3890-4754-ab96-39e1742dbeae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) 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.09 20:39:30.911398 [ 260 ] {243244d0-3890-4754-ab96-39e1742dbeae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 343 | 2025.01.09 20:39:30.917641 [ 260 ] {243244d0-3890-4754-ab96-39e1742dbeae} <Debug> oximeter.measurements_u8 (9dd26e6d-bc20-45c4-befb-5aef26209070): Loading data parts | ||
| 344 | 2025.01.09 20:39:30.917815 [ 260 ] {243244d0-3890-4754-ab96-39e1742dbeae} <Debug> oximeter.measurements_u8 (9dd26e6d-bc20-45c4-befb-5aef26209070): There are no data parts | ||
| 345 | 2025.01.09 20:39:30.926538 [ 260 ] {243244d0-3890-4754-ab96-39e1742dbeae} <Debug> TCPHandler: Processed in 0.015538155 sec. | ||
| 346 | 2025.01.09 20:39:30.926749 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 347 | 2025.01.09 20:39:30.927005 [ 258 ] {8e98d375-fc87-4bc2-9f3f-a5191fcfa9aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) 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.09 20:39:30.927052 [ 258 ] {8e98d375-fc87-4bc2-9f3f-a5191fcfa9aa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 349 | 2025.01.09 20:39:30.930786 [ 258 ] {8e98d375-fc87-4bc2-9f3f-a5191fcfa9aa} <Debug> oximeter.measurements_i16 (eee8dace-18fa-43f3-b01b-e7aede404abc): Loading data parts | ||
| 350 | 2025.01.09 20:39:30.931003 [ 258 ] {8e98d375-fc87-4bc2-9f3f-a5191fcfa9aa} <Debug> oximeter.measurements_i16 (eee8dace-18fa-43f3-b01b-e7aede404abc): There are no data parts | ||
| 351 | 2025.01.09 20:39:30.933032 [ 258 ] {8e98d375-fc87-4bc2-9f3f-a5191fcfa9aa} <Debug> TCPHandler: Processed in 0.006349688 sec. | ||
| 352 | 2025.01.09 20:39:30.933359 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 353 | 2025.01.09 20:39:30.933607 [ 260 ] {b1e67b5a-4f00-4177-81f7-1b2c9de09c43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) 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.09 20:39:30.933687 [ 260 ] {b1e67b5a-4f00-4177-81f7-1b2c9de09c43} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 355 | 2025.01.09 20:39:30.938748 [ 260 ] {b1e67b5a-4f00-4177-81f7-1b2c9de09c43} <Debug> oximeter.measurements_u16 (1e1ebd14-56e2-435c-a812-b74d065837b5): Loading data parts | ||
| 356 | 2025.01.09 20:39:30.938933 [ 260 ] {b1e67b5a-4f00-4177-81f7-1b2c9de09c43} <Debug> oximeter.measurements_u16 (1e1ebd14-56e2-435c-a812-b74d065837b5): There are no data parts | ||
| 357 | 2025.01.09 20:39:30.946720 [ 260 ] {b1e67b5a-4f00-4177-81f7-1b2c9de09c43} <Debug> TCPHandler: Processed in 0.013432552 sec. | ||
| 358 | 2025.01.09 20:39:30.946925 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 359 | 2025.01.09 20:39:30.947207 [ 258 ] {af0696d9-2ad1-44e3-b972-b79ae0e08532} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) 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.09 20:39:30.947265 [ 258 ] {af0696d9-2ad1-44e3-b972-b79ae0e08532} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 361 | 2025.01.09 20:39:30.951090 [ 258 ] {af0696d9-2ad1-44e3-b972-b79ae0e08532} <Debug> oximeter.measurements_i32 (da99806f-99db-4b90-8b69-e87e9b9077a2): Loading data parts | ||
| 362 | 2025.01.09 20:39:30.951255 [ 258 ] {af0696d9-2ad1-44e3-b972-b79ae0e08532} <Debug> oximeter.measurements_i32 (da99806f-99db-4b90-8b69-e87e9b9077a2): There are no data parts | ||
| 363 | 2025.01.09 20:39:30.953288 [ 258 ] {af0696d9-2ad1-44e3-b972-b79ae0e08532} <Debug> TCPHandler: Processed in 0.006432779 sec. | ||
| 364 | 2025.01.09 20:39:30.953495 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 365 | 2025.01.09 20:39:30.953740 [ 260 ] {f089b5f2-14ef-4a40-a3df-4cab0d91f14a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) 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.09 20:39:30.953822 [ 260 ] {f089b5f2-14ef-4a40-a3df-4cab0d91f14a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 367 | 2025.01.09 20:39:30.958861 [ 260 ] {f089b5f2-14ef-4a40-a3df-4cab0d91f14a} <Debug> oximeter.measurements_u32 (d15bb2ad-9e5d-43e4-9d40-0f8db47d3443): Loading data parts | ||
| 368 | 2025.01.09 20:39:30.959037 [ 260 ] {f089b5f2-14ef-4a40-a3df-4cab0d91f14a} <Debug> oximeter.measurements_u32 (d15bb2ad-9e5d-43e4-9d40-0f8db47d3443): There are no data parts | ||
| 369 | 2025.01.09 20:39:30.966700 [ 260 ] {f089b5f2-14ef-4a40-a3df-4cab0d91f14a} <Debug> TCPHandler: Processed in 0.013274998 sec. | ||
| 370 | 2025.01.09 20:39:30.966982 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 371 | 2025.01.09 20:39:30.967227 [ 258 ] {2d4e8ac6-f78b-467c-bf4e-9705a721a32e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) 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.09 20:39:30.967275 [ 258 ] {2d4e8ac6-f78b-467c-bf4e-9705a721a32e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 373 | 2025.01.09 20:39:30.970931 [ 258 ] {2d4e8ac6-f78b-467c-bf4e-9705a721a32e} <Debug> oximeter.measurements_i64 (650d1b34-7dd3-40d9-86b3-31ddcc20fa52): Loading data parts | ||
| 374 | 2025.01.09 20:39:30.971102 [ 258 ] {2d4e8ac6-f78b-467c-bf4e-9705a721a32e} <Debug> oximeter.measurements_i64 (650d1b34-7dd3-40d9-86b3-31ddcc20fa52): There are no data parts | ||
| 375 | 2025.01.09 20:39:30.973119 [ 258 ] {2d4e8ac6-f78b-467c-bf4e-9705a721a32e} <Debug> TCPHandler: Processed in 0.006249054 sec. | ||
| 376 | 2025.01.09 20:39:30.973335 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 377 | 2025.01.09 20:39:30.973580 [ 260 ] {83f472db-8c1b-4386-a307-8608d1b82146} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) 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.09 20:39:30.973660 [ 260 ] {83f472db-8c1b-4386-a307-8608d1b82146} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 379 | 2025.01.09 20:39:30.978796 [ 260 ] {83f472db-8c1b-4386-a307-8608d1b82146} <Debug> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Loading data parts | ||
| 380 | 2025.01.09 20:39:30.978982 [ 260 ] {83f472db-8c1b-4386-a307-8608d1b82146} <Debug> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): There are no data parts | ||
| 381 | 2025.01.09 20:39:30.986847 [ 260 ] {83f472db-8c1b-4386-a307-8608d1b82146} <Debug> TCPHandler: Processed in 0.013581866 sec. | ||
| 382 | 2025.01.09 20:39:30.987026 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 383 | 2025.01.09 20:39:30.987257 [ 258 ] {97c1d453-f15d-4192-9bcc-8833438198ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) 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.09 20:39:30.987306 [ 258 ] {97c1d453-f15d-4192-9bcc-8833438198ee} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 385 | 2025.01.09 20:39:30.990940 [ 258 ] {97c1d453-f15d-4192-9bcc-8833438198ee} <Debug> oximeter.measurements_f32 (2d19985c-198c-4b7e-9809-8a67bc4c556d): Loading data parts | ||
| 386 | 2025.01.09 20:39:30.991189 [ 258 ] {97c1d453-f15d-4192-9bcc-8833438198ee} <Debug> oximeter.measurements_f32 (2d19985c-198c-4b7e-9809-8a67bc4c556d): There are no data parts | ||
| 387 | 2025.01.09 20:39:30.993395 [ 258 ] {97c1d453-f15d-4192-9bcc-8833438198ee} <Debug> TCPHandler: Processed in 0.006426459 sec. | ||
| 388 | 2025.01.09 20:39:30.993617 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 389 | 2025.01.09 20:39:30.993864 [ 260 ] {735985bc-2cd4-41f7-8021-35bdb9907b11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) 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.09 20:39:30.993946 [ 260 ] {735985bc-2cd4-41f7-8021-35bdb9907b11} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 391 | 2025.01.09 20:39:30.999067 [ 260 ] {735985bc-2cd4-41f7-8021-35bdb9907b11} <Debug> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Loading data parts | ||
| 392 | 2025.01.09 20:39:30.999325 [ 260 ] {735985bc-2cd4-41f7-8021-35bdb9907b11} <Debug> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): There are no data parts | ||
| 393 | 2025.01.09 20:39:31.001127 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 122.14 MiB, peak 122.14 MiB, free memory in arenas 0.00 B, will set to 133.78 MiB (RSS), difference: 11.64 MiB | ||
| 394 | 2025.01.09 20:39:31.007036 [ 260 ] {735985bc-2cd4-41f7-8021-35bdb9907b11} <Debug> TCPHandler: Processed in 0.013487663 sec. | ||
| 395 | 2025.01.09 20:39:31.007261 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 396 | 2025.01.09 20:39:31.007526 [ 258 ] {f197e467-38e6-48ab-bbdc-72824ff170ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) 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) | ||
| 397 | 2025.01.09 20:39:31.007606 [ 258 ] {f197e467-38e6-48ab-bbdc-72824ff170ea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 398 | 2025.01.09 20:39:31.011262 [ 258 ] {f197e467-38e6-48ab-bbdc-72824ff170ea} <Debug> oximeter.measurements_string (dba61670-1bb7-48fb-9110-44ca3d0cbc98): Loading data parts | ||
| 399 | 2025.01.09 20:39:31.011526 [ 258 ] {f197e467-38e6-48ab-bbdc-72824ff170ea} <Debug> oximeter.measurements_string (dba61670-1bb7-48fb-9110-44ca3d0cbc98): There are no data parts | ||
| 400 | 2025.01.09 20:39:31.013574 [ 258 ] {f197e467-38e6-48ab-bbdc-72824ff170ea} <Debug> TCPHandler: Processed in 0.006379078 sec. | ||
| 401 | 2025.01.09 20:39:31.013771 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 402 | 2025.01.09 20:39:31.014019 [ 260 ] {50f03f69-656a-423c-89cb-60ca19a31c66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 403 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 404 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 405 | * a string isn't palatable for a few reasons. | ||
| 406 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 407 | * details. | ||
| 408 | */ | ||
| 409 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 410 | 2025.01.09 20:39:31.014106 [ 260 ] {50f03f69-656a-423c-89cb-60ca19a31c66} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 411 | 2025.01.09 20:39:31.019259 [ 260 ] {50f03f69-656a-423c-89cb-60ca19a31c66} <Debug> oximeter.measurements_bytes (c564fdce-d292-441c-bd9f-f69d6ca33f58): Loading data parts | ||
| 412 | 2025.01.09 20:39:31.019510 [ 260 ] {50f03f69-656a-423c-89cb-60ca19a31c66} <Debug> oximeter.measurements_bytes (c564fdce-d292-441c-bd9f-f69d6ca33f58): There are no data parts | ||
| 413 | 2025.01.09 20:39:31.026781 [ 260 ] {50f03f69-656a-423c-89cb-60ca19a31c66} <Debug> TCPHandler: Processed in 0.013078964 sec. | ||
| 414 | 2025.01.09 20:39:31.026998 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 415 | 2025.01.09 20:39:31.027274 [ 258 ] {908b02a1-0057-48fd-9b31-5ae43820d5a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) 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) | ||
| 416 | 2025.01.09 20:39:31.027348 [ 258 ] {908b02a1-0057-48fd-9b31-5ae43820d5a3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 417 | 2025.01.09 20:39:31.031056 [ 258 ] {908b02a1-0057-48fd-9b31-5ae43820d5a3} <Debug> oximeter.measurements_cumulativei64 (9e12ceef-6683-4447-9973-c0f267dc0a7b): Loading data parts | ||
| 418 | 2025.01.09 20:39:31.031232 [ 258 ] {908b02a1-0057-48fd-9b31-5ae43820d5a3} <Debug> oximeter.measurements_cumulativei64 (9e12ceef-6683-4447-9973-c0f267dc0a7b): There are no data parts | ||
| 419 | 2025.01.09 20:39:31.037625 [ 258 ] {908b02a1-0057-48fd-9b31-5ae43820d5a3} <Debug> TCPHandler: Processed in 0.010691904 sec. | ||
| 420 | 2025.01.09 20:39:31.037813 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 421 | 2025.01.09 20:39:31.038046 [ 260 ] {4a5f20e1-ce2a-486d-86ce-8cbd63008993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) 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) | ||
| 422 | 2025.01.09 20:39:31.038122 [ 260 ] {4a5f20e1-ce2a-486d-86ce-8cbd63008993} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 423 | 2025.01.09 20:39:31.043602 [ 260 ] {4a5f20e1-ce2a-486d-86ce-8cbd63008993} <Debug> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Loading data parts | ||
| 424 | 2025.01.09 20:39:31.043808 [ 260 ] {4a5f20e1-ce2a-486d-86ce-8cbd63008993} <Debug> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): There are no data parts | ||
| 425 | 2025.01.09 20:39:31.105397 [ 260 ] {4a5f20e1-ce2a-486d-86ce-8cbd63008993} <Debug> TCPHandler: Processed in 0.067652203 sec. | ||
| 426 | 2025.01.09 20:39:31.105608 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 427 | 2025.01.09 20:39:31.105854 [ 258 ] {21334c03-fdd5-497c-b753-6748ba6cf7ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) 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) | ||
| 428 | 2025.01.09 20:39:31.105921 [ 258 ] {21334c03-fdd5-497c-b753-6748ba6cf7ba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 429 | 2025.01.09 20:39:31.115430 [ 258 ] {21334c03-fdd5-497c-b753-6748ba6cf7ba} <Debug> oximeter.measurements_cumulativef32 (01d52585-c679-4ec9-9753-67c6636e5e22): Loading data parts | ||
| 430 | 2025.01.09 20:39:31.115713 [ 258 ] {21334c03-fdd5-497c-b753-6748ba6cf7ba} <Debug> oximeter.measurements_cumulativef32 (01d52585-c679-4ec9-9753-67c6636e5e22): There are no data parts | ||
| 431 | 2025.01.09 20:39:31.120915 [ 258 ] {21334c03-fdd5-497c-b753-6748ba6cf7ba} <Debug> TCPHandler: Processed in 0.01536643 sec. | ||
| 432 | 2025.01.09 20:39:31.121211 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2025.01.09 20:39:31.121649 [ 260 ] {cc31274b-3bb1-472d-8306-22be75143c7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) 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.09 20:39:31.121764 [ 260 ] {cc31274b-3bb1-472d-8306-22be75143c7d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 435 | 2025.01.09 20:39:31.127297 [ 260 ] {cc31274b-3bb1-472d-8306-22be75143c7d} <Debug> oximeter.measurements_cumulativef64 (e44beadb-a53f-4f17-b1ad-85ee206b6330): Loading data parts | ||
| 436 | 2025.01.09 20:39:31.127423 [ 260 ] {cc31274b-3bb1-472d-8306-22be75143c7d} <Debug> oximeter.measurements_cumulativef64 (e44beadb-a53f-4f17-b1ad-85ee206b6330): There are no data parts | ||
| 437 | 2025.01.09 20:39:31.136238 [ 260 ] {cc31274b-3bb1-472d-8306-22be75143c7d} <Debug> TCPHandler: Processed in 0.015140894 sec. | ||
| 438 | 2025.01.09 20:39:31.136444 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 439 | 2025.01.09 20:39:31.136746 [ 258 ] {a94c12bd-a6ac-425c-8e7c-f9b02dd7c27a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) 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.09 20:39:31.136833 [ 258 ] {a94c12bd-a6ac-425c-8e7c-f9b02dd7c27a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 451 | 2025.01.09 20:39:31.140836 [ 258 ] {a94c12bd-a6ac-425c-8e7c-f9b02dd7c27a} <Debug> oximeter.measurements_histogrami8 (0b843961-287a-4d22-bc39-c8895e711381): Loading data parts | ||
| 452 | 2025.01.09 20:39:31.141022 [ 258 ] {a94c12bd-a6ac-425c-8e7c-f9b02dd7c27a} <Debug> oximeter.measurements_histogrami8 (0b843961-287a-4d22-bc39-c8895e711381): There are no data parts | ||
| 453 | 2025.01.09 20:39:31.146979 [ 258 ] {a94c12bd-a6ac-425c-8e7c-f9b02dd7c27a} <Debug> TCPHandler: Processed in 0.010591212 sec. | ||
| 454 | 2025.01.09 20:39:31.147312 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 455 | 2025.01.09 20:39:31.147895 [ 260 ] {5ab72f72-6970-41dd-b296-413fd998a0a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) 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.09 20:39:31.148014 [ 260 ] {5ab72f72-6970-41dd-b296-413fd998a0a6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 457 | 2025.01.09 20:39:31.153734 [ 260 ] {5ab72f72-6970-41dd-b296-413fd998a0a6} <Debug> oximeter.measurements_histogramu8 (6482bb3b-660c-4b0c-af38-94062e461b75): Loading data parts | ||
| 458 | 2025.01.09 20:39:31.153957 [ 260 ] {5ab72f72-6970-41dd-b296-413fd998a0a6} <Debug> oximeter.measurements_histogramu8 (6482bb3b-660c-4b0c-af38-94062e461b75): There are no data parts | ||
| 459 | 2025.01.09 20:39:31.163618 [ 260 ] {5ab72f72-6970-41dd-b296-413fd998a0a6} <Debug> TCPHandler: Processed in 0.016420926 sec. | ||
| 460 | 2025.01.09 20:39:31.163981 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 461 | 2025.01.09 20:39:31.164508 [ 258 ] {2342a53f-9edd-4d50-ba56-9fdff461eab8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) 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.09 20:39:31.164604 [ 258 ] {2342a53f-9edd-4d50-ba56-9fdff461eab8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 463 | 2025.01.09 20:39:31.168687 [ 258 ] {2342a53f-9edd-4d50-ba56-9fdff461eab8} <Debug> oximeter.measurements_histogrami16 (de3800ec-a028-41cf-8cf4-22f3922f7195): Loading data parts | ||
| 464 | 2025.01.09 20:39:31.168877 [ 258 ] {2342a53f-9edd-4d50-ba56-9fdff461eab8} <Debug> oximeter.measurements_histogrami16 (de3800ec-a028-41cf-8cf4-22f3922f7195): There are no data parts | ||
| 465 | 2025.01.09 20:39:31.174910 [ 258 ] {2342a53f-9edd-4d50-ba56-9fdff461eab8} <Debug> TCPHandler: Processed in 0.011056204 sec. | ||
| 466 | 2025.01.09 20:39:31.175228 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 467 | 2025.01.09 20:39:31.175802 [ 260 ] {4d28ffab-2ffe-4486-84dd-969ec2b0148e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) 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.09 20:39:31.175943 [ 260 ] {4d28ffab-2ffe-4486-84dd-969ec2b0148e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 469 | 2025.01.09 20:39:31.181715 [ 260 ] {4d28ffab-2ffe-4486-84dd-969ec2b0148e} <Debug> oximeter.measurements_histogramu16 (1ac82268-7b78-4120-ab17-ac40d5bd3244): Loading data parts | ||
| 470 | 2025.01.09 20:39:31.181957 [ 260 ] {4d28ffab-2ffe-4486-84dd-969ec2b0148e} <Debug> oximeter.measurements_histogramu16 (1ac82268-7b78-4120-ab17-ac40d5bd3244): There are no data parts | ||
| 471 | 2025.01.09 20:39:31.189341 [ 260 ] {4d28ffab-2ffe-4486-84dd-969ec2b0148e} <Debug> TCPHandler: Processed in 0.014224792 sec. | ||
| 472 | 2025.01.09 20:39:31.189691 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 473 | 2025.01.09 20:39:31.190124 [ 258 ] {fc935c21-3b17-4d04-889b-c39e22cceaa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) 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.09 20:39:31.190206 [ 258 ] {fc935c21-3b17-4d04-889b-c39e22cceaa8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 475 | 2025.01.09 20:39:31.193865 [ 258 ] {fc935c21-3b17-4d04-889b-c39e22cceaa8} <Debug> oximeter.measurements_histogrami32 (be9f0d2d-52f1-4039-9714-91f11c0b96ae): Loading data parts | ||
| 476 | 2025.01.09 20:39:31.194117 [ 258 ] {fc935c21-3b17-4d04-889b-c39e22cceaa8} <Debug> oximeter.measurements_histogrami32 (be9f0d2d-52f1-4039-9714-91f11c0b96ae): There are no data parts | ||
| 477 | 2025.01.09 20:39:31.197769 [ 258 ] {fc935c21-3b17-4d04-889b-c39e22cceaa8} <Debug> TCPHandler: Processed in 0.008188793 sec. | ||
| 478 | 2025.01.09 20:39:31.197963 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 479 | 2025.01.09 20:39:31.198349 [ 260 ] {7f85bf3d-36f1-4981-93df-9fc45e78198e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) 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.09 20:39:31.198444 [ 260 ] {7f85bf3d-36f1-4981-93df-9fc45e78198e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 481 | 2025.01.09 20:39:31.204003 [ 260 ] {7f85bf3d-36f1-4981-93df-9fc45e78198e} <Debug> oximeter.measurements_histogramu32 (d549244c-49be-429c-b864-4681d347cb95): Loading data parts | ||
| 482 | 2025.01.09 20:39:31.204289 [ 260 ] {7f85bf3d-36f1-4981-93df-9fc45e78198e} <Debug> oximeter.measurements_histogramu32 (d549244c-49be-429c-b864-4681d347cb95): There are no data parts | ||
| 483 | 2025.01.09 20:39:31.214651 [ 260 ] {7f85bf3d-36f1-4981-93df-9fc45e78198e} <Debug> TCPHandler: Processed in 0.016757045 sec. | ||
| 484 | 2025.01.09 20:39:31.214999 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 485 | 2025.01.09 20:39:31.215377 [ 258 ] {dce12ec9-f819-4353-999b-0986dacc84b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) 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.09 20:39:31.215477 [ 258 ] {dce12ec9-f819-4353-999b-0986dacc84b3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 487 | 2025.01.09 20:39:31.219635 [ 258 ] {dce12ec9-f819-4353-999b-0986dacc84b3} <Debug> oximeter.measurements_histogrami64 (4b8b9ae6-cbb5-4f1d-b36d-51a8f297b9b0): Loading data parts | ||
| 488 | 2025.01.09 20:39:31.219803 [ 258 ] {dce12ec9-f819-4353-999b-0986dacc84b3} <Debug> oximeter.measurements_histogrami64 (4b8b9ae6-cbb5-4f1d-b36d-51a8f297b9b0): There are no data parts | ||
| 489 | 2025.01.09 20:39:31.226130 [ 258 ] {dce12ec9-f819-4353-999b-0986dacc84b3} <Debug> TCPHandler: Processed in 0.011257958 sec. | ||
| 490 | 2025.01.09 20:39:31.226371 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 491 | 2025.01.09 20:39:31.226922 [ 260 ] {f3335210-c4b7-48ce-9ac1-46fcb635d949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) 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.09 20:39:31.227046 [ 260 ] {f3335210-c4b7-48ce-9ac1-46fcb635d949} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 493 | 2025.01.09 20:39:31.232842 [ 260 ] {f3335210-c4b7-48ce-9ac1-46fcb635d949} <Debug> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Loading data parts | ||
| 494 | 2025.01.09 20:39:31.232991 [ 260 ] {f3335210-c4b7-48ce-9ac1-46fcb635d949} <Debug> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): There are no data parts | ||
| 495 | 2025.01.09 20:39:31.241255 [ 260 ] {f3335210-c4b7-48ce-9ac1-46fcb635d949} <Debug> TCPHandler: Processed in 0.014996191 sec. | ||
| 496 | 2025.01.09 20:39:31.241564 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 497 | 2025.01.09 20:39:31.242048 [ 258 ] {5e0db9e8-85e3-4ab1-adcf-4cd279b3ed0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) 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.09 20:39:31.242130 [ 258 ] {5e0db9e8-85e3-4ab1-adcf-4cd279b3ed0b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 499 | 2025.01.09 20:39:31.246046 [ 258 ] {5e0db9e8-85e3-4ab1-adcf-4cd279b3ed0b} <Debug> oximeter.measurements_histogramf32 (475440d1-f6b1-4bbb-862c-77283d8bc0ae): Loading data parts | ||
| 500 | 2025.01.09 20:39:31.246315 [ 258 ] {5e0db9e8-85e3-4ab1-adcf-4cd279b3ed0b} <Debug> oximeter.measurements_histogramf32 (475440d1-f6b1-4bbb-862c-77283d8bc0ae): There are no data parts | ||
| 501 | 2025.01.09 20:39:31.252036 [ 258 ] {5e0db9e8-85e3-4ab1-adcf-4cd279b3ed0b} <Debug> TCPHandler: Processed in 0.010579592 sec. | ||
| 502 | 2025.01.09 20:39:31.252229 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 503 | 2025.01.09 20:39:31.252516 [ 260 ] {3ebc5c07-9e3f-4999-a770-c1255ab52633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) 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.09 20:39:31.252599 [ 260 ] {3ebc5c07-9e3f-4999-a770-c1255ab52633} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 505 | 2025.01.09 20:39:31.258291 [ 260 ] {3ebc5c07-9e3f-4999-a770-c1255ab52633} <Debug> oximeter.measurements_histogramf64 (77455ff8-b19f-46d2-a94c-004201e254ab): Loading data parts | ||
| 506 | 2025.01.09 20:39:31.258481 [ 260 ] {3ebc5c07-9e3f-4999-a770-c1255ab52633} <Debug> oximeter.measurements_histogramf64 (77455ff8-b19f-46d2-a94c-004201e254ab): There are no data parts | ||
| 507 | 2025.01.09 20:39:31.266920 [ 260 ] {3ebc5c07-9e3f-4999-a770-c1255ab52633} <Debug> TCPHandler: Processed in 0.014749465 sec. | ||
| 508 | 2025.01.09 20:39:31.267128 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 509 | 2025.01.09 20:39:31.267338 [ 258 ] {a5fe0981-232f-462f-9f89-057472018402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) /* 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.09 20:39:31.267416 [ 258 ] {a5fe0981-232f-462f-9f89-057472018402} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 536 | 2025.01.09 20:39:31.271251 [ 258 ] {a5fe0981-232f-462f-9f89-057472018402} <Debug> oximeter.fields_bool (2a2eebe4-45dc-4b3a-8cca-021cbc5839d0): Loading data parts | ||
| 537 | 2025.01.09 20:39:31.271421 [ 258 ] {a5fe0981-232f-462f-9f89-057472018402} <Debug> oximeter.fields_bool (2a2eebe4-45dc-4b3a-8cca-021cbc5839d0): There are no data parts | ||
| 538 | 2025.01.09 20:39:31.273439 [ 258 ] {a5fe0981-232f-462f-9f89-057472018402} <Debug> TCPHandler: Processed in 0.006368567 sec. | ||
| 539 | 2025.01.09 20:39:31.273646 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 540 | 2025.01.09 20:39:31.273907 [ 260 ] {bc043ce7-5604-4cfa-bb11-6ffd972b18a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 541 | 2025.01.09 20:39:31.273983 [ 260 ] {bc043ce7-5604-4cfa-bb11-6ffd972b18a6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 542 | 2025.01.09 20:39:31.279095 [ 260 ] {bc043ce7-5604-4cfa-bb11-6ffd972b18a6} <Debug> oximeter.fields_i8 (fd5bacef-7a82-4227-ac03-0484b2dde1ab): Loading data parts | ||
| 543 | 2025.01.09 20:39:31.279292 [ 260 ] {bc043ce7-5604-4cfa-bb11-6ffd972b18a6} <Debug> oximeter.fields_i8 (fd5bacef-7a82-4227-ac03-0484b2dde1ab): There are no data parts | ||
| 544 | 2025.01.09 20:39:31.286565 [ 260 ] {bc043ce7-5604-4cfa-bb11-6ffd972b18a6} <Debug> TCPHandler: Processed in 0.012986451 sec. | ||
| 545 | 2025.01.09 20:39:31.286797 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 546 | 2025.01.09 20:39:31.287068 [ 258 ] {f57d55b9-39b3-40d0-a5a0-3c9930505d96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 547 | 2025.01.09 20:39:31.287149 [ 258 ] {f57d55b9-39b3-40d0-a5a0-3c9930505d96} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 548 | 2025.01.09 20:39:31.290783 [ 258 ] {f57d55b9-39b3-40d0-a5a0-3c9930505d96} <Debug> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Loading data parts | ||
| 549 | 2025.01.09 20:39:31.290953 [ 258 ] {f57d55b9-39b3-40d0-a5a0-3c9930505d96} <Debug> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): There are no data parts | ||
| 550 | 2025.01.09 20:39:31.292953 [ 258 ] {f57d55b9-39b3-40d0-a5a0-3c9930505d96} <Debug> TCPHandler: Processed in 0.006213194 sec. | ||
| 551 | 2025.01.09 20:39:31.293178 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 552 | 2025.01.09 20:39:31.293482 [ 260 ] {7d509529-5f97-4537-9421-a9bab695df1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 553 | 2025.01.09 20:39:31.293601 [ 260 ] {7d509529-5f97-4537-9421-a9bab695df1b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 554 | 2025.01.09 20:39:31.298871 [ 260 ] {7d509529-5f97-4537-9421-a9bab695df1b} <Debug> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Loading data parts | ||
| 555 | 2025.01.09 20:39:31.299004 [ 260 ] {7d509529-5f97-4537-9421-a9bab695df1b} <Debug> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): There are no data parts | ||
| 556 | 2025.01.09 20:39:31.306814 [ 260 ] {7d509529-5f97-4537-9421-a9bab695df1b} <Debug> TCPHandler: Processed in 0.013722289 sec. | ||
| 557 | 2025.01.09 20:39:31.307003 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 558 | 2025.01.09 20:39:31.307251 [ 258 ] {c964354e-302b-4684-8714-6540c154f8b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 559 | 2025.01.09 20:39:31.307322 [ 258 ] {c964354e-302b-4684-8714-6540c154f8b6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 560 | 2025.01.09 20:39:31.311098 [ 258 ] {c964354e-302b-4684-8714-6540c154f8b6} <Debug> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Loading data parts | ||
| 561 | 2025.01.09 20:39:31.311347 [ 258 ] {c964354e-302b-4684-8714-6540c154f8b6} <Debug> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): There are no data parts | ||
| 562 | 2025.01.09 20:39:31.313374 [ 258 ] {c964354e-302b-4684-8714-6540c154f8b6} <Debug> TCPHandler: Processed in 0.006428269 sec. | ||
| 563 | 2025.01.09 20:39:31.313565 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 564 | 2025.01.09 20:39:31.313815 [ 260 ] {8a4fdce3-a250-4acb-8030-511daa68b273} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 565 | 2025.01.09 20:39:31.313914 [ 260 ] {8a4fdce3-a250-4acb-8030-511daa68b273} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 566 | 2025.01.09 20:39:31.319061 [ 260 ] {8a4fdce3-a250-4acb-8030-511daa68b273} <Debug> oximeter.fields_i32 (1fa21d98-f1a9-4b95-9ce6-5529324e185e): Loading data parts | ||
| 567 | 2025.01.09 20:39:31.319280 [ 260 ] {8a4fdce3-a250-4acb-8030-511daa68b273} <Debug> oximeter.fields_i32 (1fa21d98-f1a9-4b95-9ce6-5529324e185e): There are no data parts | ||
| 568 | 2025.01.09 20:39:31.327113 [ 260 ] {8a4fdce3-a250-4acb-8030-511daa68b273} <Debug> TCPHandler: Processed in 0.013614817 sec. | ||
| 569 | 2025.01.09 20:39:31.327353 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 570 | 2025.01.09 20:39:31.327589 [ 258 ] {4051e490-7453-4134-a070-95fc30a06ef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 571 | 2025.01.09 20:39:31.327670 [ 258 ] {4051e490-7453-4134-a070-95fc30a06ef5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 572 | 2025.01.09 20:39:31.331214 [ 258 ] {4051e490-7453-4134-a070-95fc30a06ef5} <Debug> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Loading data parts | ||
| 573 | 2025.01.09 20:39:31.331383 [ 258 ] {4051e490-7453-4134-a070-95fc30a06ef5} <Debug> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): There are no data parts | ||
| 574 | 2025.01.09 20:39:31.333323 [ 258 ] {4051e490-7453-4134-a070-95fc30a06ef5} <Debug> TCPHandler: Processed in 0.006029239 sec. | ||
| 575 | 2025.01.09 20:39:31.333532 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 576 | 2025.01.09 20:39:31.333782 [ 260 ] {7a9afb69-c2db-4f4e-8398-bb2609f5ec5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) 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) | ||
| 577 | 2025.01.09 20:39:31.333883 [ 260 ] {7a9afb69-c2db-4f4e-8398-bb2609f5ec5b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 578 | 2025.01.09 20:39:31.338973 [ 260 ] {7a9afb69-c2db-4f4e-8398-bb2609f5ec5b} <Debug> oximeter.fields_i64 (4149449a-a55f-489d-a5b4-ed5324d605b0): Loading data parts | ||
| 579 | 2025.01.09 20:39:31.339254 [ 260 ] {7a9afb69-c2db-4f4e-8398-bb2609f5ec5b} <Debug> oximeter.fields_i64 (4149449a-a55f-489d-a5b4-ed5324d605b0): There are no data parts | ||
| 580 | 2025.01.09 20:39:31.347371 [ 260 ] {7a9afb69-c2db-4f4e-8398-bb2609f5ec5b} <Debug> TCPHandler: Processed in 0.013906004 sec. | ||
| 581 | 2025.01.09 20:39:31.347644 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 582 | 2025.01.09 20:39:31.347859 [ 258 ] {85fe353b-e895-4f9f-8fc3-1bcd5c8140ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) 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) | ||
| 583 | 2025.01.09 20:39:31.347952 [ 258 ] {85fe353b-e895-4f9f-8fc3-1bcd5c8140ea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 584 | 2025.01.09 20:39:31.351533 [ 258 ] {85fe353b-e895-4f9f-8fc3-1bcd5c8140ea} <Debug> oximeter.fields_u64 (47ae9111-bab8-4471-864e-50528b76ffaf): Loading data parts | ||
| 585 | 2025.01.09 20:39:31.351726 [ 258 ] {85fe353b-e895-4f9f-8fc3-1bcd5c8140ea} <Debug> oximeter.fields_u64 (47ae9111-bab8-4471-864e-50528b76ffaf): There are no data parts | ||
| 586 | 2025.01.09 20:39:31.353684 [ 258 ] {85fe353b-e895-4f9f-8fc3-1bcd5c8140ea} <Debug> TCPHandler: Processed in 0.00610059 sec. | ||
| 587 | 2025.01.09 20:39:31.353891 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 588 | 2025.01.09 20:39:31.354171 [ 260 ] {650d63f9-70db-4d86-bd50-720336eaa6ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) 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) | ||
| 589 | 2025.01.09 20:39:31.354251 [ 260 ] {650d63f9-70db-4d86-bd50-720336eaa6ef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 590 | 2025.01.09 20:39:31.359569 [ 260 ] {650d63f9-70db-4d86-bd50-720336eaa6ef} <Debug> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90): Loading data parts | ||
| 591 | 2025.01.09 20:39:31.359723 [ 260 ] {650d63f9-70db-4d86-bd50-720336eaa6ef} <Debug> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90): There are no data parts | ||
| 592 | 2025.01.09 20:39:31.368866 [ 260 ] {650d63f9-70db-4d86-bd50-720336eaa6ef} <Debug> TCPHandler: Processed in 0.015044312 sec. | ||
| 593 | 2025.01.09 20:39:31.369143 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 594 | 2025.01.09 20:39:31.369391 [ 258 ] {5e6181df-6894-4fc3-a4d8-783b813442cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) 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) | ||
| 595 | 2025.01.09 20:39:31.369489 [ 258 ] {5e6181df-6894-4fc3-a4d8-783b813442cb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 596 | 2025.01.09 20:39:31.373373 [ 258 ] {5e6181df-6894-4fc3-a4d8-783b813442cb} <Debug> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Loading data parts | ||
| 597 | 2025.01.09 20:39:31.373575 [ 258 ] {5e6181df-6894-4fc3-a4d8-783b813442cb} <Debug> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): There are no data parts | ||
| 598 | 2025.01.09 20:39:31.379159 [ 258 ] {5e6181df-6894-4fc3-a4d8-783b813442cb} <Debug> TCPHandler: Processed in 0.01008312 sec. | ||
| 599 | 2025.01.09 20:39:31.379355 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 600 | 2025.01.09 20:39:31.379651 [ 260 ] {cb45c6e7-d7fd-4766-8cc7-0863897bff0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) 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) | ||
| 601 | 2025.01.09 20:39:31.379738 [ 260 ] {cb45c6e7-d7fd-4766-8cc7-0863897bff0a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 602 | 2025.01.09 20:39:31.385322 [ 260 ] {cb45c6e7-d7fd-4766-8cc7-0863897bff0a} <Debug> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Loading data parts | ||
| 603 | 2025.01.09 20:39:31.385500 [ 260 ] {cb45c6e7-d7fd-4766-8cc7-0863897bff0a} <Debug> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): There are no data parts | ||
| 604 | 2025.01.09 20:39:31.393312 [ 260 ] {cb45c6e7-d7fd-4766-8cc7-0863897bff0a} <Debug> TCPHandler: Processed in 0.014024877 sec. | ||
| 605 | 2025.01.09 20:39:31.393621 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 606 | 2025.01.09 20:39:31.393928 [ 258 ] {783853f9-c292-4ec7-af33-962793ab4bbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) /* The timeseries schema table stores the extracted schema for the samples | ||
| 607 | * oximeter collects. | ||
| 608 | */ | ||
| 609 | 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) | ||
| 610 | 2025.01.09 20:39:31.394030 [ 258 ] {783853f9-c292-4ec7-af33-962793ab4bbe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 611 | 2025.01.09 20:39:31.397643 [ 258 ] {783853f9-c292-4ec7-af33-962793ab4bbe} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2): Loading data parts | ||
| 612 | 2025.01.09 20:39:31.397789 [ 258 ] {783853f9-c292-4ec7-af33-962793ab4bbe} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2): There are no data parts | ||
| 613 | 2025.01.09 20:39:31.400124 [ 258 ] {783853f9-c292-4ec7-af33-962793ab4bbe} <Debug> TCPHandler: Processed in 0.006561342 sec. | ||
| 614 | 2025.01.09 20:39:31.400355 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 615 | 2025.01.09 20:39:31.400548 [ 260 ] {c118c320-0c13-45b0-9634-b6125da18533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 616 | 2025.01.09 20:39:31.401707 [ 260 ] {c118c320-0c13-45b0-9634-b6125da18533} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 617 | 2025.01.09 20:39:31.409167 [ 267 ] {c118c320-0c13-45b0-9634-b6125da18533} <Trace> oximeter.version (26a1ccd3-b22c-4859-81e4-dc1c3de9d93e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 618 | 2025.01.09 20:39:31.409222 [ 267 ] {c118c320-0c13-45b0-9634-b6125da18533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 619 | 2025.01.09 20:39:31.413605 [ 267 ] {c118c320-0c13-45b0-9634-b6125da18533} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 620 | 2025.01.09 20:39:31.413983 [ 267 ] {c118c320-0c13-45b0-9634-b6125da18533} <Trace> oximeter.version (26a1ccd3-b22c-4859-81e4-dc1c3de9d93e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 621 | 2025.01.09 20:39:31.414300 [ 260 ] {c118c320-0c13-45b0-9634-b6125da18533} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.013805 sec., 72.43752263672583 rows/sec., 1.13 KiB/sec. | ||
| 622 | 2025.01.09 20:39:31.414793 [ 260 ] {c118c320-0c13-45b0-9634-b6125da18533} <Debug> TCPHandler: Processed in 0.014492268 sec. | ||
| 623 | 2025.01.09 20:39:32.001037 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 136.18 MiB, peak 136.18 MiB, free memory in arenas 0.00 B, will set to 139.86 MiB (RSS), difference: 3.69 MiB | ||
| 624 | 2025.01.09 20:39:32.573842 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46676 | ||
| 625 | 2025.01.09 20:39:32.573974 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 626 | 2025.01.09 20:39:32.574106 [ 269 ] {} <Debug> TCP-Session: 3cc7940b-042b-4d8f-951a-d9cda53daf40 Authenticating user 'default' from [fd00:1122:3344:101::b]:46676 | ||
| 627 | 2025.01.09 20:39:32.574136 [ 269 ] {} <Debug> TCP-Session: 3cc7940b-042b-4d8f-951a-d9cda53daf40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2025.01.09 20:39:32.574154 [ 269 ] {} <Debug> TCP-Session: 3cc7940b-042b-4d8f-951a-d9cda53daf40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2025.01.09 20:39:32.574240 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 630 | 2025.01.09 20:39:32.574270 [ 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 | ||
| 631 | 2025.01.09 20:39:32.574330 [ 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 | ||
| 632 | 2025.01.09 20:39:32.576124 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43760 | ||
| 633 | 2025.01.09 20:39:32.576205 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44943 | ||
| 634 | 2025.01.09 20:39:32.576293 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61158 | ||
| 635 | 2025.01.09 20:39:32.576482 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 636 | 2025.01.09 20:39:32.576483 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43486 | ||
| 637 | 2025.01.09 20:39:32.576661 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 638 | 2025.01.09 20:39:32.576702 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64345 | ||
| 639 | 2025.01.09 20:39:32.576719 [ 270 ] {} <Debug> TCP-Session: af25cc8b-b36a-4062-b335-3beaeb500375 Authenticating user 'default' from [fd00:1122:3344:101::b]:43760 | ||
| 640 | 2025.01.09 20:39:32.576844 [ 272 ] {} <Debug> TCP-Session: 50f27889-eb19-4558-8502-b14545a3ab2e Authenticating user 'default' from [fd00:1122:3344:101::b]:61158 | ||
| 641 | 2025.01.09 20:39:32.577054 [ 272 ] {} <Debug> TCP-Session: 50f27889-eb19-4558-8502-b14545a3ab2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 642 | 2025.01.09 20:39:32.577045 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51201 | ||
| 643 | 2025.01.09 20:39:32.577065 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57330 | ||
| 644 | 2025.01.09 20:39:32.577086 [ 272 ] {} <Debug> TCP-Session: 50f27889-eb19-4558-8502-b14545a3ab2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 645 | 2025.01.09 20:39:32.576939 [ 270 ] {} <Debug> TCP-Session: af25cc8b-b36a-4062-b335-3beaeb500375 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 646 | 2025.01.09 20:39:32.577328 [ 270 ] {} <Debug> TCP-Session: af25cc8b-b36a-4062-b335-3beaeb500375 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 647 | 2025.01.09 20:39:32.585430 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 648 | 2025.01.09 20:39:32.585482 [ 271 ] {} <Debug> TCP-Session: 0b755909-104f-44f0-b1e5-8606dc395c45 Authenticating user 'default' from [fd00:1122:3344:101::b]:44943 | ||
| 649 | 2025.01.09 20:39:32.585507 [ 271 ] {} <Debug> TCP-Session: 0b755909-104f-44f0-b1e5-8606dc395c45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 650 | 2025.01.09 20:39:32.585565 [ 271 ] {} <Debug> TCP-Session: 0b755909-104f-44f0-b1e5-8606dc395c45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 651 | 2025.01.09 20:39:32.587084 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 652 | 2025.01.09 20:39:32.587123 [ 276 ] {} <Debug> TCP-Session: adb340e8-bf56-46b6-b2d6-655f50bb42f8 Authenticating user 'default' from [fd00:1122:3344:101::b]:51201 | ||
| 653 | 2025.01.09 20:39:32.587232 [ 276 ] {} <Debug> TCP-Session: adb340e8-bf56-46b6-b2d6-655f50bb42f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 654 | 2025.01.09 20:39:32.587270 [ 276 ] {} <Debug> TCP-Session: adb340e8-bf56-46b6-b2d6-655f50bb42f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 655 | 2025.01.09 20:39:32.587718 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 656 | 2025.01.09 20:39:32.587763 [ 275 ] {} <Debug> TCP-Session: 16f97b4a-2d27-4a6a-8fd6-cf5bba446b89 Authenticating user 'default' from [fd00:1122:3344:101::b]:57330 | ||
| 657 | 2025.01.09 20:39:32.587829 [ 275 ] {} <Debug> TCP-Session: 16f97b4a-2d27-4a6a-8fd6-cf5bba446b89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 658 | 2025.01.09 20:39:32.587843 [ 275 ] {} <Debug> TCP-Session: 16f97b4a-2d27-4a6a-8fd6-cf5bba446b89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2025.01.09 20:39:32.588788 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 660 | 2025.01.09 20:39:32.588867 [ 274 ] {} <Debug> TCP-Session: 311e1a96-54c5-46b7-85e5-e73326a13708 Authenticating user 'default' from [fd00:1122:3344:101::b]:64345 | ||
| 661 | 2025.01.09 20:39:32.588885 [ 274 ] {} <Debug> TCP-Session: 311e1a96-54c5-46b7-85e5-e73326a13708 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2025.01.09 20:39:32.588898 [ 274 ] {} <Debug> TCP-Session: 311e1a96-54c5-46b7-85e5-e73326a13708 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2025.01.09 20:39:32.589371 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 664 | 2025.01.09 20:39:32.589415 [ 273 ] {} <Debug> TCP-Session: 87c4287d-6859-40b8-9d7b-d7a7874fe8c1 Authenticating user 'default' from [fd00:1122:3344:101::b]:43486 | ||
| 665 | 2025.01.09 20:39:32.589441 [ 273 ] {} <Debug> TCP-Session: 87c4287d-6859-40b8-9d7b-d7a7874fe8c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 666 | 2025.01.09 20:39:32.589511 [ 273 ] {} <Debug> TCP-Session: 87c4287d-6859-40b8-9d7b-d7a7874fe8c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 667 | 2025.01.09 20:39:33.088175 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51536 | ||
| 668 | 2025.01.09 20:39:33.088389 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 669 | 2025.01.09 20:39:33.088504 [ 277 ] {} <Debug> TCP-Session: 8beec8d4-89d0-4f6b-8630-d49ec4341e55 Authenticating user 'default' from [fd00:1122:3344:101::c]:51536 | ||
| 670 | 2025.01.09 20:39:33.088545 [ 277 ] {} <Debug> TCP-Session: 8beec8d4-89d0-4f6b-8630-d49ec4341e55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2025.01.09 20:39:33.088564 [ 277 ] {} <Debug> TCP-Session: 8beec8d4-89d0-4f6b-8630-d49ec4341e55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 672 | 2025.01.09 20:39:33.088652 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 673 | 2025.01.09 20:39:33.088691 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 674 | 2025.01.09 20:39:33.088722 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 675 | 2025.01.09 20:39:33.090498 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42851 | ||
| 676 | 2025.01.09 20:39:33.090571 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34714 | ||
| 677 | 2025.01.09 20:39:33.090741 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 678 | 2025.01.09 20:39:33.090741 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61476 | ||
| 679 | 2025.01.09 20:39:33.090918 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 680 | 2025.01.09 20:39:33.090927 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39032 | ||
| 681 | 2025.01.09 20:39:33.091038 [ 278 ] {} <Debug> TCP-Session: 3da562bc-9f9a-41fc-9862-9a7ac044d452 Authenticating user 'default' from [fd00:1122:3344:101::c]:42851 | ||
| 682 | 2025.01.09 20:39:33.091097 [ 279 ] {} <Debug> TCP-Session: 6327bb08-cc27-4856-9764-6dd29ade9f80 Authenticating user 'default' from [fd00:1122:3344:101::c]:34714 | ||
| 683 | 2025.01.09 20:39:33.091120 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50829 | ||
| 684 | 2025.01.09 20:39:33.091255 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34285 | ||
| 685 | 2025.01.09 20:39:33.091273 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 686 | 2025.01.09 20:39:33.091373 [ 279 ] {} <Debug> TCP-Session: 6327bb08-cc27-4856-9764-6dd29ade9f80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 687 | 2025.01.09 20:39:33.091519 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41309 | ||
| 688 | 2025.01.09 20:39:33.091297 [ 278 ] {} <Debug> TCP-Session: 3da562bc-9f9a-41fc-9862-9a7ac044d452 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2025.01.09 20:39:33.091589 [ 281 ] {} <Debug> TCP-Session: a49e4164-73f7-45a1-95c8-5469bd89435f Authenticating user 'default' from [fd00:1122:3344:101::c]:39032 | ||
| 690 | 2025.01.09 20:39:33.091290 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 691 | 2025.01.09 20:39:33.091666 [ 278 ] {} <Debug> TCP-Session: 3da562bc-9f9a-41fc-9862-9a7ac044d452 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 692 | 2025.01.09 20:39:33.091655 [ 281 ] {} <Debug> TCP-Session: a49e4164-73f7-45a1-95c8-5469bd89435f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2025.01.09 20:39:33.091590 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 694 | 2025.01.09 20:39:33.091569 [ 279 ] {} <Debug> TCP-Session: 6327bb08-cc27-4856-9764-6dd29ade9f80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2025.01.09 20:39:33.091796 [ 281 ] {} <Debug> TCP-Session: a49e4164-73f7-45a1-95c8-5469bd89435f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2025.01.09 20:39:33.091808 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 697 | 2025.01.09 20:39:33.091848 [ 280 ] {} <Debug> TCP-Session: e5ff774d-3d64-446d-a216-a0dade37c3c2 Authenticating user 'default' from [fd00:1122:3344:101::c]:61476 | ||
| 698 | 2025.01.09 20:39:33.091885 [ 283 ] {} <Debug> TCP-Session: c998b46c-8782-44cf-b4fc-8d7badf1c360 Authenticating user 'default' from [fd00:1122:3344:101::c]:34285 | ||
| 699 | 2025.01.09 20:39:33.092034 [ 283 ] {} <Debug> TCP-Session: c998b46c-8782-44cf-b4fc-8d7badf1c360 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 700 | 2025.01.09 20:39:33.092049 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 701 | 2025.01.09 20:39:33.092094 [ 283 ] {} <Debug> TCP-Session: c998b46c-8782-44cf-b4fc-8d7badf1c360 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2025.01.09 20:39:33.092052 [ 284 ] {} <Debug> TCP-Session: 9f848d3b-f9bf-49af-b3e5-ca3f5eef77fe Authenticating user 'default' from [fd00:1122:3344:101::c]:41309 | ||
| 703 | 2025.01.09 20:39:33.092050 [ 280 ] {} <Debug> TCP-Session: e5ff774d-3d64-446d-a216-a0dade37c3c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 704 | 2025.01.09 20:39:33.092190 [ 284 ] {} <Debug> TCP-Session: 9f848d3b-f9bf-49af-b3e5-ca3f5eef77fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2025.01.09 20:39:33.092234 [ 280 ] {} <Debug> TCP-Session: e5ff774d-3d64-446d-a216-a0dade37c3c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.01.09 20:39:33.092236 [ 282 ] {} <Debug> TCP-Session: e5ab4088-42dd-439c-bd96-930b73435118 Authenticating user 'default' from [fd00:1122:3344:101::c]:50829 | ||
| 707 | 2025.01.09 20:39:33.092255 [ 284 ] {} <Debug> TCP-Session: 9f848d3b-f9bf-49af-b3e5-ca3f5eef77fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 708 | 2025.01.09 20:39:33.092340 [ 282 ] {} <Debug> TCP-Session: e5ab4088-42dd-439c-bd96-930b73435118 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2025.01.09 20:39:33.092370 [ 282 ] {} <Debug> TCP-Session: e5ab4088-42dd-439c-bd96-930b73435118 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 710 | 2025.01.09 20:39:33.513223 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44044 | ||
| 711 | 2025.01.09 20:39:33.513394 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 712 | 2025.01.09 20:39:33.513425 [ 285 ] {} <Debug> TCP-Session: fcafdb13-a549-4808-a915-f334acb0dd4e Authenticating user 'default' from [fd00:1122:3344:101::a]:44044 | ||
| 713 | 2025.01.09 20:39:33.513492 [ 285 ] {} <Debug> TCP-Session: fcafdb13-a549-4808-a915-f334acb0dd4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 714 | 2025.01.09 20:39:33.513506 [ 285 ] {} <Debug> TCP-Session: fcafdb13-a549-4808-a915-f334acb0dd4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 715 | 2025.01.09 20:39:33.513567 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 716 | 2025.01.09 20:39:33.513607 [ 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.09 20:39:33.513625 [ 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.09 20:39:33.515255 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55635 | ||
| 719 | 2025.01.09 20:39:33.515258 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36627 | ||
| 720 | 2025.01.09 20:39:33.515505 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41651 | ||
| 721 | 2025.01.09 20:39:33.515660 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 722 | 2025.01.09 20:39:33.515685 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41180 | ||
| 723 | 2025.01.09 20:39:33.515700 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 724 | 2025.01.09 20:39:33.515912 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33642 | ||
| 725 | 2025.01.09 20:39:33.515911 [ 287 ] {} <Debug> TCP-Session: 3a4b6807-e462-434e-b499-28a881063cf7 Authenticating user 'default' from [fd00:1122:3344:101::a]:55635 | ||
| 726 | 2025.01.09 20:39:33.515920 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 727 | 2025.01.09 20:39:33.515932 [ 286 ] {} <Debug> TCP-Session: 26abae21-dab1-496f-95ca-b31ca858a742 Authenticating user 'default' from [fd00:1122:3344:101::a]:36627 | ||
| 728 | 2025.01.09 20:39:33.516308 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34248 | ||
| 729 | 2025.01.09 20:39:33.516349 [ 286 ] {} <Debug> TCP-Session: 26abae21-dab1-496f-95ca-b31ca858a742 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 730 | 2025.01.09 20:39:33.516331 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64120 | ||
| 731 | 2025.01.09 20:39:33.516405 [ 286 ] {} <Debug> TCP-Session: 26abae21-dab1-496f-95ca-b31ca858a742 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 732 | 2025.01.09 20:39:33.516396 [ 287 ] {} <Debug> TCP-Session: 3a4b6807-e462-434e-b499-28a881063cf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 733 | 2025.01.09 20:39:33.516366 [ 289 ] {} <Debug> TCP-Session: 168b0253-658b-4cfe-873a-0d8314fdfc84 Authenticating user 'default' from [fd00:1122:3344:101::a]:41651 | ||
| 734 | 2025.01.09 20:39:33.516661 [ 287 ] {} <Debug> TCP-Session: 3a4b6807-e462-434e-b499-28a881063cf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 735 | 2025.01.09 20:39:33.516671 [ 289 ] {} <Debug> TCP-Session: 168b0253-658b-4cfe-873a-0d8314fdfc84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 736 | 2025.01.09 20:39:33.516781 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 737 | 2025.01.09 20:39:33.516859 [ 289 ] {} <Debug> TCP-Session: 168b0253-658b-4cfe-873a-0d8314fdfc84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 738 | 2025.01.09 20:39:33.516915 [ 288 ] {} <Debug> TCP-Session: 04977995-4b3b-495c-95df-ce3e1e05fcda Authenticating user 'default' from [fd00:1122:3344:101::a]:41180 | ||
| 739 | 2025.01.09 20:39:33.517036 [ 288 ] {} <Debug> TCP-Session: 04977995-4b3b-495c-95df-ce3e1e05fcda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 740 | 2025.01.09 20:39:33.517067 [ 288 ] {} <Debug> TCP-Session: 04977995-4b3b-495c-95df-ce3e1e05fcda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 741 | 2025.01.09 20:39:33.519774 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 742 | 2025.01.09 20:39:33.519813 [ 292 ] {} <Debug> TCP-Session: 1e677513-2a23-4cf7-a338-c42e37d747e0 Authenticating user 'default' from [fd00:1122:3344:101::a]:34248 | ||
| 743 | 2025.01.09 20:39:33.519856 [ 292 ] {} <Debug> TCP-Session: 1e677513-2a23-4cf7-a338-c42e37d747e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 744 | 2025.01.09 20:39:33.519924 [ 292 ] {} <Debug> TCP-Session: 1e677513-2a23-4cf7-a338-c42e37d747e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 745 | 2025.01.09 20:39:33.532269 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 746 | 2025.01.09 20:39:33.532320 [ 291 ] {} <Debug> TCP-Session: 5d936a44-b3a2-43aa-aec0-429989a110ca Authenticating user 'default' from [fd00:1122:3344:101::a]:64120 | ||
| 747 | 2025.01.09 20:39:33.532372 [ 291 ] {} <Debug> TCP-Session: 5d936a44-b3a2-43aa-aec0-429989a110ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 748 | 2025.01.09 20:39:33.532391 [ 291 ] {} <Debug> TCP-Session: 5d936a44-b3a2-43aa-aec0-429989a110ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 749 | 2025.01.09 20:39:33.536684 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 750 | 2025.01.09 20:39:33.536748 [ 290 ] {} <Debug> TCP-Session: 05550edc-b2ad-43b7-895f-e8e81c835813 Authenticating user 'default' from [fd00:1122:3344:101::a]:33642 | ||
| 751 | 2025.01.09 20:39:33.536769 [ 290 ] {} <Debug> TCP-Session: 05550edc-b2ad-43b7-895f-e8e81c835813 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 752 | 2025.01.09 20:39:33.536784 [ 290 ] {} <Debug> TCP-Session: 05550edc-b2ad-43b7-895f-e8e81c835813 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 753 | 2025.01.09 20:39:38.113671 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 754 | 2025.01.09 20:39:38.113721 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
| 755 | 2025.01.09 20:39:38.113772 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 756 | 2025.01.09 20:39:38.113827 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 757 | 2025.01.09 20:39:38.120112 [ 244 ] {} <Debug> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Loading data parts | ||
| 758 | 2025.01.09 20:39:38.120396 [ 244 ] {} <Debug> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): There are no data parts | ||
| 759 | 2025.01.09 20:39:38.134019 [ 243 ] {} <Debug> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Loading data parts | ||
| 760 | 2025.01.09 20:39:38.134170 [ 243 ] {} <Debug> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): There are no data parts | ||
| 761 | 2025.01.09 20:39:38.138244 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 762 | 2025.01.09 20:39:38.138348 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 763 | 2025.01.09 20:39:38.141328 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 764 | 2025.01.09 20:39:38.141862 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): 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.09 20:39:38.142102 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
| 766 | 2025.01.09 20:39:38.165064 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 767 | 2025.01.09 20:39:38.165111 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 768 | 2025.01.09 20:39:38.172354 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 769 | 2025.01.09 20:39:38.173592 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): 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.09 20:39:38.175852 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 771 | 2025.01.09 20:39:39.001094 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.37 MiB, peak 150.37 MiB, free memory in arenas 0.00 B, will set to 151.18 MiB (RSS), difference: 4.80 MiB | ||
| 772 | 2025.01.09 20:39:40.613522 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 773 | 2025.01.09 20:39:40.613640 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 774 | 2025.01.09 20:39:40.618860 [ 242 ] {} <Debug> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Loading data parts | ||
| 775 | 2025.01.09 20:39:40.619068 [ 242 ] {} <Debug> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): There are no data parts | ||
| 776 | 2025.01.09 20:39:40.626742 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 777 | 2025.01.09 20:39:40.626783 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 778 | 2025.01.09 20:39:40.628578 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 779 | 2025.01.09 20:39:40.629119 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): 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.09 20:39:40.629600 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 781 | 2025.01.09 20:39:41.001144 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.35 MiB, peak 155.35 MiB, free memory in arenas 0.00 B, will set to 151.63 MiB (RSS), difference: -3.72 MiB | ||
| 782 | 2025.01.09 20:39:45.584410 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 783 | 2025.01.09 20:39:45.584473 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 784 | 2025.01.09 20:39:45.642560 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
| 785 | 2025.01.09 20:39:45.643418 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 786 | 2025.01.09 20:39:45.643462 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 787 | 2025.01.09 20:39:45.644225 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 788 | 2025.01.09 20:39:45.644817 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): 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.09 20:39:45.645028 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 790 | 2025.01.09 20:39:45.676278 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 791 | 2025.01.09 20:39:45.698194 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 792 | 2025.01.09 20:39:45.698256 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 793 | 2025.01.09 20:39:45.705453 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 794 | 2025.01.09 20:39:45.706681 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): 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.09 20:39:45.709649 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 796 | 2025.01.09 20:39:46.001096 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.30 MiB, peak 156.30 MiB, free memory in arenas 0.00 B, will set to 154.27 MiB (RSS), difference: 1.97 MiB | ||
| 797 | 2025.01.09 20:39:51.001223 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.28 MiB, peak 156.30 MiB, free memory in arenas 0.00 B, will set to 154.30 MiB (RSS), difference: 4.02 MiB | ||
| 798 | 2025.01.09 20:39:51.416938 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 799 | 2025.01.09 20:39:51.417253 [ 258 ] {7109a8c1-6466-4e97-972b-a1d6c450f58f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 800 | 2025.01.09 20:39:51.417892 [ 258 ] {7109a8c1-6466-4e97-972b-a1d6c450f58f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 801 | 2025.01.09 20:39:51.420089 [ 258 ] {7109a8c1-6466-4e97-972b-a1d6c450f58f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 802 | 2025.01.09 20:39:51.422897 [ 258 ] {7109a8c1-6466-4e97-972b-a1d6c450f58f} <Debug> TCPHandler: Processed in 0.006147321 sec. | ||
| 803 | 2025.01.09 20:39:51.424299 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 804 | 2025.01.09 20:39:51.424533 [ 260 ] {f77bdd26-1c6a-4449-be96-278fea58c906} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
| 805 | 2025.01.09 20:39:51.426330 [ 260 ] {f77bdd26-1c6a-4449-be96-278fea58c906} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 806 | 2025.01.09 20:39:51.426411 [ 260 ] {f77bdd26-1c6a-4449-be96-278fea58c906} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 807 | 2025.01.09 20:39:51.427016 [ 260 ] {f77bdd26-1c6a-4449-be96-278fea58c906} <Debug> TCPHandler: Processed in 0.00284453 sec. | ||
| 808 | 2025.01.09 20:39:51.427316 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 809 | 2025.01.09 20:39:51.427484 [ 258 ] {3717faf7-13fd-4168-a858-82632a84e1cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) 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.09 20:39:51.427934 [ 258 ] {3717faf7-13fd-4168-a858-82632a84e1cb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 811 | 2025.01.09 20:39:51.427993 [ 258 ] {3717faf7-13fd-4168-a858-82632a84e1cb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 812 | 2025.01.09 20:39:51.428525 [ 258 ] {3717faf7-13fd-4168-a858-82632a84e1cb} <Debug> TCPHandler: Processed in 0.001266852 sec. | ||
| 813 | 2025.01.09 20:39:51.428864 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 814 | 2025.01.09 20:39:51.429027 [ 260 ] {58d03043-2785-448c-be5e-7f90ca5571e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) 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.09 20:39:51.429402 [ 260 ] {58d03043-2785-448c-be5e-7f90ca5571e9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 816 | 2025.01.09 20:39:51.429462 [ 260 ] {58d03043-2785-448c-be5e-7f90ca5571e9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 817 | 2025.01.09 20:39:51.429933 [ 260 ] {58d03043-2785-448c-be5e-7f90ca5571e9} <Debug> TCPHandler: Processed in 0.001125768 sec. | ||
| 818 | 2025.01.09 20:39:51.430223 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 819 | 2025.01.09 20:39:51.430383 [ 258 ] {f07a6cc5-ccb3-485e-863c-455555d33f63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) 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.09 20:39:51.430756 [ 258 ] {f07a6cc5-ccb3-485e-863c-455555d33f63} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 821 | 2025.01.09 20:39:51.430814 [ 258 ] {f07a6cc5-ccb3-485e-863c-455555d33f63} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 822 | 2025.01.09 20:39:51.431344 [ 258 ] {f07a6cc5-ccb3-485e-863c-455555d33f63} <Debug> TCPHandler: Processed in 0.001176829 sec. | ||
| 823 | 2025.01.09 20:39:51.431614 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 824 | 2025.01.09 20:39:51.431769 [ 260 ] {7723544e-1896-4ba8-9974-66a9d73dcad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) 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.09 20:39:51.432140 [ 260 ] {7723544e-1896-4ba8-9974-66a9d73dcad3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 826 | 2025.01.09 20:39:51.432197 [ 260 ] {7723544e-1896-4ba8-9974-66a9d73dcad3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 827 | 2025.01.09 20:39:51.432679 [ 260 ] {7723544e-1896-4ba8-9974-66a9d73dcad3} <Debug> TCPHandler: Processed in 0.001120277 sec. | ||
| 828 | 2025.01.09 20:39:51.432987 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 829 | 2025.01.09 20:39:51.433149 [ 258 ] {47fd9e80-101c-4ab7-a67c-7b6bec41d05f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) 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.09 20:39:51.433527 [ 258 ] {47fd9e80-101c-4ab7-a67c-7b6bec41d05f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 831 | 2025.01.09 20:39:51.433586 [ 258 ] {47fd9e80-101c-4ab7-a67c-7b6bec41d05f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 832 | 2025.01.09 20:39:51.434108 [ 258 ] {47fd9e80-101c-4ab7-a67c-7b6bec41d05f} <Debug> TCPHandler: Processed in 0.001177739 sec. | ||
| 833 | 2025.01.09 20:39:51.434366 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 834 | 2025.01.09 20:39:51.434519 [ 260 ] {0f2a4d72-c298-470c-a256-030d38f2ab5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) 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.09 20:39:51.434894 [ 260 ] {0f2a4d72-c298-470c-a256-030d38f2ab5a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 836 | 2025.01.09 20:39:51.434950 [ 260 ] {0f2a4d72-c298-470c-a256-030d38f2ab5a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 837 | 2025.01.09 20:39:51.435447 [ 260 ] {0f2a4d72-c298-470c-a256-030d38f2ab5a} <Debug> TCPHandler: Processed in 0.001135938 sec. | ||
| 838 | 2025.01.09 20:39:51.435743 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 839 | 2025.01.09 20:39:51.435931 [ 258 ] {99c88383-4931-4708-8aed-2a287909cd92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) 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.09 20:39:51.436385 [ 258 ] {99c88383-4931-4708-8aed-2a287909cd92} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 841 | 2025.01.09 20:39:51.436450 [ 258 ] {99c88383-4931-4708-8aed-2a287909cd92} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 842 | 2025.01.09 20:39:51.437015 [ 258 ] {99c88383-4931-4708-8aed-2a287909cd92} <Debug> TCPHandler: Processed in 0.001323823 sec. | ||
| 843 | 2025.01.09 20:39:51.437293 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 844 | 2025.01.09 20:39:51.437462 [ 260 ] {b6124ae4-f58a-4cd7-9df2-5ecbddd8eb1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) 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.09 20:39:51.437865 [ 260 ] {b6124ae4-f58a-4cd7-9df2-5ecbddd8eb1a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 846 | 2025.01.09 20:39:51.437922 [ 260 ] {b6124ae4-f58a-4cd7-9df2-5ecbddd8eb1a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 847 | 2025.01.09 20:39:51.438404 [ 260 ] {b6124ae4-f58a-4cd7-9df2-5ecbddd8eb1a} <Debug> TCPHandler: Processed in 0.001167669 sec. | ||
| 848 | 2025.01.09 20:39:51.438665 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 849 | 2025.01.09 20:39:51.438828 [ 258 ] {60aaddcd-7d4e-4f79-b1f3-4ca96c1dc295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) 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.09 20:39:51.439222 [ 258 ] {60aaddcd-7d4e-4f79-b1f3-4ca96c1dc295} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 851 | 2025.01.09 20:39:51.439279 [ 258 ] {60aaddcd-7d4e-4f79-b1f3-4ca96c1dc295} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 852 | 2025.01.09 20:39:51.439785 [ 258 ] {60aaddcd-7d4e-4f79-b1f3-4ca96c1dc295} <Debug> TCPHandler: Processed in 0.001176539 sec. | ||
| 853 | 2025.01.09 20:39:51.440042 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 854 | 2025.01.09 20:39:51.440207 [ 260 ] {5b9a85df-4bc6-4f31-9cb2-fea8cf9031ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) 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.09 20:39:51.440606 [ 260 ] {5b9a85df-4bc6-4f31-9cb2-fea8cf9031ea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 856 | 2025.01.09 20:39:51.440663 [ 260 ] {5b9a85df-4bc6-4f31-9cb2-fea8cf9031ea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 857 | 2025.01.09 20:39:51.441153 [ 260 ] {5b9a85df-4bc6-4f31-9cb2-fea8cf9031ea} <Debug> TCPHandler: Processed in 0.001167969 sec. | ||
| 858 | 2025.01.09 20:39:51.441421 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 859 | 2025.01.09 20:39:51.441583 [ 258 ] {a0639e28-1306-4a72-8f0b-23f5a477ad10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) 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.09 20:39:51.441981 [ 258 ] {a0639e28-1306-4a72-8f0b-23f5a477ad10} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 861 | 2025.01.09 20:39:51.442039 [ 258 ] {a0639e28-1306-4a72-8f0b-23f5a477ad10} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 862 | 2025.01.09 20:39:51.442543 [ 258 ] {a0639e28-1306-4a72-8f0b-23f5a477ad10} <Debug> TCPHandler: Processed in 0.00117494 sec. | ||
| 863 | 2025.01.09 20:39:51.442855 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 864 | 2025.01.09 20:39:51.443023 [ 260 ] {80e4c98c-54b9-4752-9e37-e72e119425ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) 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.09 20:39:51.443425 [ 260 ] {80e4c98c-54b9-4752-9e37-e72e119425ec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 866 | 2025.01.09 20:39:51.443482 [ 260 ] {80e4c98c-54b9-4752-9e37-e72e119425ec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 867 | 2025.01.09 20:39:51.443957 [ 260 ] {80e4c98c-54b9-4752-9e37-e72e119425ec} <Debug> TCPHandler: Processed in 0.001162849 sec. | ||
| 868 | 2025.01.09 20:39:51.444765 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 869 | 2025.01.09 20:39:51.444896 [ 258 ] {44b6ae1e-a41e-4a43-9758-110ccb9f6b7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 870 | 2025.01.09 20:39:51.444948 [ 258 ] {44b6ae1e-a41e-4a43-9758-110ccb9f6b7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 871 | 2025.01.09 20:39:51.445731 [ 258 ] {44b6ae1e-a41e-4a43-9758-110ccb9f6b7e} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 872 | 2025.01.09 20:39:51.445778 [ 258 ] {44b6ae1e-a41e-4a43-9758-110ccb9f6b7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 873 | 2025.01.09 20:39:51.446336 [ 258 ] {44b6ae1e-a41e-4a43-9758-110ccb9f6b7e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 874 | 2025.01.09 20:39:51.446560 [ 258 ] {44b6ae1e-a41e-4a43-9758-110ccb9f6b7e} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2): 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.09 20:39:51.446795 [ 258 ] {44b6ae1e-a41e-4a43-9758-110ccb9f6b7e} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001938 sec., 7223.942208462332 rows/sec., 1.01 MiB/sec. | ||
| 876 | 2025.01.09 20:39:51.446857 [ 258 ] {44b6ae1e-a41e-4a43-9758-110ccb9f6b7e} <Debug> TCPHandler: Processed in 0.002149693 sec. | ||
| 877 | 2025.01.09 20:39:51.447035 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 878 | 2025.01.09 20:39:51.447197 [ 260 ] {b81373ac-2ea7-424d-bc6b-6ef554c71121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 879 | 2025.01.09 20:39:51.447256 [ 260 ] {b81373ac-2ea7-424d-bc6b-6ef554c71121} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 880 | 2025.01.09 20:39:51.448610 [ 260 ] {b81373ac-2ea7-424d-bc6b-6ef554c71121} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 881 | 2025.01.09 20:39:51.448649 [ 260 ] {b81373ac-2ea7-424d-bc6b-6ef554c71121} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 882 | 2025.01.09 20:39:51.449106 [ 260 ] {b81373ac-2ea7-424d-bc6b-6ef554c71121} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 883 | 2025.01.09 20:39:51.449354 [ 260 ] {b81373ac-2ea7-424d-bc6b-6ef554c71121} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): 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.09 20:39:51.449567 [ 260 ] {b81373ac-2ea7-424d-bc6b-6ef554c71121} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002413 sec., 10774.968918358889 rows/sec., 831.68 KiB/sec. | ||
| 885 | 2025.01.09 20:39:51.449628 [ 260 ] {b81373ac-2ea7-424d-bc6b-6ef554c71121} <Debug> TCPHandler: Processed in 0.002661096 sec. | ||
| 886 | 2025.01.09 20:39:51.449768 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 887 | 2025.01.09 20:39:51.449888 [ 258 ] {a63ee5ec-d1ef-4fd7-87e8-38baf3b5e399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 888 | 2025.01.09 20:39:51.449936 [ 258 ] {a63ee5ec-d1ef-4fd7-87e8-38baf3b5e399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 889 | 2025.01.09 20:39:51.450539 [ 258 ] {a63ee5ec-d1ef-4fd7-87e8-38baf3b5e399} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 890 | 2025.01.09 20:39:51.450579 [ 258 ] {a63ee5ec-d1ef-4fd7-87e8-38baf3b5e399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 891 | 2025.01.09 20:39:51.450948 [ 258 ] {a63ee5ec-d1ef-4fd7-87e8-38baf3b5e399} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 892 | 2025.01.09 20:39:51.451186 [ 258 ] {a63ee5ec-d1ef-4fd7-87e8-38baf3b5e399} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): 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.09 20:39:51.451461 [ 258 ] {a63ee5ec-d1ef-4fd7-87e8-38baf3b5e399} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001587 sec., 17643.352236925013 rows/sec., 1.38 MiB/sec. | ||
| 894 | 2025.01.09 20:39:51.451532 [ 258 ] {a63ee5ec-d1ef-4fd7-87e8-38baf3b5e399} <Debug> TCPHandler: Processed in 0.001817075 sec. | ||
| 895 | 2025.01.09 20:39:51.451660 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 896 | 2025.01.09 20:39:51.451781 [ 260 ] {c5d2c2fd-d1be-4098-8cf3-e04b675e35c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 897 | 2025.01.09 20:39:51.451838 [ 260 ] {c5d2c2fd-d1be-4098-8cf3-e04b675e35c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 898 | 2025.01.09 20:39:51.453089 [ 260 ] {c5d2c2fd-d1be-4098-8cf3-e04b675e35c8} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 899 | 2025.01.09 20:39:51.453125 [ 260 ] {c5d2c2fd-d1be-4098-8cf3-e04b675e35c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 900 | 2025.01.09 20:39:51.453546 [ 260 ] {c5d2c2fd-d1be-4098-8cf3-e04b675e35c8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 901 | 2025.01.09 20:39:51.453785 [ 260 ] {c5d2c2fd-d1be-4098-8cf3-e04b675e35c8} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): 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.09 20:39:51.454014 [ 260 ] {c5d2c2fd-d1be-4098-8cf3-e04b675e35c8} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.002261 sec., 8845.643520566122 rows/sec., 628.01 KiB/sec. | ||
| 903 | 2025.01.09 20:39:51.454072 [ 260 ] {c5d2c2fd-d1be-4098-8cf3-e04b675e35c8} <Debug> TCPHandler: Processed in 0.002467851 sec. | ||
| 904 | 2025.01.09 20:39:51.454234 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 905 | 2025.01.09 20:39:51.454375 [ 258 ] {17f26b0a-6be5-44b8-b008-6b4e921050e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 906 | 2025.01.09 20:39:51.454434 [ 258 ] {17f26b0a-6be5-44b8-b008-6b4e921050e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 907 | 2025.01.09 20:39:51.454956 [ 258 ] {17f26b0a-6be5-44b8-b008-6b4e921050e4} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 908 | 2025.01.09 20:39:51.454995 [ 258 ] {17f26b0a-6be5-44b8-b008-6b4e921050e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 909 | 2025.01.09 20:39:51.455363 [ 258 ] {17f26b0a-6be5-44b8-b008-6b4e921050e4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 910 | 2025.01.09 20:39:51.455605 [ 258 ] {17f26b0a-6be5-44b8-b008-6b4e921050e4} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): 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.09 20:39:51.455827 [ 258 ] {17f26b0a-6be5-44b8-b008-6b4e921050e4} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.001482 sec., 4048.5829959514167 rows/sec., 284.01 KiB/sec. | ||
| 912 | 2025.01.09 20:39:51.455939 [ 258 ] {17f26b0a-6be5-44b8-b008-6b4e921050e4} <Debug> TCPHandler: Processed in 0.001771914 sec. | ||
| 913 | 2025.01.09 20:39:53.145690 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
| 914 | 2025.01.09 20:39:53.146338 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 915 | 2025.01.09 20:39:53.146380 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 916 | 2025.01.09 20:39:53.147014 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 917 | 2025.01.09 20:39:53.147298 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): 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.09 20:39:53.147504 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
| 919 | 2025.01.09 20:39:53.210283 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 920 | 2025.01.09 20:39:53.229136 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 921 | 2025.01.09 20:39:53.229202 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 922 | 2025.01.09 20:39:53.235792 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 923 | 2025.01.09 20:39:53.236552 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): 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.09 20:39:53.239198 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 925 | 2025.01.09 20:39:56.421070 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 926 | 2025.01.09 20:39:56.421279 [ 258 ] {89472245-fa5e-4089-8f1b-b08172fc0e30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 927 | 2025.01.09 20:39:56.421355 [ 258 ] {89472245-fa5e-4089-8f1b-b08172fc0e30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 928 | 2025.01.09 20:39:56.422124 [ 258 ] {89472245-fa5e-4089-8f1b-b08172fc0e30} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 929 | 2025.01.09 20:39:56.422178 [ 258 ] {89472245-fa5e-4089-8f1b-b08172fc0e30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 930 | 2025.01.09 20:39:56.422627 [ 258 ] {89472245-fa5e-4089-8f1b-b08172fc0e30} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 931 | 2025.01.09 20:39:56.422887 [ 258 ] {89472245-fa5e-4089-8f1b-b08172fc0e30} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): 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.09 20:39:56.423210 [ 258 ] {89472245-fa5e-4089-8f1b-b08172fc0e30} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001969 sec., 13204.672422549518 rows/sec., 1019.22 KiB/sec. | ||
| 933 | 2025.01.09 20:39:56.423306 [ 258 ] {89472245-fa5e-4089-8f1b-b08172fc0e30} <Debug> TCPHandler: Processed in 0.002378608 sec. | ||
| 934 | 2025.01.09 20:39:56.423573 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 935 | 2025.01.09 20:39:56.423770 [ 260 ] {a3a1b221-6754-4035-a3b6-61a88b6384a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 936 | 2025.01.09 20:39:56.423844 [ 260 ] {a3a1b221-6754-4035-a3b6-61a88b6384a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 937 | 2025.01.09 20:39:56.424610 [ 260 ] {a3a1b221-6754-4035-a3b6-61a88b6384a2} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 938 | 2025.01.09 20:39:56.424653 [ 260 ] {a3a1b221-6754-4035-a3b6-61a88b6384a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 939 | 2025.01.09 20:39:56.425092 [ 260 ] {a3a1b221-6754-4035-a3b6-61a88b6384a2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 940 | 2025.01.09 20:39:56.425353 [ 260 ] {a3a1b221-6754-4035-a3b6-61a88b6384a2} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): 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.09 20:39:56.425546 [ 260 ] {a3a1b221-6754-4035-a3b6-61a88b6384a2} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00184 sec., 15217.391304347826 rows/sec., 1.19 MiB/sec. | ||
| 942 | 2025.01.09 20:39:56.425606 [ 260 ] {a3a1b221-6754-4035-a3b6-61a88b6384a2} <Debug> TCPHandler: Processed in 0.002158653 sec. | ||
| 943 | 2025.01.09 20:39:56.425783 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 944 | 2025.01.09 20:39:56.425935 [ 258 ] {8570e82b-c78c-469c-adf9-7265965e26fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 945 | 2025.01.09 20:39:56.426002 [ 258 ] {8570e82b-c78c-469c-adf9-7265965e26fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 946 | 2025.01.09 20:39:56.426680 [ 258 ] {8570e82b-c78c-469c-adf9-7265965e26fa} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 947 | 2025.01.09 20:39:56.426722 [ 258 ] {8570e82b-c78c-469c-adf9-7265965e26fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 948 | 2025.01.09 20:39:56.427129 [ 258 ] {8570e82b-c78c-469c-adf9-7265965e26fa} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 949 | 2025.01.09 20:39:56.427380 [ 258 ] {8570e82b-c78c-469c-adf9-7265965e26fa} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): 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.09 20:39:56.427675 [ 258 ] {8570e82b-c78c-469c-adf9-7265965e26fa} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001764 sec., 56689.34240362812 rows/sec., 3.93 MiB/sec. | ||
| 951 | 2025.01.09 20:39:56.427756 [ 258 ] {8570e82b-c78c-469c-adf9-7265965e26fa} <Debug> TCPHandler: Processed in 0.002043401 sec. | ||
| 952 | 2025.01.09 20:39:56.427950 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 953 | 2025.01.09 20:39:56.428082 [ 260 ] {7fc85f34-8494-406d-b8c9-ebe804d6bd87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 954 | 2025.01.09 20:39:56.428139 [ 260 ] {7fc85f34-8494-406d-b8c9-ebe804d6bd87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 955 | 2025.01.09 20:39:56.428653 [ 260 ] {7fc85f34-8494-406d-b8c9-ebe804d6bd87} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 956 | 2025.01.09 20:39:56.428693 [ 260 ] {7fc85f34-8494-406d-b8c9-ebe804d6bd87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 957 | 2025.01.09 20:39:56.429079 [ 260 ] {7fc85f34-8494-406d-b8c9-ebe804d6bd87} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 958 | 2025.01.09 20:39:56.429323 [ 260 ] {7fc85f34-8494-406d-b8c9-ebe804d6bd87} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): 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.09 20:39:56.429498 [ 260 ] {7fc85f34-8494-406d-b8c9-ebe804d6bd87} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001449 sec., 20703.933747412008 rows/sec., 1.42 MiB/sec. | ||
| 960 | 2025.01.09 20:39:56.429549 [ 260 ] {7fc85f34-8494-406d-b8c9-ebe804d6bd87} <Debug> TCPHandler: Processed in 0.001660491 sec. | ||
| 961 | 2025.01.09 20:40:00.585441 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 962 | 2025.01.09 20:40:00.585501 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 963 | 2025.01.09 20:40:00.630524 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 136 | ||
| 964 | 2025.01.09 20:40:00.634569 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 965 | 2025.01.09 20:40:00.634629 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 966 | 2025.01.09 20:40:00.636139 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 967 | 2025.01.09 20:40:00.636465 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): 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.09 20:40:00.637097 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 136 | ||
| 969 | 2025.01.09 20:40:00.647857 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
| 970 | 2025.01.09 20:40:00.648492 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 971 | 2025.01.09 20:40:00.648546 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 972 | 2025.01.09 20:40:00.649168 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 973 | 2025.01.09 20:40:00.649441 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): 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.09 20:40:00.649700 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 975 | 2025.01.09 20:40:00.739468 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 976 | 2025.01.09 20:40:00.759491 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 977 | 2025.01.09 20:40:00.759556 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 978 | 2025.01.09 20:40:00.766409 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 979 | 2025.01.09 20:40:00.767174 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): 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.09 20:40:00.770568 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 981 | 2025.01.09 20:40:01.419711 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 982 | 2025.01.09 20:40:01.419958 [ 258 ] {dec7c80b-e7b1-4117-8c7c-66bc55b04b34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) 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.09 20:40:01.420476 [ 258 ] {dec7c80b-e7b1-4117-8c7c-66bc55b04b34} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 984 | 2025.01.09 20:40:01.420607 [ 258 ] {dec7c80b-e7b1-4117-8c7c-66bc55b04b34} <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.09 20:40:01.420919 [ 258 ] {dec7c80b-e7b1-4117-8c7c-66bc55b04b34} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 986 | 2025.01.09 20:40:01.423047 [ 258 ] {dec7c80b-e7b1-4117-8c7c-66bc55b04b34} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 987 | 2025.01.09 20:40:01.423456 [ 258 ] {dec7c80b-e7b1-4117-8c7c-66bc55b04b34} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 988 | 2025.01.09 20:40:01.426612 [ 258 ] {dec7c80b-e7b1-4117-8c7c-66bc55b04b34} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 989 | 2025.01.09 20:40:01.426730 [ 258 ] {dec7c80b-e7b1-4117-8c7c-66bc55b04b34} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (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.09 20:40:01.426751 [ 258 ] {dec7c80b-e7b1-4117-8c7c-66bc55b04b34} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 991 | 2025.01.09 20:40:01.426926 [ 258 ] {dec7c80b-e7b1-4117-8c7c-66bc55b04b34} <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.09 20:40:01.426955 [ 258 ] {dec7c80b-e7b1-4117-8c7c-66bc55b04b34} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 993 | 2025.01.09 20:40:01.430950 [ 258 ] {dec7c80b-e7b1-4117-8c7c-66bc55b04b34} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.011097 sec., 1261.6022348382446 rows/sec., 51.48 KiB/sec. | ||
| 994 | 2025.01.09 20:40:01.431092 [ 258 ] {dec7c80b-e7b1-4117-8c7c-66bc55b04b34} <Debug> TCPHandler: Processed in 0.011517455 sec. | ||
| 995 | 2025.01.09 20:40:01.432053 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 996 | 2025.01.09 20:40:01.432288 [ 260 ] {39730af6-a25d-4982-ad30-70c5dc28f31b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) 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.09 20:40:01.432667 [ 260 ] {39730af6-a25d-4982-ad30-70c5dc28f31b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 998 | 2025.01.09 20:40:01.432711 [ 260 ] {39730af6-a25d-4982-ad30-70c5dc28f31b} <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.09 20:40:01.433003 [ 260 ] {39730af6-a25d-4982-ad30-70c5dc28f31b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1000 | 2025.01.09 20:40:01.433090 [ 260 ] {39730af6-a25d-4982-ad30-70c5dc28f31b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1001 | 2025.01.09 20:40:01.433274 [ 260 ] {39730af6-a25d-4982-ad30-70c5dc28f31b} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1002 | 2025.01.09 20:40:01.433315 [ 260 ] {39730af6-a25d-4982-ad30-70c5dc28f31b} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1003 | 2025.01.09 20:40:01.433343 [ 260 ] {39730af6-a25d-4982-ad30-70c5dc28f31b} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (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.09 20:40:01.433361 [ 260 ] {39730af6-a25d-4982-ad30-70c5dc28f31b} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1005 | 2025.01.09 20:40:01.433409 [ 260 ] {39730af6-a25d-4982-ad30-70c5dc28f31b} <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.09 20:40:01.433434 [ 260 ] {39730af6-a25d-4982-ad30-70c5dc28f31b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1007 | 2025.01.09 20:40:01.434069 [ 260 ] {39730af6-a25d-4982-ad30-70c5dc28f31b} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001881 sec., 7442.849548112706 rows/sec., 303.72 KiB/sec. | ||
| 1008 | 2025.01.09 20:40:01.434165 [ 260 ] {39730af6-a25d-4982-ad30-70c5dc28f31b} <Debug> TCPHandler: Processed in 0.002241865 sec. | ||
| 1009 | 2025.01.09 20:40:01.434524 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1010 | 2025.01.09 20:40:01.434735 [ 258 ] {b4b4df4f-a112-4aff-ad7f-f151c51aa8b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete) | ||
| 1011 | 2025.01.09 20:40:01.435078 [ 258 ] {b4b4df4f-a112-4aff-ad7f-f151c51aa8b8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1012 | 2025.01.09 20:40:01.435120 [ 258 ] {b4b4df4f-a112-4aff-ad7f-f151c51aa8b8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled')" moved to PREWHERE | ||
| 1013 | 2025.01.09 20:40:01.435415 [ 258 ] {b4b4df4f-a112-4aff-ad7f-f151c51aa8b8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1014 | 2025.01.09 20:40:01.435501 [ 258 ] {b4b4df4f-a112-4aff-ad7f-f151c51aa8b8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1015 | 2025.01.09 20:40:01.435661 [ 258 ] {b4b4df4f-a112-4aff-ad7f-f151c51aa8b8} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1016 | 2025.01.09 20:40:01.435699 [ 258 ] {b4b4df4f-a112-4aff-ad7f-f151c51aa8b8} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1017 | 2025.01.09 20:40:01.435726 [ 258 ] {b4b4df4f-a112-4aff-ad7f-f151c51aa8b8} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (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.09 20:40:01.435746 [ 258 ] {b4b4df4f-a112-4aff-ad7f-f151c51aa8b8} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1019 | 2025.01.09 20:40:01.435814 [ 258 ] {b4b4df4f-a112-4aff-ad7f-f151c51aa8b8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled'))" | ||
| 1020 | 2025.01.09 20:40:01.435849 [ 258 ] {b4b4df4f-a112-4aff-ad7f-f151c51aa8b8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1021 | 2025.01.09 20:40:01.436488 [ 258 ] {b4b4df4f-a112-4aff-ad7f-f151c51aa8b8} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.00186 sec., 7526.881720430107 rows/sec., 307.14 KiB/sec. | ||
| 1022 | 2025.01.09 20:40:01.436607 [ 258 ] {b4b4df4f-a112-4aff-ad7f-f151c51aa8b8} <Debug> TCPHandler: Processed in 0.002154264 sec. | ||
| 1023 | 2025.01.09 20:40:01.437266 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1024 | 2025.01.09 20:40:01.437462 [ 260 ] {a180b150-1b96-4d39-bf33-34d8e51ffbe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete) | ||
| 1025 | 2025.01.09 20:40:01.437784 [ 260 ] {a180b150-1b96-4d39-bf33-34d8e51ffbe1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1026 | 2025.01.09 20:40:01.437828 [ 260 ] {a180b150-1b96-4d39-bf33-34d8e51ffbe1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE | ||
| 1027 | 2025.01.09 20:40:01.438091 [ 260 ] {a180b150-1b96-4d39-bf33-34d8e51ffbe1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1028 | 2025.01.09 20:40:01.438164 [ 260 ] {a180b150-1b96-4d39-bf33-34d8e51ffbe1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1029 | 2025.01.09 20:40:01.438323 [ 260 ] {a180b150-1b96-4d39-bf33-34d8e51ffbe1} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1030 | 2025.01.09 20:40:01.438359 [ 260 ] {a180b150-1b96-4d39-bf33-34d8e51ffbe1} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1031 | 2025.01.09 20:40:01.438385 [ 260 ] {a180b150-1b96-4d39-bf33-34d8e51ffbe1} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (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.09 20:40:01.438403 [ 260 ] {a180b150-1b96-4d39-bf33-34d8e51ffbe1} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1033 | 2025.01.09 20:40:01.438449 [ 260 ] {a180b150-1b96-4d39-bf33-34d8e51ffbe1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
| 1034 | 2025.01.09 20:40:01.438473 [ 260 ] {a180b150-1b96-4d39-bf33-34d8e51ffbe1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1035 | 2025.01.09 20:40:01.439012 [ 260 ] {a180b150-1b96-4d39-bf33-34d8e51ffbe1} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001634 sec., 8567.931456548347 rows/sec., 349.63 KiB/sec. | ||
| 1036 | 2025.01.09 20:40:01.439101 [ 260 ] {a180b150-1b96-4d39-bf33-34d8e51ffbe1} <Debug> TCPHandler: Processed in 0.001897827 sec. | ||
| 1037 | 2025.01.09 20:40:01.439410 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1038 | 2025.01.09 20:40:01.439590 [ 258 ] {3d24fe59-f52e-4d09-8599-2bc834e9f1eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1039 | 2025.01.09 20:40:01.439908 [ 258 ] {3d24fe59-f52e-4d09-8599-2bc834e9f1eb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1040 | 2025.01.09 20:40:01.439952 [ 258 ] {3d24fe59-f52e-4d09-8599-2bc834e9f1eb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE | ||
| 1041 | 2025.01.09 20:40:01.440231 [ 258 ] {3d24fe59-f52e-4d09-8599-2bc834e9f1eb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1042 | 2025.01.09 20:40:01.440305 [ 258 ] {3d24fe59-f52e-4d09-8599-2bc834e9f1eb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1043 | 2025.01.09 20:40:01.440455 [ 258 ] {3d24fe59-f52e-4d09-8599-2bc834e9f1eb} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1044 | 2025.01.09 20:40:01.440491 [ 258 ] {3d24fe59-f52e-4d09-8599-2bc834e9f1eb} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1045 | 2025.01.09 20:40:01.440516 [ 258 ] {3d24fe59-f52e-4d09-8599-2bc834e9f1eb} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1046 | 2025.01.09 20:40:01.440534 [ 258 ] {3d24fe59-f52e-4d09-8599-2bc834e9f1eb} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1047 | 2025.01.09 20:40:01.440579 [ 258 ] {3d24fe59-f52e-4d09-8599-2bc834e9f1eb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
| 1048 | 2025.01.09 20:40:01.440602 [ 258 ] {3d24fe59-f52e-4d09-8599-2bc834e9f1eb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1049 | 2025.01.09 20:40:01.441227 [ 258 ] {3d24fe59-f52e-4d09-8599-2bc834e9f1eb} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001718 sec., 8149.010477299185 rows/sec., 332.53 KiB/sec. | ||
| 1050 | 2025.01.09 20:40:01.441344 [ 258 ] {3d24fe59-f52e-4d09-8599-2bc834e9f1eb} <Debug> TCPHandler: Processed in 0.00199572 sec. | ||
| 1051 | 2025.01.09 20:40:01.441595 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1052 | 2025.01.09 20:40:01.441776 [ 260 ] {ca71af18-51bb-440e-a55a-7dc88c6e2020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1053 | 2025.01.09 20:40:01.442096 [ 260 ] {ca71af18-51bb-440e-a55a-7dc88c6e2020} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1054 | 2025.01.09 20:40:01.442139 [ 260 ] {ca71af18-51bb-440e-a55a-7dc88c6e2020} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1055 | 2025.01.09 20:40:01.442419 [ 260 ] {ca71af18-51bb-440e-a55a-7dc88c6e2020} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1056 | 2025.01.09 20:40:01.442491 [ 260 ] {ca71af18-51bb-440e-a55a-7dc88c6e2020} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1057 | 2025.01.09 20:40:01.442649 [ 260 ] {ca71af18-51bb-440e-a55a-7dc88c6e2020} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1058 | 2025.01.09 20:40:01.442683 [ 260 ] {ca71af18-51bb-440e-a55a-7dc88c6e2020} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1059 | 2025.01.09 20:40:01.442707 [ 260 ] {ca71af18-51bb-440e-a55a-7dc88c6e2020} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1060 | 2025.01.09 20:40:01.442725 [ 260 ] {ca71af18-51bb-440e-a55a-7dc88c6e2020} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1061 | 2025.01.09 20:40:01.442769 [ 260 ] {ca71af18-51bb-440e-a55a-7dc88c6e2020} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1062 | 2025.01.09 20:40:01.442794 [ 260 ] {ca71af18-51bb-440e-a55a-7dc88c6e2020} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1063 | 2025.01.09 20:40:01.443391 [ 260 ] {ca71af18-51bb-440e-a55a-7dc88c6e2020} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001696 sec., 8254.716981132075 rows/sec., 336.84 KiB/sec. | ||
| 1064 | 2025.01.09 20:40:01.443485 [ 260 ] {ca71af18-51bb-440e-a55a-7dc88c6e2020} <Debug> TCPHandler: Processed in 0.001946499 sec. | ||
| 1065 | 2025.01.09 20:40:01.443758 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1066 | 2025.01.09 20:40:01.443934 [ 258 ] {13b82d40-9ee1-42bf-9d05-0c15473e1f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1067 | 2025.01.09 20:40:01.444246 [ 258 ] {13b82d40-9ee1-42bf-9d05-0c15473e1f31} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1068 | 2025.01.09 20:40:01.444289 [ 258 ] {13b82d40-9ee1-42bf-9d05-0c15473e1f31} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1069 | 2025.01.09 20:40:01.444565 [ 258 ] {13b82d40-9ee1-42bf-9d05-0c15473e1f31} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1070 | 2025.01.09 20:40:01.444634 [ 258 ] {13b82d40-9ee1-42bf-9d05-0c15473e1f31} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1071 | 2025.01.09 20:40:01.444786 [ 258 ] {13b82d40-9ee1-42bf-9d05-0c15473e1f31} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1072 | 2025.01.09 20:40:01.444820 [ 258 ] {13b82d40-9ee1-42bf-9d05-0c15473e1f31} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1073 | 2025.01.09 20:40:01.444843 [ 258 ] {13b82d40-9ee1-42bf-9d05-0c15473e1f31} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1074 | 2025.01.09 20:40:01.444860 [ 258 ] {13b82d40-9ee1-42bf-9d05-0c15473e1f31} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1075 | 2025.01.09 20:40:01.444904 [ 258 ] {13b82d40-9ee1-42bf-9d05-0c15473e1f31} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1076 | 2025.01.09 20:40:01.444926 [ 258 ] {13b82d40-9ee1-42bf-9d05-0c15473e1f31} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1077 | 2025.01.09 20:40:01.445544 [ 258 ] {13b82d40-9ee1-42bf-9d05-0c15473e1f31} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.00169 sec., 8284.023668639053 rows/sec., 338.04 KiB/sec. | ||
| 1078 | 2025.01.09 20:40:01.445667 [ 258 ] {13b82d40-9ee1-42bf-9d05-0c15473e1f31} <Debug> TCPHandler: Processed in 0.001966019 sec. | ||
| 1079 | 2025.01.09 20:40:01.445950 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1080 | 2025.01.09 20:40:01.446147 [ 260 ] {08ceb9e4-bc72-4af3-9217-d3bd2589ca5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1081 | 2025.01.09 20:40:01.446472 [ 260 ] {08ceb9e4-bc72-4af3-9217-d3bd2589ca5b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1082 | 2025.01.09 20:40:01.446516 [ 260 ] {08ceb9e4-bc72-4af3-9217-d3bd2589ca5b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1083 | 2025.01.09 20:40:01.446806 [ 260 ] {08ceb9e4-bc72-4af3-9217-d3bd2589ca5b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1084 | 2025.01.09 20:40:01.446881 [ 260 ] {08ceb9e4-bc72-4af3-9217-d3bd2589ca5b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1085 | 2025.01.09 20:40:01.447037 [ 260 ] {08ceb9e4-bc72-4af3-9217-d3bd2589ca5b} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1086 | 2025.01.09 20:40:01.447074 [ 260 ] {08ceb9e4-bc72-4af3-9217-d3bd2589ca5b} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1087 | 2025.01.09 20:40:01.447098 [ 260 ] {08ceb9e4-bc72-4af3-9217-d3bd2589ca5b} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1088 | 2025.01.09 20:40:01.447116 [ 260 ] {08ceb9e4-bc72-4af3-9217-d3bd2589ca5b} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1089 | 2025.01.09 20:40:01.447161 [ 260 ] {08ceb9e4-bc72-4af3-9217-d3bd2589ca5b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1090 | 2025.01.09 20:40:01.447183 [ 260 ] {08ceb9e4-bc72-4af3-9217-d3bd2589ca5b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1091 | 2025.01.09 20:40:01.447726 [ 260 ] {08ceb9e4-bc72-4af3-9217-d3bd2589ca5b} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001661 sec., 8428.657435279953 rows/sec., 343.94 KiB/sec. | ||
| 1092 | 2025.01.09 20:40:01.447814 [ 260 ] {08ceb9e4-bc72-4af3-9217-d3bd2589ca5b} <Debug> TCPHandler: Processed in 0.001928618 sec. | ||
| 1093 | 2025.01.09 20:40:01.448082 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1094 | 2025.01.09 20:40:01.448257 [ 258 ] {7776201c-ed74-44df-9706-0783bee5f24f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1095 | 2025.01.09 20:40:01.448605 [ 258 ] {7776201c-ed74-44df-9706-0783bee5f24f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1096 | 2025.01.09 20:40:01.448667 [ 258 ] {7776201c-ed74-44df-9706-0783bee5f24f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1097 | 2025.01.09 20:40:01.449036 [ 258 ] {7776201c-ed74-44df-9706-0783bee5f24f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1098 | 2025.01.09 20:40:01.449110 [ 258 ] {7776201c-ed74-44df-9706-0783bee5f24f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1099 | 2025.01.09 20:40:01.449263 [ 258 ] {7776201c-ed74-44df-9706-0783bee5f24f} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1100 | 2025.01.09 20:40:01.449296 [ 258 ] {7776201c-ed74-44df-9706-0783bee5f24f} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1101 | 2025.01.09 20:40:01.449320 [ 258 ] {7776201c-ed74-44df-9706-0783bee5f24f} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1102 | 2025.01.09 20:40:01.449338 [ 258 ] {7776201c-ed74-44df-9706-0783bee5f24f} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1103 | 2025.01.09 20:40:01.449383 [ 258 ] {7776201c-ed74-44df-9706-0783bee5f24f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1104 | 2025.01.09 20:40:01.449407 [ 258 ] {7776201c-ed74-44df-9706-0783bee5f24f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1105 | 2025.01.09 20:40:01.450089 [ 258 ] {7776201c-ed74-44df-9706-0783bee5f24f} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001913 sec., 7318.348144276007 rows/sec., 298.64 KiB/sec. | ||
| 1106 | 2025.01.09 20:40:01.450212 [ 258 ] {7776201c-ed74-44df-9706-0783bee5f24f} <Debug> TCPHandler: Processed in 0.002190614 sec. | ||
| 1107 | 2025.01.09 20:40:01.450465 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1108 | 2025.01.09 20:40:01.450650 [ 260 ] {49efdb22-41b6-4c7f-a0da-1320d9ed0042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1109 | 2025.01.09 20:40:01.450977 [ 260 ] {49efdb22-41b6-4c7f-a0da-1320d9ed0042} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1110 | 2025.01.09 20:40:01.451023 [ 260 ] {49efdb22-41b6-4c7f-a0da-1320d9ed0042} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1111 | 2025.01.09 20:40:01.451315 [ 260 ] {49efdb22-41b6-4c7f-a0da-1320d9ed0042} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1112 | 2025.01.09 20:40:01.451393 [ 260 ] {49efdb22-41b6-4c7f-a0da-1320d9ed0042} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1113 | 2025.01.09 20:40:01.451552 [ 260 ] {49efdb22-41b6-4c7f-a0da-1320d9ed0042} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1114 | 2025.01.09 20:40:01.451587 [ 260 ] {49efdb22-41b6-4c7f-a0da-1320d9ed0042} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1115 | 2025.01.09 20:40:01.451612 [ 260 ] {49efdb22-41b6-4c7f-a0da-1320d9ed0042} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1116 | 2025.01.09 20:40:01.451631 [ 260 ] {49efdb22-41b6-4c7f-a0da-1320d9ed0042} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1117 | 2025.01.09 20:40:01.451678 [ 260 ] {49efdb22-41b6-4c7f-a0da-1320d9ed0042} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1118 | 2025.01.09 20:40:01.451706 [ 260 ] {49efdb22-41b6-4c7f-a0da-1320d9ed0042} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1119 | 2025.01.09 20:40:01.452268 [ 260 ] {49efdb22-41b6-4c7f-a0da-1320d9ed0042} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.0017 sec., 8235.29411764706 rows/sec., 336.05 KiB/sec. | ||
| 1120 | 2025.01.09 20:40:01.452355 [ 260 ] {49efdb22-41b6-4c7f-a0da-1320d9ed0042} <Debug> TCPHandler: Processed in 0.001951238 sec. | ||
| 1121 | 2025.01.09 20:40:01.452613 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1122 | 2025.01.09 20:40:01.452794 [ 258 ] {a96346ef-f858-41e4-addc-defadc17f648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1123 | 2025.01.09 20:40:01.453109 [ 258 ] {a96346ef-f858-41e4-addc-defadc17f648} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1124 | 2025.01.09 20:40:01.453153 [ 258 ] {a96346ef-f858-41e4-addc-defadc17f648} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1125 | 2025.01.09 20:40:01.453430 [ 258 ] {a96346ef-f858-41e4-addc-defadc17f648} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1126 | 2025.01.09 20:40:01.453497 [ 258 ] {a96346ef-f858-41e4-addc-defadc17f648} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1127 | 2025.01.09 20:40:01.453651 [ 258 ] {a96346ef-f858-41e4-addc-defadc17f648} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1128 | 2025.01.09 20:40:01.453687 [ 258 ] {a96346ef-f858-41e4-addc-defadc17f648} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1129 | 2025.01.09 20:40:01.453722 [ 258 ] {a96346ef-f858-41e4-addc-defadc17f648} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1130 | 2025.01.09 20:40:01.453750 [ 258 ] {a96346ef-f858-41e4-addc-defadc17f648} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1131 | 2025.01.09 20:40:01.453801 [ 258 ] {a96346ef-f858-41e4-addc-defadc17f648} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1132 | 2025.01.09 20:40:01.453827 [ 258 ] {a96346ef-f858-41e4-addc-defadc17f648} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1133 | 2025.01.09 20:40:01.454404 [ 258 ] {a96346ef-f858-41e4-addc-defadc17f648} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001695 sec., 8259.587020648969 rows/sec., 337.04 KiB/sec. | ||
| 1134 | 2025.01.09 20:40:01.454520 [ 258 ] {a96346ef-f858-41e4-addc-defadc17f648} <Debug> TCPHandler: Processed in 0.001963339 sec. | ||
| 1135 | 2025.01.09 20:40:01.454808 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1136 | 2025.01.09 20:40:01.454990 [ 260 ] {ece70926-9b13-44f4-865b-41e9f6fec8ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1137 | 2025.01.09 20:40:01.455316 [ 260 ] {ece70926-9b13-44f4-865b-41e9f6fec8ce} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1138 | 2025.01.09 20:40:01.455361 [ 260 ] {ece70926-9b13-44f4-865b-41e9f6fec8ce} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1139 | 2025.01.09 20:40:01.455651 [ 260 ] {ece70926-9b13-44f4-865b-41e9f6fec8ce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1140 | 2025.01.09 20:40:01.455720 [ 260 ] {ece70926-9b13-44f4-865b-41e9f6fec8ce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1141 | 2025.01.09 20:40:01.455874 [ 260 ] {ece70926-9b13-44f4-865b-41e9f6fec8ce} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1142 | 2025.01.09 20:40:01.455910 [ 260 ] {ece70926-9b13-44f4-865b-41e9f6fec8ce} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1143 | 2025.01.09 20:40:01.455934 [ 260 ] {ece70926-9b13-44f4-865b-41e9f6fec8ce} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1144 | 2025.01.09 20:40:01.455952 [ 260 ] {ece70926-9b13-44f4-865b-41e9f6fec8ce} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1145 | 2025.01.09 20:40:01.455998 [ 260 ] {ece70926-9b13-44f4-865b-41e9f6fec8ce} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1146 | 2025.01.09 20:40:01.456025 [ 260 ] {ece70926-9b13-44f4-865b-41e9f6fec8ce} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1147 | 2025.01.09 20:40:01.456577 [ 260 ] {ece70926-9b13-44f4-865b-41e9f6fec8ce} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001671 sec., 8378.216636744464 rows/sec., 341.88 KiB/sec. | ||
| 1148 | 2025.01.09 20:40:01.456665 [ 260 ] {ece70926-9b13-44f4-865b-41e9f6fec8ce} <Debug> TCPHandler: Processed in 0.001919058 sec. | ||
| 1149 | 2025.01.09 20:40:01.460926 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1150 | 2025.01.09 20:40:01.461111 [ 258 ] {4c5f5649-b395-4189-b55f-2f5253bacfd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1151 | 2025.01.09 20:40:01.461464 [ 258 ] {4c5f5649-b395-4189-b55f-2f5253bacfd5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1152 | 2025.01.09 20:40:01.461515 [ 258 ] {4c5f5649-b395-4189-b55f-2f5253bacfd5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1153 | 2025.01.09 20:40:01.461815 [ 258 ] {4c5f5649-b395-4189-b55f-2f5253bacfd5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1154 | 2025.01.09 20:40:01.461884 [ 258 ] {4c5f5649-b395-4189-b55f-2f5253bacfd5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1155 | 2025.01.09 20:40:01.462040 [ 258 ] {4c5f5649-b395-4189-b55f-2f5253bacfd5} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1156 | 2025.01.09 20:40:01.462077 [ 258 ] {4c5f5649-b395-4189-b55f-2f5253bacfd5} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1157 | 2025.01.09 20:40:01.462102 [ 258 ] {4c5f5649-b395-4189-b55f-2f5253bacfd5} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1158 | 2025.01.09 20:40:01.462120 [ 258 ] {4c5f5649-b395-4189-b55f-2f5253bacfd5} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1159 | 2025.01.09 20:40:01.462164 [ 258 ] {4c5f5649-b395-4189-b55f-2f5253bacfd5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1160 | 2025.01.09 20:40:01.462189 [ 258 ] {4c5f5649-b395-4189-b55f-2f5253bacfd5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1161 | 2025.01.09 20:40:01.462810 [ 258 ] {4c5f5649-b395-4189-b55f-2f5253bacfd5} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001783 sec., 7851.934941110488 rows/sec., 320.41 KiB/sec. | ||
| 1162 | 2025.01.09 20:40:01.462929 [ 258 ] {4c5f5649-b395-4189-b55f-2f5253bacfd5} <Debug> TCPHandler: Processed in 0.002060491 sec. | ||
| 1163 | 2025.01.09 20:40:01.464256 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1164 | 2025.01.09 20:40:01.464401 [ 260 ] {b79bea6d-0494-479f-93c8-ce0632886c81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1165 | 2025.01.09 20:40:01.464461 [ 260 ] {b79bea6d-0494-479f-93c8-ce0632886c81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1166 | 2025.01.09 20:40:01.465287 [ 260 ] {b79bea6d-0494-479f-93c8-ce0632886c81} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1167 | 2025.01.09 20:40:01.465333 [ 260 ] {b79bea6d-0494-479f-93c8-ce0632886c81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1168 | 2025.01.09 20:40:01.465857 [ 260 ] {b79bea6d-0494-479f-93c8-ce0632886c81} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1169 | 2025.01.09 20:40:01.466103 [ 260 ] {b79bea6d-0494-479f-93c8-ce0632886c81} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1170 | 2025.01.09 20:40:01.466306 [ 260 ] {b79bea6d-0494-479f-93c8-ce0632886c81} <Debug> executeQuery: Read 13 rows, 2.63 KiB in 0.001949 sec., 6670.087224217547 rows/sec., 1.32 MiB/sec. | ||
| 1171 | 2025.01.09 20:40:01.466374 [ 260 ] {b79bea6d-0494-479f-93c8-ce0632886c81} <Debug> TCPHandler: Processed in 0.002190714 sec. | ||
| 1172 | 2025.01.09 20:40:01.466542 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1173 | 2025.01.09 20:40:01.466683 [ 258 ] {c21fcf4d-fa29-4b87-b67a-8ecbc7f8494f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1174 | 2025.01.09 20:40:01.466739 [ 258 ] {c21fcf4d-fa29-4b87-b67a-8ecbc7f8494f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1175 | 2025.01.09 20:40:01.469866 [ 258 ] {c21fcf4d-fa29-4b87-b67a-8ecbc7f8494f} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1176 | 2025.01.09 20:40:01.469930 [ 258 ] {c21fcf4d-fa29-4b87-b67a-8ecbc7f8494f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1177 | 2025.01.09 20:40:01.470407 [ 258 ] {c21fcf4d-fa29-4b87-b67a-8ecbc7f8494f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1178 | 2025.01.09 20:40:01.470665 [ 258 ] {c21fcf4d-fa29-4b87-b67a-8ecbc7f8494f} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1179 | 2025.01.09 20:40:01.470929 [ 258 ] {c21fcf4d-fa29-4b87-b67a-8ecbc7f8494f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00428 sec., 3271.0280373831774 rows/sec., 235.47 KiB/sec. | ||
| 1180 | 2025.01.09 20:40:01.471100 [ 258 ] {c21fcf4d-fa29-4b87-b67a-8ecbc7f8494f} <Debug> TCPHandler: Processed in 0.004618845 sec. | ||
| 1181 | 2025.01.09 20:40:01.471293 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1182 | 2025.01.09 20:40:01.471426 [ 260 ] {c194d4e4-4338-40bf-a63f-ee57c8ef973a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1183 | 2025.01.09 20:40:01.471481 [ 260 ] {c194d4e4-4338-40bf-a63f-ee57c8ef973a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1184 | 2025.01.09 20:40:01.472289 [ 260 ] {c194d4e4-4338-40bf-a63f-ee57c8ef973a} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1185 | 2025.01.09 20:40:01.472333 [ 260 ] {c194d4e4-4338-40bf-a63f-ee57c8ef973a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1186 | 2025.01.09 20:40:01.472780 [ 260 ] {c194d4e4-4338-40bf-a63f-ee57c8ef973a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1187 | 2025.01.09 20:40:01.473036 [ 260 ] {c194d4e4-4338-40bf-a63f-ee57c8ef973a} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1188 | 2025.01.09 20:40:01.473258 [ 260 ] {c194d4e4-4338-40bf-a63f-ee57c8ef973a} <Debug> executeQuery: Read 189 rows, 17.18 KiB in 0.001864 sec., 101394.84978540773 rows/sec., 9.00 MiB/sec. | ||
| 1189 | 2025.01.09 20:40:01.473327 [ 260 ] {c194d4e4-4338-40bf-a63f-ee57c8ef973a} <Debug> TCPHandler: Processed in 0.002099172 sec. | ||
| 1190 | 2025.01.09 20:40:01.473522 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1191 | 2025.01.09 20:40:01.473654 [ 258 ] {15494cb1-fcc8-4eb2-9335-e375a549386d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1192 | 2025.01.09 20:40:01.473708 [ 258 ] {15494cb1-fcc8-4eb2-9335-e375a549386d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1193 | 2025.01.09 20:40:01.474561 [ 258 ] {15494cb1-fcc8-4eb2-9335-e375a549386d} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1194 | 2025.01.09 20:40:01.474602 [ 258 ] {15494cb1-fcc8-4eb2-9335-e375a549386d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1195 | 2025.01.09 20:40:01.474974 [ 258 ] {15494cb1-fcc8-4eb2-9335-e375a549386d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1196 | 2025.01.09 20:40:01.475262 [ 258 ] {15494cb1-fcc8-4eb2-9335-e375a549386d} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1197 | 2025.01.09 20:40:01.475540 [ 258 ] {15494cb1-fcc8-4eb2-9335-e375a549386d} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001913 sec., 7841.087297438578 rows/sec., 552.86 KiB/sec. | ||
| 1198 | 2025.01.09 20:40:01.475677 [ 258 ] {15494cb1-fcc8-4eb2-9335-e375a549386d} <Debug> TCPHandler: Processed in 0.002226335 sec. | ||
| 1199 | 2025.01.09 20:40:01.475843 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1200 | 2025.01.09 20:40:01.475976 [ 260 ] {d65c2dcd-7fb0-43cb-8936-6e2f87fbd09a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1201 | 2025.01.09 20:40:01.476030 [ 260 ] {d65c2dcd-7fb0-43cb-8936-6e2f87fbd09a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1202 | 2025.01.09 20:40:01.476632 [ 260 ] {d65c2dcd-7fb0-43cb-8936-6e2f87fbd09a} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1203 | 2025.01.09 20:40:01.476672 [ 260 ] {d65c2dcd-7fb0-43cb-8936-6e2f87fbd09a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1204 | 2025.01.09 20:40:01.477123 [ 260 ] {d65c2dcd-7fb0-43cb-8936-6e2f87fbd09a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1205 | 2025.01.09 20:40:01.477441 [ 260 ] {d65c2dcd-7fb0-43cb-8936-6e2f87fbd09a} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1206 | 2025.01.09 20:40:01.477733 [ 260 ] {d65c2dcd-7fb0-43cb-8936-6e2f87fbd09a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001778 sec., 7874.015748031496 rows/sec., 551.44 KiB/sec. | ||
| 1207 | 2025.01.09 20:40:01.477826 [ 260 ] {d65c2dcd-7fb0-43cb-8936-6e2f87fbd09a} <Debug> TCPHandler: Processed in 0.00204312 sec. | ||
| 1208 | 2025.01.09 20:40:01.477991 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1209 | 2025.01.09 20:40:01.478126 [ 258 ] {5781e7b1-9551-4111-8ba1-1bb1b94c6b25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1210 | 2025.01.09 20:40:01.478178 [ 258 ] {5781e7b1-9551-4111-8ba1-1bb1b94c6b25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1211 | 2025.01.09 20:40:01.478784 [ 258 ] {5781e7b1-9551-4111-8ba1-1bb1b94c6b25} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1212 | 2025.01.09 20:40:01.478826 [ 258 ] {5781e7b1-9551-4111-8ba1-1bb1b94c6b25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1213 | 2025.01.09 20:40:01.479211 [ 258 ] {5781e7b1-9551-4111-8ba1-1bb1b94c6b25} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1214 | 2025.01.09 20:40:01.479474 [ 258 ] {5781e7b1-9551-4111-8ba1-1bb1b94c6b25} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1215 | 2025.01.09 20:40:01.479743 [ 258 ] {5781e7b1-9551-4111-8ba1-1bb1b94c6b25} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00163 sec., 7975.460122699386 rows/sec., 497.27 KiB/sec. | ||
| 1216 | 2025.01.09 20:40:01.479839 [ 258 ] {5781e7b1-9551-4111-8ba1-1bb1b94c6b25} <Debug> TCPHandler: Processed in 0.001905817 sec. | ||
| 1217 | 2025.01.09 20:40:01.480006 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1218 | 2025.01.09 20:40:01.480135 [ 260 ] {20ae1a26-b602-44fc-9442-d4b1785f56e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1219 | 2025.01.09 20:40:01.480187 [ 260 ] {20ae1a26-b602-44fc-9442-d4b1785f56e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1220 | 2025.01.09 20:40:01.480933 [ 260 ] {20ae1a26-b602-44fc-9442-d4b1785f56e6} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1221 | 2025.01.09 20:40:01.480973 [ 260 ] {20ae1a26-b602-44fc-9442-d4b1785f56e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1222 | 2025.01.09 20:40:01.481357 [ 260 ] {20ae1a26-b602-44fc-9442-d4b1785f56e6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1223 | 2025.01.09 20:40:01.481595 [ 260 ] {20ae1a26-b602-44fc-9442-d4b1785f56e6} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1224 | 2025.01.09 20:40:01.481780 [ 260 ] {20ae1a26-b602-44fc-9442-d4b1785f56e6} <Debug> executeQuery: Read 354 rows, 25.44 KiB in 0.001675 sec., 211343.28358208956 rows/sec., 14.83 MiB/sec. | ||
| 1225 | 2025.01.09 20:40:01.481841 [ 260 ] {20ae1a26-b602-44fc-9442-d4b1785f56e6} <Debug> TCPHandler: Processed in 0.001899607 sec. | ||
| 1226 | 2025.01.09 20:40:01.482006 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1227 | 2025.01.09 20:40:01.482133 [ 258 ] {412a1160-3bca-4cb5-90dc-0d441ee17b7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1228 | 2025.01.09 20:40:01.482191 [ 258 ] {412a1160-3bca-4cb5-90dc-0d441ee17b7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1229 | 2025.01.09 20:40:01.482696 [ 258 ] {412a1160-3bca-4cb5-90dc-0d441ee17b7b} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1230 | 2025.01.09 20:40:01.482736 [ 258 ] {412a1160-3bca-4cb5-90dc-0d441ee17b7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1231 | 2025.01.09 20:40:01.483124 [ 258 ] {412a1160-3bca-4cb5-90dc-0d441ee17b7b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1232 | 2025.01.09 20:40:01.483383 [ 258 ] {412a1160-3bca-4cb5-90dc-0d441ee17b7b} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1233 | 2025.01.09 20:40:01.483653 [ 258 ] {412a1160-3bca-4cb5-90dc-0d441ee17b7b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001532 sec., 3916.44908616188 rows/sec., 204.62 KiB/sec. | ||
| 1234 | 2025.01.09 20:40:01.483718 [ 258 ] {412a1160-3bca-4cb5-90dc-0d441ee17b7b} <Debug> TCPHandler: Processed in 0.001775814 sec. | ||
| 1235 | 2025.01.09 20:40:01.483874 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1236 | 2025.01.09 20:40:01.483995 [ 260 ] {d6145f36-1523-4b78-9f0f-c57c824afb8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1237 | 2025.01.09 20:40:01.484050 [ 260 ] {d6145f36-1523-4b78-9f0f-c57c824afb8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1238 | 2025.01.09 20:40:01.484634 [ 260 ] {d6145f36-1523-4b78-9f0f-c57c824afb8e} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1239 | 2025.01.09 20:40:01.484672 [ 260 ] {d6145f36-1523-4b78-9f0f-c57c824afb8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1240 | 2025.01.09 20:40:01.485072 [ 260 ] {d6145f36-1523-4b78-9f0f-c57c824afb8e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1241 | 2025.01.09 20:40:01.485315 [ 260 ] {d6145f36-1523-4b78-9f0f-c57c824afb8e} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1242 | 2025.01.09 20:40:01.485494 [ 260 ] {d6145f36-1523-4b78-9f0f-c57c824afb8e} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001528 sec., 115837.69633507852 rows/sec., 7.64 MiB/sec. | ||
| 1243 | 2025.01.09 20:40:01.485554 [ 260 ] {d6145f36-1523-4b78-9f0f-c57c824afb8e} <Debug> TCPHandler: Processed in 0.001735673 sec. | ||
| 1244 | 2025.01.09 20:40:01.485733 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1245 | 2025.01.09 20:40:01.485852 [ 258 ] {9f5a8300-4f8e-4ef4-b9fc-da191156a9a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1246 | 2025.01.09 20:40:01.485903 [ 258 ] {9f5a8300-4f8e-4ef4-b9fc-da191156a9a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1247 | 2025.01.09 20:40:01.486388 [ 258 ] {9f5a8300-4f8e-4ef4-b9fc-da191156a9a4} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1248 | 2025.01.09 20:40:01.486429 [ 258 ] {9f5a8300-4f8e-4ef4-b9fc-da191156a9a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1249 | 2025.01.09 20:40:01.486812 [ 258 ] {9f5a8300-4f8e-4ef4-b9fc-da191156a9a4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1250 | 2025.01.09 20:40:01.487054 [ 258 ] {9f5a8300-4f8e-4ef4-b9fc-da191156a9a4} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1251 | 2025.01.09 20:40:01.487251 [ 258 ] {9f5a8300-4f8e-4ef4-b9fc-da191156a9a4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001425 sec., 701.7543859649122 rows/sec., 47.29 KiB/sec. | ||
| 1252 | 2025.01.09 20:40:01.487302 [ 258 ] {9f5a8300-4f8e-4ef4-b9fc-da191156a9a4} <Debug> TCPHandler: Processed in 0.001624991 sec. | ||
| 1253 | 2025.01.09 20:40:01.487452 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1254 | 2025.01.09 20:40:01.487574 [ 260 ] {63c091f5-829d-4c52-a903-c2fa058a8145} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1255 | 2025.01.09 20:40:01.487656 [ 260 ] {63c091f5-829d-4c52-a903-c2fa058a8145} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1256 | 2025.01.09 20:40:01.488764 [ 260 ] {63c091f5-829d-4c52-a903-c2fa058a8145} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1257 | 2025.01.09 20:40:01.488803 [ 260 ] {63c091f5-829d-4c52-a903-c2fa058a8145} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1258 | 2025.01.09 20:40:01.491463 [ 260 ] {63c091f5-829d-4c52-a903-c2fa058a8145} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1259 | 2025.01.09 20:40:01.491729 [ 260 ] {63c091f5-829d-4c52-a903-c2fa058a8145} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1260 | 2025.01.09 20:40:01.491991 [ 260 ] {63c091f5-829d-4c52-a903-c2fa058a8145} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004432 sec., 1805.0541516245487 rows/sec., 3.23 MiB/sec. | ||
| 1261 | 2025.01.09 20:40:01.492116 [ 260 ] {63c091f5-829d-4c52-a903-c2fa058a8145} <Debug> TCPHandler: Processed in 0.004722417 sec. | ||
| 1262 | 2025.01.09 20:40:01.492278 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1263 | 2025.01.09 20:40:01.492398 [ 258 ] {31958cdd-3cd0-401f-9119-ea5639ce0291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1264 | 2025.01.09 20:40:01.492458 [ 258 ] {31958cdd-3cd0-401f-9119-ea5639ce0291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1265 | 2025.01.09 20:40:01.492949 [ 258 ] {31958cdd-3cd0-401f-9119-ea5639ce0291} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1266 | 2025.01.09 20:40:01.493010 [ 258 ] {31958cdd-3cd0-401f-9119-ea5639ce0291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1267 | 2025.01.09 20:40:01.493513 [ 258 ] {31958cdd-3cd0-401f-9119-ea5639ce0291} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1268 | 2025.01.09 20:40:01.493857 [ 258 ] {31958cdd-3cd0-401f-9119-ea5639ce0291} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1269 | 2025.01.09 20:40:01.494193 [ 258 ] {31958cdd-3cd0-401f-9119-ea5639ce0291} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001803 sec., 28840.820854132002 rows/sec., 1.79 MiB/sec. | ||
| 1270 | 2025.01.09 20:40:01.494281 [ 258 ] {31958cdd-3cd0-401f-9119-ea5639ce0291} <Debug> TCPHandler: Processed in 0.002057321 sec. | ||
| 1271 | 2025.01.09 20:40:06.419901 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1272 | 2025.01.09 20:40:06.420112 [ 258 ] {263a2a05-7df3-4a58-a3d7-9e67a1acbc47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1273 | 2025.01.09 20:40:06.420184 [ 258 ] {263a2a05-7df3-4a58-a3d7-9e67a1acbc47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1274 | 2025.01.09 20:40:06.420928 [ 258 ] {263a2a05-7df3-4a58-a3d7-9e67a1acbc47} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1275 | 2025.01.09 20:40:06.421007 [ 258 ] {263a2a05-7df3-4a58-a3d7-9e67a1acbc47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1276 | 2025.01.09 20:40:06.421438 [ 258 ] {263a2a05-7df3-4a58-a3d7-9e67a1acbc47} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1277 | 2025.01.09 20:40:06.421694 [ 258 ] {263a2a05-7df3-4a58-a3d7-9e67a1acbc47} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1278 | 2025.01.09 20:40:06.422013 [ 258 ] {263a2a05-7df3-4a58-a3d7-9e67a1acbc47} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001936 sec., 13429.752066115703 rows/sec., 1.01 MiB/sec. | ||
| 1279 | 2025.01.09 20:40:06.422123 [ 258 ] {263a2a05-7df3-4a58-a3d7-9e67a1acbc47} <Debug> TCPHandler: Processed in 0.002359238 sec. | ||
| 1280 | 2025.01.09 20:40:06.422377 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1281 | 2025.01.09 20:40:06.422568 [ 260 ] {e4f885e6-e12f-4907-a83a-b05ef00e5ab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1282 | 2025.01.09 20:40:06.422638 [ 260 ] {e4f885e6-e12f-4907-a83a-b05ef00e5ab3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1283 | 2025.01.09 20:40:06.423367 [ 260 ] {e4f885e6-e12f-4907-a83a-b05ef00e5ab3} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1284 | 2025.01.09 20:40:06.423441 [ 260 ] {e4f885e6-e12f-4907-a83a-b05ef00e5ab3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1285 | 2025.01.09 20:40:06.423866 [ 260 ] {e4f885e6-e12f-4907-a83a-b05ef00e5ab3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1286 | 2025.01.09 20:40:06.424117 [ 260 ] {e4f885e6-e12f-4907-a83a-b05ef00e5ab3} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1287 | 2025.01.09 20:40:06.424352 [ 260 ] {e4f885e6-e12f-4907-a83a-b05ef00e5ab3} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001836 sec., 15250.544662309369 rows/sec., 1.19 MiB/sec. | ||
| 1288 | 2025.01.09 20:40:06.424409 [ 260 ] {e4f885e6-e12f-4907-a83a-b05ef00e5ab3} <Debug> TCPHandler: Processed in 0.002160174 sec. | ||
| 1289 | 2025.01.09 20:40:06.424579 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1290 | 2025.01.09 20:40:06.424720 [ 258 ] {de18e420-1cdf-4a35-bf18-206e4583ae34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1291 | 2025.01.09 20:40:06.424783 [ 258 ] {de18e420-1cdf-4a35-bf18-206e4583ae34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1292 | 2025.01.09 20:40:06.425449 [ 258 ] {de18e420-1cdf-4a35-bf18-206e4583ae34} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1293 | 2025.01.09 20:40:06.425503 [ 258 ] {de18e420-1cdf-4a35-bf18-206e4583ae34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1294 | 2025.01.09 20:40:06.425934 [ 258 ] {de18e420-1cdf-4a35-bf18-206e4583ae34} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1295 | 2025.01.09 20:40:06.426172 [ 258 ] {de18e420-1cdf-4a35-bf18-206e4583ae34} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1296 | 2025.01.09 20:40:06.426384 [ 258 ] {de18e420-1cdf-4a35-bf18-206e4583ae34} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001697 sec., 58927.519151443725 rows/sec., 4.09 MiB/sec. | ||
| 1297 | 2025.01.09 20:40:06.426438 [ 258 ] {de18e420-1cdf-4a35-bf18-206e4583ae34} <Debug> TCPHandler: Processed in 0.001923728 sec. | ||
| 1298 | 2025.01.09 20:40:06.426610 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1299 | 2025.01.09 20:40:06.426737 [ 260 ] {0ce58437-5400-4a97-9411-9cc62f55d05d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1300 | 2025.01.09 20:40:06.426791 [ 260 ] {0ce58437-5400-4a97-9411-9cc62f55d05d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1301 | 2025.01.09 20:40:06.427309 [ 260 ] {0ce58437-5400-4a97-9411-9cc62f55d05d} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1302 | 2025.01.09 20:40:06.427349 [ 260 ] {0ce58437-5400-4a97-9411-9cc62f55d05d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1303 | 2025.01.09 20:40:06.427743 [ 260 ] {0ce58437-5400-4a97-9411-9cc62f55d05d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1304 | 2025.01.09 20:40:06.427984 [ 260 ] {0ce58437-5400-4a97-9411-9cc62f55d05d} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1305 | 2025.01.09 20:40:06.428273 [ 260 ] {0ce58437-5400-4a97-9411-9cc62f55d05d} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001551 sec., 19342.35976789168 rows/sec., 1.33 MiB/sec. | ||
| 1306 | 2025.01.09 20:40:06.428351 [ 260 ] {0ce58437-5400-4a97-9411-9cc62f55d05d} <Debug> TCPHandler: Processed in 0.001800644 sec. | ||
| 1307 | 2025.01.09 20:40:08.149881 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
| 1308 | 2025.01.09 20:40:08.150520 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1309 | 2025.01.09 20:40:08.150564 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1310 | 2025.01.09 20:40:08.151109 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1311 | 2025.01.09 20:40:08.151356 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1312 | 2025.01.09 20:40:08.151590 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
| 1313 | 2025.01.09 20:40:08.270751 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1314 | 2025.01.09 20:40:08.290714 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1315 | 2025.01.09 20:40:08.290768 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1316 | 2025.01.09 20:40:08.297260 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1317 | 2025.01.09 20:40:08.298006 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1318 | 2025.01.09 20:40:08.301058 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1319 | 2025.01.09 20:40:10.637322 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 194 | ||
| 1320 | 2025.01.09 20:40:10.640821 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1321 | 2025.01.09 20:40:10.640865 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1322 | 2025.01.09 20:40:10.642488 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1323 | 2025.01.09 20:40:10.642810 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1324 | 2025.01.09 20:40:10.643317 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 194 | ||
| 1325 | 2025.01.09 20:40:11.423697 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1326 | 2025.01.09 20:40:11.424001 [ 258 ] {6a8f1f3c-60a5-4c2f-b0a6-77f7b2b88b6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1327 | 2025.01.09 20:40:11.424113 [ 258 ] {6a8f1f3c-60a5-4c2f-b0a6-77f7b2b88b6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1328 | 2025.01.09 20:40:11.425011 [ 258 ] {6a8f1f3c-60a5-4c2f-b0a6-77f7b2b88b6b} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1329 | 2025.01.09 20:40:11.425054 [ 258 ] {6a8f1f3c-60a5-4c2f-b0a6-77f7b2b88b6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1330 | 2025.01.09 20:40:11.425500 [ 258 ] {6a8f1f3c-60a5-4c2f-b0a6-77f7b2b88b6b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1331 | 2025.01.09 20:40:11.425755 [ 258 ] {6a8f1f3c-60a5-4c2f-b0a6-77f7b2b88b6b} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1332 | 2025.01.09 20:40:11.425979 [ 258 ] {6a8f1f3c-60a5-4c2f-b0a6-77f7b2b88b6b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002066 sec., 6776.379477250725 rows/sec., 487.81 KiB/sec. | ||
| 1333 | 2025.01.09 20:40:11.426034 [ 258 ] {6a8f1f3c-60a5-4c2f-b0a6-77f7b2b88b6b} <Debug> TCPHandler: Processed in 0.002527252 sec. | ||
| 1334 | 2025.01.09 20:40:11.426363 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1335 | 2025.01.09 20:40:11.426606 [ 260 ] {5023689d-da5a-4029-9a71-65cc7dc60c34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1336 | 2025.01.09 20:40:11.426691 [ 260 ] {5023689d-da5a-4029-9a71-65cc7dc60c34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1337 | 2025.01.09 20:40:11.427594 [ 260 ] {5023689d-da5a-4029-9a71-65cc7dc60c34} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1338 | 2025.01.09 20:40:11.427643 [ 260 ] {5023689d-da5a-4029-9a71-65cc7dc60c34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1339 | 2025.01.09 20:40:11.428090 [ 260 ] {5023689d-da5a-4029-9a71-65cc7dc60c34} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1340 | 2025.01.09 20:40:11.428369 [ 260 ] {5023689d-da5a-4029-9a71-65cc7dc60c34} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1341 | 2025.01.09 20:40:11.428660 [ 260 ] {5023689d-da5a-4029-9a71-65cc7dc60c34} <Debug> executeQuery: Read 189 rows, 17.18 KiB in 0.002111 sec., 89531.02794883942 rows/sec., 7.95 MiB/sec. | ||
| 1342 | 2025.01.09 20:40:11.428733 [ 260 ] {5023689d-da5a-4029-9a71-65cc7dc60c34} <Debug> TCPHandler: Processed in 0.002564623 sec. | ||
| 1343 | 2025.01.09 20:40:11.428900 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1344 | 2025.01.09 20:40:11.429025 [ 258 ] {f6e819e9-f9dc-412d-bf86-c06dfb9e8696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1345 | 2025.01.09 20:40:11.429077 [ 258 ] {f6e819e9-f9dc-412d-bf86-c06dfb9e8696} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1346 | 2025.01.09 20:40:11.429682 [ 258 ] {f6e819e9-f9dc-412d-bf86-c06dfb9e8696} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1347 | 2025.01.09 20:40:11.429723 [ 258 ] {f6e819e9-f9dc-412d-bf86-c06dfb9e8696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1348 | 2025.01.09 20:40:11.430115 [ 258 ] {f6e819e9-f9dc-412d-bf86-c06dfb9e8696} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1349 | 2025.01.09 20:40:11.430359 [ 258 ] {f6e819e9-f9dc-412d-bf86-c06dfb9e8696} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1350 | 2025.01.09 20:40:11.430558 [ 258 ] {f6e819e9-f9dc-412d-bf86-c06dfb9e8696} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00156 sec., 9615.384615384615 rows/sec., 677.96 KiB/sec. | ||
| 1351 | 2025.01.09 20:40:11.430609 [ 258 ] {f6e819e9-f9dc-412d-bf86-c06dfb9e8696} <Debug> TCPHandler: Processed in 0.001769374 sec. | ||
| 1352 | 2025.01.09 20:40:11.430769 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1353 | 2025.01.09 20:40:11.430902 [ 260 ] {8b0eab90-98c4-4efa-ad5e-dd2361b77201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1354 | 2025.01.09 20:40:11.430962 [ 260 ] {8b0eab90-98c4-4efa-ad5e-dd2361b77201} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1355 | 2025.01.09 20:40:11.431584 [ 260 ] {8b0eab90-98c4-4efa-ad5e-dd2361b77201} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1356 | 2025.01.09 20:40:11.431627 [ 260 ] {8b0eab90-98c4-4efa-ad5e-dd2361b77201} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1357 | 2025.01.09 20:40:11.431994 [ 260 ] {8b0eab90-98c4-4efa-ad5e-dd2361b77201} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1358 | 2025.01.09 20:40:11.432236 [ 260 ] {8b0eab90-98c4-4efa-ad5e-dd2361b77201} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1359 | 2025.01.09 20:40:11.432449 [ 260 ] {8b0eab90-98c4-4efa-ad5e-dd2361b77201} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00158 sec., 8860.759493670887 rows/sec., 620.55 KiB/sec. | ||
| 1360 | 2025.01.09 20:40:11.432507 [ 260 ] {8b0eab90-98c4-4efa-ad5e-dd2361b77201} <Debug> TCPHandler: Processed in 0.001802084 sec. | ||
| 1361 | 2025.01.09 20:40:11.432682 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1362 | 2025.01.09 20:40:11.432800 [ 258 ] {befdf817-786b-4061-88c5-8efe20b97b56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1363 | 2025.01.09 20:40:11.432851 [ 258 ] {befdf817-786b-4061-88c5-8efe20b97b56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1364 | 2025.01.09 20:40:11.433434 [ 258 ] {befdf817-786b-4061-88c5-8efe20b97b56} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1365 | 2025.01.09 20:40:11.433473 [ 258 ] {befdf817-786b-4061-88c5-8efe20b97b56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1366 | 2025.01.09 20:40:11.433821 [ 258 ] {befdf817-786b-4061-88c5-8efe20b97b56} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1367 | 2025.01.09 20:40:11.434066 [ 258 ] {befdf817-786b-4061-88c5-8efe20b97b56} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1368 | 2025.01.09 20:40:11.434285 [ 258 ] {befdf817-786b-4061-88c5-8efe20b97b56} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001502 sec., 8655.126498002663 rows/sec., 539.65 KiB/sec. | ||
| 1369 | 2025.01.09 20:40:11.434342 [ 258 ] {befdf817-786b-4061-88c5-8efe20b97b56} <Debug> TCPHandler: Processed in 0.001719293 sec. | ||
| 1370 | 2025.01.09 20:40:11.434499 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1371 | 2025.01.09 20:40:11.434622 [ 260 ] {491f752f-eb90-4603-8a55-9f17de9626a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1372 | 2025.01.09 20:40:11.434673 [ 260 ] {491f752f-eb90-4603-8a55-9f17de9626a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1373 | 2025.01.09 20:40:11.435455 [ 260 ] {491f752f-eb90-4603-8a55-9f17de9626a4} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1374 | 2025.01.09 20:40:11.435495 [ 260 ] {491f752f-eb90-4603-8a55-9f17de9626a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1375 | 2025.01.09 20:40:11.435877 [ 260 ] {491f752f-eb90-4603-8a55-9f17de9626a4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1376 | 2025.01.09 20:40:11.436112 [ 260 ] {491f752f-eb90-4603-8a55-9f17de9626a4} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1377 | 2025.01.09 20:40:11.436385 [ 260 ] {491f752f-eb90-4603-8a55-9f17de9626a4} <Debug> executeQuery: Read 354 rows, 25.44 KiB in 0.00179 sec., 197765.36312849162 rows/sec., 13.88 MiB/sec. | ||
| 1378 | 2025.01.09 20:40:11.436544 [ 260 ] {491f752f-eb90-4603-8a55-9f17de9626a4} <Debug> TCPHandler: Processed in 0.002103892 sec. | ||
| 1379 | 2025.01.09 20:40:11.436708 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1380 | 2025.01.09 20:40:11.436827 [ 258 ] {41a5f54e-466d-42eb-8c3a-90146fa3edd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1381 | 2025.01.09 20:40:11.436879 [ 258 ] {41a5f54e-466d-42eb-8c3a-90146fa3edd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1382 | 2025.01.09 20:40:11.437362 [ 258 ] {41a5f54e-466d-42eb-8c3a-90146fa3edd5} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1383 | 2025.01.09 20:40:11.437402 [ 258 ] {41a5f54e-466d-42eb-8c3a-90146fa3edd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1384 | 2025.01.09 20:40:11.437766 [ 258 ] {41a5f54e-466d-42eb-8c3a-90146fa3edd5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1385 | 2025.01.09 20:40:11.437996 [ 258 ] {41a5f54e-466d-42eb-8c3a-90146fa3edd5} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1386 | 2025.01.09 20:40:11.438200 [ 258 ] {41a5f54e-466d-42eb-8c3a-90146fa3edd5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001399 sec., 4288.777698355968 rows/sec., 224.07 KiB/sec. | ||
| 1387 | 2025.01.09 20:40:11.438250 [ 258 ] {41a5f54e-466d-42eb-8c3a-90146fa3edd5} <Debug> TCPHandler: Processed in 0.00159774 sec. | ||
| 1388 | 2025.01.09 20:40:11.438398 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1389 | 2025.01.09 20:40:11.438538 [ 260 ] {a9662971-5728-4540-af6f-9ebc96c3ad72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1390 | 2025.01.09 20:40:11.438603 [ 260 ] {a9662971-5728-4540-af6f-9ebc96c3ad72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1391 | 2025.01.09 20:40:11.439274 [ 260 ] {a9662971-5728-4540-af6f-9ebc96c3ad72} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1392 | 2025.01.09 20:40:11.439320 [ 260 ] {a9662971-5728-4540-af6f-9ebc96c3ad72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1393 | 2025.01.09 20:40:11.439723 [ 260 ] {a9662971-5728-4540-af6f-9ebc96c3ad72} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1394 | 2025.01.09 20:40:11.439961 [ 260 ] {a9662971-5728-4540-af6f-9ebc96c3ad72} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1395 | 2025.01.09 20:40:11.440180 [ 260 ] {a9662971-5728-4540-af6f-9ebc96c3ad72} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001675 sec., 105671.64179104478 rows/sec., 6.97 MiB/sec. | ||
| 1396 | 2025.01.09 20:40:11.440238 [ 260 ] {a9662971-5728-4540-af6f-9ebc96c3ad72} <Debug> TCPHandler: Processed in 0.001901887 sec. | ||
| 1397 | 2025.01.09 20:40:11.440386 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1398 | 2025.01.09 20:40:11.440524 [ 258 ] {92eee756-378f-4cf9-b7d4-86e8a7857b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1399 | 2025.01.09 20:40:11.440582 [ 258 ] {92eee756-378f-4cf9-b7d4-86e8a7857b0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1400 | 2025.01.09 20:40:11.441120 [ 258 ] {92eee756-378f-4cf9-b7d4-86e8a7857b0a} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1401 | 2025.01.09 20:40:11.441165 [ 258 ] {92eee756-378f-4cf9-b7d4-86e8a7857b0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1402 | 2025.01.09 20:40:11.441547 [ 258 ] {92eee756-378f-4cf9-b7d4-86e8a7857b0a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1403 | 2025.01.09 20:40:11.441778 [ 258 ] {92eee756-378f-4cf9-b7d4-86e8a7857b0a} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1404 | 2025.01.09 20:40:11.442042 [ 258 ] {92eee756-378f-4cf9-b7d4-86e8a7857b0a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00155 sec., 645.1612903225806 rows/sec., 43.47 KiB/sec. | ||
| 1405 | 2025.01.09 20:40:11.442090 [ 258 ] {92eee756-378f-4cf9-b7d4-86e8a7857b0a} <Debug> TCPHandler: Processed in 0.001761364 sec. | ||
| 1406 | 2025.01.09 20:40:11.442239 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1407 | 2025.01.09 20:40:11.442358 [ 260 ] {ab5a2bf1-e151-4301-826b-a984a9e3a656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1408 | 2025.01.09 20:40:11.442441 [ 260 ] {ab5a2bf1-e151-4301-826b-a984a9e3a656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1409 | 2025.01.09 20:40:11.443553 [ 260 ] {ab5a2bf1-e151-4301-826b-a984a9e3a656} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1410 | 2025.01.09 20:40:11.443593 [ 260 ] {ab5a2bf1-e151-4301-826b-a984a9e3a656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1411 | 2025.01.09 20:40:11.444211 [ 260 ] {ab5a2bf1-e151-4301-826b-a984a9e3a656} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1412 | 2025.01.09 20:40:11.444471 [ 260 ] {ab5a2bf1-e151-4301-826b-a984a9e3a656} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1413 | 2025.01.09 20:40:11.444699 [ 260 ] {ab5a2bf1-e151-4301-826b-a984a9e3a656} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002367 sec., 3379.8056611744823 rows/sec., 6.06 MiB/sec. | ||
| 1414 | 2025.01.09 20:40:11.444810 [ 260 ] {ab5a2bf1-e151-4301-826b-a984a9e3a656} <Debug> TCPHandler: Processed in 0.002632065 sec. | ||
| 1415 | 2025.01.09 20:40:11.444996 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1416 | 2025.01.09 20:40:11.445141 [ 258 ] {0270fcea-b439-4ad8-b075-10cf5ec6c617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1417 | 2025.01.09 20:40:11.445201 [ 258 ] {0270fcea-b439-4ad8-b075-10cf5ec6c617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1418 | 2025.01.09 20:40:11.445705 [ 258 ] {0270fcea-b439-4ad8-b075-10cf5ec6c617} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1419 | 2025.01.09 20:40:11.445744 [ 258 ] {0270fcea-b439-4ad8-b075-10cf5ec6c617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1420 | 2025.01.09 20:40:11.446110 [ 258 ] {0270fcea-b439-4ad8-b075-10cf5ec6c617} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1421 | 2025.01.09 20:40:11.446384 [ 258 ] {0270fcea-b439-4ad8-b075-10cf5ec6c617} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1422 | 2025.01.09 20:40:11.446558 [ 258 ] {0270fcea-b439-4ad8-b075-10cf5ec6c617} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001447 sec., 35936.4201796821 rows/sec., 2.23 MiB/sec. | ||
| 1423 | 2025.01.09 20:40:11.446605 [ 258 ] {0270fcea-b439-4ad8-b075-10cf5ec6c617} <Debug> TCPHandler: Processed in 0.001679991 sec. | ||
| 1424 | 2025.01.09 20:40:15.585587 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1425 | 2025.01.09 20:40:15.585661 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1426 | 2025.01.09 20:40:15.652383 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
| 1427 | 2025.01.09 20:40:15.653081 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1428 | 2025.01.09 20:40:15.653131 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1429 | 2025.01.09 20:40:15.653735 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1430 | 2025.01.09 20:40:15.654034 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1431 | 2025.01.09 20:40:15.654225 [ 69 ] {} <Debug> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1432 | 2025.01.09 20:40:15.654307 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1433 | 2025.01.09 20:40:15.654320 [ 69 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1434 | 2025.01.09 20:40:15.654354 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1435 | 2025.01.09 20:40:15.654685 [ 201 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1436 | 2025.01.09 20:40:15.654860 [ 201 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1437 | 2025.01.09 20:40:15.654943 [ 201 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 1438 | 2025.01.09 20:40:15.655078 [ 201 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part | ||
| 1439 | 2025.01.09 20:40:15.655374 [ 201 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part | ||
| 1440 | 2025.01.09 20:40:15.655591 [ 201 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part | ||
| 1441 | 2025.01.09 20:40:15.655728 [ 201 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part | ||
| 1442 | 2025.01.09 20:40:15.655903 [ 201 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part | ||
| 1443 | 2025.01.09 20:40:15.670476 [ 193 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.016044486 sec., 174888.7437092095 rows/sec., 2.50 MiB/sec. | ||
| 1444 | 2025.01.09 20:40:15.671091 [ 193 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1445 | 2025.01.09 20:40:15.671399 [ 193 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_6_1} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1446 | 2025.01.09 20:40:15.671476 [ 193 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_6_1} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1447 | 2025.01.09 20:40:15.671577 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1448 | 2025.01.09 20:40:15.801864 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1449 | 2025.01.09 20:40:15.821913 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1450 | 2025.01.09 20:40:15.822036 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1451 | 2025.01.09 20:40:15.828773 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1452 | 2025.01.09 20:40:15.829582 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1453 | 2025.01.09 20:40:15.829959 [ 68 ] {} <Debug> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1454 | 2025.01.09 20:40:15.830077 [ 68 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1455 | 2025.01.09 20:40:15.830144 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1456 | 2025.01.09 20:40:15.830709 [ 193 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1457 | 2025.01.09 20:40:15.845434 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1458 | 2025.01.09 20:40:15.847112 [ 193 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1459 | 2025.01.09 20:40:15.848559 [ 193 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
| 1460 | 2025.01.09 20:40:15.854162 [ 193 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
| 1461 | 2025.01.09 20:40:15.859367 [ 193 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part | ||
| 1462 | 2025.01.09 20:40:15.864351 [ 193 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part | ||
| 1463 | 2025.01.09 20:40:15.871482 [ 193 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part | ||
| 1464 | 2025.01.09 20:40:15.876102 [ 193 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part | ||
| 1465 | 2025.01.09 20:40:15.934584 [ 201 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.104249869 sec., 441.2475568674336 rows/sec., 2.28 MiB/sec. | ||
| 1466 | 2025.01.09 20:40:15.936541 [ 201 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1467 | 2025.01.09 20:40:15.938894 [ 201 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_6_1} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1468 | 2025.01.09 20:40:15.938994 [ 201 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_6_1} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1469 | 2025.01.09 20:40:15.940306 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1470 | 2025.01.09 20:40:16.000440 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.61 MiB, peak 170.15 MiB, free memory in arenas 0.00 B, will set to 164.26 MiB (RSS), difference: 3.65 MiB | ||
| 1471 | 2025.01.09 20:40:16.421068 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1472 | 2025.01.09 20:40:16.421305 [ 258 ] {b9299978-a61a-447e-84eb-7fcf5e280d20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1473 | 2025.01.09 20:40:16.421373 [ 258 ] {b9299978-a61a-447e-84eb-7fcf5e280d20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1474 | 2025.01.09 20:40:16.422074 [ 258 ] {b9299978-a61a-447e-84eb-7fcf5e280d20} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1475 | 2025.01.09 20:40:16.422183 [ 258 ] {b9299978-a61a-447e-84eb-7fcf5e280d20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1476 | 2025.01.09 20:40:16.422576 [ 258 ] {b9299978-a61a-447e-84eb-7fcf5e280d20} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1477 | 2025.01.09 20:40:16.422811 [ 258 ] {b9299978-a61a-447e-84eb-7fcf5e280d20} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1478 | 2025.01.09 20:40:16.422986 [ 68 ] {} <Debug> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1479 | 2025.01.09 20:40:16.423061 [ 258 ] {b9299978-a61a-447e-84eb-7fcf5e280d20} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.00185 sec., 14054.054054054053 rows/sec., 1.06 MiB/sec. | ||
| 1480 | 2025.01.09 20:40:16.423065 [ 68 ] {} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1481 | 2025.01.09 20:40:16.423211 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1482 | 2025.01.09 20:40:16.423265 [ 258 ] {b9299978-a61a-447e-84eb-7fcf5e280d20} <Debug> TCPHandler: Processed in 0.002267636 sec. | ||
| 1483 | 2025.01.09 20:40:16.423382 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1484 | 2025.01.09 20:40:16.423482 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1485 | 2025.01.09 20:40:16.423520 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1486 | 2025.01.09 20:40:16.423535 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
| 1487 | 2025.01.09 20:40:16.423830 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::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 | ||
| 1488 | 2025.01.09 20:40:16.423876 [ 260 ] {1506e14f-bf45-48a8-8174-9d99e39e939d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1489 | 2025.01.09 20:40:16.424044 [ 260 ] {1506e14f-bf45-48a8-8174-9d99e39e939d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1490 | 2025.01.09 20:40:16.424085 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 189 rows starting from the beginning of the part | ||
| 1491 | 2025.01.09 20:40:16.424512 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part | ||
| 1492 | 2025.01.09 20:40:16.424787 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 189 rows starting from the beginning of the part | ||
| 1493 | 2025.01.09 20:40:16.425189 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part | ||
| 1494 | 2025.01.09 20:40:16.426756 [ 260 ] {1506e14f-bf45-48a8-8174-9d99e39e939d} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1495 | 2025.01.09 20:40:16.426831 [ 260 ] {1506e14f-bf45-48a8-8174-9d99e39e939d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1496 | 2025.01.09 20:40:16.428053 [ 260 ] {1506e14f-bf45-48a8-8174-9d99e39e939d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1497 | 2025.01.09 20:40:16.428274 [ 195 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 482 rows, containing 5 columns (5 merged, 0 gathered) in 0.004934862 sec., 97672.43744607245 rows/sec., 8.76 MiB/sec. | ||
| 1498 | 2025.01.09 20:40:16.428540 [ 260 ] {1506e14f-bf45-48a8-8174-9d99e39e939d} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1499 | 2025.01.09 20:40:16.428549 [ 195 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1500 | 2025.01.09 20:40:16.428797 [ 68 ] {} <Debug> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1501 | 2025.01.09 20:40:16.428860 [ 68 ] {} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1502 | 2025.01.09 20:40:16.428920 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1503 | 2025.01.09 20:40:16.429002 [ 260 ] {1506e14f-bf45-48a8-8174-9d99e39e939d} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.005242 sec., 5341.47272033575 rows/sec., 426.62 KiB/sec. | ||
| 1504 | 2025.01.09 20:40:16.429295 [ 197 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::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 | ||
| 1505 | 2025.01.09 20:40:16.429376 [ 260 ] {1506e14f-bf45-48a8-8174-9d99e39e939d} <Debug> TCPHandler: Processed in 0.005953747 sec. | ||
| 1506 | 2025.01.09 20:40:16.429391 [ 196 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_6_1} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1507 | 2025.01.09 20:40:16.429666 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1508 | 2025.01.09 20:40:16.429715 [ 197 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1509 | 2025.01.09 20:40:16.429745 [ 196 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_6_1} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1510 | 2025.01.09 20:40:16.429784 [ 197 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::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 | ||
| 1511 | 2025.01.09 20:40:16.429980 [ 258 ] {61643b72-d9d6-47a9-b42b-94ae336ea1a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1512 | 2025.01.09 20:40:16.430108 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 1513 | 2025.01.09 20:40:16.430277 [ 197 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::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 | ||
| 1514 | 2025.01.09 20:40:16.430299 [ 258 ] {61643b72-d9d6-47a9-b42b-94ae336ea1a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1515 | 2025.01.09 20:40:16.430634 [ 197 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 354 rows starting from the beginning of the part | ||
| 1516 | 2025.01.09 20:40:16.430921 [ 197 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part | ||
| 1517 | 2025.01.09 20:40:16.431208 [ 197 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 354 rows starting from the beginning of the part | ||
| 1518 | 2025.01.09 20:40:16.431553 [ 197 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 28 rows starting from the beginning of the part | ||
| 1519 | 2025.01.09 20:40:16.432392 [ 258 ] {61643b72-d9d6-47a9-b42b-94ae336ea1a9} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1520 | 2025.01.09 20:40:16.432433 [ 258 ] {61643b72-d9d6-47a9-b42b-94ae336ea1a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1521 | 2025.01.09 20:40:16.432996 [ 258 ] {61643b72-d9d6-47a9-b42b-94ae336ea1a9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1522 | 2025.01.09 20:40:16.433216 [ 196 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 820 rows, containing 5 columns (5 merged, 0 gathered) in 0.004142232 sec., 197960.90610086542 rows/sec., 14.86 MiB/sec. | ||
| 1523 | 2025.01.09 20:40:16.433473 [ 258 ] {61643b72-d9d6-47a9-b42b-94ae336ea1a9} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1524 | 2025.01.09 20:40:16.433482 [ 196 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1525 | 2025.01.09 20:40:16.433749 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1526 | 2025.01.09 20:40:16.433842 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1527 | 2025.01.09 20:40:16.433917 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1528 | 2025.01.09 20:40:16.434058 [ 258 ] {61643b72-d9d6-47a9-b42b-94ae336ea1a9} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004198 sec., 23820.867079561693 rows/sec., 1.65 MiB/sec. | ||
| 1529 | 2025.01.09 20:40:16.434274 [ 188 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::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 | ||
| 1530 | 2025.01.09 20:40:16.434334 [ 197 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_6_1} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1531 | 2025.01.09 20:40:16.434419 [ 258 ] {61643b72-d9d6-47a9-b42b-94ae336ea1a9} <Debug> TCPHandler: Processed in 0.004881031 sec. | ||
| 1532 | 2025.01.09 20:40:16.434691 [ 197 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_6_1} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1533 | 2025.01.09 20:40:16.434717 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1534 | 2025.01.09 20:40:16.434764 [ 188 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1535 | 2025.01.09 20:40:16.434879 [ 188 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part | ||
| 1536 | 2025.01.09 20:40:16.434921 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 1537 | 2025.01.09 20:40:16.435041 [ 260 ] {ed3d4099-277e-4b4f-8c62-a78533a897db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1538 | 2025.01.09 20:40:16.435222 [ 188 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part | ||
| 1539 | 2025.01.09 20:40:16.435353 [ 260 ] {ed3d4099-277e-4b4f-8c62-a78533a897db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1540 | 2025.01.09 20:40:16.435676 [ 188 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 177 rows starting from the beginning of the part | ||
| 1541 | 2025.01.09 20:40:16.435906 [ 188 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 100 rows starting from the beginning of the part | ||
| 1542 | 2025.01.09 20:40:16.436114 [ 188 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 177 rows starting from the beginning of the part | ||
| 1543 | 2025.01.09 20:40:16.436383 [ 188 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 100 rows starting from the beginning of the part | ||
| 1544 | 2025.01.09 20:40:16.437002 [ 260 ] {ed3d4099-277e-4b4f-8c62-a78533a897db} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1545 | 2025.01.09 20:40:16.437041 [ 260 ] {ed3d4099-277e-4b4f-8c62-a78533a897db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1546 | 2025.01.09 20:40:16.437645 [ 260 ] {ed3d4099-277e-4b4f-8c62-a78533a897db} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1547 | 2025.01.09 20:40:16.437985 [ 260 ] {ed3d4099-277e-4b4f-8c62-a78533a897db} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1548 | 2025.01.09 20:40:16.438053 [ 197 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 674 rows, containing 5 columns (5 merged, 0 gathered) in 0.004012869 sec., 167959.63187435226 rows/sec., 11.35 MiB/sec. | ||
| 1549 | 2025.01.09 20:40:16.438238 [ 68 ] {} <Debug> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1550 | 2025.01.09 20:40:16.438293 [ 68 ] {} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1551 | 2025.01.09 20:40:16.438324 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1552 | 2025.01.09 20:40:16.438341 [ 188 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1553 | 2025.01.09 20:40:16.438352 [ 260 ] {ed3d4099-277e-4b4f-8c62-a78533a897db} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.003355 sec., 8941.877794336811 rows/sec., 627.27 KiB/sec. | ||
| 1554 | 2025.01.09 20:40:16.438734 [ 200 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::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 | ||
| 1555 | 2025.01.09 20:40:16.438764 [ 260 ] {ed3d4099-277e-4b4f-8c62-a78533a897db} <Debug> TCPHandler: Processed in 0.004213534 sec. | ||
| 1556 | 2025.01.09 20:40:16.438971 [ 200 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1557 | 2025.01.09 20:40:16.439010 [ 200 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::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 | ||
| 1558 | 2025.01.09 20:40:16.439066 [ 188 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1559 | 2025.01.09 20:40:16.439218 [ 200 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
| 1560 | 2025.01.09 20:40:16.439316 [ 188 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1561 | 2025.01.09 20:40:16.439358 [ 200 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 52 rows starting from the beginning of the part | ||
| 1562 | 2025.01.09 20:40:16.439470 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 1563 | 2025.01.09 20:40:16.439535 [ 200 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
| 1564 | 2025.01.09 20:40:16.439737 [ 200 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 52 rows starting from the beginning of the part | ||
| 1565 | 2025.01.09 20:40:16.439798 [ 200 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
| 1566 | 2025.01.09 20:40:16.440800 [ 197 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 4 columns (4 merged, 0 gathered) in 0.00241158 sec., 82933.18073628077 rows/sec., 5.40 MiB/sec. | ||
| 1567 | 2025.01.09 20:40:16.440908 [ 188 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1568 | 2025.01.09 20:40:16.441223 [ 188 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_6_1} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1569 | 2025.01.09 20:40:16.441285 [ 188 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_6_1} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1570 | 2025.01.09 20:40:16.441341 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 1571 | 2025.01.09 20:40:19.818274 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1572 | 2025.01.09 20:40:19.818571 [ 258 ] {c73e2ca6-dc41-45f0-949a-c43b80471b16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1573 | 2025.01.09 20:40:19.818998 [ 258 ] {c73e2ca6-dc41-45f0-949a-c43b80471b16} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1574 | 2025.01.09 20:40:19.819049 [ 258 ] {c73e2ca6-dc41-45f0-949a-c43b80471b16} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1575 | 2025.01.09 20:40:19.819386 [ 258 ] {c73e2ca6-dc41-45f0-949a-c43b80471b16} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1576 | 2025.01.09 20:40:19.819472 [ 258 ] {c73e2ca6-dc41-45f0-949a-c43b80471b16} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1577 | 2025.01.09 20:40:19.819658 [ 258 ] {c73e2ca6-dc41-45f0-949a-c43b80471b16} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1578 | 2025.01.09 20:40:19.819939 [ 294 ] {c73e2ca6-dc41-45f0-949a-c43b80471b16} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1579 | 2025.01.09 20:40:19.819953 [ 295 ] {c73e2ca6-dc41-45f0-949a-c43b80471b16} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1580 | 2025.01.09 20:40:19.820090 [ 258 ] {c73e2ca6-dc41-45f0-949a-c43b80471b16} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1581 | 2025.01.09 20:40:19.820123 [ 258 ] {c73e2ca6-dc41-45f0-949a-c43b80471b16} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1582 | 2025.01.09 20:40:19.822266 [ 258 ] {c73e2ca6-dc41-45f0-949a-c43b80471b16} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1583 | 2025.01.09 20:40:19.822296 [ 258 ] {c73e2ca6-dc41-45f0-949a-c43b80471b16} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
| 1584 | 2025.01.09 20:40:19.822356 [ 258 ] {c73e2ca6-dc41-45f0-949a-c43b80471b16} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1585 | 2025.01.09 20:40:19.822406 [ 258 ] {c73e2ca6-dc41-45f0-949a-c43b80471b16} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1586 | 2025.01.09 20:40:19.823857 [ 258 ] {c73e2ca6-dc41-45f0-949a-c43b80471b16} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.005424 sec., 4977.876106194691 rows/sec., 185.27 KiB/sec. | ||
| 1587 | 2025.01.09 20:40:19.823994 [ 258 ] {c73e2ca6-dc41-45f0-949a-c43b80471b16} <Debug> TCPHandler: Processed in 0.005871305 sec. | ||
| 1588 | 2025.01.09 20:40:19.824395 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1589 | 2025.01.09 20:40:19.824681 [ 260 ] {a48677fd-dfcc-46ef-9e4a-f84086ebd279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1590 | 2025.01.09 20:40:19.825152 [ 260 ] {a48677fd-dfcc-46ef-9e4a-f84086ebd279} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1591 | 2025.01.09 20:40:19.825211 [ 260 ] {a48677fd-dfcc-46ef-9e4a-f84086ebd279} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1592 | 2025.01.09 20:40:19.825594 [ 260 ] {a48677fd-dfcc-46ef-9e4a-f84086ebd279} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1593 | 2025.01.09 20:40:19.825674 [ 260 ] {a48677fd-dfcc-46ef-9e4a-f84086ebd279} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1594 | 2025.01.09 20:40:19.825858 [ 260 ] {a48677fd-dfcc-46ef-9e4a-f84086ebd279} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1595 | 2025.01.09 20:40:19.825954 [ 296 ] {a48677fd-dfcc-46ef-9e4a-f84086ebd279} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1596 | 2025.01.09 20:40:19.825972 [ 294 ] {a48677fd-dfcc-46ef-9e4a-f84086ebd279} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1597 | 2025.01.09 20:40:19.826087 [ 260 ] {a48677fd-dfcc-46ef-9e4a-f84086ebd279} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1598 | 2025.01.09 20:40:19.826118 [ 260 ] {a48677fd-dfcc-46ef-9e4a-f84086ebd279} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1599 | 2025.01.09 20:40:19.826210 [ 260 ] {a48677fd-dfcc-46ef-9e4a-f84086ebd279} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1600 | 2025.01.09 20:40:19.826235 [ 260 ] {a48677fd-dfcc-46ef-9e4a-f84086ebd279} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
| 1601 | 2025.01.09 20:40:19.826279 [ 260 ] {a48677fd-dfcc-46ef-9e4a-f84086ebd279} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1602 | 2025.01.09 20:40:19.826329 [ 260 ] {a48677fd-dfcc-46ef-9e4a-f84086ebd279} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1603 | 2025.01.09 20:40:19.827433 [ 260 ] {a48677fd-dfcc-46ef-9e4a-f84086ebd279} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.002886 sec., 9355.509355509355 rows/sec., 348.19 KiB/sec. | ||
| 1604 | 2025.01.09 20:40:19.827578 [ 260 ] {a48677fd-dfcc-46ef-9e4a-f84086ebd279} <Debug> TCPHandler: Processed in 0.003316602 sec. | ||
| 1605 | 2025.01.09 20:40:19.827867 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1606 | 2025.01.09 20:40:19.828094 [ 258 ] {f52a25a2-a0bc-4d7e-9256-5d2bbe940310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1607 | 2025.01.09 20:40:19.828494 [ 258 ] {f52a25a2-a0bc-4d7e-9256-5d2bbe940310} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1608 | 2025.01.09 20:40:19.828550 [ 258 ] {f52a25a2-a0bc-4d7e-9256-5d2bbe940310} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1609 | 2025.01.09 20:40:19.828856 [ 258 ] {f52a25a2-a0bc-4d7e-9256-5d2bbe940310} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1610 | 2025.01.09 20:40:19.828923 [ 258 ] {f52a25a2-a0bc-4d7e-9256-5d2bbe940310} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1611 | 2025.01.09 20:40:19.829075 [ 258 ] {f52a25a2-a0bc-4d7e-9256-5d2bbe940310} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1612 | 2025.01.09 20:40:19.829181 [ 294 ] {f52a25a2-a0bc-4d7e-9256-5d2bbe940310} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1613 | 2025.01.09 20:40:19.829194 [ 296 ] {f52a25a2-a0bc-4d7e-9256-5d2bbe940310} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1614 | 2025.01.09 20:40:19.829292 [ 258 ] {f52a25a2-a0bc-4d7e-9256-5d2bbe940310} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1615 | 2025.01.09 20:40:19.829321 [ 258 ] {f52a25a2-a0bc-4d7e-9256-5d2bbe940310} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1616 | 2025.01.09 20:40:19.829403 [ 258 ] {f52a25a2-a0bc-4d7e-9256-5d2bbe940310} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1617 | 2025.01.09 20:40:19.829424 [ 258 ] {f52a25a2-a0bc-4d7e-9256-5d2bbe940310} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
| 1618 | 2025.01.09 20:40:19.829464 [ 258 ] {f52a25a2-a0bc-4d7e-9256-5d2bbe940310} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1619 | 2025.01.09 20:40:19.829518 [ 258 ] {f52a25a2-a0bc-4d7e-9256-5d2bbe940310} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1620 | 2025.01.09 20:40:19.830603 [ 258 ] {f52a25a2-a0bc-4d7e-9256-5d2bbe940310} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.002622 sec., 10297.482837528603 rows/sec., 383.25 KiB/sec. | ||
| 1621 | 2025.01.09 20:40:19.830755 [ 258 ] {f52a25a2-a0bc-4d7e-9256-5d2bbe940310} <Debug> TCPHandler: Processed in 0.002958283 sec. | ||
| 1622 | 2025.01.09 20:40:19.831041 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1623 | 2025.01.09 20:40:19.831260 [ 260 ] {1b845c29-d046-41d0-ac05-46c6f6358e26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1624 | 2025.01.09 20:40:19.831636 [ 260 ] {1b845c29-d046-41d0-ac05-46c6f6358e26} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1625 | 2025.01.09 20:40:19.831681 [ 260 ] {1b845c29-d046-41d0-ac05-46c6f6358e26} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1626 | 2025.01.09 20:40:19.831988 [ 260 ] {1b845c29-d046-41d0-ac05-46c6f6358e26} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1627 | 2025.01.09 20:40:19.832056 [ 260 ] {1b845c29-d046-41d0-ac05-46c6f6358e26} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1628 | 2025.01.09 20:40:19.832214 [ 260 ] {1b845c29-d046-41d0-ac05-46c6f6358e26} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1629 | 2025.01.09 20:40:19.832304 [ 296 ] {1b845c29-d046-41d0-ac05-46c6f6358e26} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1630 | 2025.01.09 20:40:19.832319 [ 295 ] {1b845c29-d046-41d0-ac05-46c6f6358e26} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1631 | 2025.01.09 20:40:19.832419 [ 260 ] {1b845c29-d046-41d0-ac05-46c6f6358e26} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1632 | 2025.01.09 20:40:19.832449 [ 260 ] {1b845c29-d046-41d0-ac05-46c6f6358e26} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1633 | 2025.01.09 20:40:19.832532 [ 260 ] {1b845c29-d046-41d0-ac05-46c6f6358e26} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1634 | 2025.01.09 20:40:19.832554 [ 260 ] {1b845c29-d046-41d0-ac05-46c6f6358e26} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
| 1635 | 2025.01.09 20:40:19.832598 [ 260 ] {1b845c29-d046-41d0-ac05-46c6f6358e26} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1636 | 2025.01.09 20:40:19.832650 [ 260 ] {1b845c29-d046-41d0-ac05-46c6f6358e26} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1637 | 2025.01.09 20:40:19.833647 [ 260 ] {1b845c29-d046-41d0-ac05-46c6f6358e26} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.002494 sec., 10825.98235765838 rows/sec., 402.92 KiB/sec. | ||
| 1638 | 2025.01.09 20:40:19.833800 [ 260 ] {1b845c29-d046-41d0-ac05-46c6f6358e26} <Debug> TCPHandler: Processed in 0.00283035 sec. | ||
| 1639 | 2025.01.09 20:40:19.834076 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1640 | 2025.01.09 20:40:19.834300 [ 258 ] {c9c01aa3-1e86-4c1d-aac9-9a4e697ca5d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1641 | 2025.01.09 20:40:19.834673 [ 258 ] {c9c01aa3-1e86-4c1d-aac9-9a4e697ca5d7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1642 | 2025.01.09 20:40:19.834721 [ 258 ] {c9c01aa3-1e86-4c1d-aac9-9a4e697ca5d7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1643 | 2025.01.09 20:40:19.835029 [ 258 ] {c9c01aa3-1e86-4c1d-aac9-9a4e697ca5d7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1644 | 2025.01.09 20:40:19.835103 [ 258 ] {c9c01aa3-1e86-4c1d-aac9-9a4e697ca5d7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1645 | 2025.01.09 20:40:19.835258 [ 258 ] {c9c01aa3-1e86-4c1d-aac9-9a4e697ca5d7} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1646 | 2025.01.09 20:40:19.835366 [ 294 ] {c9c01aa3-1e86-4c1d-aac9-9a4e697ca5d7} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1647 | 2025.01.09 20:40:19.835371 [ 296 ] {c9c01aa3-1e86-4c1d-aac9-9a4e697ca5d7} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1648 | 2025.01.09 20:40:19.835476 [ 258 ] {c9c01aa3-1e86-4c1d-aac9-9a4e697ca5d7} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1649 | 2025.01.09 20:40:19.835503 [ 258 ] {c9c01aa3-1e86-4c1d-aac9-9a4e697ca5d7} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1650 | 2025.01.09 20:40:19.835590 [ 258 ] {c9c01aa3-1e86-4c1d-aac9-9a4e697ca5d7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1651 | 2025.01.09 20:40:19.835611 [ 258 ] {c9c01aa3-1e86-4c1d-aac9-9a4e697ca5d7} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
| 1652 | 2025.01.09 20:40:19.835653 [ 258 ] {c9c01aa3-1e86-4c1d-aac9-9a4e697ca5d7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1653 | 2025.01.09 20:40:19.835705 [ 258 ] {c9c01aa3-1e86-4c1d-aac9-9a4e697ca5d7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1654 | 2025.01.09 20:40:19.836719 [ 258 ] {c9c01aa3-1e86-4c1d-aac9-9a4e697ca5d7} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.002526 sec., 10688.836104513064 rows/sec., 397.82 KiB/sec. | ||
| 1655 | 2025.01.09 20:40:19.836847 [ 258 ] {c9c01aa3-1e86-4c1d-aac9-9a4e697ca5d7} <Debug> TCPHandler: Processed in 0.002842751 sec. | ||
| 1656 | 2025.01.09 20:40:19.837118 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1657 | 2025.01.09 20:40:19.837340 [ 260 ] {b18caf2e-7617-41eb-a107-1797eadbcca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1658 | 2025.01.09 20:40:19.837707 [ 260 ] {b18caf2e-7617-41eb-a107-1797eadbcca2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1659 | 2025.01.09 20:40:19.837754 [ 260 ] {b18caf2e-7617-41eb-a107-1797eadbcca2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1660 | 2025.01.09 20:40:19.838066 [ 260 ] {b18caf2e-7617-41eb-a107-1797eadbcca2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1661 | 2025.01.09 20:40:19.838134 [ 260 ] {b18caf2e-7617-41eb-a107-1797eadbcca2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1662 | 2025.01.09 20:40:19.838288 [ 260 ] {b18caf2e-7617-41eb-a107-1797eadbcca2} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1663 | 2025.01.09 20:40:19.838380 [ 296 ] {b18caf2e-7617-41eb-a107-1797eadbcca2} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1664 | 2025.01.09 20:40:19.838385 [ 295 ] {b18caf2e-7617-41eb-a107-1797eadbcca2} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1665 | 2025.01.09 20:40:19.838484 [ 260 ] {b18caf2e-7617-41eb-a107-1797eadbcca2} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1666 | 2025.01.09 20:40:19.838512 [ 260 ] {b18caf2e-7617-41eb-a107-1797eadbcca2} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1667 | 2025.01.09 20:40:19.838597 [ 260 ] {b18caf2e-7617-41eb-a107-1797eadbcca2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1668 | 2025.01.09 20:40:19.838618 [ 260 ] {b18caf2e-7617-41eb-a107-1797eadbcca2} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
| 1669 | 2025.01.09 20:40:19.838661 [ 260 ] {b18caf2e-7617-41eb-a107-1797eadbcca2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1670 | 2025.01.09 20:40:19.838713 [ 260 ] {b18caf2e-7617-41eb-a107-1797eadbcca2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1671 | 2025.01.09 20:40:19.839779 [ 260 ] {b18caf2e-7617-41eb-a107-1797eadbcca2} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.00255 sec., 10588.235294117647 rows/sec., 394.07 KiB/sec. | ||
| 1672 | 2025.01.09 20:40:19.839930 [ 260 ] {b18caf2e-7617-41eb-a107-1797eadbcca2} <Debug> TCPHandler: Processed in 0.002879201 sec. | ||
| 1673 | 2025.01.09 20:40:19.919206 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1674 | 2025.01.09 20:40:19.919448 [ 258 ] {991b514f-2fd3-4198-be12-1704bd96ca97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1675 | 2025.01.09 20:40:19.919548 [ 258 ] {991b514f-2fd3-4198-be12-1704bd96ca97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1676 | 2025.01.09 20:40:19.920339 [ 258 ] {991b514f-2fd3-4198-be12-1704bd96ca97} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1677 | 2025.01.09 20:40:19.920383 [ 258 ] {991b514f-2fd3-4198-be12-1704bd96ca97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1678 | 2025.01.09 20:40:19.920897 [ 258 ] {991b514f-2fd3-4198-be12-1704bd96ca97} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1679 | 2025.01.09 20:40:19.921128 [ 258 ] {991b514f-2fd3-4198-be12-1704bd96ca97} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1680 | 2025.01.09 20:40:19.921407 [ 258 ] {991b514f-2fd3-4198-be12-1704bd96ca97} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002024 sec., 2964.4268774703555 rows/sec., 660.05 KiB/sec. | ||
| 1681 | 2025.01.09 20:40:19.921588 [ 258 ] {991b514f-2fd3-4198-be12-1704bd96ca97} <Debug> TCPHandler: Processed in 0.002494212 sec. | ||
| 1682 | 2025.01.09 20:40:19.921754 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1683 | 2025.01.09 20:40:19.921907 [ 260 ] {580b19d7-fd44-4a75-b882-e8a153bbfe21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1684 | 2025.01.09 20:40:19.921967 [ 260 ] {580b19d7-fd44-4a75-b882-e8a153bbfe21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1685 | 2025.01.09 20:40:19.922674 [ 260 ] {580b19d7-fd44-4a75-b882-e8a153bbfe21} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1686 | 2025.01.09 20:40:19.922714 [ 260 ] {580b19d7-fd44-4a75-b882-e8a153bbfe21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1687 | 2025.01.09 20:40:19.923130 [ 260 ] {580b19d7-fd44-4a75-b882-e8a153bbfe21} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1688 | 2025.01.09 20:40:19.923378 [ 260 ] {580b19d7-fd44-4a75-b882-e8a153bbfe21} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1689 | 2025.01.09 20:40:19.923569 [ 260 ] {580b19d7-fd44-4a75-b882-e8a153bbfe21} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001705 sec., 8211.143695014664 rows/sec., 591.09 KiB/sec. | ||
| 1690 | 2025.01.09 20:40:19.923620 [ 260 ] {580b19d7-fd44-4a75-b882-e8a153bbfe21} <Debug> TCPHandler: Processed in 0.001938268 sec. | ||
| 1691 | 2025.01.09 20:40:19.923801 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1692 | 2025.01.09 20:40:19.923941 [ 258 ] {437f7213-3274-40ec-8de0-3fe0f7051fe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1693 | 2025.01.09 20:40:19.923997 [ 258 ] {437f7213-3274-40ec-8de0-3fe0f7051fe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1694 | 2025.01.09 20:40:19.925446 [ 258 ] {437f7213-3274-40ec-8de0-3fe0f7051fe9} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1695 | 2025.01.09 20:40:19.925485 [ 258 ] {437f7213-3274-40ec-8de0-3fe0f7051fe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1696 | 2025.01.09 20:40:19.925963 [ 258 ] {437f7213-3274-40ec-8de0-3fe0f7051fe9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1697 | 2025.01.09 20:40:19.926209 [ 258 ] {437f7213-3274-40ec-8de0-3fe0f7051fe9} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): 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.09 20:40:19.926417 [ 258 ] {437f7213-3274-40ec-8de0-3fe0f7051fe9} <Debug> executeQuery: Read 1329 rows, 113.74 KiB in 0.002508 sec., 529904.3062200957 rows/sec., 44.29 MiB/sec. | ||
| 1699 | 2025.01.09 20:40:19.926471 [ 258 ] {437f7213-3274-40ec-8de0-3fe0f7051fe9} <Debug> TCPHandler: Processed in 0.002739238 sec. | ||
| 1700 | 2025.01.09 20:40:19.926698 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1701 | 2025.01.09 20:40:19.926923 [ 260 ] {e699a12e-6956-49d6-a29c-230fa45f42e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1702 | 2025.01.09 20:40:19.927016 [ 260 ] {e699a12e-6956-49d6-a29c-230fa45f42e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1703 | 2025.01.09 20:40:19.927850 [ 260 ] {e699a12e-6956-49d6-a29c-230fa45f42e2} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1704 | 2025.01.09 20:40:19.927888 [ 260 ] {e699a12e-6956-49d6-a29c-230fa45f42e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1705 | 2025.01.09 20:40:19.928253 [ 260 ] {e699a12e-6956-49d6-a29c-230fa45f42e2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1706 | 2025.01.09 20:40:19.928487 [ 260 ] {e699a12e-6956-49d6-a29c-230fa45f42e2} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1707 | 2025.01.09 20:40:19.928665 [ 260 ] {e699a12e-6956-49d6-a29c-230fa45f42e2} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001799 sec., 8337.965536409116 rows/sec., 587.89 KiB/sec. | ||
| 1708 | 2025.01.09 20:40:19.928716 [ 260 ] {e699a12e-6956-49d6-a29c-230fa45f42e2} <Debug> TCPHandler: Processed in 0.002136533 sec. | ||
| 1709 | 2025.01.09 20:40:19.928918 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1710 | 2025.01.09 20:40:19.929141 [ 258 ] {f0ccea23-0d35-4e70-abb8-52ae4c489582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1711 | 2025.01.09 20:40:19.929230 [ 258 ] {f0ccea23-0d35-4e70-abb8-52ae4c489582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1712 | 2025.01.09 20:40:19.930072 [ 258 ] {f0ccea23-0d35-4e70-abb8-52ae4c489582} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1713 | 2025.01.09 20:40:19.930112 [ 258 ] {f0ccea23-0d35-4e70-abb8-52ae4c489582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1714 | 2025.01.09 20:40:19.930477 [ 258 ] {f0ccea23-0d35-4e70-abb8-52ae4c489582} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1715 | 2025.01.09 20:40:19.930717 [ 258 ] {f0ccea23-0d35-4e70-abb8-52ae4c489582} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1716 | 2025.01.09 20:40:19.930923 [ 258 ] {f0ccea23-0d35-4e70-abb8-52ae4c489582} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001837 sec., 131736.52694610777 rows/sec., 8.93 MiB/sec. | ||
| 1717 | 2025.01.09 20:40:19.930974 [ 258 ] {f0ccea23-0d35-4e70-abb8-52ae4c489582} <Debug> TCPHandler: Processed in 0.002162573 sec. | ||
| 1718 | 2025.01.09 20:40:19.931130 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1719 | 2025.01.09 20:40:19.931271 [ 260 ] {bf4f009c-9ada-43dd-8891-8dcb7e6510fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1720 | 2025.01.09 20:40:19.931328 [ 260 ] {bf4f009c-9ada-43dd-8891-8dcb7e6510fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1721 | 2025.01.09 20:40:19.931937 [ 260 ] {bf4f009c-9ada-43dd-8891-8dcb7e6510fc} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1722 | 2025.01.09 20:40:19.931976 [ 260 ] {bf4f009c-9ada-43dd-8891-8dcb7e6510fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1723 | 2025.01.09 20:40:19.932327 [ 260 ] {bf4f009c-9ada-43dd-8891-8dcb7e6510fc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1724 | 2025.01.09 20:40:19.932566 [ 260 ] {bf4f009c-9ada-43dd-8891-8dcb7e6510fc} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1725 | 2025.01.09 20:40:19.932773 [ 260 ] {bf4f009c-9ada-43dd-8891-8dcb7e6510fc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001529 sec., 8502.289077828646 rows/sec., 530.12 KiB/sec. | ||
| 1726 | 2025.01.09 20:40:19.932834 [ 260 ] {bf4f009c-9ada-43dd-8891-8dcb7e6510fc} <Debug> TCPHandler: Processed in 0.001771494 sec. | ||
| 1727 | 2025.01.09 20:40:19.933030 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1728 | 2025.01.09 20:40:19.933251 [ 258 ] {de84ed81-033b-44c6-810b-c4db1f146ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1729 | 2025.01.09 20:40:19.933340 [ 258 ] {de84ed81-033b-44c6-810b-c4db1f146ddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1730 | 2025.01.09 20:40:19.934330 [ 258 ] {de84ed81-033b-44c6-810b-c4db1f146ddb} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1731 | 2025.01.09 20:40:19.934370 [ 258 ] {de84ed81-033b-44c6-810b-c4db1f146ddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1732 | 2025.01.09 20:40:19.934762 [ 258 ] {de84ed81-033b-44c6-810b-c4db1f146ddb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1733 | 2025.01.09 20:40:19.934999 [ 258 ] {de84ed81-033b-44c6-810b-c4db1f146ddb} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1734 | 2025.01.09 20:40:19.935204 [ 258 ] {de84ed81-033b-44c6-810b-c4db1f146ddb} <Debug> executeQuery: Read 810 rows, 59.73 KiB in 0.002008 sec., 403386.45418326696 rows/sec., 29.05 MiB/sec. | ||
| 1735 | 2025.01.09 20:40:19.935257 [ 258 ] {de84ed81-033b-44c6-810b-c4db1f146ddb} <Debug> TCPHandler: Processed in 0.002336688 sec. | ||
| 1736 | 2025.01.09 20:40:19.935405 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1737 | 2025.01.09 20:40:19.935545 [ 260 ] {f2f9e364-cb5d-4ca9-b86d-9bf8b4bfd4ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1738 | 2025.01.09 20:40:19.935605 [ 260 ] {f2f9e364-cb5d-4ca9-b86d-9bf8b4bfd4ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1739 | 2025.01.09 20:40:19.936173 [ 260 ] {f2f9e364-cb5d-4ca9-b86d-9bf8b4bfd4ee} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1740 | 2025.01.09 20:40:19.936219 [ 260 ] {f2f9e364-cb5d-4ca9-b86d-9bf8b4bfd4ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1741 | 2025.01.09 20:40:19.936633 [ 260 ] {f2f9e364-cb5d-4ca9-b86d-9bf8b4bfd4ee} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1742 | 2025.01.09 20:40:19.936869 [ 260 ] {f2f9e364-cb5d-4ca9-b86d-9bf8b4bfd4ee} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1743 | 2025.01.09 20:40:19.937061 [ 260 ] {f2f9e364-cb5d-4ca9-b86d-9bf8b4bfd4ee} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001543 sec., 3888.528839922229 rows/sec., 203.16 KiB/sec. | ||
| 1744 | 2025.01.09 20:40:19.937198 [ 260 ] {f2f9e364-cb5d-4ca9-b86d-9bf8b4bfd4ee} <Debug> TCPHandler: Processed in 0.001856086 sec. | ||
| 1745 | 2025.01.09 20:40:19.937348 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1746 | 2025.01.09 20:40:19.937467 [ 258 ] {c52a14d7-1dff-48ed-9b0c-e8316b5b124e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1747 | 2025.01.09 20:40:19.937520 [ 258 ] {c52a14d7-1dff-48ed-9b0c-e8316b5b124e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1748 | 2025.01.09 20:40:19.939013 [ 258 ] {c52a14d7-1dff-48ed-9b0c-e8316b5b124e} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1749 | 2025.01.09 20:40:19.939059 [ 258 ] {c52a14d7-1dff-48ed-9b0c-e8316b5b124e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1750 | 2025.01.09 20:40:19.939670 [ 258 ] {c52a14d7-1dff-48ed-9b0c-e8316b5b124e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1751 | 2025.01.09 20:40:19.939917 [ 258 ] {c52a14d7-1dff-48ed-9b0c-e8316b5b124e} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1752 | 2025.01.09 20:40:19.940189 [ 258 ] {c52a14d7-1dff-48ed-9b0c-e8316b5b124e} <Debug> executeQuery: Read 2347 rows, 160.24 KiB in 0.002738 sec., 857195.0328707085 rows/sec., 57.15 MiB/sec. | ||
| 1753 | 2025.01.09 20:40:19.940421 [ 258 ] {c52a14d7-1dff-48ed-9b0c-e8316b5b124e} <Debug> TCPHandler: Processed in 0.003127118 sec. | ||
| 1754 | 2025.01.09 20:40:19.940605 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1755 | 2025.01.09 20:40:19.940745 [ 260 ] {55b86733-873d-4e55-ae0a-54332332e343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1756 | 2025.01.09 20:40:19.940806 [ 260 ] {55b86733-873d-4e55-ae0a-54332332e343} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1757 | 2025.01.09 20:40:19.941352 [ 260 ] {55b86733-873d-4e55-ae0a-54332332e343} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1758 | 2025.01.09 20:40:19.941397 [ 260 ] {55b86733-873d-4e55-ae0a-54332332e343} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1759 | 2025.01.09 20:40:19.941787 [ 260 ] {55b86733-873d-4e55-ae0a-54332332e343} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1760 | 2025.01.09 20:40:19.942020 [ 260 ] {55b86733-873d-4e55-ae0a-54332332e343} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1761 | 2025.01.09 20:40:19.942196 [ 260 ] {55b86733-873d-4e55-ae0a-54332332e343} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001482 sec., 674.7638326585695 rows/sec., 45.47 KiB/sec. | ||
| 1762 | 2025.01.09 20:40:19.942244 [ 260 ] {55b86733-873d-4e55-ae0a-54332332e343} <Debug> TCPHandler: Processed in 0.001722823 sec. | ||
| 1763 | 2025.01.09 20:40:19.942387 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1764 | 2025.01.09 20:40:19.942507 [ 258 ] {0a73baad-b9e0-4dc6-93d4-8a5b52736a75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1765 | 2025.01.09 20:40:19.942598 [ 258 ] {0a73baad-b9e0-4dc6-93d4-8a5b52736a75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1766 | 2025.01.09 20:40:19.943853 [ 258 ] {0a73baad-b9e0-4dc6-93d4-8a5b52736a75} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1767 | 2025.01.09 20:40:19.943894 [ 258 ] {0a73baad-b9e0-4dc6-93d4-8a5b52736a75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1768 | 2025.01.09 20:40:19.944506 [ 258 ] {0a73baad-b9e0-4dc6-93d4-8a5b52736a75} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1769 | 2025.01.09 20:40:19.944761 [ 258 ] {0a73baad-b9e0-4dc6-93d4-8a5b52736a75} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1770 | 2025.01.09 20:40:19.945009 [ 258 ] {0a73baad-b9e0-4dc6-93d4-8a5b52736a75} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002527 sec., 3165.809259992085 rows/sec., 5.67 MiB/sec. | ||
| 1771 | 2025.01.09 20:40:19.945113 [ 258 ] {0a73baad-b9e0-4dc6-93d4-8a5b52736a75} <Debug> TCPHandler: Processed in 0.002782149 sec. | ||
| 1772 | 2025.01.09 20:40:19.945258 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1773 | 2025.01.09 20:40:19.945377 [ 260 ] {20de8fdf-78fe-4957-9800-9064921ed719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1774 | 2025.01.09 20:40:19.945428 [ 260 ] {20de8fdf-78fe-4957-9800-9064921ed719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1775 | 2025.01.09 20:40:19.945922 [ 260 ] {20de8fdf-78fe-4957-9800-9064921ed719} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1776 | 2025.01.09 20:40:19.945959 [ 260 ] {20de8fdf-78fe-4957-9800-9064921ed719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1777 | 2025.01.09 20:40:19.946326 [ 260 ] {20de8fdf-78fe-4957-9800-9064921ed719} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1778 | 2025.01.09 20:40:19.946559 [ 260 ] {20de8fdf-78fe-4957-9800-9064921ed719} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1779 | 2025.01.09 20:40:19.946784 [ 260 ] {20de8fdf-78fe-4957-9800-9064921ed719} <Debug> executeQuery: Read 46 rows, 2.88 KiB in 0.001425 sec., 32280.701754385962 rows/sec., 1.97 MiB/sec. | ||
| 1780 | 2025.01.09 20:40:19.946931 [ 260 ] {20de8fdf-78fe-4957-9800-9064921ed719} <Debug> TCPHandler: Processed in 0.001723993 sec. | ||
| 1781 | 2025.01.09 20:40:20.652904 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 260 | ||
| 1782 | 2025.01.09 20:40:20.656601 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1783 | 2025.01.09 20:40:20.656650 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1784 | 2025.01.09 20:40:20.658144 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1785 | 2025.01.09 20:40:20.658489 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1786 | 2025.01.09 20:40:20.659020 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 260 | ||
| 1787 | 2025.01.09 20:40:21.425811 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1788 | 2025.01.09 20:40:21.426158 [ 258 ] {2a484a7c-20cb-4da1-8ab7-3e870928ea1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1789 | 2025.01.09 20:40:21.426265 [ 258 ] {2a484a7c-20cb-4da1-8ab7-3e870928ea1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1790 | 2025.01.09 20:40:21.427238 [ 258 ] {2a484a7c-20cb-4da1-8ab7-3e870928ea1b} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1791 | 2025.01.09 20:40:21.427283 [ 258 ] {2a484a7c-20cb-4da1-8ab7-3e870928ea1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1792 | 2025.01.09 20:40:21.427697 [ 258 ] {2a484a7c-20cb-4da1-8ab7-3e870928ea1b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1793 | 2025.01.09 20:40:21.428004 [ 258 ] {2a484a7c-20cb-4da1-8ab7-3e870928ea1b} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): 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.09 20:40:21.428250 [ 258 ] {2a484a7c-20cb-4da1-8ab7-3e870928ea1b} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002159 sec., 12042.61232051876 rows/sec., 929.52 KiB/sec. | ||
| 1795 | 2025.01.09 20:40:21.428306 [ 258 ] {2a484a7c-20cb-4da1-8ab7-3e870928ea1b} <Debug> TCPHandler: Processed in 0.002647605 sec. | ||
| 1796 | 2025.01.09 20:40:21.428624 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1797 | 2025.01.09 20:40:21.428887 [ 260 ] {fc24265a-7e52-4c10-a120-46cfa29fea35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1798 | 2025.01.09 20:40:21.428959 [ 260 ] {fc24265a-7e52-4c10-a120-46cfa29fea35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1799 | 2025.01.09 20:40:21.429654 [ 260 ] {fc24265a-7e52-4c10-a120-46cfa29fea35} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1800 | 2025.01.09 20:40:21.429694 [ 260 ] {fc24265a-7e52-4c10-a120-46cfa29fea35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1801 | 2025.01.09 20:40:21.430157 [ 260 ] {fc24265a-7e52-4c10-a120-46cfa29fea35} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1802 | 2025.01.09 20:40:21.430396 [ 260 ] {fc24265a-7e52-4c10-a120-46cfa29fea35} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1803 | 2025.01.09 20:40:21.430604 [ 260 ] {fc24265a-7e52-4c10-a120-46cfa29fea35} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001811 sec., 15461.071231363889 rows/sec., 1.21 MiB/sec. | ||
| 1804 | 2025.01.09 20:40:21.430663 [ 260 ] {fc24265a-7e52-4c10-a120-46cfa29fea35} <Debug> TCPHandler: Processed in 0.002270037 sec. | ||
| 1805 | 2025.01.09 20:40:21.430822 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1806 | 2025.01.09 20:40:21.431017 [ 258 ] {28d09234-e73e-40c4-88c8-3627ef61cc29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1807 | 2025.01.09 20:40:21.431077 [ 258 ] {28d09234-e73e-40c4-88c8-3627ef61cc29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1808 | 2025.01.09 20:40:21.431686 [ 258 ] {28d09234-e73e-40c4-88c8-3627ef61cc29} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1809 | 2025.01.09 20:40:21.431730 [ 258 ] {28d09234-e73e-40c4-88c8-3627ef61cc29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1810 | 2025.01.09 20:40:21.432163 [ 258 ] {28d09234-e73e-40c4-88c8-3627ef61cc29} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1811 | 2025.01.09 20:40:21.432386 [ 258 ] {28d09234-e73e-40c4-88c8-3627ef61cc29} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1812 | 2025.01.09 20:40:21.432652 [ 258 ] {28d09234-e73e-40c4-88c8-3627ef61cc29} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.001692 sec., 11820.33096926714 rows/sec., 839.20 KiB/sec. | ||
| 1813 | 2025.01.09 20:40:21.432772 [ 258 ] {28d09234-e73e-40c4-88c8-3627ef61cc29} <Debug> TCPHandler: Processed in 0.00201401 sec. | ||
| 1814 | 2025.01.09 20:40:21.432999 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1815 | 2025.01.09 20:40:21.433138 [ 260 ] {3712b315-f37b-415d-804a-b90a944b5dc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1816 | 2025.01.09 20:40:21.433198 [ 260 ] {3712b315-f37b-415d-804a-b90a944b5dc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1817 | 2025.01.09 20:40:21.433728 [ 260 ] {3712b315-f37b-415d-804a-b90a944b5dc8} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1818 | 2025.01.09 20:40:21.433769 [ 260 ] {3712b315-f37b-415d-804a-b90a944b5dc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1819 | 2025.01.09 20:40:21.434187 [ 260 ] {3712b315-f37b-415d-804a-b90a944b5dc8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1820 | 2025.01.09 20:40:21.434414 [ 260 ] {3712b315-f37b-415d-804a-b90a944b5dc8} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1821 | 2025.01.09 20:40:21.434616 [ 260 ] {3712b315-f37b-415d-804a-b90a944b5dc8} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.001545 sec., 3883.495145631068 rows/sec., 272.43 KiB/sec. | ||
| 1822 | 2025.01.09 20:40:21.434666 [ 260 ] {3712b315-f37b-415d-804a-b90a944b5dc8} <Debug> TCPHandler: Processed in 0.001783894 sec. | ||
| 1823 | 2025.01.09 20:40:23.164854 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
| 1824 | 2025.01.09 20:40:23.165527 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1825 | 2025.01.09 20:40:23.165570 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1826 | 2025.01.09 20:40:23.166109 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1827 | 2025.01.09 20:40:23.166390 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1828 | 2025.01.09 20:40:23.166577 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
| 1829 | 2025.01.09 20:40:23.356084 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1830 | 2025.01.09 20:40:23.375363 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1831 | 2025.01.09 20:40:23.375424 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1832 | 2025.01.09 20:40:23.382345 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1833 | 2025.01.09 20:40:23.383104 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1834 | 2025.01.09 20:40:23.385868 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1835 | 2025.01.09 20:40:24.000960 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.45 MiB, peak 170.15 MiB, free memory in arenas 0.00 B, will set to 166.52 MiB (RSS), difference: 1.07 MiB | ||
| 1836 | 2025.01.09 20:40:26.430903 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1837 | 2025.01.09 20:40:26.431104 [ 258 ] {c4cd6953-be51-486d-8137-31da895ca031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1838 | 2025.01.09 20:40:26.431178 [ 258 ] {c4cd6953-be51-486d-8137-31da895ca031} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1839 | 2025.01.09 20:40:26.431951 [ 258 ] {c4cd6953-be51-486d-8137-31da895ca031} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1840 | 2025.01.09 20:40:26.432001 [ 258 ] {c4cd6953-be51-486d-8137-31da895ca031} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1841 | 2025.01.09 20:40:26.432459 [ 258 ] {c4cd6953-be51-486d-8137-31da895ca031} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1842 | 2025.01.09 20:40:26.432713 [ 258 ] {c4cd6953-be51-486d-8137-31da895ca031} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1843 | 2025.01.09 20:40:26.432922 [ 258 ] {c4cd6953-be51-486d-8137-31da895ca031} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001874 sec., 13874.066168623265 rows/sec., 1.05 MiB/sec. | ||
| 1844 | 2025.01.09 20:40:26.433068 [ 258 ] {c4cd6953-be51-486d-8137-31da895ca031} <Debug> TCPHandler: Processed in 0.002313647 sec. | ||
| 1845 | 2025.01.09 20:40:26.433346 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1846 | 2025.01.09 20:40:26.433559 [ 260 ] {1e300349-11d3-4a21-8342-87c06b5373c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1847 | 2025.01.09 20:40:26.433644 [ 260 ] {1e300349-11d3-4a21-8342-87c06b5373c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1848 | 2025.01.09 20:40:26.434462 [ 260 ] {1e300349-11d3-4a21-8342-87c06b5373c6} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1849 | 2025.01.09 20:40:26.434520 [ 260 ] {1e300349-11d3-4a21-8342-87c06b5373c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1850 | 2025.01.09 20:40:26.434973 [ 260 ] {1e300349-11d3-4a21-8342-87c06b5373c6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1851 | 2025.01.09 20:40:26.435241 [ 260 ] {1e300349-11d3-4a21-8342-87c06b5373c6} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1852 | 2025.01.09 20:40:26.435488 [ 260 ] {1e300349-11d3-4a21-8342-87c06b5373c6} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001989 sec., 14077.425842131724 rows/sec., 1.10 MiB/sec. | ||
| 1853 | 2025.01.09 20:40:26.435559 [ 260 ] {1e300349-11d3-4a21-8342-87c06b5373c6} <Debug> TCPHandler: Processed in 0.002357118 sec. | ||
| 1854 | 2025.01.09 20:40:26.435732 [ 258 ] {} <Trace> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1855 | 2025.01.09 20:40:26.435881 [ 258 ] {5db9402f-5d47-4c20-af87-1e5fadb9bd79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59255) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1856 | 2025.01.09 20:40:26.435949 [ 258 ] {5db9402f-5d47-4c20-af87-1e5fadb9bd79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1857 | 2025.01.09 20:40:26.436631 [ 258 ] {5db9402f-5d47-4c20-af87-1e5fadb9bd79} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1858 | 2025.01.09 20:40:26.436676 [ 258 ] {5db9402f-5d47-4c20-af87-1e5fadb9bd79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1859 | 2025.01.09 20:40:26.437111 [ 258 ] {5db9402f-5d47-4c20-af87-1e5fadb9bd79} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1860 | 2025.01.09 20:40:26.437354 [ 258 ] {5db9402f-5d47-4c20-af87-1e5fadb9bd79} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1861 | 2025.01.09 20:40:26.437567 [ 258 ] {5db9402f-5d47-4c20-af87-1e5fadb9bd79} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001716 sec., 58275.05827505827 rows/sec., 4.04 MiB/sec. | ||
| 1862 | 2025.01.09 20:40:26.437769 [ 258 ] {5db9402f-5d47-4c20-af87-1e5fadb9bd79} <Debug> TCPHandler: Processed in 0.002104061 sec. | ||
| 1863 | 2025.01.09 20:40:26.437933 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1864 | 2025.01.09 20:40:26.438082 [ 260 ] {03b18e7d-afac-4380-af3a-b5547238c8f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1865 | 2025.01.09 20:40:26.438147 [ 260 ] {03b18e7d-afac-4380-af3a-b5547238c8f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1866 | 2025.01.09 20:40:26.438749 [ 260 ] {03b18e7d-afac-4380-af3a-b5547238c8f3} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1867 | 2025.01.09 20:40:26.438796 [ 260 ] {03b18e7d-afac-4380-af3a-b5547238c8f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1868 | 2025.01.09 20:40:26.439198 [ 260 ] {03b18e7d-afac-4380-af3a-b5547238c8f3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1869 | 2025.01.09 20:40:26.439441 [ 260 ] {03b18e7d-afac-4380-af3a-b5547238c8f3} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1870 | 2025.01.09 20:40:26.439710 [ 260 ] {03b18e7d-afac-4380-af3a-b5547238c8f3} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001648 sec., 18203.88349514563 rows/sec., 1.25 MiB/sec. | ||
| 1871 | 2025.01.09 20:40:26.439836 [ 260 ] {03b18e7d-afac-4380-af3a-b5547238c8f3} <Debug> TCPHandler: Processed in 0.001970369 sec. | ||
| 1872 | 2025.01.09 20:40:30.585701 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1873 | 2025.01.09 20:40:30.585761 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1874 | 2025.01.09 20:40:30.661586 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 276 | ||
| 1875 | 2025.01.09 20:40:30.664362 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1876 | 2025.01.09 20:40:30.664424 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 1877 | 2025.01.09 20:40:30.665907 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1878 | 2025.01.09 20:40:30.666229 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1879 | 2025.01.09 20:40:30.666928 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
| 1880 | 2025.01.09 20:40:30.667609 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 276 | ||
| 1881 | 2025.01.09 20:40:30.668124 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1882 | 2025.01.09 20:40:30.668175 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 1883 | 2025.01.09 20:40:30.668825 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1884 | 2025.01.09 20:40:30.669085 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1885 | 2025.01.09 20:40:30.669381 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1886 | 2025.01.09 20:40:30.767660 [ 258 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1887 | 2025.01.09 20:40:30.767765 [ 258 ] {} <Debug> TCP-Session: da07f936-f171-4a87-8f7d-fbbdc73d6db0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1888 | 2025.01.09 20:40:30.886822 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1889 | 2025.01.09 20:40:30.906837 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1890 | 2025.01.09 20:40:30.906890 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 1891 | 2025.01.09 20:40:30.913952 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1892 | 2025.01.09 20:40:30.914733 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1893 | 2025.01.09 20:40:30.917419 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1894 | 2025.01.09 20:40:31.001090 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.05 MiB, peak 170.71 MiB, free memory in arenas 0.00 B, will set to 167.16 MiB (RSS), difference: 2.11 MiB | ||
| 1895 | 2025.01.09 20:40:31.434752 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1896 | 2025.01.09 20:40:31.434957 [ 260 ] {d5050150-b14f-4a90-beeb-d9ec89c644fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1897 | 2025.01.09 20:40:31.435035 [ 260 ] {d5050150-b14f-4a90-beeb-d9ec89c644fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1898 | 2025.01.09 20:40:31.435833 [ 260 ] {d5050150-b14f-4a90-beeb-d9ec89c644fc} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1899 | 2025.01.09 20:40:31.435878 [ 260 ] {d5050150-b14f-4a90-beeb-d9ec89c644fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 1900 | 2025.01.09 20:40:31.436303 [ 260 ] {d5050150-b14f-4a90-beeb-d9ec89c644fc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1901 | 2025.01.09 20:40:31.436576 [ 260 ] {d5050150-b14f-4a90-beeb-d9ec89c644fc} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1902 | 2025.01.09 20:40:31.436788 [ 260 ] {d5050150-b14f-4a90-beeb-d9ec89c644fc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001887 sec., 7419.183889772125 rows/sec., 534.08 KiB/sec. | ||
| 1903 | 2025.01.09 20:40:31.436927 [ 260 ] {d5050150-b14f-4a90-beeb-d9ec89c644fc} <Debug> TCPHandler: Processed in 0.002303777 sec. | ||
| 1904 | 2025.01.09 20:40:31.437308 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1905 | 2025.01.09 20:40:31.437503 [ 262 ] {9f0316cd-ca41-476e-b41b-7a1d3dcb6831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1906 | 2025.01.09 20:40:31.437604 [ 262 ] {9f0316cd-ca41-476e-b41b-7a1d3dcb6831} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1907 | 2025.01.09 20:40:31.438488 [ 262 ] {9f0316cd-ca41-476e-b41b-7a1d3dcb6831} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1908 | 2025.01.09 20:40:31.438530 [ 262 ] {9f0316cd-ca41-476e-b41b-7a1d3dcb6831} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 1909 | 2025.01.09 20:40:31.439016 [ 262 ] {9f0316cd-ca41-476e-b41b-7a1d3dcb6831} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1910 | 2025.01.09 20:40:31.439274 [ 262 ] {9f0316cd-ca41-476e-b41b-7a1d3dcb6831} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1911 | 2025.01.09 20:40:31.439621 [ 262 ] {9f0316cd-ca41-476e-b41b-7a1d3dcb6831} <Debug> executeQuery: Read 189 rows, 17.18 KiB in 0.002135 sec., 88524.59016393442 rows/sec., 7.86 MiB/sec. | ||
| 1912 | 2025.01.09 20:40:31.439952 [ 262 ] {9f0316cd-ca41-476e-b41b-7a1d3dcb6831} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 1913 | 2025.01.09 20:40:31.439971 [ 262 ] {9f0316cd-ca41-476e-b41b-7a1d3dcb6831} <Debug> TCPHandler: Processed in 0.002898392 sec. | ||
| 1914 | 2025.01.09 20:40:31.440158 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1915 | 2025.01.09 20:40:31.440302 [ 260 ] {41c848a3-16cd-4332-9764-82fa96d89613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1916 | 2025.01.09 20:40:31.440363 [ 260 ] {41c848a3-16cd-4332-9764-82fa96d89613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1917 | 2025.01.09 20:40:31.441007 [ 260 ] {41c848a3-16cd-4332-9764-82fa96d89613} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1918 | 2025.01.09 20:40:31.441047 [ 260 ] {41c848a3-16cd-4332-9764-82fa96d89613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 1919 | 2025.01.09 20:40:31.441415 [ 260 ] {41c848a3-16cd-4332-9764-82fa96d89613} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1920 | 2025.01.09 20:40:31.441669 [ 260 ] {41c848a3-16cd-4332-9764-82fa96d89613} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1921 | 2025.01.09 20:40:31.441939 [ 260 ] {41c848a3-16cd-4332-9764-82fa96d89613} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001657 sec., 9052.504526252264 rows/sec., 638.27 KiB/sec. | ||
| 1922 | 2025.01.09 20:40:31.442000 [ 260 ] {41c848a3-16cd-4332-9764-82fa96d89613} <Debug> TCPHandler: Processed in 0.001912898 sec. | ||
| 1923 | 2025.01.09 20:40:31.442166 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1924 | 2025.01.09 20:40:31.442307 [ 262 ] {da370f3f-0f8f-45b7-abd4-b8bce5b566f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1925 | 2025.01.09 20:40:31.442366 [ 262 ] {da370f3f-0f8f-45b7-abd4-b8bce5b566f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1926 | 2025.01.09 20:40:31.442994 [ 262 ] {da370f3f-0f8f-45b7-abd4-b8bce5b566f4} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1927 | 2025.01.09 20:40:31.443034 [ 262 ] {da370f3f-0f8f-45b7-abd4-b8bce5b566f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 1928 | 2025.01.09 20:40:31.443401 [ 262 ] {da370f3f-0f8f-45b7-abd4-b8bce5b566f4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1929 | 2025.01.09 20:40:31.443654 [ 262 ] {da370f3f-0f8f-45b7-abd4-b8bce5b566f4} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1930 | 2025.01.09 20:40:31.443852 [ 262 ] {da370f3f-0f8f-45b7-abd4-b8bce5b566f4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001572 sec., 8905.852417302798 rows/sec., 623.71 KiB/sec. | ||
| 1931 | 2025.01.09 20:40:31.443907 [ 262 ] {da370f3f-0f8f-45b7-abd4-b8bce5b566f4} <Debug> TCPHandler: Processed in 0.001806705 sec. | ||
| 1932 | 2025.01.09 20:40:31.444062 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1933 | 2025.01.09 20:40:31.444201 [ 260 ] {d957d27b-94c1-4667-9d25-feab6731deed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1934 | 2025.01.09 20:40:31.444258 [ 260 ] {d957d27b-94c1-4667-9d25-feab6731deed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1935 | 2025.01.09 20:40:31.444910 [ 260 ] {d957d27b-94c1-4667-9d25-feab6731deed} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1936 | 2025.01.09 20:40:31.444950 [ 260 ] {d957d27b-94c1-4667-9d25-feab6731deed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 1937 | 2025.01.09 20:40:31.445302 [ 260 ] {d957d27b-94c1-4667-9d25-feab6731deed} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1938 | 2025.01.09 20:40:31.445542 [ 260 ] {d957d27b-94c1-4667-9d25-feab6731deed} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1939 | 2025.01.09 20:40:31.445943 [ 260 ] {d957d27b-94c1-4667-9d25-feab6731deed} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001733 sec., 7501.442585112522 rows/sec., 467.71 KiB/sec. | ||
| 1940 | 2025.01.09 20:40:31.446080 [ 260 ] {d957d27b-94c1-4667-9d25-feab6731deed} <Debug> TCPHandler: Processed in 0.002090242 sec. | ||
| 1941 | 2025.01.09 20:40:31.446233 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1942 | 2025.01.09 20:40:31.446350 [ 262 ] {f0fa9c1f-1390-4e58-8c33-a1fabaa6af9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1943 | 2025.01.09 20:40:31.446399 [ 262 ] {f0fa9c1f-1390-4e58-8c33-a1fabaa6af9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1944 | 2025.01.09 20:40:31.447207 [ 262 ] {f0fa9c1f-1390-4e58-8c33-a1fabaa6af9b} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1945 | 2025.01.09 20:40:31.447253 [ 262 ] {f0fa9c1f-1390-4e58-8c33-a1fabaa6af9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 1946 | 2025.01.09 20:40:31.447701 [ 262 ] {f0fa9c1f-1390-4e58-8c33-a1fabaa6af9b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1947 | 2025.01.09 20:40:31.447945 [ 262 ] {f0fa9c1f-1390-4e58-8c33-a1fabaa6af9b} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1948 | 2025.01.09 20:40:31.448210 [ 262 ] {f0fa9c1f-1390-4e58-8c33-a1fabaa6af9b} <Debug> executeQuery: Read 354 rows, 25.44 KiB in 0.001862 sec., 190118.15252416756 rows/sec., 13.34 MiB/sec. | ||
| 1949 | 2025.01.09 20:40:31.448300 [ 262 ] {f0fa9c1f-1390-4e58-8c33-a1fabaa6af9b} <Debug> TCPHandler: Processed in 0.002123483 sec. | ||
| 1950 | 2025.01.09 20:40:31.448460 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1951 | 2025.01.09 20:40:31.448602 [ 260 ] {096ece5d-e0e5-4b5a-912d-7e9f734f18a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1952 | 2025.01.09 20:40:31.448664 [ 260 ] {096ece5d-e0e5-4b5a-912d-7e9f734f18a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1953 | 2025.01.09 20:40:31.449247 [ 260 ] {096ece5d-e0e5-4b5a-912d-7e9f734f18a9} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1954 | 2025.01.09 20:40:31.449294 [ 260 ] {096ece5d-e0e5-4b5a-912d-7e9f734f18a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 1955 | 2025.01.09 20:40:31.449711 [ 260 ] {096ece5d-e0e5-4b5a-912d-7e9f734f18a9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1956 | 2025.01.09 20:40:31.449959 [ 260 ] {096ece5d-e0e5-4b5a-912d-7e9f734f18a9} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1957 | 2025.01.09 20:40:31.450178 [ 260 ] {096ece5d-e0e5-4b5a-912d-7e9f734f18a9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001607 sec., 3733.66521468575 rows/sec., 195.07 KiB/sec. | ||
| 1958 | 2025.01.09 20:40:31.450230 [ 260 ] {096ece5d-e0e5-4b5a-912d-7e9f734f18a9} <Debug> TCPHandler: Processed in 0.001840115 sec. | ||
| 1959 | 2025.01.09 20:40:31.450388 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1960 | 2025.01.09 20:40:31.450515 [ 262 ] {3b740fae-e956-4c02-b0d9-26859e7cebf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1961 | 2025.01.09 20:40:31.450577 [ 262 ] {3b740fae-e956-4c02-b0d9-26859e7cebf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1962 | 2025.01.09 20:40:31.451226 [ 262 ] {3b740fae-e956-4c02-b0d9-26859e7cebf8} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1963 | 2025.01.09 20:40:31.451263 [ 262 ] {3b740fae-e956-4c02-b0d9-26859e7cebf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 1964 | 2025.01.09 20:40:31.451787 [ 262 ] {3b740fae-e956-4c02-b0d9-26859e7cebf8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1965 | 2025.01.09 20:40:31.452109 [ 262 ] {3b740fae-e956-4c02-b0d9-26859e7cebf8} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1966 | 2025.01.09 20:40:31.452331 [ 262 ] {3b740fae-e956-4c02-b0d9-26859e7cebf8} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001839 sec., 96247.96084828711 rows/sec., 6.35 MiB/sec. | ||
| 1967 | 2025.01.09 20:40:31.452393 [ 262 ] {3b740fae-e956-4c02-b0d9-26859e7cebf8} <Debug> TCPHandler: Processed in 0.002068841 sec. | ||
| 1968 | 2025.01.09 20:40:31.452538 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1969 | 2025.01.09 20:40:31.452680 [ 260 ] {dd07c2ce-4132-4a3b-b04d-c8101af16b31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1970 | 2025.01.09 20:40:31.452777 [ 260 ] {dd07c2ce-4132-4a3b-b04d-c8101af16b31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1971 | 2025.01.09 20:40:31.453651 [ 260 ] {dd07c2ce-4132-4a3b-b04d-c8101af16b31} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1972 | 2025.01.09 20:40:31.453700 [ 260 ] {dd07c2ce-4132-4a3b-b04d-c8101af16b31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 1973 | 2025.01.09 20:40:31.454058 [ 260 ] {dd07c2ce-4132-4a3b-b04d-c8101af16b31} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1974 | 2025.01.09 20:40:31.454291 [ 260 ] {dd07c2ce-4132-4a3b-b04d-c8101af16b31} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1975 | 2025.01.09 20:40:31.454695 [ 260 ] {dd07c2ce-4132-4a3b-b04d-c8101af16b31} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002021 sec., 494.8045522018803 rows/sec., 33.34 KiB/sec. | ||
| 1976 | 2025.01.09 20:40:31.454810 [ 260 ] {dd07c2ce-4132-4a3b-b04d-c8101af16b31} <Debug> TCPHandler: Processed in 0.002332098 sec. | ||
| 1977 | 2025.01.09 20:40:31.454959 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1978 | 2025.01.09 20:40:31.455104 [ 262 ] {450a8fb3-b148-43aa-a009-7a008f49e396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1979 | 2025.01.09 20:40:31.455211 [ 262 ] {450a8fb3-b148-43aa-a009-7a008f49e396} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1980 | 2025.01.09 20:40:31.456557 [ 262 ] {450a8fb3-b148-43aa-a009-7a008f49e396} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1981 | 2025.01.09 20:40:31.456599 [ 262 ] {450a8fb3-b148-43aa-a009-7a008f49e396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 1982 | 2025.01.09 20:40:31.457289 [ 262 ] {450a8fb3-b148-43aa-a009-7a008f49e396} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1983 | 2025.01.09 20:40:31.457582 [ 262 ] {450a8fb3-b148-43aa-a009-7a008f49e396} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1984 | 2025.01.09 20:40:31.457864 [ 262 ] {450a8fb3-b148-43aa-a009-7a008f49e396} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002778 sec., 2879.7696184305255 rows/sec., 5.16 MiB/sec. | ||
| 1985 | 2025.01.09 20:40:31.457960 [ 262 ] {450a8fb3-b148-43aa-a009-7a008f49e396} <Debug> TCPHandler: Processed in 0.003069806 sec. | ||
| 1986 | 2025.01.09 20:40:31.458094 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1987 | 2025.01.09 20:40:31.458211 [ 260 ] {769a2f90-9edd-4f08-b770-bcf61b51ce87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1988 | 2025.01.09 20:40:31.458262 [ 260 ] {769a2f90-9edd-4f08-b770-bcf61b51ce87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1989 | 2025.01.09 20:40:31.458756 [ 260 ] {769a2f90-9edd-4f08-b770-bcf61b51ce87} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1990 | 2025.01.09 20:40:31.458795 [ 260 ] {769a2f90-9edd-4f08-b770-bcf61b51ce87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 1991 | 2025.01.09 20:40:31.459164 [ 260 ] {769a2f90-9edd-4f08-b770-bcf61b51ce87} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1992 | 2025.01.09 20:40:31.459408 [ 260 ] {769a2f90-9edd-4f08-b770-bcf61b51ce87} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1993 | 2025.01.09 20:40:31.459624 [ 260 ] {769a2f90-9edd-4f08-b770-bcf61b51ce87} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001436 sec., 36211.6991643454 rows/sec., 2.24 MiB/sec. | ||
| 1994 | 2025.01.09 20:40:31.459675 [ 260 ] {769a2f90-9edd-4f08-b770-bcf61b51ce87} <Debug> TCPHandler: Processed in 0.00163664 sec. | ||
| 1995 | 2025.01.09 20:40:32.001090 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.98 MiB, peak 171.48 MiB, free memory in arenas 0.00 B, will set to 167.22 MiB (RSS), difference: -2.75 MiB | ||
| 1996 | 2025.01.09 20:40:36.431284 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1997 | 2025.01.09 20:40:36.431481 [ 260 ] {19cc9971-dd27-48a8-8d18-7229c901110a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1998 | 2025.01.09 20:40:36.431554 [ 260 ] {19cc9971-dd27-48a8-8d18-7229c901110a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1999 | 2025.01.09 20:40:36.432310 [ 260 ] {19cc9971-dd27-48a8-8d18-7229c901110a} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2000 | 2025.01.09 20:40:36.432353 [ 260 ] {19cc9971-dd27-48a8-8d18-7229c901110a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 2001 | 2025.01.09 20:40:36.432780 [ 260 ] {19cc9971-dd27-48a8-8d18-7229c901110a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2002 | 2025.01.09 20:40:36.433034 [ 260 ] {19cc9971-dd27-48a8-8d18-7229c901110a} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2003 | 2025.01.09 20:40:36.433185 [ 40 ] {} <Debug> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2004 | 2025.01.09 20:40:36.433258 [ 40 ] {} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2005 | 2025.01.09 20:40:36.433262 [ 260 ] {19cc9971-dd27-48a8-8d18-7229c901110a} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001829 sec., 14215.418261344998 rows/sec., 1.07 MiB/sec. | ||
| 2006 | 2025.01.09 20:40:36.433282 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 2007 | 2025.01.09 20:40:36.433353 [ 260 ] {19cc9971-dd27-48a8-8d18-7229c901110a} <Debug> TCPHandler: Processed in 0.002194025 sec. | ||
| 2008 | 2025.01.09 20:40:36.433410 [ 200 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::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 | ||
| 2009 | 2025.01.09 20:40:36.433529 [ 200 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2010 | 2025.01.09 20:40:36.433561 [ 200 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 189 rows starting from the beginning of the part | ||
| 2011 | 2025.01.09 20:40:36.433686 [ 200 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1329 rows starting from the beginning of the part | ||
| 2012 | 2025.01.09 20:40:36.433683 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2013 | 2025.01.09 20:40:36.433832 [ 200 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
| 2014 | 2025.01.09 20:40:36.434181 [ 262 ] {a9dbd3d8-87c8-4602-8d49-ca8d55cb3de1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2015 | 2025.01.09 20:40:36.434219 [ 200 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part | ||
| 2016 | 2025.01.09 20:40:36.434406 [ 262 ] {a9dbd3d8-87c8-4602-8d49-ca8d55cb3de1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2017 | 2025.01.09 20:40:36.434434 [ 200 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 189 rows starting from the beginning of the part | ||
| 2018 | 2025.01.09 20:40:36.434751 [ 200 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part | ||
| 2019 | 2025.01.09 20:40:36.436948 [ 262 ] {a9dbd3d8-87c8-4602-8d49-ca8d55cb3de1} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2020 | 2025.01.09 20:40:36.437045 [ 262 ] {a9dbd3d8-87c8-4602-8d49-ca8d55cb3de1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 2021 | 2025.01.09 20:40:36.437755 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1785 rows, containing 5 columns (5 merged, 0 gathered) in 0.004386579 sec., 406923.0258932986 rows/sec., 35.86 MiB/sec. | ||
| 2022 | 2025.01.09 20:40:36.437940 [ 262 ] {a9dbd3d8-87c8-4602-8d49-ca8d55cb3de1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2023 | 2025.01.09 20:40:36.438069 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2024 | 2025.01.09 20:40:36.438403 [ 262 ] {a9dbd3d8-87c8-4602-8d49-ca8d55cb3de1} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2025 | 2025.01.09 20:40:36.438641 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_11_2} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2026 | 2025.01.09 20:40:36.438773 [ 40 ] {} <Debug> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2027 | 2025.01.09 20:40:36.438905 [ 40 ] {} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2028 | 2025.01.09 20:40:36.438970 [ 262 ] {a9dbd3d8-87c8-4602-8d49-ca8d55cb3de1} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.004991 sec., 5610.098176718093 rows/sec., 448.07 KiB/sec. | ||
| 2029 | 2025.01.09 20:40:36.438974 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 2030 | 2025.01.09 20:40:36.438981 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_11_2} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2031 | 2025.01.09 20:40:36.439260 [ 262 ] {a9dbd3d8-87c8-4602-8d49-ca8d55cb3de1} <Debug> TCPHandler: Processed in 0.005774663 sec. | ||
| 2032 | 2025.01.09 20:40:36.439497 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 2033 | 2025.01.09 20:40:36.439534 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2034 | 2025.01.09 20:40:36.439567 [ 200 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::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 | ||
| 2035 | 2025.01.09 20:40:36.439690 [ 260 ] {92155b18-2775-4301-a036-2311c1269b03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2036 | 2025.01.09 20:40:36.439702 [ 200 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2037 | 2025.01.09 20:40:36.439741 [ 200 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 354 rows starting from the beginning of the part | ||
| 2038 | 2025.01.09 20:40:36.439758 [ 260 ] {92155b18-2775-4301-a036-2311c1269b03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2039 | 2025.01.09 20:40:36.439931 [ 200 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 810 rows starting from the beginning of the part | ||
| 2040 | 2025.01.09 20:40:36.440170 [ 200 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part | ||
| 2041 | 2025.01.09 20:40:36.440411 [ 200 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 28 rows starting from the beginning of the part | ||
| 2042 | 2025.01.09 20:40:36.440592 [ 200 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 354 rows starting from the beginning of the part | ||
| 2043 | 2025.01.09 20:40:36.440695 [ 200 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 28 rows starting from the beginning of the part | ||
| 2044 | 2025.01.09 20:40:36.441498 [ 260 ] {92155b18-2775-4301-a036-2311c1269b03} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2045 | 2025.01.09 20:40:36.441541 [ 260 ] {92155b18-2775-4301-a036-2311c1269b03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 2046 | 2025.01.09 20:40:36.442099 [ 260 ] {92155b18-2775-4301-a036-2311c1269b03} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2047 | 2025.01.09 20:40:36.442380 [ 260 ] {92155b18-2775-4301-a036-2311c1269b03} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2048 | 2025.01.09 20:40:36.442588 [ 40 ] {} <Debug> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2049 | 2025.01.09 20:40:36.442669 [ 40 ] {} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2050 | 2025.01.09 20:40:36.442703 [ 200 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1602 rows, containing 5 columns (5 merged, 0 gathered) in 0.003475676 sec., 460917.5308630609 rows/sec., 34.72 MiB/sec. | ||
| 2051 | 2025.01.09 20:40:36.442717 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 2052 | 2025.01.09 20:40:36.442766 [ 260 ] {92155b18-2775-4301-a036-2311c1269b03} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.003114 sec., 32113.037893384713 rows/sec., 2.23 MiB/sec. | ||
| 2053 | 2025.01.09 20:40:36.443127 [ 200 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2054 | 2025.01.09 20:40:36.443313 [ 260 ] {92155b18-2775-4301-a036-2311c1269b03} <Debug> TCPHandler: Processed in 0.003892407 sec. | ||
| 2055 | 2025.01.09 20:40:36.443358 [ 199 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2056 | 2025.01.09 20:40:36.443679 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2057 | 2025.01.09 20:40:36.443990 [ 199 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2058 | 2025.01.09 20:40:36.444042 [ 262 ] {ba82de34-7402-4daf-9282-888aab4df095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2059 | 2025.01.09 20:40:36.444114 [ 199 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 674 rows starting from the beginning of the part | ||
| 2060 | 2025.01.09 20:40:36.444175 [ 262 ] {ba82de34-7402-4daf-9282-888aab4df095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2061 | 2025.01.09 20:40:36.444621 [ 199 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2347 rows starting from the beginning of the part | ||
| 2062 | 2025.01.09 20:40:36.444628 [ 200 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_11_2} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2063 | 2025.01.09 20:40:36.445323 [ 199 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 20 rows starting from the beginning of the part | ||
| 2064 | 2025.01.09 20:40:36.445405 [ 200 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_11_2} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2065 | 2025.01.09 20:40:36.445846 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 2066 | 2025.01.09 20:40:36.445835 [ 199 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 100 rows starting from the beginning of the part | ||
| 2067 | 2025.01.09 20:40:36.446286 [ 199 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 177 rows starting from the beginning of the part | ||
| 2068 | 2025.01.09 20:40:36.446614 [ 199 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 100 rows starting from the beginning of the part | ||
| 2069 | 2025.01.09 20:40:36.447056 [ 262 ] {ba82de34-7402-4daf-9282-888aab4df095} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2070 | 2025.01.09 20:40:36.447133 [ 262 ] {ba82de34-7402-4daf-9282-888aab4df095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 2071 | 2025.01.09 20:40:36.447991 [ 262 ] {ba82de34-7402-4daf-9282-888aab4df095} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2072 | 2025.01.09 20:40:36.448527 [ 262 ] {ba82de34-7402-4daf-9282-888aab4df095} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2073 | 2025.01.09 20:40:36.448938 [ 40 ] {} <Debug> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2074 | 2025.01.09 20:40:36.449080 [ 40 ] {} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2075 | 2025.01.09 20:40:36.449170 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 2076 | 2025.01.09 20:40:36.449214 [ 262 ] {ba82de34-7402-4daf-9282-888aab4df095} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.005259 sec., 5704.5065601825445 rows/sec., 400.17 KiB/sec. | ||
| 2077 | 2025.01.09 20:40:36.449711 [ 262 ] {ba82de34-7402-4daf-9282-888aab4df095} <Debug> TCPHandler: Processed in 0.006222604 sec. | ||
| 2078 | 2025.01.09 20:40:36.449805 [ 198 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::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 | ||
| 2079 | 2025.01.09 20:40:36.450287 [ 198 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2080 | 2025.01.09 20:40:36.450332 [ 198 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 200 rows starting from the beginning of the part | ||
| 2081 | 2025.01.09 20:40:36.450663 [ 198 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 46 rows starting from the beginning of the part | ||
| 2082 | 2025.01.09 20:40:36.450980 [ 198 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::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 | ||
| 2083 | 2025.01.09 20:40:36.451286 [ 198 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part | ||
| 2084 | 2025.01.09 20:40:36.451469 [ 200 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3418 rows, containing 5 columns (5 merged, 0 gathered) in 0.008619013 sec., 396565.1287450199 rows/sec., 26.56 MiB/sec. | ||
| 2085 | 2025.01.09 20:40:36.451558 [ 198 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 52 rows starting from the beginning of the part | ||
| 2086 | 2025.01.09 20:40:36.451696 [ 198 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part | ||
| 2087 | 2025.01.09 20:40:36.452053 [ 200 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2088 | 2025.01.09 20:40:36.452665 [ 200 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2089 | 2025.01.09 20:40:36.452851 [ 200 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2090 | 2025.01.09 20:40:36.453038 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 2091 | 2025.01.09 20:40:36.453583 [ 191 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 364 rows, containing 4 columns (4 merged, 0 gathered) in 0.004216184 sec., 86333.99301358763 rows/sec., 5.59 MiB/sec. | ||
| 2092 | 2025.01.09 20:40:36.453746 [ 200 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2093 | 2025.01.09 20:40:36.454037 [ 200 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_11_2} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2094 | 2025.01.09 20:40:36.454118 [ 200 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_11_2} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2095 | 2025.01.09 20:40:36.454198 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2096 | 2025.01.09 20:40:38.169804 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
| 2097 | 2025.01.09 20:40:38.170512 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2098 | 2025.01.09 20:40:38.170557 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 2099 | 2025.01.09 20:40:38.171073 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2100 | 2025.01.09 20:40:38.171328 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2101 | 2025.01.09 20:40:38.171677 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
| 2102 | 2025.01.09 20:40:38.417831 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2103 | 2025.01.09 20:40:38.438063 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2104 | 2025.01.09 20:40:38.438122 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 2105 | 2025.01.09 20:40:38.445201 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2106 | 2025.01.09 20:40:38.445966 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2107 | 2025.01.09 20:40:38.449218 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2108 | 2025.01.09 20:40:40.668098 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 306 | ||
| 2109 | 2025.01.09 20:40:40.671073 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2110 | 2025.01.09 20:40:40.671124 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 2111 | 2025.01.09 20:40:40.672609 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2112 | 2025.01.09 20:40:40.672918 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2113 | 2025.01.09 20:40:40.673151 [ 36 ] {} <Debug> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2114 | 2025.01.09 20:40:40.673275 [ 36 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2115 | 2025.01.09 20:40:40.673350 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 2116 | 2025.01.09 20:40:40.673813 [ 198 ] {e112f526-83d2-4dea-952f-9c32bda020af::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 | ||
| 2117 | 2025.01.09 20:40:40.674191 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 306 | ||
| 2118 | 2025.01.09 20:40:40.674718 [ 198 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2119 | 2025.01.09 20:40:40.674839 [ 198 ] {e112f526-83d2-4dea-952f-9c32bda020af::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 | ||
| 2120 | 2025.01.09 20:40:40.675450 [ 198 ] {e112f526-83d2-4dea-952f-9c32bda020af::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 | ||
| 2121 | 2025.01.09 20:40:40.675983 [ 198 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part | ||
| 2122 | 2025.01.09 20:40:40.676486 [ 198 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part | ||
| 2123 | 2025.01.09 20:40:40.676989 [ 198 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
| 2124 | 2025.01.09 20:40:40.677524 [ 198 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
| 2125 | 2025.01.09 20:40:40.685412 [ 191 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 72 columns (72 merged, 0 gathered) in 0.011920645 sec., 25669.751930369537 rows/sec., 24.86 MiB/sec. | ||
| 2126 | 2025.01.09 20:40:40.686289 [ 194 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2127 | 2025.01.09 20:40:40.686988 [ 194 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_6_1} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2128 | 2025.01.09 20:40:40.687066 [ 194 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_6_1} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2129 | 2025.01.09 20:40:40.687250 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.66 MiB. | ||
| 2130 | 2025.01.09 20:40:41.433716 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2131 | 2025.01.09 20:40:41.433901 [ 260 ] {6b39b7a9-9126-4342-ba31-305949436bf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2132 | 2025.01.09 20:40:41.433976 [ 260 ] {6b39b7a9-9126-4342-ba31-305949436bf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2133 | 2025.01.09 20:40:41.434725 [ 260 ] {6b39b7a9-9126-4342-ba31-305949436bf7} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2134 | 2025.01.09 20:40:41.434780 [ 260 ] {6b39b7a9-9126-4342-ba31-305949436bf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 2135 | 2025.01.09 20:40:41.435216 [ 260 ] {6b39b7a9-9126-4342-ba31-305949436bf7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2136 | 2025.01.09 20:40:41.435483 [ 260 ] {6b39b7a9-9126-4342-ba31-305949436bf7} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2137 | 2025.01.09 20:40:41.435673 [ 35 ] {} <Debug> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2138 | 2025.01.09 20:40:41.435736 [ 260 ] {6b39b7a9-9126-4342-ba31-305949436bf7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001884 sec., 7430.997876857749 rows/sec., 534.93 KiB/sec. | ||
| 2139 | 2025.01.09 20:40:41.435745 [ 35 ] {} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2140 | 2025.01.09 20:40:41.435822 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 2141 | 2025.01.09 20:40:41.435877 [ 260 ] {6b39b7a9-9126-4342-ba31-305949436bf7} <Debug> TCPHandler: Processed in 0.002285066 sec. | ||
| 2142 | 2025.01.09 20:40:41.436081 [ 191 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 2143 | 2025.01.09 20:40:41.436200 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2144 | 2025.01.09 20:40:41.436267 [ 191 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2145 | 2025.01.09 20:40:41.436320 [ 191 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 2146 | 2025.01.09 20:40:41.436478 [ 262 ] {38abb9e2-4138-4a7f-be27-153091642b22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2147 | 2025.01.09 20:40:41.436604 [ 191 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 2148 | 2025.01.09 20:40:41.436640 [ 262 ] {38abb9e2-4138-4a7f-be27-153091642b22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2149 | 2025.01.09 20:40:41.437121 [ 191 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 2150 | 2025.01.09 20:40:41.437427 [ 191 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 2151 | 2025.01.09 20:40:41.437848 [ 191 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 2152 | 2025.01.09 20:40:41.439539 [ 262 ] {38abb9e2-4138-4a7f-be27-153091642b22} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2153 | 2025.01.09 20:40:41.439627 [ 262 ] {38abb9e2-4138-4a7f-be27-153091642b22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2154 | 2025.01.09 20:40:41.440345 [ 191 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004417879 sec., 15844.70738107585 rows/sec., 1.17 MiB/sec. | ||
| 2155 | 2025.01.09 20:40:41.440560 [ 191 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2156 | 2025.01.09 20:40:41.440631 [ 262 ] {38abb9e2-4138-4a7f-be27-153091642b22} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2157 | 2025.01.09 20:40:41.440978 [ 191 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_5_1} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2158 | 2025.01.09 20:40:41.441072 [ 262 ] {38abb9e2-4138-4a7f-be27-153091642b22} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2159 | 2025.01.09 20:40:41.441170 [ 191 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_5_1} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2160 | 2025.01.09 20:40:41.441336 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2161 | 2025.01.09 20:40:41.441477 [ 262 ] {38abb9e2-4138-4a7f-be27-153091642b22} <Debug> executeQuery: Read 189 rows, 17.18 KiB in 0.005082 sec., 37190.0826446281 rows/sec., 3.30 MiB/sec. | ||
| 2162 | 2025.01.09 20:40:41.441562 [ 262 ] {38abb9e2-4138-4a7f-be27-153091642b22} <Debug> TCPHandler: Processed in 0.005536157 sec. | ||
| 2163 | 2025.01.09 20:40:41.441752 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2164 | 2025.01.09 20:40:41.441899 [ 260 ] {21f23f7b-421a-4096-b50c-dddcfc83e012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2165 | 2025.01.09 20:40:41.441962 [ 260 ] {21f23f7b-421a-4096-b50c-dddcfc83e012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2166 | 2025.01.09 20:40:41.442720 [ 260 ] {21f23f7b-421a-4096-b50c-dddcfc83e012} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2167 | 2025.01.09 20:40:41.442772 [ 260 ] {21f23f7b-421a-4096-b50c-dddcfc83e012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 2168 | 2025.01.09 20:40:41.443168 [ 260 ] {21f23f7b-421a-4096-b50c-dddcfc83e012} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2169 | 2025.01.09 20:40:41.443416 [ 260 ] {21f23f7b-421a-4096-b50c-dddcfc83e012} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2170 | 2025.01.09 20:40:41.443578 [ 35 ] {} <Debug> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2171 | 2025.01.09 20:40:41.443637 [ 35 ] {} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2172 | 2025.01.09 20:40:41.443665 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 2173 | 2025.01.09 20:40:41.443681 [ 260 ] {21f23f7b-421a-4096-b50c-dddcfc83e012} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001808 sec., 8296.460176991151 rows/sec., 584.97 KiB/sec. | ||
| 2174 | 2025.01.09 20:40:41.443898 [ 260 ] {21f23f7b-421a-4096-b50c-dddcfc83e012} <Debug> TCPHandler: Processed in 0.002217005 sec. | ||
| 2175 | 2025.01.09 20:40:41.443928 [ 194 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::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 | ||
| 2176 | 2025.01.09 20:40:41.444077 [ 194 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2177 | 2025.01.09 20:40:41.444111 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2178 | 2025.01.09 20:40:41.444122 [ 194 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part | ||
| 2179 | 2025.01.09 20:40:41.444395 [ 194 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part | ||
| 2180 | 2025.01.09 20:40:41.444428 [ 262 ] {c3106291-c747-48d2-9244-03c6d7b77e4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2181 | 2025.01.09 20:40:41.444651 [ 262 ] {c3106291-c747-48d2-9244-03c6d7b77e4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2182 | 2025.01.09 20:40:41.444757 [ 194 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part | ||
| 2183 | 2025.01.09 20:40:41.445103 [ 194 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part | ||
| 2184 | 2025.01.09 20:40:41.445339 [ 194 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 15 rows starting from the beginning of the part | ||
| 2185 | 2025.01.09 20:40:41.446648 [ 262 ] {c3106291-c747-48d2-9244-03c6d7b77e4d} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2186 | 2025.01.09 20:40:41.446696 [ 262 ] {c3106291-c747-48d2-9244-03c6d7b77e4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2187 | 2025.01.09 20:40:41.447284 [ 189 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 75 rows, containing 5 columns (5 merged, 0 gathered) in 0.003514087 sec., 21342.670229849176 rows/sec., 1.55 MiB/sec. | ||
| 2188 | 2025.01.09 20:40:41.447406 [ 262 ] {c3106291-c747-48d2-9244-03c6d7b77e4d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2189 | 2025.01.09 20:40:41.447585 [ 189 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2190 | 2025.01.09 20:40:41.447869 [ 262 ] {c3106291-c747-48d2-9244-03c6d7b77e4d} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2191 | 2025.01.09 20:40:41.448189 [ 189 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_5_1} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2192 | 2025.01.09 20:40:41.448238 [ 262 ] {c3106291-c747-48d2-9244-03c6d7b77e4d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003977 sec., 3520.2413879808905 rows/sec., 246.53 KiB/sec. | ||
| 2193 | 2025.01.09 20:40:41.448397 [ 189 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_5_1} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2194 | 2025.01.09 20:40:41.448416 [ 262 ] {c3106291-c747-48d2-9244-03c6d7b77e4d} <Debug> TCPHandler: Processed in 0.004389198 sec. | ||
| 2195 | 2025.01.09 20:40:41.448643 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2196 | 2025.01.09 20:40:41.448689 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2197 | 2025.01.09 20:40:41.448819 [ 260 ] {b43d2d25-df5f-4c42-a0ec-73d85d33786f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2198 | 2025.01.09 20:40:41.448878 [ 260 ] {b43d2d25-df5f-4c42-a0ec-73d85d33786f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2199 | 2025.01.09 20:40:41.449581 [ 260 ] {b43d2d25-df5f-4c42-a0ec-73d85d33786f} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2200 | 2025.01.09 20:40:41.449630 [ 260 ] {b43d2d25-df5f-4c42-a0ec-73d85d33786f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 2201 | 2025.01.09 20:40:41.450023 [ 260 ] {b43d2d25-df5f-4c42-a0ec-73d85d33786f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2202 | 2025.01.09 20:40:41.450271 [ 260 ] {b43d2d25-df5f-4c42-a0ec-73d85d33786f} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2203 | 2025.01.09 20:40:41.450438 [ 35 ] {} <Debug> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2204 | 2025.01.09 20:40:41.450498 [ 35 ] {} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2205 | 2025.01.09 20:40:41.450533 [ 260 ] {b43d2d25-df5f-4c42-a0ec-73d85d33786f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00174 sec., 7471.264367816092 rows/sec., 465.83 KiB/sec. | ||
| 2206 | 2025.01.09 20:40:41.450543 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 2207 | 2025.01.09 20:40:41.450748 [ 260 ] {b43d2d25-df5f-4c42-a0ec-73d85d33786f} <Debug> TCPHandler: Processed in 0.002183844 sec. | ||
| 2208 | 2025.01.09 20:40:41.450854 [ 190 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 2209 | 2025.01.09 20:40:41.451045 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2210 | 2025.01.09 20:40:41.451145 [ 190 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2211 | 2025.01.09 20:40:41.451188 [ 190 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 2212 | 2025.01.09 20:40:41.451213 [ 262 ] {1fc8c289-fb07-4084-adb7-ad6925f89810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2213 | 2025.01.09 20:40:41.451284 [ 262 ] {1fc8c289-fb07-4084-adb7-ad6925f89810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2214 | 2025.01.09 20:40:41.451478 [ 190 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part | ||
| 2215 | 2025.01.09 20:40:41.451916 [ 190 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 2216 | 2025.01.09 20:40:41.452304 [ 190 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 2217 | 2025.01.09 20:40:41.452673 [ 190 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 2218 | 2025.01.09 20:40:41.453890 [ 262 ] {1fc8c289-fb07-4084-adb7-ad6925f89810} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2219 | 2025.01.09 20:40:41.453940 [ 262 ] {1fc8c289-fb07-4084-adb7-ad6925f89810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2220 | 2025.01.09 20:40:41.454281 [ 189 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003605529 sec., 18027.867755327996 rows/sec., 1.17 MiB/sec. | ||
| 2221 | 2025.01.09 20:40:41.454504 [ 189 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2222 | 2025.01.09 20:40:41.454638 [ 262 ] {1fc8c289-fb07-4084-adb7-ad6925f89810} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2223 | 2025.01.09 20:40:41.454951 [ 189 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_5_1} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2224 | 2025.01.09 20:40:41.455114 [ 262 ] {1fc8c289-fb07-4084-adb7-ad6925f89810} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2225 | 2025.01.09 20:40:41.455161 [ 189 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_5_1} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2226 | 2025.01.09 20:40:41.455362 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2227 | 2025.01.09 20:40:41.455504 [ 262 ] {1fc8c289-fb07-4084-adb7-ad6925f89810} <Debug> executeQuery: Read 354 rows, 25.44 KiB in 0.004332 sec., 81717.45152354571 rows/sec., 5.74 MiB/sec. | ||
| 2228 | 2025.01.09 20:40:41.455576 [ 262 ] {1fc8c289-fb07-4084-adb7-ad6925f89810} <Debug> TCPHandler: Processed in 0.004696726 sec. | ||
| 2229 | 2025.01.09 20:40:41.455791 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2230 | 2025.01.09 20:40:41.455944 [ 260 ] {67ed7605-96ae-42f0-8451-59bb2e6735cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2231 | 2025.01.09 20:40:41.456006 [ 260 ] {67ed7605-96ae-42f0-8451-59bb2e6735cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2232 | 2025.01.09 20:40:41.456585 [ 260 ] {67ed7605-96ae-42f0-8451-59bb2e6735cf} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2233 | 2025.01.09 20:40:41.456632 [ 260 ] {67ed7605-96ae-42f0-8451-59bb2e6735cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 2234 | 2025.01.09 20:40:41.457029 [ 260 ] {67ed7605-96ae-42f0-8451-59bb2e6735cf} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2235 | 2025.01.09 20:40:41.457270 [ 260 ] {67ed7605-96ae-42f0-8451-59bb2e6735cf} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2236 | 2025.01.09 20:40:41.457549 [ 260 ] {67ed7605-96ae-42f0-8451-59bb2e6735cf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001631 sec., 3678.724708767627 rows/sec., 192.20 KiB/sec. | ||
| 2237 | 2025.01.09 20:40:41.457699 [ 260 ] {67ed7605-96ae-42f0-8451-59bb2e6735cf} <Debug> TCPHandler: Processed in 0.0020183 sec. | ||
| 2238 | 2025.01.09 20:40:41.457860 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2239 | 2025.01.09 20:40:41.458003 [ 262 ] {7630cc57-3d54-4fd4-ac20-61f118c03dc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2240 | 2025.01.09 20:40:41.458068 [ 262 ] {7630cc57-3d54-4fd4-ac20-61f118c03dc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2241 | 2025.01.09 20:40:41.458758 [ 262 ] {7630cc57-3d54-4fd4-ac20-61f118c03dc1} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2242 | 2025.01.09 20:40:41.458802 [ 262 ] {7630cc57-3d54-4fd4-ac20-61f118c03dc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 2243 | 2025.01.09 20:40:41.459200 [ 262 ] {7630cc57-3d54-4fd4-ac20-61f118c03dc1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2244 | 2025.01.09 20:40:41.459442 [ 262 ] {7630cc57-3d54-4fd4-ac20-61f118c03dc1} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2245 | 2025.01.09 20:40:41.459644 [ 262 ] {7630cc57-3d54-4fd4-ac20-61f118c03dc1} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001675 sec., 105671.64179104478 rows/sec., 6.97 MiB/sec. | ||
| 2246 | 2025.01.09 20:40:41.459698 [ 262 ] {7630cc57-3d54-4fd4-ac20-61f118c03dc1} <Debug> TCPHandler: Processed in 0.001907097 sec. | ||
| 2247 | 2025.01.09 20:40:41.459852 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2248 | 2025.01.09 20:40:41.459991 [ 260 ] {7329a0d3-47bc-4c6f-8aba-20954e525b86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2249 | 2025.01.09 20:40:41.460051 [ 260 ] {7329a0d3-47bc-4c6f-8aba-20954e525b86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2250 | 2025.01.09 20:40:41.460611 [ 260 ] {7329a0d3-47bc-4c6f-8aba-20954e525b86} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2251 | 2025.01.09 20:40:41.460657 [ 260 ] {7329a0d3-47bc-4c6f-8aba-20954e525b86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 2252 | 2025.01.09 20:40:41.461044 [ 260 ] {7329a0d3-47bc-4c6f-8aba-20954e525b86} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2253 | 2025.01.09 20:40:41.461284 [ 260 ] {7329a0d3-47bc-4c6f-8aba-20954e525b86} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2254 | 2025.01.09 20:40:41.461432 [ 35 ] {} <Debug> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2255 | 2025.01.09 20:40:41.461487 [ 35 ] {} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2256 | 2025.01.09 20:40:41.461521 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 2257 | 2025.01.09 20:40:41.461532 [ 260 ] {7329a0d3-47bc-4c6f-8aba-20954e525b86} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001565 sec., 638.9776357827476 rows/sec., 43.06 KiB/sec. | ||
| 2258 | 2025.01.09 20:40:41.461846 [ 260 ] {7329a0d3-47bc-4c6f-8aba-20954e525b86} <Debug> TCPHandler: Processed in 0.00204857 sec. | ||
| 2259 | 2025.01.09 20:40:41.461942 [ 190 ] {cd0e6e96-c996-434c-a97a-3f5887345965::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 | ||
| 2260 | 2025.01.09 20:40:41.462121 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2261 | 2025.01.09 20:40:41.462202 [ 190 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2262 | 2025.01.09 20:40:41.462245 [ 190 ] {cd0e6e96-c996-434c-a97a-3f5887345965::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 | ||
| 2263 | 2025.01.09 20:40:41.462297 [ 262 ] {ebdc1e31-2311-4828-96b3-0523e68127b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2264 | 2025.01.09 20:40:41.462408 [ 190 ] {cd0e6e96-c996-434c-a97a-3f5887345965::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 | ||
| 2265 | 2025.01.09 20:40:41.462789 [ 262 ] {ebdc1e31-2311-4828-96b3-0523e68127b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2266 | 2025.01.09 20:40:41.462862 [ 190 ] {cd0e6e96-c996-434c-a97a-3f5887345965::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 | ||
| 2267 | 2025.01.09 20:40:41.463243 [ 190 ] {cd0e6e96-c996-434c-a97a-3f5887345965::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 | ||
| 2268 | 2025.01.09 20:40:41.463609 [ 190 ] {cd0e6e96-c996-434c-a97a-3f5887345965::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 | ||
| 2269 | 2025.01.09 20:40:41.465568 [ 190 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.003968739 sec., 1259.8460115417013 rows/sec., 84.89 KiB/sec. | ||
| 2270 | 2025.01.09 20:40:41.465698 [ 190 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2271 | 2025.01.09 20:40:41.466048 [ 262 ] {ebdc1e31-2311-4828-96b3-0523e68127b0} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2272 | 2025.01.09 20:40:41.466081 [ 190 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_5_1} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2273 | 2025.01.09 20:40:41.466093 [ 262 ] {ebdc1e31-2311-4828-96b3-0523e68127b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 2274 | 2025.01.09 20:40:41.466179 [ 190 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_5_1} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2275 | 2025.01.09 20:40:41.466273 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2276 | 2025.01.09 20:40:41.466779 [ 262 ] {ebdc1e31-2311-4828-96b3-0523e68127b0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2277 | 2025.01.09 20:40:41.467039 [ 262 ] {ebdc1e31-2311-4828-96b3-0523e68127b0} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2278 | 2025.01.09 20:40:41.467279 [ 262 ] {ebdc1e31-2311-4828-96b3-0523e68127b0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005033 sec., 1589.5092390224518 rows/sec., 2.85 MiB/sec. | ||
| 2279 | 2025.01.09 20:40:41.467392 [ 262 ] {ebdc1e31-2311-4828-96b3-0523e68127b0} <Debug> TCPHandler: Processed in 0.005430445 sec. | ||
| 2280 | 2025.01.09 20:40:41.467603 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2281 | 2025.01.09 20:40:41.467824 [ 260 ] {0404ba33-ac72-4d68-a95c-0dae9e97c134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2282 | 2025.01.09 20:40:41.467884 [ 260 ] {0404ba33-ac72-4d68-a95c-0dae9e97c134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2283 | 2025.01.09 20:40:41.468461 [ 260 ] {0404ba33-ac72-4d68-a95c-0dae9e97c134} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2284 | 2025.01.09 20:40:41.468508 [ 260 ] {0404ba33-ac72-4d68-a95c-0dae9e97c134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
| 2285 | 2025.01.09 20:40:41.468921 [ 260 ] {0404ba33-ac72-4d68-a95c-0dae9e97c134} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2286 | 2025.01.09 20:40:41.469165 [ 260 ] {0404ba33-ac72-4d68-a95c-0dae9e97c134} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2287 | 2025.01.09 20:40:41.469370 [ 260 ] {0404ba33-ac72-4d68-a95c-0dae9e97c134} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001594 sec., 32622.33375156838 rows/sec., 2.02 MiB/sec. | ||
| 2288 | 2025.01.09 20:40:41.469423 [ 260 ] {0404ba33-ac72-4d68-a95c-0dae9e97c134} <Debug> TCPHandler: Processed in 0.001926718 sec. | ||
| 2289 | 2025.01.09 20:40:45.585802 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2290 | 2025.01.09 20:40:45.585876 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2291 | 2025.01.09 20:40:45.672362 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
| 2292 | 2025.01.09 20:40:45.673176 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2293 | 2025.01.09 20:40:45.673223 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2294 | 2025.01.09 20:40:45.673767 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2295 | 2025.01.09 20:40:45.674012 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2296 | 2025.01.09 20:40:45.674244 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2297 | 2025.01.09 20:40:45.950477 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2298 | 2025.01.09 20:40:45.971195 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2299 | 2025.01.09 20:40:45.971254 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2300 | 2025.01.09 20:40:45.978661 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2301 | 2025.01.09 20:40:45.979443 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2302 | 2025.01.09 20:40:45.982858 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2303 | 2025.01.09 20:40:46.432487 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2304 | 2025.01.09 20:40:46.432737 [ 260 ] {e44fda08-2a96-45c4-84e3-08bd35876c0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2305 | 2025.01.09 20:40:46.433138 [ 260 ] {e44fda08-2a96-45c4-84e3-08bd35876c0c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2306 | 2025.01.09 20:40:46.433253 [ 260 ] {e44fda08-2a96-45c4-84e3-08bd35876c0c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2307 | 2025.01.09 20:40:46.433586 [ 260 ] {e44fda08-2a96-45c4-84e3-08bd35876c0c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2308 | 2025.01.09 20:40:46.433662 [ 260 ] {e44fda08-2a96-45c4-84e3-08bd35876c0c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2309 | 2025.01.09 20:40:46.433832 [ 260 ] {e44fda08-2a96-45c4-84e3-08bd35876c0c} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 2310 | 2025.01.09 20:40:46.433946 [ 296 ] {e44fda08-2a96-45c4-84e3-08bd35876c0c} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2311 | 2025.01.09 20:40:46.434010 [ 294 ] {e44fda08-2a96-45c4-84e3-08bd35876c0c} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2312 | 2025.01.09 20:40:46.434016 [ 295 ] {e44fda08-2a96-45c4-84e3-08bd35876c0c} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2313 | 2025.01.09 20:40:46.434171 [ 260 ] {e44fda08-2a96-45c4-84e3-08bd35876c0c} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (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 | ||
| 2314 | 2025.01.09 20:40:46.434266 [ 260 ] {e44fda08-2a96-45c4-84e3-08bd35876c0c} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2315 | 2025.01.09 20:40:46.434377 [ 260 ] {e44fda08-2a96-45c4-84e3-08bd35876c0c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2316 | 2025.01.09 20:40:46.434400 [ 260 ] {e44fda08-2a96-45c4-84e3-08bd35876c0c} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Reading approx. 33 rows with 3 streams | ||
| 2317 | 2025.01.09 20:40:46.434442 [ 260 ] {e44fda08-2a96-45c4-84e3-08bd35876c0c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2318 | 2025.01.09 20:40:46.434487 [ 260 ] {e44fda08-2a96-45c4-84e3-08bd35876c0c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2319 | 2025.01.09 20:40:46.434527 [ 260 ] {e44fda08-2a96-45c4-84e3-08bd35876c0c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2320 | 2025.01.09 20:40:46.436342 [ 260 ] {e44fda08-2a96-45c4-84e3-08bd35876c0c} <Debug> executeQuery: Read 33 rows, 1.22 KiB in 0.003691 sec., 8940.666486047143 rows/sec., 330.99 KiB/sec. | ||
| 2321 | 2025.01.09 20:40:46.436526 [ 260 ] {e44fda08-2a96-45c4-84e3-08bd35876c0c} <Debug> TCPHandler: Processed in 0.004163033 sec. | ||
| 2322 | 2025.01.09 20:40:46.436981 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2323 | 2025.01.09 20:40:46.437331 [ 262 ] {ba89e428-b9fa-4f41-a4e7-a5eedaed42e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2324 | 2025.01.09 20:40:46.437808 [ 262 ] {ba89e428-b9fa-4f41-a4e7-a5eedaed42e3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2325 | 2025.01.09 20:40:46.437867 [ 262 ] {ba89e428-b9fa-4f41-a4e7-a5eedaed42e3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2326 | 2025.01.09 20:40:46.438296 [ 262 ] {ba89e428-b9fa-4f41-a4e7-a5eedaed42e3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2327 | 2025.01.09 20:40:46.438376 [ 262 ] {ba89e428-b9fa-4f41-a4e7-a5eedaed42e3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2328 | 2025.01.09 20:40:46.438549 [ 262 ] {ba89e428-b9fa-4f41-a4e7-a5eedaed42e3} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 2329 | 2025.01.09 20:40:46.438676 [ 295 ] {ba89e428-b9fa-4f41-a4e7-a5eedaed42e3} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2330 | 2025.01.09 20:40:46.438701 [ 294 ] {ba89e428-b9fa-4f41-a4e7-a5eedaed42e3} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2331 | 2025.01.09 20:40:46.438719 [ 298 ] {ba89e428-b9fa-4f41-a4e7-a5eedaed42e3} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2332 | 2025.01.09 20:40:46.438836 [ 262 ] {ba89e428-b9fa-4f41-a4e7-a5eedaed42e3} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (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 | ||
| 2333 | 2025.01.09 20:40:46.438868 [ 262 ] {ba89e428-b9fa-4f41-a4e7-a5eedaed42e3} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2334 | 2025.01.09 20:40:46.438987 [ 262 ] {ba89e428-b9fa-4f41-a4e7-a5eedaed42e3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2335 | 2025.01.09 20:40:46.439011 [ 262 ] {ba89e428-b9fa-4f41-a4e7-a5eedaed42e3} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Reading approx. 33 rows with 3 streams | ||
| 2336 | 2025.01.09 20:40:46.439052 [ 262 ] {ba89e428-b9fa-4f41-a4e7-a5eedaed42e3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2337 | 2025.01.09 20:40:46.439099 [ 262 ] {ba89e428-b9fa-4f41-a4e7-a5eedaed42e3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2338 | 2025.01.09 20:40:46.439141 [ 262 ] {ba89e428-b9fa-4f41-a4e7-a5eedaed42e3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2339 | 2025.01.09 20:40:46.440846 [ 262 ] {ba89e428-b9fa-4f41-a4e7-a5eedaed42e3} <Debug> executeQuery: Read 33 rows, 1.22 KiB in 0.003692 sec., 8938.244853737811 rows/sec., 330.90 KiB/sec. | ||
| 2340 | 2025.01.09 20:40:46.441064 [ 262 ] {ba89e428-b9fa-4f41-a4e7-a5eedaed42e3} <Debug> TCPHandler: Processed in 0.004252005 sec. | ||
| 2341 | 2025.01.09 20:40:46.441482 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2342 | 2025.01.09 20:40:46.441671 [ 260 ] {7e66a6ce-f6c0-4c25-8941-c71720a85ffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2343 | 2025.01.09 20:40:46.442004 [ 260 ] {7e66a6ce-f6c0-4c25-8941-c71720a85ffa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2344 | 2025.01.09 20:40:46.442052 [ 260 ] {7e66a6ce-f6c0-4c25-8941-c71720a85ffa} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2345 | 2025.01.09 20:40:46.442427 [ 260 ] {7e66a6ce-f6c0-4c25-8941-c71720a85ffa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2346 | 2025.01.09 20:40:46.442490 [ 260 ] {7e66a6ce-f6c0-4c25-8941-c71720a85ffa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2347 | 2025.01.09 20:40:46.442637 [ 260 ] {7e66a6ce-f6c0-4c25-8941-c71720a85ffa} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 2348 | 2025.01.09 20:40:46.442751 [ 294 ] {7e66a6ce-f6c0-4c25-8941-c71720a85ffa} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2349 | 2025.01.09 20:40:46.442761 [ 295 ] {7e66a6ce-f6c0-4c25-8941-c71720a85ffa} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2350 | 2025.01.09 20:40:46.442788 [ 296 ] {7e66a6ce-f6c0-4c25-8941-c71720a85ffa} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2351 | 2025.01.09 20:40:46.442906 [ 260 ] {7e66a6ce-f6c0-4c25-8941-c71720a85ffa} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (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 | ||
| 2352 | 2025.01.09 20:40:46.442930 [ 260 ] {7e66a6ce-f6c0-4c25-8941-c71720a85ffa} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2353 | 2025.01.09 20:40:46.443031 [ 260 ] {7e66a6ce-f6c0-4c25-8941-c71720a85ffa} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2354 | 2025.01.09 20:40:46.443052 [ 260 ] {7e66a6ce-f6c0-4c25-8941-c71720a85ffa} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Reading approx. 33 rows with 3 streams | ||
| 2355 | 2025.01.09 20:40:46.443090 [ 260 ] {7e66a6ce-f6c0-4c25-8941-c71720a85ffa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2356 | 2025.01.09 20:40:46.443136 [ 260 ] {7e66a6ce-f6c0-4c25-8941-c71720a85ffa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2357 | 2025.01.09 20:40:46.443179 [ 260 ] {7e66a6ce-f6c0-4c25-8941-c71720a85ffa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2358 | 2025.01.09 20:40:46.444618 [ 260 ] {7e66a6ce-f6c0-4c25-8941-c71720a85ffa} <Debug> executeQuery: Read 33 rows, 1.22 KiB in 0.003034 sec., 10876.73038892551 rows/sec., 402.66 KiB/sec. | ||
| 2359 | 2025.01.09 20:40:46.444775 [ 260 ] {7e66a6ce-f6c0-4c25-8941-c71720a85ffa} <Debug> TCPHandler: Processed in 0.003365803 sec. | ||
| 2360 | 2025.01.09 20:40:46.447583 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2361 | 2025.01.09 20:40:46.447730 [ 262 ] {8303451e-4417-4069-a454-06e42e5b2273} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2362 | 2025.01.09 20:40:46.447792 [ 262 ] {8303451e-4417-4069-a454-06e42e5b2273} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2363 | 2025.01.09 20:40:46.448600 [ 262 ] {8303451e-4417-4069-a454-06e42e5b2273} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2364 | 2025.01.09 20:40:46.448641 [ 262 ] {8303451e-4417-4069-a454-06e42e5b2273} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2365 | 2025.01.09 20:40:46.449127 [ 262 ] {8303451e-4417-4069-a454-06e42e5b2273} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2366 | 2025.01.09 20:40:46.449403 [ 262 ] {8303451e-4417-4069-a454-06e42e5b2273} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2367 | 2025.01.09 20:40:46.449673 [ 262 ] {8303451e-4417-4069-a454-06e42e5b2273} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001963 sec., 1528.2730514518594 rows/sec., 139.30 KiB/sec. | ||
| 2368 | 2025.01.09 20:40:46.449797 [ 262 ] {8303451e-4417-4069-a454-06e42e5b2273} <Debug> TCPHandler: Processed in 0.002294217 sec. | ||
| 2369 | 2025.01.09 20:40:46.449944 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2370 | 2025.01.09 20:40:46.450169 [ 260 ] {08f804b3-50cb-4804-9650-57d670d92805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2371 | 2025.01.09 20:40:46.450330 [ 260 ] {08f804b3-50cb-4804-9650-57d670d92805} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2372 | 2025.01.09 20:40:46.451207 [ 260 ] {08f804b3-50cb-4804-9650-57d670d92805} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2373 | 2025.01.09 20:40:46.451315 [ 260 ] {08f804b3-50cb-4804-9650-57d670d92805} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2374 | 2025.01.09 20:40:46.451712 [ 260 ] {08f804b3-50cb-4804-9650-57d670d92805} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2375 | 2025.01.09 20:40:46.451957 [ 260 ] {08f804b3-50cb-4804-9650-57d670d92805} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2376 | 2025.01.09 20:40:46.452296 [ 260 ] {08f804b3-50cb-4804-9650-57d670d92805} <Debug> executeQuery: Read 78 rows, 6.88 KiB in 0.002118 sec., 36827.1954674221 rows/sec., 3.17 MiB/sec. | ||
| 2377 | 2025.01.09 20:40:46.452490 [ 260 ] {08f804b3-50cb-4804-9650-57d670d92805} <Debug> TCPHandler: Processed in 0.002571794 sec. | ||
| 2378 | 2025.01.09 20:40:46.452649 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2379 | 2025.01.09 20:40:46.452784 [ 262 ] {1f3bdf36-f1aa-475b-91ff-70e6c76b9975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2380 | 2025.01.09 20:40:46.452838 [ 262 ] {1f3bdf36-f1aa-475b-91ff-70e6c76b9975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2381 | 2025.01.09 20:40:46.453489 [ 262 ] {1f3bdf36-f1aa-475b-91ff-70e6c76b9975} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2382 | 2025.01.09 20:40:46.453525 [ 262 ] {1f3bdf36-f1aa-475b-91ff-70e6c76b9975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2383 | 2025.01.09 20:40:46.453863 [ 262 ] {1f3bdf36-f1aa-475b-91ff-70e6c76b9975} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2384 | 2025.01.09 20:40:46.454086 [ 262 ] {1f3bdf36-f1aa-475b-91ff-70e6c76b9975} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2385 | 2025.01.09 20:40:46.454352 [ 262 ] {1f3bdf36-f1aa-475b-91ff-70e6c76b9975} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001568 sec., 16581.632653061224 rows/sec., 1.22 MiB/sec. | ||
| 2386 | 2025.01.09 20:40:46.454403 [ 262 ] {1f3bdf36-f1aa-475b-91ff-70e6c76b9975} <Debug> TCPHandler: Processed in 0.001804275 sec. | ||
| 2387 | 2025.01.09 20:40:46.454542 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2388 | 2025.01.09 20:40:46.454658 [ 260 ] {84f30df6-71fb-4e4a-90d1-eb5e8c3e8d99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2389 | 2025.01.09 20:40:46.454704 [ 260 ] {84f30df6-71fb-4e4a-90d1-eb5e8c3e8d99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2390 | 2025.01.09 20:40:46.455339 [ 260 ] {84f30df6-71fb-4e4a-90d1-eb5e8c3e8d99} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2391 | 2025.01.09 20:40:46.455377 [ 260 ] {84f30df6-71fb-4e4a-90d1-eb5e8c3e8d99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2392 | 2025.01.09 20:40:46.455727 [ 260 ] {84f30df6-71fb-4e4a-90d1-eb5e8c3e8d99} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2393 | 2025.01.09 20:40:46.455971 [ 260 ] {84f30df6-71fb-4e4a-90d1-eb5e8c3e8d99} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2394 | 2025.01.09 20:40:46.456178 [ 260 ] {84f30df6-71fb-4e4a-90d1-eb5e8c3e8d99} <Debug> executeQuery: Read 67 rows, 5.37 KiB in 0.00158 sec., 42405.06329113924 rows/sec., 3.32 MiB/sec. | ||
| 2395 | 2025.01.09 20:40:46.456295 [ 260 ] {84f30df6-71fb-4e4a-90d1-eb5e8c3e8d99} <Debug> TCPHandler: Processed in 0.001786144 sec. | ||
| 2396 | 2025.01.09 20:40:46.456445 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2397 | 2025.01.09 20:40:46.456576 [ 262 ] {80acb175-1332-49f9-9232-9bd400282fd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2398 | 2025.01.09 20:40:46.456635 [ 262 ] {80acb175-1332-49f9-9232-9bd400282fd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2399 | 2025.01.09 20:40:46.457195 [ 262 ] {80acb175-1332-49f9-9232-9bd400282fd0} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2400 | 2025.01.09 20:40:46.457296 [ 262 ] {80acb175-1332-49f9-9232-9bd400282fd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2401 | 2025.01.09 20:40:46.457655 [ 262 ] {80acb175-1332-49f9-9232-9bd400282fd0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2402 | 2025.01.09 20:40:46.457872 [ 262 ] {80acb175-1332-49f9-9232-9bd400282fd0} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2403 | 2025.01.09 20:40:46.458124 [ 262 ] {80acb175-1332-49f9-9232-9bd400282fd0} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001615 sec., 61919.50464396285 rows/sec., 4.29 MiB/sec. | ||
| 2404 | 2025.01.09 20:40:46.458176 [ 262 ] {80acb175-1332-49f9-9232-9bd400282fd0} <Debug> TCPHandler: Processed in 0.001841005 sec. | ||
| 2405 | 2025.01.09 20:40:46.458448 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2406 | 2025.01.09 20:40:46.458669 [ 260 ] {1cd975ff-a6a8-41e5-9722-1e11dc6a6480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2407 | 2025.01.09 20:40:46.458804 [ 260 ] {1cd975ff-a6a8-41e5-9722-1e11dc6a6480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2408 | 2025.01.09 20:40:46.460069 [ 260 ] {1cd975ff-a6a8-41e5-9722-1e11dc6a6480} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2409 | 2025.01.09 20:40:46.460106 [ 260 ] {1cd975ff-a6a8-41e5-9722-1e11dc6a6480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2410 | 2025.01.09 20:40:46.460783 [ 260 ] {1cd975ff-a6a8-41e5-9722-1e11dc6a6480} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2411 | 2025.01.09 20:40:46.461030 [ 260 ] {1cd975ff-a6a8-41e5-9722-1e11dc6a6480} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2412 | 2025.01.09 20:40:46.461152 [ 44 ] {} <Debug> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2413 | 2025.01.09 20:40:46.461194 [ 44 ] {} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2414 | 2025.01.09 20:40:46.461215 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2415 | 2025.01.09 20:40:46.461231 [ 260 ] {1cd975ff-a6a8-41e5-9722-1e11dc6a6480} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002651 sec., 9807.61976612599 rows/sec., 17.57 MiB/sec. | ||
| 2416 | 2025.01.09 20:40:46.461727 [ 186 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::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 | ||
| 2417 | 2025.01.09 20:40:46.461918 [ 260 ] {1cd975ff-a6a8-41e5-9722-1e11dc6a6480} <Debug> TCPHandler: Processed in 0.003605159 sec. | ||
| 2418 | 2025.01.09 20:40:46.462127 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2419 | 2025.01.09 20:40:46.462355 [ 186 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2420 | 2025.01.09 20:40:46.462368 [ 262 ] {6078a1dd-72f5-4981-95bf-8cd961f1d991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2421 | 2025.01.09 20:40:46.462444 [ 186 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::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 | ||
| 2422 | 2025.01.09 20:40:46.462446 [ 262 ] {6078a1dd-72f5-4981-95bf-8cd961f1d991} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2423 | 2025.01.09 20:40:46.463138 [ 186 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::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 | ||
| 2424 | 2025.01.09 20:40:46.463727 [ 186 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 2425 | 2025.01.09 20:40:46.464230 [ 262 ] {6078a1dd-72f5-4981-95bf-8cd961f1d991} <Trace> oximeter.measurements_i64 (650d1b34-7dd3-40d9-86b3-31ddcc20fa52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2426 | 2025.01.09 20:40:46.464316 [ 186 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::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 | ||
| 2427 | 2025.01.09 20:40:46.464342 [ 262 ] {6078a1dd-72f5-4981-95bf-8cd961f1d991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2428 | 2025.01.09 20:40:46.464834 [ 186 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
| 2429 | 2025.01.09 20:40:46.465413 [ 186 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part | ||
| 2430 | 2025.01.09 20:40:46.465440 [ 262 ] {6078a1dd-72f5-4981-95bf-8cd961f1d991} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2431 | 2025.01.09 20:40:46.465960 [ 262 ] {6078a1dd-72f5-4981-95bf-8cd961f1d991} <Trace> oximeter.measurements_i64 (650d1b34-7dd3-40d9-86b3-31ddcc20fa52): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2432 | 2025.01.09 20:40:46.466426 [ 262 ] {6078a1dd-72f5-4981-95bf-8cd961f1d991} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.004067 sec., 5163.5111876075725 rows/sec., 385.63 KiB/sec. | ||
| 2433 | 2025.01.09 20:40:46.466629 [ 262 ] {6078a1dd-72f5-4981-95bf-8cd961f1d991} <Debug> TCPHandler: Processed in 0.004566813 sec. | ||
| 2434 | 2025.01.09 20:40:46.466821 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2435 | 2025.01.09 20:40:46.467068 [ 260 ] {1da0c755-71e0-4fbb-b8c4-e82a1165ce9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2436 | 2025.01.09 20:40:46.467164 [ 260 ] {1da0c755-71e0-4fbb-b8c4-e82a1165ce9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2437 | 2025.01.09 20:40:46.469078 [ 260 ] {1da0c755-71e0-4fbb-b8c4-e82a1165ce9f} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2438 | 2025.01.09 20:40:46.469144 [ 260 ] {1da0c755-71e0-4fbb-b8c4-e82a1165ce9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2439 | 2025.01.09 20:40:46.470245 [ 260 ] {1da0c755-71e0-4fbb-b8c4-e82a1165ce9f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2440 | 2025.01.09 20:40:46.470893 [ 260 ] {1da0c755-71e0-4fbb-b8c4-e82a1165ce9f} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2441 | 2025.01.09 20:40:46.471780 [ 260 ] {1da0c755-71e0-4fbb-b8c4-e82a1165ce9f} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004682 sec., 6407.518154634771 rows/sec., 449.49 KiB/sec. | ||
| 2442 | 2025.01.09 20:40:46.472040 [ 260 ] {1da0c755-71e0-4fbb-b8c4-e82a1165ce9f} <Debug> TCPHandler: Processed in 0.005327021 sec. | ||
| 2443 | 2025.01.09 20:40:46.472498 [ 186 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 19 columns (19 merged, 0 gathered) in 0.011109285 sec., 5940.976399471253 rows/sec., 10.65 MiB/sec. | ||
| 2444 | 2025.01.09 20:40:46.472814 [ 192 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2445 | 2025.01.09 20:40:46.473200 [ 192 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2446 | 2025.01.09 20:40:46.473339 [ 192 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2447 | 2025.01.09 20:40:46.473476 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 2448 | 2025.01.09 20:40:49.804577 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2449 | 2025.01.09 20:40:49.804841 [ 260 ] {86fff642-657e-4c27-b258-c8d5a816b743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) 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) | ||
| 2450 | 2025.01.09 20:40:49.805276 [ 260 ] {86fff642-657e-4c27-b258-c8d5a816b743} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2451 | 2025.01.09 20:40:49.805329 [ 260 ] {86fff642-657e-4c27-b258-c8d5a816b743} <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 | ||
| 2452 | 2025.01.09 20:40:49.805691 [ 260 ] {86fff642-657e-4c27-b258-c8d5a816b743} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2453 | 2025.01.09 20:40:49.805776 [ 260 ] {86fff642-657e-4c27-b258-c8d5a816b743} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2454 | 2025.01.09 20:40:49.805956 [ 260 ] {86fff642-657e-4c27-b258-c8d5a816b743} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 2455 | 2025.01.09 20:40:49.806206 [ 298 ] {86fff642-657e-4c27-b258-c8d5a816b743} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2456 | 2025.01.09 20:40:49.806244 [ 296 ] {86fff642-657e-4c27-b258-c8d5a816b743} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2457 | 2025.01.09 20:40:49.806221 [ 295 ] {86fff642-657e-4c27-b258-c8d5a816b743} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2458 | 2025.01.09 20:40:49.806217 [ 294 ] {86fff642-657e-4c27-b258-c8d5a816b743} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2459 | 2025.01.09 20:40:49.806451 [ 260 ] {86fff642-657e-4c27-b258-c8d5a816b743} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (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 | ||
| 2460 | 2025.01.09 20:40:49.806482 [ 260 ] {86fff642-657e-4c27-b258-c8d5a816b743} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2461 | 2025.01.09 20:40:49.806622 [ 260 ] {86fff642-657e-4c27-b258-c8d5a816b743} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2462 | 2025.01.09 20:40:49.806648 [ 260 ] {86fff642-657e-4c27-b258-c8d5a816b743} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
| 2463 | 2025.01.09 20:40:49.806691 [ 260 ] {86fff642-657e-4c27-b258-c8d5a816b743} <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'))" | ||
| 2464 | 2025.01.09 20:40:49.806737 [ 260 ] {86fff642-657e-4c27-b258-c8d5a816b743} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2465 | 2025.01.09 20:40:49.806780 [ 260 ] {86fff642-657e-4c27-b258-c8d5a816b743} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2466 | 2025.01.09 20:40:49.806826 [ 260 ] {86fff642-657e-4c27-b258-c8d5a816b743} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2467 | 2025.01.09 20:40:49.808798 [ 260 ] {86fff642-657e-4c27-b258-c8d5a816b743} <Debug> executeQuery: Read 36 rows, 1.36 KiB in 0.004081 sec., 8821.367311933349 rows/sec., 333.34 KiB/sec. | ||
| 2468 | 2025.01.09 20:40:49.809032 [ 260 ] {86fff642-657e-4c27-b258-c8d5a816b743} <Debug> MemoryTracker: Peak memory usage (for query): 142.41 KiB. | ||
| 2469 | 2025.01.09 20:40:49.809051 [ 260 ] {86fff642-657e-4c27-b258-c8d5a816b743} <Debug> TCPHandler: Processed in 0.004604054 sec. | ||
| 2470 | 2025.01.09 20:40:49.847686 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2471 | 2025.01.09 20:40:49.847836 [ 260 ] {b3f2eb9f-7297-42a8-8a63-79664302c6f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2472 | 2025.01.09 20:40:49.847899 [ 260 ] {b3f2eb9f-7297-42a8-8a63-79664302c6f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2473 | 2025.01.09 20:40:49.848618 [ 260 ] {b3f2eb9f-7297-42a8-8a63-79664302c6f4} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2474 | 2025.01.09 20:40:49.848659 [ 260 ] {b3f2eb9f-7297-42a8-8a63-79664302c6f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2475 | 2025.01.09 20:40:49.849143 [ 260 ] {b3f2eb9f-7297-42a8-8a63-79664302c6f4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2476 | 2025.01.09 20:40:49.849368 [ 260 ] {b3f2eb9f-7297-42a8-8a63-79664302c6f4} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2477 | 2025.01.09 20:40:49.849620 [ 260 ] {b3f2eb9f-7297-42a8-8a63-79664302c6f4} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001826 sec., 547.645125958379 rows/sec., 124.08 KiB/sec. | ||
| 2478 | 2025.01.09 20:40:49.849679 [ 260 ] {b3f2eb9f-7297-42a8-8a63-79664302c6f4} <Debug> TCPHandler: Processed in 0.002062201 sec. | ||
| 2479 | 2025.01.09 20:40:49.849923 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2480 | 2025.01.09 20:40:49.850133 [ 262 ] {6057ac54-c131-4c54-835e-56246e5985b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2481 | 2025.01.09 20:40:49.850207 [ 262 ] {6057ac54-c131-4c54-835e-56246e5985b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2482 | 2025.01.09 20:40:49.850961 [ 262 ] {6057ac54-c131-4c54-835e-56246e5985b0} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2483 | 2025.01.09 20:40:49.851010 [ 262 ] {6057ac54-c131-4c54-835e-56246e5985b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2484 | 2025.01.09 20:40:49.851444 [ 262 ] {6057ac54-c131-4c54-835e-56246e5985b0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2485 | 2025.01.09 20:40:49.851691 [ 262 ] {6057ac54-c131-4c54-835e-56246e5985b0} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2486 | 2025.01.09 20:40:49.851924 [ 262 ] {6057ac54-c131-4c54-835e-56246e5985b0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001851 sec., 7563.479200432199 rows/sec., 544.47 KiB/sec. | ||
| 2487 | 2025.01.09 20:40:49.851982 [ 262 ] {6057ac54-c131-4c54-835e-56246e5985b0} <Debug> TCPHandler: Processed in 0.002207935 sec. | ||
| 2488 | 2025.01.09 20:40:49.852156 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2489 | 2025.01.09 20:40:49.852304 [ 260 ] {5fdc1d98-b97b-42bd-a44b-dd465895cf70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2490 | 2025.01.09 20:40:49.852366 [ 260 ] {5fdc1d98-b97b-42bd-a44b-dd465895cf70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2491 | 2025.01.09 20:40:49.853074 [ 260 ] {5fdc1d98-b97b-42bd-a44b-dd465895cf70} <Trace> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2492 | 2025.01.09 20:40:49.853119 [ 260 ] {5fdc1d98-b97b-42bd-a44b-dd465895cf70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2493 | 2025.01.09 20:40:49.853486 [ 260 ] {5fdc1d98-b97b-42bd-a44b-dd465895cf70} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2494 | 2025.01.09 20:40:49.853721 [ 260 ] {5fdc1d98-b97b-42bd-a44b-dd465895cf70} <Trace> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2495 | 2025.01.09 20:40:49.853979 [ 260 ] {5fdc1d98-b97b-42bd-a44b-dd465895cf70} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001705 sec., 4692.08211143695 rows/sec., 382.61 KiB/sec. | ||
| 2496 | 2025.01.09 20:40:49.854039 [ 260 ] {5fdc1d98-b97b-42bd-a44b-dd465895cf70} <Debug> TCPHandler: Processed in 0.001952579 sec. | ||
| 2497 | 2025.01.09 20:40:49.854201 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2498 | 2025.01.09 20:40:49.854346 [ 262 ] {ef3ecff3-d7d2-480a-a5a9-ee38fcc0f81b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2499 | 2025.01.09 20:40:49.854406 [ 262 ] {ef3ecff3-d7d2-480a-a5a9-ee38fcc0f81b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2500 | 2025.01.09 20:40:49.855644 [ 262 ] {ef3ecff3-d7d2-480a-a5a9-ee38fcc0f81b} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2501 | 2025.01.09 20:40:49.855684 [ 262 ] {ef3ecff3-d7d2-480a-a5a9-ee38fcc0f81b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2502 | 2025.01.09 20:40:49.856130 [ 262 ] {ef3ecff3-d7d2-480a-a5a9-ee38fcc0f81b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2503 | 2025.01.09 20:40:49.856372 [ 262 ] {ef3ecff3-d7d2-480a-a5a9-ee38fcc0f81b} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2504 | 2025.01.09 20:40:49.856579 [ 262 ] {ef3ecff3-d7d2-480a-a5a9-ee38fcc0f81b} <Debug> executeQuery: Read 1333 rows, 114.03 KiB in 0.002264 sec., 588780.9187279152 rows/sec., 49.19 MiB/sec. | ||
| 2505 | 2025.01.09 20:40:49.856633 [ 262 ] {ef3ecff3-d7d2-480a-a5a9-ee38fcc0f81b} <Debug> TCPHandler: Processed in 0.002501702 sec. | ||
| 2506 | 2025.01.09 20:40:49.856790 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2507 | 2025.01.09 20:40:49.856930 [ 260 ] {335610cb-a16a-4d7d-8081-7cabacd356f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2508 | 2025.01.09 20:40:49.856989 [ 260 ] {335610cb-a16a-4d7d-8081-7cabacd356f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2509 | 2025.01.09 20:40:49.857582 [ 260 ] {335610cb-a16a-4d7d-8081-7cabacd356f3} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2510 | 2025.01.09 20:40:49.857623 [ 260 ] {335610cb-a16a-4d7d-8081-7cabacd356f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2511 | 2025.01.09 20:40:49.857980 [ 260 ] {335610cb-a16a-4d7d-8081-7cabacd356f3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2512 | 2025.01.09 20:40:49.858221 [ 260 ] {335610cb-a16a-4d7d-8081-7cabacd356f3} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2513 | 2025.01.09 20:40:49.858459 [ 260 ] {335610cb-a16a-4d7d-8081-7cabacd356f3} <Debug> executeQuery: Read 23 rows, 1.62 KiB in 0.001556 sec., 14781.491002570694 rows/sec., 1.01 MiB/sec. | ||
| 2514 | 2025.01.09 20:40:49.858542 [ 260 ] {335610cb-a16a-4d7d-8081-7cabacd356f3} <Debug> TCPHandler: Processed in 0.001819575 sec. | ||
| 2515 | 2025.01.09 20:40:49.858690 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2516 | 2025.01.09 20:40:49.858811 [ 262 ] {3d30fefb-9aeb-4b92-9af9-a98ef4caa73c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2517 | 2025.01.09 20:40:49.858860 [ 262 ] {3d30fefb-9aeb-4b92-9af9-a98ef4caa73c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2518 | 2025.01.09 20:40:49.859537 [ 262 ] {3d30fefb-9aeb-4b92-9af9-a98ef4caa73c} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2519 | 2025.01.09 20:40:49.859578 [ 262 ] {3d30fefb-9aeb-4b92-9af9-a98ef4caa73c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2520 | 2025.01.09 20:40:49.859949 [ 262 ] {3d30fefb-9aeb-4b92-9af9-a98ef4caa73c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2521 | 2025.01.09 20:40:49.860198 [ 262 ] {3d30fefb-9aeb-4b92-9af9-a98ef4caa73c} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2522 | 2025.01.09 20:40:49.860372 [ 97 ] {} <Debug> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2523 | 2025.01.09 20:40:49.860441 [ 262 ] {3d30fefb-9aeb-4b92-9af9-a98ef4caa73c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001648 sec., 146844.66019417476 rows/sec., 9.95 MiB/sec. | ||
| 2524 | 2025.01.09 20:40:49.860449 [ 97 ] {} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2525 | 2025.01.09 20:40:49.860527 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2526 | 2025.01.09 20:40:49.860575 [ 262 ] {3d30fefb-9aeb-4b92-9af9-a98ef4caa73c} <Debug> TCPHandler: Processed in 0.001941499 sec. | ||
| 2527 | 2025.01.09 20:40:49.860714 [ 186 ] {5972569d-c84d-46f5-938f-78762736d93d::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 | ||
| 2528 | 2025.01.09 20:40:49.860765 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2529 | 2025.01.09 20:40:49.860967 [ 186 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2530 | 2025.01.09 20:40:49.860999 [ 260 ] {7726775a-edd7-4e71-a5f6-09c99ddc95f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2531 | 2025.01.09 20:40:49.861029 [ 186 ] {5972569d-c84d-46f5-938f-78762736d93d::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 | ||
| 2532 | 2025.01.09 20:40:49.861078 [ 260 ] {7726775a-edd7-4e71-a5f6-09c99ddc95f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2533 | 2025.01.09 20:40:49.861300 [ 186 ] {5972569d-c84d-46f5-938f-78762736d93d::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 | ||
| 2534 | 2025.01.09 20:40:49.861659 [ 186 ] {5972569d-c84d-46f5-938f-78762736d93d::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 | ||
| 2535 | 2025.01.09 20:40:49.861977 [ 186 ] {5972569d-c84d-46f5-938f-78762736d93d::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 | ||
| 2536 | 2025.01.09 20:40:49.862336 [ 186 ] {5972569d-c84d-46f5-938f-78762736d93d::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 | ||
| 2537 | 2025.01.09 20:40:49.862744 [ 186 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 242 rows starting from the beginning of the part | ||
| 2538 | 2025.01.09 20:40:49.863997 [ 260 ] {7726775a-edd7-4e71-a5f6-09c99ddc95f9} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2539 | 2025.01.09 20:40:49.864075 [ 260 ] {7726775a-edd7-4e71-a5f6-09c99ddc95f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2540 | 2025.01.09 20:40:49.865126 [ 260 ] {7726775a-edd7-4e71-a5f6-09c99ddc95f9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2541 | 2025.01.09 20:40:49.865570 [ 187 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.004932012 sec., 109488.78469882067 rows/sec., 7.84 MiB/sec. | ||
| 2542 | 2025.01.09 20:40:49.865571 [ 260 ] {7726775a-edd7-4e71-a5f6-09c99ddc95f9} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2543 | 2025.01.09 20:40:49.865878 [ 187 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2544 | 2025.01.09 20:40:49.866167 [ 260 ] {7726775a-edd7-4e71-a5f6-09c99ddc95f9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00519 sec., 2504.8169556840076 rows/sec., 156.17 KiB/sec. | ||
| 2545 | 2025.01.09 20:40:49.866305 [ 260 ] {7726775a-edd7-4e71-a5f6-09c99ddc95f9} <Debug> TCPHandler: Processed in 0.005617309 sec. | ||
| 2546 | 2025.01.09 20:40:49.866501 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2547 | 2025.01.09 20:40:49.866582 [ 187 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_6_1} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2548 | 2025.01.09 20:40:49.866720 [ 262 ] {b68310a0-2d18-49a9-9901-e88b9b0ddd15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2549 | 2025.01.09 20:40:49.866766 [ 187 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_6_1} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2550 | 2025.01.09 20:40:49.866811 [ 262 ] {b68310a0-2d18-49a9-9901-e88b9b0ddd15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2551 | 2025.01.09 20:40:49.866974 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2552 | 2025.01.09 20:40:49.867866 [ 262 ] {b68310a0-2d18-49a9-9901-e88b9b0ddd15} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2553 | 2025.01.09 20:40:49.867910 [ 262 ] {b68310a0-2d18-49a9-9901-e88b9b0ddd15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2554 | 2025.01.09 20:40:49.868333 [ 262 ] {b68310a0-2d18-49a9-9901-e88b9b0ddd15} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2555 | 2025.01.09 20:40:49.868580 [ 262 ] {b68310a0-2d18-49a9-9901-e88b9b0ddd15} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2556 | 2025.01.09 20:40:49.868800 [ 262 ] {b68310a0-2d18-49a9-9901-e88b9b0ddd15} <Debug> executeQuery: Read 818 rows, 60.38 KiB in 0.002165 sec., 377829.09930715937 rows/sec., 27.24 MiB/sec. | ||
| 2557 | 2025.01.09 20:40:49.868858 [ 262 ] {b68310a0-2d18-49a9-9901-e88b9b0ddd15} <Debug> TCPHandler: Processed in 0.002444 sec. | ||
| 2558 | 2025.01.09 20:40:49.869013 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2559 | 2025.01.09 20:40:49.869188 [ 260 ] {ef403a45-7540-4605-b62e-c9ea1f10f368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2560 | 2025.01.09 20:40:49.869275 [ 260 ] {ef403a45-7540-4605-b62e-c9ea1f10f368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2561 | 2025.01.09 20:40:49.870103 [ 260 ] {ef403a45-7540-4605-b62e-c9ea1f10f368} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2562 | 2025.01.09 20:40:49.870147 [ 260 ] {ef403a45-7540-4605-b62e-c9ea1f10f368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2563 | 2025.01.09 20:40:49.870518 [ 260 ] {ef403a45-7540-4605-b62e-c9ea1f10f368} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2564 | 2025.01.09 20:40:49.870778 [ 260 ] {ef403a45-7540-4605-b62e-c9ea1f10f368} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2565 | 2025.01.09 20:40:49.870929 [ 97 ] {} <Debug> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2566 | 2025.01.09 20:40:49.870996 [ 97 ] {} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2567 | 2025.01.09 20:40:49.871029 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2568 | 2025.01.09 20:40:49.871036 [ 260 ] {ef403a45-7540-4605-b62e-c9ea1f10f368} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001889 sec., 3176.283748014823 rows/sec., 165.95 KiB/sec. | ||
| 2569 | 2025.01.09 20:40:49.871158 [ 260 ] {ef403a45-7540-4605-b62e-c9ea1f10f368} <Debug> TCPHandler: Processed in 0.002210054 sec. | ||
| 2570 | 2025.01.09 20:40:49.871188 [ 192 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 2571 | 2025.01.09 20:40:49.871336 [ 192 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2572 | 2025.01.09 20:40:49.871346 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2573 | 2025.01.09 20:40:49.871381 [ 192 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 2574 | 2025.01.09 20:40:49.871654 [ 192 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 2575 | 2025.01.09 20:40:49.871682 [ 262 ] {c483a23e-309c-4c5c-b2bb-1f6d1c84a6c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2576 | 2025.01.09 20:40:49.871875 [ 192 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 2577 | 2025.01.09 20:40:49.871898 [ 262 ] {c483a23e-309c-4c5c-b2bb-1f6d1c84a6c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2578 | 2025.01.09 20:40:49.872161 [ 192 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 2579 | 2025.01.09 20:40:49.872432 [ 192 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 2580 | 2025.01.09 20:40:49.872785 [ 192 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 2581 | 2025.01.09 20:40:49.875865 [ 192 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004763348 sec., 7557.70940943219 rows/sec., 394.86 KiB/sec. | ||
| 2582 | 2025.01.09 20:40:49.875984 [ 262 ] {c483a23e-309c-4c5c-b2bb-1f6d1c84a6c6} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2583 | 2025.01.09 20:40:49.876033 [ 262 ] {c483a23e-309c-4c5c-b2bb-1f6d1c84a6c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2584 | 2025.01.09 20:40:49.876033 [ 186 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2585 | 2025.01.09 20:40:49.876473 [ 186 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_6_1} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2586 | 2025.01.09 20:40:49.876559 [ 186 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_6_1} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2587 | 2025.01.09 20:40:49.876644 [ 262 ] {c483a23e-309c-4c5c-b2bb-1f6d1c84a6c6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2588 | 2025.01.09 20:40:49.876656 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2589 | 2025.01.09 20:40:49.876903 [ 262 ] {c483a23e-309c-4c5c-b2bb-1f6d1c84a6c6} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2590 | 2025.01.09 20:40:49.877132 [ 262 ] {c483a23e-309c-4c5c-b2bb-1f6d1c84a6c6} <Debug> executeQuery: Read 1007 rows, 68.65 KiB in 0.005633 sec., 178767.97443635718 rows/sec., 11.90 MiB/sec. | ||
| 2591 | 2025.01.09 20:40:49.877206 [ 262 ] {c483a23e-309c-4c5c-b2bb-1f6d1c84a6c6} <Debug> TCPHandler: Processed in 0.005953627 sec. | ||
| 2592 | 2025.01.09 20:40:49.877365 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2593 | 2025.01.09 20:40:49.877485 [ 260 ] {ac62390d-9896-41f8-b95b-f67afaa2c1d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2594 | 2025.01.09 20:40:49.877540 [ 260 ] {ac62390d-9896-41f8-b95b-f67afaa2c1d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2595 | 2025.01.09 20:40:49.878055 [ 260 ] {ac62390d-9896-41f8-b95b-f67afaa2c1d3} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2596 | 2025.01.09 20:40:49.878096 [ 260 ] {ac62390d-9896-41f8-b95b-f67afaa2c1d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2597 | 2025.01.09 20:40:49.878489 [ 260 ] {ac62390d-9896-41f8-b95b-f67afaa2c1d3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2598 | 2025.01.09 20:40:49.878738 [ 260 ] {ac62390d-9896-41f8-b95b-f67afaa2c1d3} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2599 | 2025.01.09 20:40:49.878957 [ 260 ] {ac62390d-9896-41f8-b95b-f67afaa2c1d3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001497 sec., 668.002672010688 rows/sec., 45.01 KiB/sec. | ||
| 2600 | 2025.01.09 20:40:49.879021 [ 260 ] {ac62390d-9896-41f8-b95b-f67afaa2c1d3} <Debug> TCPHandler: Processed in 0.001712773 sec. | ||
| 2601 | 2025.01.09 20:40:49.879183 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2602 | 2025.01.09 20:40:49.879309 [ 262 ] {09172daf-1371-4d06-a17a-291ada4f55dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2603 | 2025.01.09 20:40:49.879398 [ 262 ] {09172daf-1371-4d06-a17a-291ada4f55dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2604 | 2025.01.09 20:40:49.880532 [ 262 ] {09172daf-1371-4d06-a17a-291ada4f55dd} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2605 | 2025.01.09 20:40:49.880572 [ 262 ] {09172daf-1371-4d06-a17a-291ada4f55dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2606 | 2025.01.09 20:40:49.881189 [ 262 ] {09172daf-1371-4d06-a17a-291ada4f55dd} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2607 | 2025.01.09 20:40:49.881449 [ 262 ] {09172daf-1371-4d06-a17a-291ada4f55dd} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2608 | 2025.01.09 20:40:49.881694 [ 262 ] {09172daf-1371-4d06-a17a-291ada4f55dd} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00241 sec., 3319.5020746887967 rows/sec., 5.95 MiB/sec. | ||
| 2609 | 2025.01.09 20:40:49.881796 [ 262 ] {09172daf-1371-4d06-a17a-291ada4f55dd} <Debug> TCPHandler: Processed in 0.002672986 sec. | ||
| 2610 | 2025.01.09 20:40:49.881948 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2611 | 2025.01.09 20:40:49.882065 [ 260 ] {c1a277f6-80d0-44bf-b304-fc6a9ce914a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2612 | 2025.01.09 20:40:49.882122 [ 260 ] {c1a277f6-80d0-44bf-b304-fc6a9ce914a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2613 | 2025.01.09 20:40:49.882692 [ 260 ] {c1a277f6-80d0-44bf-b304-fc6a9ce914a1} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2614 | 2025.01.09 20:40:49.882739 [ 260 ] {c1a277f6-80d0-44bf-b304-fc6a9ce914a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2615 | 2025.01.09 20:40:49.883164 [ 260 ] {c1a277f6-80d0-44bf-b304-fc6a9ce914a1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2616 | 2025.01.09 20:40:49.883406 [ 260 ] {c1a277f6-80d0-44bf-b304-fc6a9ce914a1} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2617 | 2025.01.09 20:40:49.883614 [ 260 ] {c1a277f6-80d0-44bf-b304-fc6a9ce914a1} <Debug> executeQuery: Read 46 rows, 2.88 KiB in 0.001573 sec., 29243.483788938334 rows/sec., 1.79 MiB/sec. | ||
| 2618 | 2025.01.09 20:40:49.883667 [ 260 ] {c1a277f6-80d0-44bf-b304-fc6a9ce914a1} <Debug> TCPHandler: Processed in 0.001776584 sec. | ||
| 2619 | 2025.01.09 20:40:50.000888 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.60 MiB, peak 173.97 MiB, free memory in arenas 0.00 B, will set to 169.52 MiB (RSS), difference: -1.09 MiB | ||
| 2620 | 2025.01.09 20:40:50.678545 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 72 entries to flush up to offset 378 | ||
| 2621 | 2025.01.09 20:40:50.682459 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2622 | 2025.01.09 20:40:50.682520 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2623 | 2025.01.09 20:40:50.684070 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2624 | 2025.01.09 20:40:50.684395 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2625 | 2025.01.09 20:40:50.685024 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 378 | ||
| 2626 | 2025.01.09 20:40:51.430238 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2627 | 2025.01.09 20:40:51.430476 [ 260 ] {b5763b20-14df-4c62-aa01-60e3f078b7a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2628 | 2025.01.09 20:40:51.430556 [ 260 ] {b5763b20-14df-4c62-aa01-60e3f078b7a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2629 | 2025.01.09 20:40:51.431334 [ 260 ] {b5763b20-14df-4c62-aa01-60e3f078b7a9} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2630 | 2025.01.09 20:40:51.431376 [ 260 ] {b5763b20-14df-4c62-aa01-60e3f078b7a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2631 | 2025.01.09 20:40:51.431819 [ 260 ] {b5763b20-14df-4c62-aa01-60e3f078b7a9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2632 | 2025.01.09 20:40:51.432093 [ 260 ] {b5763b20-14df-4c62-aa01-60e3f078b7a9} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2633 | 2025.01.09 20:40:51.432302 [ 260 ] {b5763b20-14df-4c62-aa01-60e3f078b7a9} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001905 sec., 13648.293963254593 rows/sec., 1.03 MiB/sec. | ||
| 2634 | 2025.01.09 20:40:51.432366 [ 260 ] {b5763b20-14df-4c62-aa01-60e3f078b7a9} <Debug> TCPHandler: Processed in 0.002262616 sec. | ||
| 2635 | 2025.01.09 20:40:51.432621 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2636 | 2025.01.09 20:40:51.432823 [ 262 ] {008aa171-b82c-4284-8826-c96c6085a3a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2637 | 2025.01.09 20:40:51.432893 [ 262 ] {008aa171-b82c-4284-8826-c96c6085a3a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2638 | 2025.01.09 20:40:51.433598 [ 262 ] {008aa171-b82c-4284-8826-c96c6085a3a9} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2639 | 2025.01.09 20:40:51.433649 [ 262 ] {008aa171-b82c-4284-8826-c96c6085a3a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2640 | 2025.01.09 20:40:51.434078 [ 262 ] {008aa171-b82c-4284-8826-c96c6085a3a9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2641 | 2025.01.09 20:40:51.434330 [ 262 ] {008aa171-b82c-4284-8826-c96c6085a3a9} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2642 | 2025.01.09 20:40:51.434561 [ 262 ] {008aa171-b82c-4284-8826-c96c6085a3a9} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001789 sec., 15651.201788708775 rows/sec., 1.22 MiB/sec. | ||
| 2643 | 2025.01.09 20:40:51.434624 [ 262 ] {008aa171-b82c-4284-8826-c96c6085a3a9} <Debug> TCPHandler: Processed in 0.002131992 sec. | ||
| 2644 | 2025.01.09 20:40:51.434792 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2645 | 2025.01.09 20:40:51.434939 [ 260 ] {d56a2784-132c-4dc5-bbd4-3efb4058cf9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2646 | 2025.01.09 20:40:51.435004 [ 260 ] {d56a2784-132c-4dc5-bbd4-3efb4058cf9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2647 | 2025.01.09 20:40:51.435638 [ 260 ] {d56a2784-132c-4dc5-bbd4-3efb4058cf9d} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2648 | 2025.01.09 20:40:51.435684 [ 260 ] {d56a2784-132c-4dc5-bbd4-3efb4058cf9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2649 | 2025.01.09 20:40:51.436090 [ 260 ] {d56a2784-132c-4dc5-bbd4-3efb4058cf9d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2650 | 2025.01.09 20:40:51.436330 [ 260 ] {d56a2784-132c-4dc5-bbd4-3efb4058cf9d} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2651 | 2025.01.09 20:40:51.436513 [ 260 ] {d56a2784-132c-4dc5-bbd4-3efb4058cf9d} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.001611 sec., 12414.649286157666 rows/sec., 881.39 KiB/sec. | ||
| 2652 | 2025.01.09 20:40:51.436568 [ 260 ] {d56a2784-132c-4dc5-bbd4-3efb4058cf9d} <Debug> TCPHandler: Processed in 0.001846906 sec. | ||
| 2653 | 2025.01.09 20:40:51.436726 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2654 | 2025.01.09 20:40:51.436865 [ 262 ] {56f9129d-8e98-4561-97b5-0784a041eae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2655 | 2025.01.09 20:40:51.436927 [ 262 ] {56f9129d-8e98-4561-97b5-0784a041eae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2656 | 2025.01.09 20:40:51.437490 [ 262 ] {56f9129d-8e98-4561-97b5-0784a041eae1} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2657 | 2025.01.09 20:40:51.437538 [ 262 ] {56f9129d-8e98-4561-97b5-0784a041eae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2658 | 2025.01.09 20:40:51.437952 [ 262 ] {56f9129d-8e98-4561-97b5-0784a041eae1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2659 | 2025.01.09 20:40:51.438194 [ 262 ] {56f9129d-8e98-4561-97b5-0784a041eae1} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2660 | 2025.01.09 20:40:51.438404 [ 262 ] {56f9129d-8e98-4561-97b5-0784a041eae1} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.001571 sec., 3819.2234245703376 rows/sec., 267.92 KiB/sec. | ||
| 2661 | 2025.01.09 20:40:51.438458 [ 262 ] {56f9129d-8e98-4561-97b5-0784a041eae1} <Debug> TCPHandler: Processed in 0.001793594 sec. | ||
| 2662 | 2025.01.09 20:40:53.176559 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
| 2663 | 2025.01.09 20:40:53.177657 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2664 | 2025.01.09 20:40:53.177704 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2665 | 2025.01.09 20:40:53.178222 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2666 | 2025.01.09 20:40:53.178473 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2667 | 2025.01.09 20:40:53.178719 [ 150 ] {} <Debug> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2668 | 2025.01.09 20:40:53.178734 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
| 2669 | 2025.01.09 20:40:53.178811 [ 150 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2670 | 2025.01.09 20:40:53.178848 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2671 | 2025.01.09 20:40:53.179308 [ 201 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 2672 | 2025.01.09 20:40:53.179548 [ 201 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2673 | 2025.01.09 20:40:53.179591 [ 201 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 2674 | 2025.01.09 20:40:53.179673 [ 201 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 2675 | 2025.01.09 20:40:53.179895 [ 201 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 2676 | 2025.01.09 20:40:53.180087 [ 201 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 2677 | 2025.01.09 20:40:53.180261 [ 201 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 2678 | 2025.01.09 20:40:53.180325 [ 201 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 2679 | 2025.01.09 20:40:53.182115 [ 192 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.003158718 sec., 1622177.0984304391 rows/sec., 23.21 MiB/sec. | ||
| 2680 | 2025.01.09 20:40:53.182514 [ 192 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2681 | 2025.01.09 20:40:53.182799 [ 192 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_11_2} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2682 | 2025.01.09 20:40:53.182879 [ 192 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_11_2} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2683 | 2025.01.09 20:40:53.182979 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
| 2684 | 2025.01.09 20:40:53.484335 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2685 | 2025.01.09 20:40:53.505428 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2686 | 2025.01.09 20:40:53.505495 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2687 | 2025.01.09 20:40:53.513038 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2688 | 2025.01.09 20:40:53.513793 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2689 | 2025.01.09 20:40:53.514162 [ 150 ] {} <Debug> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2690 | 2025.01.09 20:40:53.514286 [ 150 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2691 | 2025.01.09 20:40:53.514356 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2692 | 2025.01.09 20:40:53.514692 [ 195 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 2693 | 2025.01.09 20:40:53.523847 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2694 | 2025.01.09 20:40:53.525016 [ 195 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2695 | 2025.01.09 20:40:53.525953 [ 195 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 2696 | 2025.01.09 20:40:53.530794 [ 195 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 2697 | 2025.01.09 20:40:53.535687 [ 195 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 2698 | 2025.01.09 20:40:53.541087 [ 195 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 2699 | 2025.01.09 20:40:53.546829 [ 195 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 2700 | 2025.01.09 20:40:53.551432 [ 195 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 2701 | 2025.01.09 20:40:53.615779 [ 201 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.101306036 sec., 819.2996516022007 rows/sec., 4.24 MiB/sec. | ||
| 2702 | 2025.01.09 20:40:53.618493 [ 201 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2703 | 2025.01.09 20:40:53.621519 [ 201 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_11_2} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2704 | 2025.01.09 20:40:53.621656 [ 201 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_11_2} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2705 | 2025.01.09 20:40:53.624358 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2706 | 2025.01.09 20:40:54.001118 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.65 MiB, peak 180.53 MiB, free memory in arenas 0.00 B, will set to 172.96 MiB (RSS), difference: 2.30 MiB | ||
| 2707 | 2025.01.09 20:40:56.435444 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2708 | 2025.01.09 20:40:56.435768 [ 260 ] {c67c2152-e9ac-4cc7-8706-b2583d5b2b3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2709 | 2025.01.09 20:40:56.435882 [ 260 ] {c67c2152-e9ac-4cc7-8706-b2583d5b2b3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2710 | 2025.01.09 20:40:56.436918 [ 260 ] {c67c2152-e9ac-4cc7-8706-b2583d5b2b3e} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2711 | 2025.01.09 20:40:56.436967 [ 260 ] {c67c2152-e9ac-4cc7-8706-b2583d5b2b3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2712 | 2025.01.09 20:40:56.437411 [ 260 ] {c67c2152-e9ac-4cc7-8706-b2583d5b2b3e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2713 | 2025.01.09 20:40:56.437670 [ 260 ] {c67c2152-e9ac-4cc7-8706-b2583d5b2b3e} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2714 | 2025.01.09 20:40:56.437858 [ 147 ] {} <Debug> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2715 | 2025.01.09 20:40:56.437935 [ 260 ] {c67c2152-e9ac-4cc7-8706-b2583d5b2b3e} <Debug> executeQuery: Read 78 rows, 6.88 KiB in 0.002247 sec., 34712.95060080107 rows/sec., 2.99 MiB/sec. | ||
| 2716 | 2025.01.09 20:40:56.437945 [ 147 ] {} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2717 | 2025.01.09 20:40:56.438016 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2718 | 2025.01.09 20:40:56.438073 [ 260 ] {c67c2152-e9ac-4cc7-8706-b2583d5b2b3e} <Debug> TCPHandler: Processed in 0.002770658 sec. | ||
| 2719 | 2025.01.09 20:40:56.438197 [ 188 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::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 | ||
| 2720 | 2025.01.09 20:40:56.438326 [ 188 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2721 | 2025.01.09 20:40:56.438373 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2722 | 2025.01.09 20:40:56.438387 [ 188 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1329 rows starting from the beginning of the part | ||
| 2723 | 2025.01.09 20:40:56.438605 [ 188 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 189 rows starting from the beginning of the part | ||
| 2724 | 2025.01.09 20:40:56.438842 [ 262 ] {79d2a7e4-e99d-477e-8105-824c575284d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2725 | 2025.01.09 20:40:56.438988 [ 188 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 78 rows starting from the beginning of the part | ||
| 2726 | 2025.01.09 20:40:56.439112 [ 262 ] {79d2a7e4-e99d-477e-8105-824c575284d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2727 | 2025.01.09 20:40:56.439530 [ 188 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1333 rows starting from the beginning of the part | ||
| 2728 | 2025.01.09 20:40:56.439925 [ 188 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part | ||
| 2729 | 2025.01.09 20:40:56.440164 [ 188 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 78 rows starting from the beginning of the part | ||
| 2730 | 2025.01.09 20:40:56.442139 [ 262 ] {79d2a7e4-e99d-477e-8105-824c575284d5} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2731 | 2025.01.09 20:40:56.442225 [ 262 ] {79d2a7e4-e99d-477e-8105-824c575284d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2732 | 2025.01.09 20:40:56.443190 [ 262 ] {79d2a7e4-e99d-477e-8105-824c575284d5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2733 | 2025.01.09 20:40:56.443683 [ 201 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3033 rows, containing 5 columns (5 merged, 0 gathered) in 0.005543906 sec., 547087.1980874134 rows/sec., 48.01 MiB/sec. | ||
| 2734 | 2025.01.09 20:40:56.443739 [ 262 ] {79d2a7e4-e99d-477e-8105-824c575284d5} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2735 | 2025.01.09 20:40:56.444159 [ 262 ] {79d2a7e4-e99d-477e-8105-824c575284d5} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.005515 sec., 4714.41523118767 rows/sec., 354.50 KiB/sec. | ||
| 2736 | 2025.01.09 20:40:56.444316 [ 262 ] {79d2a7e4-e99d-477e-8105-824c575284d5} <Debug> TCPHandler: Processed in 0.006108301 sec. | ||
| 2737 | 2025.01.09 20:40:56.444313 [ 201 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2738 | 2025.01.09 20:40:56.444575 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2739 | 2025.01.09 20:40:56.444800 [ 260 ] {220cd6c4-2bec-47aa-bb0b-8d5611822dca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2740 | 2025.01.09 20:40:56.444902 [ 260 ] {220cd6c4-2bec-47aa-bb0b-8d5611822dca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2741 | 2025.01.09 20:40:56.444925 [ 201 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_16_3} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2742 | 2025.01.09 20:40:56.445159 [ 201 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_16_3} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2743 | 2025.01.09 20:40:56.445345 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 2744 | 2025.01.09 20:40:56.445859 [ 260 ] {220cd6c4-2bec-47aa-bb0b-8d5611822dca} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2745 | 2025.01.09 20:40:56.445906 [ 260 ] {220cd6c4-2bec-47aa-bb0b-8d5611822dca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2746 | 2025.01.09 20:40:56.446279 [ 260 ] {220cd6c4-2bec-47aa-bb0b-8d5611822dca} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2747 | 2025.01.09 20:40:56.446530 [ 260 ] {220cd6c4-2bec-47aa-bb0b-8d5611822dca} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2748 | 2025.01.09 20:40:56.446684 [ 147 ] {} <Debug> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2749 | 2025.01.09 20:40:56.446744 [ 147 ] {} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2750 | 2025.01.09 20:40:56.446780 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2751 | 2025.01.09 20:40:56.446793 [ 260 ] {220cd6c4-2bec-47aa-bb0b-8d5611822dca} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.002042 sec., 26444.662095984328 rows/sec., 2.07 MiB/sec. | ||
| 2752 | 2025.01.09 20:40:56.447117 [ 260 ] {220cd6c4-2bec-47aa-bb0b-8d5611822dca} <Debug> TCPHandler: Processed in 0.002637875 sec. | ||
| 2753 | 2025.01.09 20:40:56.447147 [ 196 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::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 | ||
| 2754 | 2025.01.09 20:40:56.447438 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2755 | 2025.01.09 20:40:56.447556 [ 196 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2756 | 2025.01.09 20:40:56.447622 [ 196 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 810 rows starting from the beginning of the part | ||
| 2757 | 2025.01.09 20:40:56.447703 [ 262 ] {32a68e84-63e5-4d6d-b37f-00d1cd9798e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2758 | 2025.01.09 20:40:56.447828 [ 196 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 354 rows starting from the beginning of the part | ||
| 2759 | 2025.01.09 20:40:56.447963 [ 262 ] {32a68e84-63e5-4d6d-b37f-00d1cd9798e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2760 | 2025.01.09 20:40:56.448100 [ 196 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 67 rows starting from the beginning of the part | ||
| 2761 | 2025.01.09 20:40:56.448448 [ 196 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 818 rows starting from the beginning of the part | ||
| 2762 | 2025.01.09 20:40:56.448786 [ 196 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part | ||
| 2763 | 2025.01.09 20:40:56.449132 [ 196 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 54 rows starting from the beginning of the part | ||
| 2764 | 2025.01.09 20:40:56.450678 [ 262 ] {32a68e84-63e5-4d6d-b37f-00d1cd9798e4} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2765 | 2025.01.09 20:40:56.450758 [ 262 ] {32a68e84-63e5-4d6d-b37f-00d1cd9798e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2766 | 2025.01.09 20:40:56.451782 [ 262 ] {32a68e84-63e5-4d6d-b37f-00d1cd9798e4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2767 | 2025.01.09 20:40:56.452181 [ 201 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2131 rows, containing 5 columns (5 merged, 0 gathered) in 0.005323461 sec., 400303.48677298473 rows/sec., 30.42 MiB/sec. | ||
| 2768 | 2025.01.09 20:40:56.452291 [ 262 ] {32a68e84-63e5-4d6d-b37f-00d1cd9798e4} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2769 | 2025.01.09 20:40:56.452451 [ 201 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2770 | 2025.01.09 20:40:56.452643 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2771 | 2025.01.09 20:40:56.452786 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2772 | 2025.01.09 20:40:56.452823 [ 262 ] {32a68e84-63e5-4d6d-b37f-00d1cd9798e4} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005174 sec., 19327.40626207963 rows/sec., 1.34 MiB/sec. | ||
| 2773 | 2025.01.09 20:40:56.452840 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2774 | 2025.01.09 20:40:56.453115 [ 262 ] {32a68e84-63e5-4d6d-b37f-00d1cd9798e4} <Debug> TCPHandler: Processed in 0.005860705 sec. | ||
| 2775 | 2025.01.09 20:40:56.453390 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2776 | 2025.01.09 20:40:56.453438 [ 196 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 2777 | 2025.01.09 20:40:56.453444 [ 201 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_16_3} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2778 | 2025.01.09 20:40:56.453775 [ 260 ] {054ac653-f282-4df4-9ed1-d1e259d71e5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2779 | 2025.01.09 20:40:56.453806 [ 201 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_16_3} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2780 | 2025.01.09 20:40:56.453827 [ 196 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2781 | 2025.01.09 20:40:56.453923 [ 196 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3418 rows starting from the beginning of the part | ||
| 2782 | 2025.01.09 20:40:56.454148 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 2783 | 2025.01.09 20:40:56.454274 [ 260 ] {054ac653-f282-4df4-9ed1-d1e259d71e5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2784 | 2025.01.09 20:40:56.454342 [ 196 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 177 rows starting from the beginning of the part | ||
| 2785 | 2025.01.09 20:40:56.454563 [ 196 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 100 rows starting from the beginning of the part | ||
| 2786 | 2025.01.09 20:40:56.454837 [ 196 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1007 rows starting from the beginning of the part | ||
| 2787 | 2025.01.09 20:40:56.455199 [ 196 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 20 rows starting from the beginning of the part | ||
| 2788 | 2025.01.09 20:40:56.455428 [ 196 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 100 rows starting from the beginning of the part | ||
| 2789 | 2025.01.09 20:40:56.457605 [ 260 ] {054ac653-f282-4df4-9ed1-d1e259d71e5c} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2790 | 2025.01.09 20:40:56.457645 [ 260 ] {054ac653-f282-4df4-9ed1-d1e259d71e5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2791 | 2025.01.09 20:40:56.458058 [ 199 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4822 rows, containing 5 columns (5 merged, 0 gathered) in 0.004975763 sec., 969097.6037242931 rows/sec., 64.90 MiB/sec. | ||
| 2792 | 2025.01.09 20:40:56.458548 [ 197 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2793 | 2025.01.09 20:40:56.458672 [ 260 ] {054ac653-f282-4df4-9ed1-d1e259d71e5c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2794 | 2025.01.09 20:40:56.459065 [ 197 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2795 | 2025.01.09 20:40:56.459205 [ 260 ] {054ac653-f282-4df4-9ed1-d1e259d71e5c} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2796 | 2025.01.09 20:40:56.459268 [ 197 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2797 | 2025.01.09 20:40:56.459474 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. | ||
| 2798 | 2025.01.09 20:40:56.459635 [ 260 ] {054ac653-f282-4df4-9ed1-d1e259d71e5c} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.006002 sec., 4331.889370209929 rows/sec., 7.76 MiB/sec. | ||
| 2799 | 2025.01.09 20:40:56.459769 [ 260 ] {054ac653-f282-4df4-9ed1-d1e259d71e5c} <Debug> TCPHandler: Processed in 0.006519141 sec. | ||
| 2800 | 2025.01.09 20:40:56.459996 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2801 | 2025.01.09 20:40:56.460225 [ 262 ] {180d5687-da9f-4567-afc3-cf60ae4b81f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2802 | 2025.01.09 20:40:56.460318 [ 262 ] {180d5687-da9f-4567-afc3-cf60ae4b81f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2803 | 2025.01.09 20:40:56.460884 [ 262 ] {180d5687-da9f-4567-afc3-cf60ae4b81f1} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2804 | 2025.01.09 20:40:56.460924 [ 262 ] {180d5687-da9f-4567-afc3-cf60ae4b81f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2805 | 2025.01.09 20:40:56.461305 [ 262 ] {180d5687-da9f-4567-afc3-cf60ae4b81f1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2806 | 2025.01.09 20:40:56.461559 [ 262 ] {180d5687-da9f-4567-afc3-cf60ae4b81f1} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2807 | 2025.01.09 20:40:56.461729 [ 147 ] {} <Debug> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2808 | 2025.01.09 20:40:56.461787 [ 147 ] {} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2809 | 2025.01.09 20:40:56.461814 [ 262 ] {180d5687-da9f-4567-afc3-cf60ae4b81f1} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001644 sec., 18248.17518248175 rows/sec., 1.25 MiB/sec. | ||
| 2810 | 2025.01.09 20:40:56.461829 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2811 | 2025.01.09 20:40:56.461955 [ 262 ] {180d5687-da9f-4567-afc3-cf60ae4b81f1} <Debug> TCPHandler: Processed in 0.002067341 sec. | ||
| 2812 | 2025.01.09 20:40:56.462177 [ 197 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::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 | ||
| 2813 | 2025.01.09 20:40:56.462365 [ 197 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2814 | 2025.01.09 20:40:56.462422 [ 197 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 364 rows starting from the beginning of the part | ||
| 2815 | 2025.01.09 20:40:56.462551 [ 197 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 52 rows starting from the beginning of the part | ||
| 2816 | 2025.01.09 20:40:56.462632 [ 197 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part | ||
| 2817 | 2025.01.09 20:40:56.462863 [ 197 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 46 rows starting from the beginning of the part | ||
| 2818 | 2025.01.09 20:40:56.462945 [ 197 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 2819 | 2025.01.09 20:40:56.463152 [ 197 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part | ||
| 2820 | 2025.01.09 20:40:56.464269 [ 199 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 4 columns (4 merged, 0 gathered) in 0.002297806 sec., 229784.41173885003 rows/sec., 14.85 MiB/sec. | ||
| 2821 | 2025.01.09 20:40:56.464440 [ 200 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2822 | 2025.01.09 20:40:56.464794 [ 200 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_16_3} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2823 | 2025.01.09 20:40:56.464890 [ 200 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_16_3} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2824 | 2025.01.09 20:40:56.464988 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 2825 | 2025.01.09 20:41:00.030390 [ 141 ] {} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2826 | 2025.01.09 20:41:00.030506 [ 141 ] {} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2827 | 2025.01.09 20:41:00.030551 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2828 | 2025.01.09 20:41:00.030720 [ 197 ] {7579b888-d4e7-4017-9512-9f6164838de2::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 | ||
| 2829 | 2025.01.09 20:41:00.031096 [ 197 ] {7579b888-d4e7-4017-9512-9f6164838de2::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2830 | 2025.01.09 20:41:00.031139 [ 197 ] {7579b888-d4e7-4017-9512-9f6164838de2::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 | ||
| 2831 | 2025.01.09 20:41:00.031231 [ 197 ] {7579b888-d4e7-4017-9512-9f6164838de2::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 | ||
| 2832 | 2025.01.09 20:41:00.031318 [ 197 ] {7579b888-d4e7-4017-9512-9f6164838de2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 2833 | 2025.01.09 20:41:00.031401 [ 197 ] {7579b888-d4e7-4017-9512-9f6164838de2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part | ||
| 2834 | 2025.01.09 20:41:00.031480 [ 197 ] {7579b888-d4e7-4017-9512-9f6164838de2::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 | ||
| 2835 | 2025.01.09 20:41:00.033540 [ 199 ] {7579b888-d4e7-4017-9512-9f6164838de2::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 6 columns (6 merged, 0 gathered) in 0.002909882 sec., 12715.292235217787 rows/sec., 2.17 MiB/sec. | ||
| 2836 | 2025.01.09 20:41:00.033892 [ 198 ] {7579b888-d4e7-4017-9512-9f6164838de2::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2837 | 2025.01.09 20:41:00.034685 [ 198 ] {7579b888-d4e7-4017-9512-9f6164838de2::all_1_5_1} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2838 | 2025.01.09 20:41:00.034782 [ 198 ] {7579b888-d4e7-4017-9512-9f6164838de2::all_1_5_1} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2839 | 2025.01.09 20:41:00.034894 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2840 | 2025.01.09 20:41:00.586115 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2841 | 2025.01.09 20:41:00.586169 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2842 | 2025.01.09 20:41:00.679675 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 | ||
| 2843 | 2025.01.09 20:41:00.680293 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2844 | 2025.01.09 20:41:00.680337 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2845 | 2025.01.09 20:41:00.680870 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2846 | 2025.01.09 20:41:00.681112 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2847 | 2025.01.09 20:41:00.681404 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2848 | 2025.01.09 20:41:00.685651 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 398 | ||
| 2849 | 2025.01.09 20:41:00.688469 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2850 | 2025.01.09 20:41:00.688524 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2851 | 2025.01.09 20:41:00.690017 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2852 | 2025.01.09 20:41:00.690337 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2853 | 2025.01.09 20:41:00.691301 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 398 | ||
| 2854 | 2025.01.09 20:41:01.024700 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2855 | 2025.01.09 20:41:01.044176 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2856 | 2025.01.09 20:41:01.044240 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2857 | 2025.01.09 20:41:01.051564 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2858 | 2025.01.09 20:41:01.052308 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2859 | 2025.01.09 20:41:01.055176 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2860 | 2025.01.09 20:41:01.431706 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2861 | 2025.01.09 20:41:01.431968 [ 260 ] {b1176076-1ab4-425e-a9f3-b55ed5e04756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) 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', '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', '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) | ||
| 2862 | 2025.01.09 20:41:01.432400 [ 260 ] {b1176076-1ab4-425e-a9f3-b55ed5e04756} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2863 | 2025.01.09 20:41:01.432453 [ 260 ] {b1176076-1ab4-425e-a9f3-b55ed5e04756} <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', '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', '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 | ||
| 2864 | 2025.01.09 20:41:01.432824 [ 260 ] {b1176076-1ab4-425e-a9f3-b55ed5e04756} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2865 | 2025.01.09 20:41:01.432912 [ 260 ] {b1176076-1ab4-425e-a9f3-b55ed5e04756} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2866 | 2025.01.09 20:41:01.433092 [ 260 ] {b1176076-1ab4-425e-a9f3-b55ed5e04756} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2867 | 2025.01.09 20:41:01.433132 [ 260 ] {b1176076-1ab4-425e-a9f3-b55ed5e04756} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2868 | 2025.01.09 20:41:01.433158 [ 260 ] {b1176076-1ab4-425e-a9f3-b55ed5e04756} <Debug> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (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 | ||
| 2869 | 2025.01.09 20:41:01.433176 [ 260 ] {b1176076-1ab4-425e-a9f3-b55ed5e04756} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2870 | 2025.01.09 20:41:01.433226 [ 260 ] {b1176076-1ab4-425e-a9f3-b55ed5e04756} <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', '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', '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'))" | ||
| 2871 | 2025.01.09 20:41:01.433251 [ 260 ] {b1176076-1ab4-425e-a9f3-b55ed5e04756} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 37 rows starting from 0 | ||
| 2872 | 2025.01.09 20:41:01.434072 [ 260 ] {b1176076-1ab4-425e-a9f3-b55ed5e04756} <Debug> executeQuery: Read 37 rows, 1.40 KiB in 0.002231 sec., 16584.49125952488 rows/sec., 626.82 KiB/sec. | ||
| 2873 | 2025.01.09 20:41:01.434171 [ 260 ] {b1176076-1ab4-425e-a9f3-b55ed5e04756} <Debug> TCPHandler: Processed in 0.002592455 sec. | ||
| 2874 | 2025.01.09 20:41:01.441056 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2875 | 2025.01.09 20:41:01.441185 [ 260 ] {73a35e71-689c-4b8f-bb9a-fdd4d6572284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2876 | 2025.01.09 20:41:01.441240 [ 260 ] {73a35e71-689c-4b8f-bb9a-fdd4d6572284} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2877 | 2025.01.09 20:41:01.441931 [ 260 ] {73a35e71-689c-4b8f-bb9a-fdd4d6572284} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2878 | 2025.01.09 20:41:01.441974 [ 260 ] {73a35e71-689c-4b8f-bb9a-fdd4d6572284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2879 | 2025.01.09 20:41:01.442467 [ 260 ] {73a35e71-689c-4b8f-bb9a-fdd4d6572284} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2880 | 2025.01.09 20:41:01.442685 [ 260 ] {73a35e71-689c-4b8f-bb9a-fdd4d6572284} <Trace> oximeter.timeseries_schema (7579b888-d4e7-4017-9512-9f6164838de2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2881 | 2025.01.09 20:41:01.442918 [ 260 ] {73a35e71-689c-4b8f-bb9a-fdd4d6572284} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.001768 sec., 565.6108597285067 rows/sec., 58.55 KiB/sec. | ||
| 2882 | 2025.01.09 20:41:01.443079 [ 260 ] {73a35e71-689c-4b8f-bb9a-fdd4d6572284} <Debug> TCPHandler: Processed in 0.002078652 sec. | ||
| 2883 | 2025.01.09 20:41:01.443337 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2884 | 2025.01.09 20:41:01.443536 [ 262 ] {afa445b6-c41d-4c7c-bbc9-b5ee896aecd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2885 | 2025.01.09 20:41:01.443614 [ 262 ] {afa445b6-c41d-4c7c-bbc9-b5ee896aecd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2886 | 2025.01.09 20:41:01.444392 [ 262 ] {afa445b6-c41d-4c7c-bbc9-b5ee896aecd7} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2887 | 2025.01.09 20:41:01.444448 [ 262 ] {afa445b6-c41d-4c7c-bbc9-b5ee896aecd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2888 | 2025.01.09 20:41:01.444897 [ 262 ] {afa445b6-c41d-4c7c-bbc9-b5ee896aecd7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2889 | 2025.01.09 20:41:01.445159 [ 262 ] {afa445b6-c41d-4c7c-bbc9-b5ee896aecd7} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2890 | 2025.01.09 20:41:01.445394 [ 262 ] {afa445b6-c41d-4c7c-bbc9-b5ee896aecd7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001914 sec., 7314.524555903867 rows/sec., 526.55 KiB/sec. | ||
| 2891 | 2025.01.09 20:41:01.445465 [ 262 ] {afa445b6-c41d-4c7c-bbc9-b5ee896aecd7} <Debug> TCPHandler: Processed in 0.002265696 sec. | ||
| 2892 | 2025.01.09 20:41:01.445630 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2893 | 2025.01.09 20:41:01.445757 [ 260 ] {c4396f29-8976-4637-9d2e-e4b81e2cd66e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2894 | 2025.01.09 20:41:01.445809 [ 260 ] {c4396f29-8976-4637-9d2e-e4b81e2cd66e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2895 | 2025.01.09 20:41:01.446518 [ 260 ] {c4396f29-8976-4637-9d2e-e4b81e2cd66e} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2896 | 2025.01.09 20:41:01.446558 [ 260 ] {c4396f29-8976-4637-9d2e-e4b81e2cd66e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2897 | 2025.01.09 20:41:01.446941 [ 260 ] {c4396f29-8976-4637-9d2e-e4b81e2cd66e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2898 | 2025.01.09 20:41:01.447186 [ 260 ] {c4396f29-8976-4637-9d2e-e4b81e2cd66e} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2899 | 2025.01.09 20:41:01.447370 [ 260 ] {c4396f29-8976-4637-9d2e-e4b81e2cd66e} <Debug> executeQuery: Read 200 rows, 18.25 KiB in 0.001643 sec., 121728.54534388315 rows/sec., 10.85 MiB/sec. | ||
| 2900 | 2025.01.09 20:41:01.447428 [ 260 ] {c4396f29-8976-4637-9d2e-e4b81e2cd66e} <Debug> TCPHandler: Processed in 0.001859597 sec. | ||
| 2901 | 2025.01.09 20:41:01.447601 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2902 | 2025.01.09 20:41:01.447747 [ 262 ] {ce9f267e-522f-4078-a870-9f652dede975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2903 | 2025.01.09 20:41:01.447810 [ 262 ] {ce9f267e-522f-4078-a870-9f652dede975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2904 | 2025.01.09 20:41:01.448536 [ 262 ] {ce9f267e-522f-4078-a870-9f652dede975} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2905 | 2025.01.09 20:41:01.448580 [ 262 ] {ce9f267e-522f-4078-a870-9f652dede975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2906 | 2025.01.09 20:41:01.448943 [ 262 ] {ce9f267e-522f-4078-a870-9f652dede975} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2907 | 2025.01.09 20:41:01.449189 [ 262 ] {ce9f267e-522f-4078-a870-9f652dede975} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2908 | 2025.01.09 20:41:01.449406 [ 262 ] {ce9f267e-522f-4078-a870-9f652dede975} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001696 sec., 11792.452830188678 rows/sec., 845.28 KiB/sec. | ||
| 2909 | 2025.01.09 20:41:01.449467 [ 262 ] {ce9f267e-522f-4078-a870-9f652dede975} <Debug> TCPHandler: Processed in 0.001934988 sec. | ||
| 2910 | 2025.01.09 20:41:01.449627 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2911 | 2025.01.09 20:41:01.449755 [ 260 ] {a52abcf1-1568-40d5-b024-be6ac9022161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2912 | 2025.01.09 20:41:01.449805 [ 260 ] {a52abcf1-1568-40d5-b024-be6ac9022161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2913 | 2025.01.09 20:41:01.450397 [ 260 ] {a52abcf1-1568-40d5-b024-be6ac9022161} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2914 | 2025.01.09 20:41:01.450435 [ 260 ] {a52abcf1-1568-40d5-b024-be6ac9022161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2915 | 2025.01.09 20:41:01.450805 [ 260 ] {a52abcf1-1568-40d5-b024-be6ac9022161} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2916 | 2025.01.09 20:41:01.451053 [ 260 ] {a52abcf1-1568-40d5-b024-be6ac9022161} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2917 | 2025.01.09 20:41:01.451269 [ 260 ] {a52abcf1-1568-40d5-b024-be6ac9022161} <Debug> executeQuery: Read 15 rows, 1.05 KiB in 0.00154 sec., 9740.25974025974 rows/sec., 679.79 KiB/sec. | ||
| 2918 | 2025.01.09 20:41:01.451427 [ 260 ] {a52abcf1-1568-40d5-b024-be6ac9022161} <Debug> TCPHandler: Processed in 0.001857136 sec. | ||
| 2919 | 2025.01.09 20:41:01.451598 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2920 | 2025.01.09 20:41:01.451741 [ 262 ] {e6f29f42-851a-41a7-a722-28b26e8f62bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2921 | 2025.01.09 20:41:01.451799 [ 262 ] {e6f29f42-851a-41a7-a722-28b26e8f62bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2922 | 2025.01.09 20:41:01.452487 [ 262 ] {e6f29f42-851a-41a7-a722-28b26e8f62bc} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2923 | 2025.01.09 20:41:01.452535 [ 262 ] {e6f29f42-851a-41a7-a722-28b26e8f62bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2924 | 2025.01.09 20:41:01.452894 [ 262 ] {e6f29f42-851a-41a7-a722-28b26e8f62bc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2925 | 2025.01.09 20:41:01.453145 [ 262 ] {e6f29f42-851a-41a7-a722-28b26e8f62bc} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2926 | 2025.01.09 20:41:01.453362 [ 262 ] {e6f29f42-851a-41a7-a722-28b26e8f62bc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001656 sec., 7850.24154589372 rows/sec., 489.46 KiB/sec. | ||
| 2927 | 2025.01.09 20:41:01.453423 [ 262 ] {e6f29f42-851a-41a7-a722-28b26e8f62bc} <Debug> TCPHandler: Processed in 0.001889817 sec. | ||
| 2928 | 2025.01.09 20:41:01.453579 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2929 | 2025.01.09 20:41:01.453720 [ 260 ] {cc8352e6-b34f-41a7-9378-6fd2b57325bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2930 | 2025.01.09 20:41:01.453777 [ 260 ] {cc8352e6-b34f-41a7-9378-6fd2b57325bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2931 | 2025.01.09 20:41:01.454609 [ 260 ] {cc8352e6-b34f-41a7-9378-6fd2b57325bd} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2932 | 2025.01.09 20:41:01.454647 [ 260 ] {cc8352e6-b34f-41a7-9378-6fd2b57325bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2933 | 2025.01.09 20:41:01.455044 [ 260 ] {cc8352e6-b34f-41a7-9378-6fd2b57325bd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2934 | 2025.01.09 20:41:01.455288 [ 260 ] {cc8352e6-b34f-41a7-9378-6fd2b57325bd} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2935 | 2025.01.09 20:41:01.455467 [ 260 ] {cc8352e6-b34f-41a7-9378-6fd2b57325bd} <Debug> executeQuery: Read 365 rows, 26.33 KiB in 0.00178 sec., 205056.1797752809 rows/sec., 14.44 MiB/sec. | ||
| 2936 | 2025.01.09 20:41:01.455527 [ 260 ] {cc8352e6-b34f-41a7-9378-6fd2b57325bd} <Debug> TCPHandler: Processed in 0.00201592 sec. | ||
| 2937 | 2025.01.09 20:41:01.455685 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2938 | 2025.01.09 20:41:01.455824 [ 262 ] {9450520d-ea84-49d1-95ce-f80bdbd1847d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2939 | 2025.01.09 20:41:01.455885 [ 262 ] {9450520d-ea84-49d1-95ce-f80bdbd1847d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2940 | 2025.01.09 20:41:01.456459 [ 262 ] {9450520d-ea84-49d1-95ce-f80bdbd1847d} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2941 | 2025.01.09 20:41:01.456506 [ 262 ] {9450520d-ea84-49d1-95ce-f80bdbd1847d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2942 | 2025.01.09 20:41:01.456874 [ 262 ] {9450520d-ea84-49d1-95ce-f80bdbd1847d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2943 | 2025.01.09 20:41:01.457107 [ 262 ] {9450520d-ea84-49d1-95ce-f80bdbd1847d} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2944 | 2025.01.09 20:41:01.457314 [ 262 ] {9450520d-ea84-49d1-95ce-f80bdbd1847d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001523 sec., 3939.592908732764 rows/sec., 205.83 KiB/sec. | ||
| 2945 | 2025.01.09 20:41:01.457364 [ 262 ] {9450520d-ea84-49d1-95ce-f80bdbd1847d} <Debug> TCPHandler: Processed in 0.001748913 sec. | ||
| 2946 | 2025.01.09 20:41:01.457510 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2947 | 2025.01.09 20:41:01.457633 [ 260 ] {9729e15e-d628-4330-afdb-a6cafd8a8ce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2948 | 2025.01.09 20:41:01.457687 [ 260 ] {9729e15e-d628-4330-afdb-a6cafd8a8ce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2949 | 2025.01.09 20:41:01.458262 [ 260 ] {9729e15e-d628-4330-afdb-a6cafd8a8ce1} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2950 | 2025.01.09 20:41:01.458302 [ 260 ] {9729e15e-d628-4330-afdb-a6cafd8a8ce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2951 | 2025.01.09 20:41:01.458697 [ 260 ] {9729e15e-d628-4330-afdb-a6cafd8a8ce1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2952 | 2025.01.09 20:41:01.458933 [ 260 ] {9729e15e-d628-4330-afdb-a6cafd8a8ce1} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2953 | 2025.01.09 20:41:01.459195 [ 260 ] {9729e15e-d628-4330-afdb-a6cafd8a8ce1} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001586 sec., 111601.5132408575 rows/sec., 7.36 MiB/sec. | ||
| 2954 | 2025.01.09 20:41:01.459406 [ 260 ] {9729e15e-d628-4330-afdb-a6cafd8a8ce1} <Debug> TCPHandler: Processed in 0.001950559 sec. | ||
| 2955 | 2025.01.09 20:41:01.459559 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2956 | 2025.01.09 20:41:01.459676 [ 262 ] {bb2574bb-7613-441a-b295-ad9c035aabac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2957 | 2025.01.09 20:41:01.459728 [ 262 ] {bb2574bb-7613-441a-b295-ad9c035aabac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2958 | 2025.01.09 20:41:01.460191 [ 262 ] {bb2574bb-7613-441a-b295-ad9c035aabac} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2959 | 2025.01.09 20:41:01.460230 [ 262 ] {bb2574bb-7613-441a-b295-ad9c035aabac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2960 | 2025.01.09 20:41:01.460597 [ 262 ] {bb2574bb-7613-441a-b295-ad9c035aabac} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2961 | 2025.01.09 20:41:01.460831 [ 262 ] {bb2574bb-7613-441a-b295-ad9c035aabac} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2962 | 2025.01.09 20:41:01.461048 [ 262 ] {bb2574bb-7613-441a-b295-ad9c035aabac} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.001397 sec., 1431.6392269148175 rows/sec., 93.67 KiB/sec. | ||
| 2963 | 2025.01.09 20:41:01.461097 [ 262 ] {bb2574bb-7613-441a-b295-ad9c035aabac} <Debug> TCPHandler: Processed in 0.00159269 sec. | ||
| 2964 | 2025.01.09 20:41:01.461234 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2965 | 2025.01.09 20:41:01.461353 [ 260 ] {912cf5a1-0d8e-4a2a-9d39-50b1c780c7d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2966 | 2025.01.09 20:41:01.461437 [ 260 ] {912cf5a1-0d8e-4a2a-9d39-50b1c780c7d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2967 | 2025.01.09 20:41:01.462564 [ 260 ] {912cf5a1-0d8e-4a2a-9d39-50b1c780c7d8} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2968 | 2025.01.09 20:41:01.462604 [ 260 ] {912cf5a1-0d8e-4a2a-9d39-50b1c780c7d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2969 | 2025.01.09 20:41:01.463227 [ 260 ] {912cf5a1-0d8e-4a2a-9d39-50b1c780c7d8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2970 | 2025.01.09 20:41:01.463483 [ 260 ] {912cf5a1-0d8e-4a2a-9d39-50b1c780c7d8} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2971 | 2025.01.09 20:41:01.463777 [ 260 ] {912cf5a1-0d8e-4a2a-9d39-50b1c780c7d8} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002443 sec., 5321.3262382316825 rows/sec., 9.54 MiB/sec. | ||
| 2972 | 2025.01.09 20:41:01.463906 [ 260 ] {912cf5a1-0d8e-4a2a-9d39-50b1c780c7d8} <Debug> TCPHandler: Processed in 0.002729347 sec. | ||
| 2973 | 2025.01.09 20:41:01.464110 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2974 | 2025.01.09 20:41:01.464334 [ 262 ] {68887ae4-6119-49d3-abab-1cd2f95a0ed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2975 | 2025.01.09 20:41:01.464421 [ 262 ] {68887ae4-6119-49d3-abab-1cd2f95a0ed3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2976 | 2025.01.09 20:41:01.464940 [ 262 ] {68887ae4-6119-49d3-abab-1cd2f95a0ed3} <Trace> oximeter.measurements_i64 (650d1b34-7dd3-40d9-86b3-31ddcc20fa52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2977 | 2025.01.09 20:41:01.464980 [ 262 ] {68887ae4-6119-49d3-abab-1cd2f95a0ed3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2978 | 2025.01.09 20:41:01.465347 [ 262 ] {68887ae4-6119-49d3-abab-1cd2f95a0ed3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2979 | 2025.01.09 20:41:01.465596 [ 262 ] {68887ae4-6119-49d3-abab-1cd2f95a0ed3} <Trace> oximeter.measurements_i64 (650d1b34-7dd3-40d9-86b3-31ddcc20fa52): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2980 | 2025.01.09 20:41:01.465868 [ 262 ] {68887ae4-6119-49d3-abab-1cd2f95a0ed3} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001575 sec., 3809.5238095238096 rows/sec., 269.10 KiB/sec. | ||
| 2981 | 2025.01.09 20:41:01.465931 [ 262 ] {68887ae4-6119-49d3-abab-1cd2f95a0ed3} <Debug> TCPHandler: Processed in 0.001919307 sec. | ||
| 2982 | 2025.01.09 20:41:01.466077 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2983 | 2025.01.09 20:41:01.466221 [ 260 ] {762c90d7-9e7e-470c-9fdf-b2386a736040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2984 | 2025.01.09 20:41:01.466283 [ 260 ] {762c90d7-9e7e-470c-9fdf-b2386a736040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2985 | 2025.01.09 20:41:01.466821 [ 260 ] {762c90d7-9e7e-470c-9fdf-b2386a736040} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2986 | 2025.01.09 20:41:01.466860 [ 260 ] {762c90d7-9e7e-470c-9fdf-b2386a736040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2987 | 2025.01.09 20:41:01.467236 [ 260 ] {762c90d7-9e7e-470c-9fdf-b2386a736040} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2988 | 2025.01.09 20:41:01.467473 [ 260 ] {762c90d7-9e7e-470c-9fdf-b2386a736040} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2989 | 2025.01.09 20:41:01.467710 [ 260 ] {762c90d7-9e7e-470c-9fdf-b2386a736040} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001517 sec., 34278.18061964404 rows/sec., 2.12 MiB/sec. | ||
| 2990 | 2025.01.09 20:41:01.467801 [ 260 ] {762c90d7-9e7e-470c-9fdf-b2386a736040} <Debug> TCPHandler: Processed in 0.001793415 sec. | ||
| 2991 | 2025.01.09 20:41:06.434908 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2992 | 2025.01.09 20:41:06.435107 [ 260 ] {e5ae9dc0-31dd-4a16-8729-be9fe18da2c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2993 | 2025.01.09 20:41:06.435179 [ 260 ] {e5ae9dc0-31dd-4a16-8729-be9fe18da2c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2994 | 2025.01.09 20:41:06.435954 [ 260 ] {e5ae9dc0-31dd-4a16-8729-be9fe18da2c2} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2995 | 2025.01.09 20:41:06.436004 [ 260 ] {e5ae9dc0-31dd-4a16-8729-be9fe18da2c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 2996 | 2025.01.09 20:41:06.436439 [ 260 ] {e5ae9dc0-31dd-4a16-8729-be9fe18da2c2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2997 | 2025.01.09 20:41:06.436684 [ 260 ] {e5ae9dc0-31dd-4a16-8729-be9fe18da2c2} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2998 | 2025.01.09 20:41:06.436913 [ 260 ] {e5ae9dc0-31dd-4a16-8729-be9fe18da2c2} <Debug> executeQuery: Read 78 rows, 6.88 KiB in 0.00185 sec., 42162.16216216216 rows/sec., 3.63 MiB/sec. | ||
| 2999 | 2025.01.09 20:41:06.437095 [ 260 ] {e5ae9dc0-31dd-4a16-8729-be9fe18da2c2} <Debug> TCPHandler: Processed in 0.002314287 sec. | ||
| 3000 | 2025.01.09 20:41:06.437380 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3001 | 2025.01.09 20:41:06.437582 [ 262 ] {26615107-0764-4e36-80a7-43e6eccb524d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3002 | 2025.01.09 20:41:06.437660 [ 262 ] {26615107-0764-4e36-80a7-43e6eccb524d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3003 | 2025.01.09 20:41:06.438403 [ 262 ] {26615107-0764-4e36-80a7-43e6eccb524d} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3004 | 2025.01.09 20:41:06.438457 [ 262 ] {26615107-0764-4e36-80a7-43e6eccb524d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3005 | 2025.01.09 20:41:06.438882 [ 262 ] {26615107-0764-4e36-80a7-43e6eccb524d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3006 | 2025.01.09 20:41:06.439132 [ 262 ] {26615107-0764-4e36-80a7-43e6eccb524d} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3007 | 2025.01.09 20:41:06.439303 [ 24 ] {} <Debug> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 3008 | 2025.01.09 20:41:06.439371 [ 24 ] {} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3009 | 2025.01.09 20:41:06.439409 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3010 | 2025.01.09 20:41:06.439407 [ 262 ] {26615107-0764-4e36-80a7-43e6eccb524d} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001873 sec., 13881.47357180993 rows/sec., 1.02 MiB/sec. | ||
| 3011 | 2025.01.09 20:41:06.439601 [ 262 ] {26615107-0764-4e36-80a7-43e6eccb524d} <Debug> TCPHandler: Processed in 0.002353769 sec. | ||
| 3012 | 2025.01.09 20:41:06.439690 [ 197 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::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 | ||
| 3013 | 2025.01.09 20:41:06.439783 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3014 | 2025.01.09 20:41:06.439898 [ 197 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3015 | 2025.01.09 20:41:06.439988 [ 197 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 15 rows starting from the beginning of the part | ||
| 3016 | 2025.01.09 20:41:06.439997 [ 260 ] {872a926b-8d52-4e2e-a71b-58bbb2b4b36f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3017 | 2025.01.09 20:41:06.440126 [ 260 ] {872a926b-8d52-4e2e-a71b-58bbb2b4b36f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3018 | 2025.01.09 20:41:06.440236 [ 197 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part | ||
| 3019 | 2025.01.09 20:41:06.440633 [ 197 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 23 rows starting from the beginning of the part | ||
| 3020 | 2025.01.09 20:41:06.440926 [ 197 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
| 3021 | 2025.01.09 20:41:06.441242 [ 197 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 20 rows starting from the beginning of the part | ||
| 3022 | 2025.01.09 20:41:06.441596 [ 197 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part | ||
| 3023 | 2025.01.09 20:41:06.443110 [ 260 ] {872a926b-8d52-4e2e-a71b-58bbb2b4b36f} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3024 | 2025.01.09 20:41:06.443181 [ 260 ] {872a926b-8d52-4e2e-a71b-58bbb2b4b36f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3025 | 2025.01.09 20:41:06.444292 [ 260 ] {872a926b-8d52-4e2e-a71b-58bbb2b4b36f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3026 | 2025.01.09 20:41:06.444609 [ 197 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 136 rows, containing 5 columns (5 merged, 0 gathered) in 0.005080805 sec., 26767.411856979357 rows/sec., 2.02 MiB/sec. | ||
| 3027 | 2025.01.09 20:41:06.444804 [ 260 ] {872a926b-8d52-4e2e-a71b-58bbb2b4b36f} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3028 | 2025.01.09 20:41:06.444829 [ 197 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3029 | 2025.01.09 20:41:06.445212 [ 260 ] {872a926b-8d52-4e2e-a71b-58bbb2b4b36f} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.005277 sec., 10233.086981239341 rows/sec., 818.34 KiB/sec. | ||
| 3030 | 2025.01.09 20:41:06.445364 [ 260 ] {872a926b-8d52-4e2e-a71b-58bbb2b4b36f} <Debug> TCPHandler: Processed in 0.00563515 sec. | ||
| 3031 | 2025.01.09 20:41:06.445464 [ 199 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_10_2} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3032 | 2025.01.09 20:41:06.445573 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3033 | 2025.01.09 20:41:06.445641 [ 199 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_10_2} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 3034 | 2025.01.09 20:41:06.445795 [ 262 ] {489a6cd2-cce6-47c0-a41a-7c34577ed06e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3035 | 2025.01.09 20:41:06.445823 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 3036 | 2025.01.09 20:41:06.445891 [ 262 ] {489a6cd2-cce6-47c0-a41a-7c34577ed06e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3037 | 2025.01.09 20:41:06.446556 [ 262 ] {489a6cd2-cce6-47c0-a41a-7c34577ed06e} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3038 | 2025.01.09 20:41:06.446606 [ 262 ] {489a6cd2-cce6-47c0-a41a-7c34577ed06e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3039 | 2025.01.09 20:41:06.447028 [ 262 ] {489a6cd2-cce6-47c0-a41a-7c34577ed06e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3040 | 2025.01.09 20:41:06.447265 [ 262 ] {489a6cd2-cce6-47c0-a41a-7c34577ed06e} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3041 | 2025.01.09 20:41:06.447550 [ 262 ] {489a6cd2-cce6-47c0-a41a-7c34577ed06e} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001845 sec., 54200.54200542005 rows/sec., 3.76 MiB/sec. | ||
| 3042 | 2025.01.09 20:41:06.447786 [ 262 ] {489a6cd2-cce6-47c0-a41a-7c34577ed06e} <Debug> TCPHandler: Processed in 0.002289037 sec. | ||
| 3043 | 2025.01.09 20:41:06.447963 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3044 | 2025.01.09 20:41:06.448086 [ 260 ] {dc196335-c6c4-472b-9cb0-9c9397f70f7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3045 | 2025.01.09 20:41:06.448172 [ 260 ] {dc196335-c6c4-472b-9cb0-9c9397f70f7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3046 | 2025.01.09 20:41:06.449345 [ 260 ] {dc196335-c6c4-472b-9cb0-9c9397f70f7c} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3047 | 2025.01.09 20:41:06.449384 [ 260 ] {dc196335-c6c4-472b-9cb0-9c9397f70f7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3048 | 2025.01.09 20:41:06.450056 [ 260 ] {dc196335-c6c4-472b-9cb0-9c9397f70f7c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3049 | 2025.01.09 20:41:06.450313 [ 260 ] {dc196335-c6c4-472b-9cb0-9c9397f70f7c} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3050 | 2025.01.09 20:41:06.450549 [ 260 ] {dc196335-c6c4-472b-9cb0-9c9397f70f7c} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002489 sec., 10445.962233828848 rows/sec., 18.72 MiB/sec. | ||
| 3051 | 2025.01.09 20:41:06.450659 [ 260 ] {dc196335-c6c4-472b-9cb0-9c9397f70f7c} <Debug> TCPHandler: Processed in 0.002756198 sec. | ||
| 3052 | 2025.01.09 20:41:06.450815 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3053 | 2025.01.09 20:41:06.450957 [ 262 ] {dd6323d4-6e6c-4d6a-a9de-91690f6c0f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3054 | 2025.01.09 20:41:06.451019 [ 262 ] {dd6323d4-6e6c-4d6a-a9de-91690f6c0f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3055 | 2025.01.09 20:41:06.451597 [ 262 ] {dd6323d4-6e6c-4d6a-a9de-91690f6c0f39} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3056 | 2025.01.09 20:41:06.451644 [ 262 ] {dd6323d4-6e6c-4d6a-a9de-91690f6c0f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3057 | 2025.01.09 20:41:06.452031 [ 262 ] {dd6323d4-6e6c-4d6a-a9de-91690f6c0f39} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3058 | 2025.01.09 20:41:06.452293 [ 262 ] {dd6323d4-6e6c-4d6a-a9de-91690f6c0f39} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3059 | 2025.01.09 20:41:06.452560 [ 262 ] {dd6323d4-6e6c-4d6a-a9de-91690f6c0f39} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001627 sec., 18438.84449907806 rows/sec., 1.26 MiB/sec. | ||
| 3060 | 2025.01.09 20:41:06.452754 [ 262 ] {dd6323d4-6e6c-4d6a-a9de-91690f6c0f39} <Debug> TCPHandler: Processed in 0.00200235 sec. | ||
| 3061 | 2025.01.09 20:41:08.181509 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 | ||
| 3062 | 2025.01.09 20:41:08.182145 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3063 | 2025.01.09 20:41:08.182187 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3064 | 2025.01.09 20:41:08.182711 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3065 | 2025.01.09 20:41:08.182958 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3066 | 2025.01.09 20:41:08.183142 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 | ||
| 3067 | 2025.01.09 20:41:08.555250 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 3068 | 2025.01.09 20:41:08.574469 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3069 | 2025.01.09 20:41:08.574521 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3070 | 2025.01.09 20:41:08.581921 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3071 | 2025.01.09 20:41:08.582663 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): 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.09 20:41:08.585558 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 3073 | 2025.01.09 20:41:10.692422 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 438 | ||
| 3074 | 2025.01.09 20:41:10.695708 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3075 | 2025.01.09 20:41:10.695768 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3076 | 2025.01.09 20:41:10.697309 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3077 | 2025.01.09 20:41:10.697628 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3078 | 2025.01.09 20:41:10.698659 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 438 | ||
| 3079 | 2025.01.09 20:41:11.437803 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3080 | 2025.01.09 20:41:11.438093 [ 260 ] {8586f7fe-266f-4320-9429-4dd260cffea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3081 | 2025.01.09 20:41:11.438210 [ 260 ] {8586f7fe-266f-4320-9429-4dd260cffea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3082 | 2025.01.09 20:41:11.439224 [ 260 ] {8586f7fe-266f-4320-9429-4dd260cffea9} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3083 | 2025.01.09 20:41:11.439277 [ 260 ] {8586f7fe-266f-4320-9429-4dd260cffea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3084 | 2025.01.09 20:41:11.439712 [ 260 ] {8586f7fe-266f-4320-9429-4dd260cffea9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3085 | 2025.01.09 20:41:11.439969 [ 260 ] {8586f7fe-266f-4320-9429-4dd260cffea9} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3086 | 2025.01.09 20:41:11.440221 [ 260 ] {8586f7fe-266f-4320-9429-4dd260cffea9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002212 sec., 6329.113924050633 rows/sec., 455.61 KiB/sec. | ||
| 3087 | 2025.01.09 20:41:11.440292 [ 260 ] {8586f7fe-266f-4320-9429-4dd260cffea9} <Debug> TCPHandler: Processed in 0.002621484 sec. | ||
| 3088 | 2025.01.09 20:41:11.440533 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3089 | 2025.01.09 20:41:11.440744 [ 262 ] {962afe85-f469-40a1-884a-445e86deb4e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3090 | 2025.01.09 20:41:11.440824 [ 262 ] {962afe85-f469-40a1-884a-445e86deb4e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3091 | 2025.01.09 20:41:11.441630 [ 262 ] {962afe85-f469-40a1-884a-445e86deb4e9} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3092 | 2025.01.09 20:41:11.441671 [ 262 ] {962afe85-f469-40a1-884a-445e86deb4e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3093 | 2025.01.09 20:41:11.442122 [ 262 ] {962afe85-f469-40a1-884a-445e86deb4e9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3094 | 2025.01.09 20:41:11.442380 [ 262 ] {962afe85-f469-40a1-884a-445e86deb4e9} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3095 | 2025.01.09 20:41:11.442577 [ 262 ] {962afe85-f469-40a1-884a-445e86deb4e9} <Debug> executeQuery: Read 199 rows, 18.15 KiB in 0.001895 sec., 105013.19261213721 rows/sec., 9.36 MiB/sec. | ||
| 3096 | 2025.01.09 20:41:11.442646 [ 262 ] {962afe85-f469-40a1-884a-445e86deb4e9} <Debug> TCPHandler: Processed in 0.002250496 sec. | ||
| 3097 | 2025.01.09 20:41:11.442799 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3098 | 2025.01.09 20:41:11.442937 [ 260 ] {167383e3-243a-44cc-97e3-76c4e6dff0c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3099 | 2025.01.09 20:41:11.442992 [ 260 ] {167383e3-243a-44cc-97e3-76c4e6dff0c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3100 | 2025.01.09 20:41:11.443585 [ 260 ] {167383e3-243a-44cc-97e3-76c4e6dff0c2} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3101 | 2025.01.09 20:41:11.443627 [ 260 ] {167383e3-243a-44cc-97e3-76c4e6dff0c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3102 | 2025.01.09 20:41:11.443987 [ 260 ] {167383e3-243a-44cc-97e3-76c4e6dff0c2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3103 | 2025.01.09 20:41:11.444223 [ 260 ] {167383e3-243a-44cc-97e3-76c4e6dff0c2} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3104 | 2025.01.09 20:41:11.444440 [ 260 ] {167383e3-243a-44cc-97e3-76c4e6dff0c2} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001532 sec., 13054.830287206267 rows/sec., 935.77 KiB/sec. | ||
| 3105 | 2025.01.09 20:41:11.444499 [ 260 ] {167383e3-243a-44cc-97e3-76c4e6dff0c2} <Debug> TCPHandler: Processed in 0.001768453 sec. | ||
| 3106 | 2025.01.09 20:41:11.444642 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3107 | 2025.01.09 20:41:11.444765 [ 262 ] {e28dd68a-46af-45ed-9b13-51e1b3be6ac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3108 | 2025.01.09 20:41:11.444817 [ 262 ] {e28dd68a-46af-45ed-9b13-51e1b3be6ac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3109 | 2025.01.09 20:41:11.445506 [ 262 ] {e28dd68a-46af-45ed-9b13-51e1b3be6ac9} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3110 | 2025.01.09 20:41:11.445553 [ 262 ] {e28dd68a-46af-45ed-9b13-51e1b3be6ac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3111 | 2025.01.09 20:41:11.445961 [ 262 ] {e28dd68a-46af-45ed-9b13-51e1b3be6ac9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3112 | 2025.01.09 20:41:11.446198 [ 262 ] {e28dd68a-46af-45ed-9b13-51e1b3be6ac9} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3113 | 2025.01.09 20:41:11.446402 [ 262 ] {e28dd68a-46af-45ed-9b13-51e1b3be6ac9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00166 sec., 8433.734939759037 rows/sec., 590.64 KiB/sec. | ||
| 3114 | 2025.01.09 20:41:11.446481 [ 262 ] {e28dd68a-46af-45ed-9b13-51e1b3be6ac9} <Debug> TCPHandler: Processed in 0.001898117 sec. | ||
| 3115 | 2025.01.09 20:41:11.446646 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3116 | 2025.01.09 20:41:11.446764 [ 260 ] {306817f0-81a4-4d10-9f6f-e49b215e65e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3117 | 2025.01.09 20:41:11.446814 [ 260 ] {306817f0-81a4-4d10-9f6f-e49b215e65e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3118 | 2025.01.09 20:41:11.447838 [ 260 ] {306817f0-81a4-4d10-9f6f-e49b215e65e6} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3119 | 2025.01.09 20:41:11.447904 [ 260 ] {306817f0-81a4-4d10-9f6f-e49b215e65e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3120 | 2025.01.09 20:41:11.448251 [ 260 ] {306817f0-81a4-4d10-9f6f-e49b215e65e6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3121 | 2025.01.09 20:41:11.448495 [ 260 ] {306817f0-81a4-4d10-9f6f-e49b215e65e6} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3122 | 2025.01.09 20:41:11.448745 [ 260 ] {306817f0-81a4-4d10-9f6f-e49b215e65e6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002004 sec., 6487.025948103792 rows/sec., 404.46 KiB/sec. | ||
| 3123 | 2025.01.09 20:41:11.448922 [ 260 ] {306817f0-81a4-4d10-9f6f-e49b215e65e6} <Debug> TCPHandler: Processed in 0.002331508 sec. | ||
| 3124 | 2025.01.09 20:41:11.449095 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3125 | 2025.01.09 20:41:11.449238 [ 262 ] {701aef0b-a109-4e67-a01a-67c436857ca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3126 | 2025.01.09 20:41:11.449296 [ 262 ] {701aef0b-a109-4e67-a01a-67c436857ca6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3127 | 2025.01.09 20:41:11.450072 [ 262 ] {701aef0b-a109-4e67-a01a-67c436857ca6} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3128 | 2025.01.09 20:41:11.450110 [ 262 ] {701aef0b-a109-4e67-a01a-67c436857ca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3129 | 2025.01.09 20:41:11.450489 [ 262 ] {701aef0b-a109-4e67-a01a-67c436857ca6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3130 | 2025.01.09 20:41:11.450733 [ 262 ] {701aef0b-a109-4e67-a01a-67c436857ca6} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3131 | 2025.01.09 20:41:11.450935 [ 262 ] {701aef0b-a109-4e67-a01a-67c436857ca6} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.001724 sec., 208236.6589327146 rows/sec., 14.64 MiB/sec. | ||
| 3132 | 2025.01.09 20:41:11.451049 [ 262 ] {701aef0b-a109-4e67-a01a-67c436857ca6} <Debug> TCPHandler: Processed in 0.002022839 sec. | ||
| 3133 | 2025.01.09 20:41:11.451259 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3134 | 2025.01.09 20:41:11.451491 [ 260 ] {22c5f592-b00f-44b7-8c3b-6c03a047093f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3135 | 2025.01.09 20:41:11.451592 [ 260 ] {22c5f592-b00f-44b7-8c3b-6c03a047093f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3136 | 2025.01.09 20:41:11.452226 [ 260 ] {22c5f592-b00f-44b7-8c3b-6c03a047093f} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3137 | 2025.01.09 20:41:11.452266 [ 260 ] {22c5f592-b00f-44b7-8c3b-6c03a047093f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3138 | 2025.01.09 20:41:11.452637 [ 260 ] {22c5f592-b00f-44b7-8c3b-6c03a047093f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3139 | 2025.01.09 20:41:11.452878 [ 260 ] {22c5f592-b00f-44b7-8c3b-6c03a047093f} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3140 | 2025.01.09 20:41:11.453089 [ 260 ] {22c5f592-b00f-44b7-8c3b-6c03a047093f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001654 sec., 3627.569528415961 rows/sec., 189.53 KiB/sec. | ||
| 3141 | 2025.01.09 20:41:11.453143 [ 260 ] {22c5f592-b00f-44b7-8c3b-6c03a047093f} <Debug> TCPHandler: Processed in 0.001995479 sec. | ||
| 3142 | 2025.01.09 20:41:11.453300 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3143 | 2025.01.09 20:41:11.453440 [ 262 ] {634add19-5c65-4cb5-ad97-1fae4ab8b722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3144 | 2025.01.09 20:41:11.453504 [ 262 ] {634add19-5c65-4cb5-ad97-1fae4ab8b722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3145 | 2025.01.09 20:41:11.454108 [ 262 ] {634add19-5c65-4cb5-ad97-1fae4ab8b722} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3146 | 2025.01.09 20:41:11.454146 [ 262 ] {634add19-5c65-4cb5-ad97-1fae4ab8b722} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3147 | 2025.01.09 20:41:11.454543 [ 262 ] {634add19-5c65-4cb5-ad97-1fae4ab8b722} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3148 | 2025.01.09 20:41:11.454777 [ 262 ] {634add19-5c65-4cb5-ad97-1fae4ab8b722} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3149 | 2025.01.09 20:41:11.455008 [ 262 ] {634add19-5c65-4cb5-ad97-1fae4ab8b722} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001601 sec., 110555.90256089944 rows/sec., 7.29 MiB/sec. | ||
| 3150 | 2025.01.09 20:41:11.455244 [ 262 ] {634add19-5c65-4cb5-ad97-1fae4ab8b722} <Debug> TCPHandler: Processed in 0.0020123 sec. | ||
| 3151 | 2025.01.09 20:41:11.455403 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3152 | 2025.01.09 20:41:11.455545 [ 260 ] {3c67d71b-8c67-4162-8c36-3afbdc71298a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3153 | 2025.01.09 20:41:11.455608 [ 260 ] {3c67d71b-8c67-4162-8c36-3afbdc71298a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3154 | 2025.01.09 20:41:11.456118 [ 260 ] {3c67d71b-8c67-4162-8c36-3afbdc71298a} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3155 | 2025.01.09 20:41:11.456157 [ 260 ] {3c67d71b-8c67-4162-8c36-3afbdc71298a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3156 | 2025.01.09 20:41:11.456514 [ 260 ] {3c67d71b-8c67-4162-8c36-3afbdc71298a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3157 | 2025.01.09 20:41:11.456750 [ 260 ] {3c67d71b-8c67-4162-8c36-3afbdc71298a} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3158 | 2025.01.09 20:41:11.456961 [ 260 ] {3c67d71b-8c67-4162-8c36-3afbdc71298a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001447 sec., 691.0850034554251 rows/sec., 46.57 KiB/sec. | ||
| 3159 | 2025.01.09 20:41:11.457012 [ 260 ] {3c67d71b-8c67-4162-8c36-3afbdc71298a} <Debug> TCPHandler: Processed in 0.001678252 sec. | ||
| 3160 | 2025.01.09 20:41:11.457154 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3161 | 2025.01.09 20:41:11.457293 [ 262 ] {862bae31-988e-4dd8-988b-162c189633d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3162 | 2025.01.09 20:41:11.457385 [ 262 ] {862bae31-988e-4dd8-988b-162c189633d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3163 | 2025.01.09 20:41:11.458537 [ 262 ] {862bae31-988e-4dd8-988b-162c189633d0} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3164 | 2025.01.09 20:41:11.458574 [ 262 ] {862bae31-988e-4dd8-988b-162c189633d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3165 | 2025.01.09 20:41:11.459188 [ 262 ] {862bae31-988e-4dd8-988b-162c189633d0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3166 | 2025.01.09 20:41:11.459440 [ 262 ] {862bae31-988e-4dd8-988b-162c189633d0} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3167 | 2025.01.09 20:41:11.459565 [ 126 ] {} <Debug> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3168 | 2025.01.09 20:41:11.459617 [ 126 ] {} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3169 | 2025.01.09 20:41:11.459646 [ 262 ] {862bae31-988e-4dd8-988b-162c189633d0} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002385 sec., 5450.733752620546 rows/sec., 9.77 MiB/sec. | ||
| 3170 | 2025.01.09 20:41:11.459656 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3171 | 2025.01.09 20:41:11.460069 [ 262 ] {862bae31-988e-4dd8-988b-162c189633d0} <Debug> TCPHandler: Processed in 0.002974483 sec. | ||
| 3172 | 2025.01.09 20:41:11.460168 [ 197 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::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 | ||
| 3173 | 2025.01.09 20:41:11.460270 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3174 | 2025.01.09 20:41:11.460519 [ 260 ] {faca60ca-2490-430e-a4b8-9e5008b0ea58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3175 | 2025.01.09 20:41:11.460652 [ 260 ] {faca60ca-2490-430e-a4b8-9e5008b0ea58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3176 | 2025.01.09 20:41:11.461552 [ 197 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3177 | 2025.01.09 20:41:11.461660 [ 197 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 66 rows starting from the beginning of the part | ||
| 3178 | 2025.01.09 20:41:11.462585 [ 197 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part | ||
| 3179 | 2025.01.09 20:41:11.462662 [ 260 ] {faca60ca-2490-430e-a4b8-9e5008b0ea58} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3180 | 2025.01.09 20:41:11.462736 [ 260 ] {faca60ca-2490-430e-a4b8-9e5008b0ea58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3181 | 2025.01.09 20:41:11.463232 [ 197 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
| 3182 | 2025.01.09 20:41:11.463938 [ 197 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 13 rows starting from the beginning of the part | ||
| 3183 | 2025.01.09 20:41:11.464136 [ 260 ] {faca60ca-2490-430e-a4b8-9e5008b0ea58} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3184 | 2025.01.09 20:41:11.464465 [ 197 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part | ||
| 3185 | 2025.01.09 20:41:11.464990 [ 260 ] {faca60ca-2490-430e-a4b8-9e5008b0ea58} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3186 | 2025.01.09 20:41:11.465045 [ 197 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 13 rows starting from the beginning of the part | ||
| 3187 | 2025.01.09 20:41:11.465847 [ 260 ] {faca60ca-2490-430e-a4b8-9e5008b0ea58} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.005315 sec., 9783.631232361242 rows/sec., 620.30 KiB/sec. | ||
| 3188 | 2025.01.09 20:41:11.466031 [ 260 ] {faca60ca-2490-430e-a4b8-9e5008b0ea58} <Debug> TCPHandler: Processed in 0.005859785 sec. | ||
| 3189 | 2025.01.09 20:41:11.469194 [ 199 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 152 rows, containing 19 columns (19 merged, 0 gathered) in 0.009377762 sec., 16208.558076010035 rows/sec., 29.04 MiB/sec. | ||
| 3190 | 2025.01.09 20:41:11.469866 [ 199 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3191 | 2025.01.09 20:41:11.470344 [ 199 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3192 | 2025.01.09 20:41:11.470441 [ 199 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3193 | 2025.01.09 20:41:11.470612 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 3194 | 2025.01.09 20:41:15.586422 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3195 | 2025.01.09 20:41:15.586506 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3196 | 2025.01.09 20:41:15.684167 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 | ||
| 3197 | 2025.01.09 20:41:15.684788 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3198 | 2025.01.09 20:41:15.684835 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3199 | 2025.01.09 20:41:15.685381 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3200 | 2025.01.09 20:41:15.685631 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3201 | 2025.01.09 20:41:15.685878 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3202 | 2025.01.09 20:41:16.086534 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3203 | 2025.01.09 20:41:16.106295 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3204 | 2025.01.09 20:41:16.106336 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3205 | 2025.01.09 20:41:16.113813 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3206 | 2025.01.09 20:41:16.114571 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3207 | 2025.01.09 20:41:16.116928 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3208 | 2025.01.09 20:41:16.435002 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3209 | 2025.01.09 20:41:16.435215 [ 260 ] {189c7070-aff6-4618-a5f2-f7f86030567c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3210 | 2025.01.09 20:41:16.435298 [ 260 ] {189c7070-aff6-4618-a5f2-f7f86030567c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3211 | 2025.01.09 20:41:16.436165 [ 260 ] {189c7070-aff6-4618-a5f2-f7f86030567c} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3212 | 2025.01.09 20:41:16.436216 [ 260 ] {189c7070-aff6-4618-a5f2-f7f86030567c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3213 | 2025.01.09 20:41:16.436662 [ 260 ] {189c7070-aff6-4618-a5f2-f7f86030567c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3214 | 2025.01.09 20:41:16.436915 [ 260 ] {189c7070-aff6-4618-a5f2-f7f86030567c} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3215 | 2025.01.09 20:41:16.437174 [ 260 ] {189c7070-aff6-4618-a5f2-f7f86030567c} <Debug> executeQuery: Read 78 rows, 6.88 KiB in 0.002017 sec., 38671.29400099157 rows/sec., 3.33 MiB/sec. | ||
| 3216 | 2025.01.09 20:41:16.437312 [ 260 ] {189c7070-aff6-4618-a5f2-f7f86030567c} <Debug> TCPHandler: Processed in 0.002447001 sec. | ||
| 3217 | 2025.01.09 20:41:16.437589 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3218 | 2025.01.09 20:41:16.437802 [ 262 ] {8ea715a0-69c5-4010-8ba9-0322d51354ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3219 | 2025.01.09 20:41:16.437883 [ 262 ] {8ea715a0-69c5-4010-8ba9-0322d51354ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3220 | 2025.01.09 20:41:16.438635 [ 262 ] {8ea715a0-69c5-4010-8ba9-0322d51354ec} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3221 | 2025.01.09 20:41:16.438676 [ 262 ] {8ea715a0-69c5-4010-8ba9-0322d51354ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3222 | 2025.01.09 20:41:16.439103 [ 262 ] {8ea715a0-69c5-4010-8ba9-0322d51354ec} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3223 | 2025.01.09 20:41:16.439359 [ 262 ] {8ea715a0-69c5-4010-8ba9-0322d51354ec} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3224 | 2025.01.09 20:41:16.439567 [ 262 ] {8ea715a0-69c5-4010-8ba9-0322d51354ec} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.00182 sec., 14285.714285714286 rows/sec., 1.05 MiB/sec. | ||
| 3225 | 2025.01.09 20:41:16.439684 [ 262 ] {8ea715a0-69c5-4010-8ba9-0322d51354ec} <Debug> TCPHandler: Processed in 0.002232655 sec. | ||
| 3226 | 2025.01.09 20:41:16.439854 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3227 | 2025.01.09 20:41:16.439999 [ 260 ] {54b134d4-c6f4-4323-b00b-1c433f2f7f1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3228 | 2025.01.09 20:41:16.440050 [ 260 ] {54b134d4-c6f4-4323-b00b-1c433f2f7f1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3229 | 2025.01.09 20:41:16.440674 [ 260 ] {54b134d4-c6f4-4323-b00b-1c433f2f7f1c} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3230 | 2025.01.09 20:41:16.440714 [ 260 ] {54b134d4-c6f4-4323-b00b-1c433f2f7f1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3231 | 2025.01.09 20:41:16.441082 [ 260 ] {54b134d4-c6f4-4323-b00b-1c433f2f7f1c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3232 | 2025.01.09 20:41:16.441316 [ 260 ] {54b134d4-c6f4-4323-b00b-1c433f2f7f1c} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3233 | 2025.01.09 20:41:16.441536 [ 260 ] {54b134d4-c6f4-4323-b00b-1c433f2f7f1c} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001572 sec., 34351.14503816794 rows/sec., 2.68 MiB/sec. | ||
| 3234 | 2025.01.09 20:41:16.441592 [ 260 ] {54b134d4-c6f4-4323-b00b-1c433f2f7f1c} <Debug> TCPHandler: Processed in 0.001807785 sec. | ||
| 3235 | 2025.01.09 20:41:16.441739 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3236 | 2025.01.09 20:41:16.441860 [ 262 ] {f4ecd212-1194-4992-a3c0-0c716436ec70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3237 | 2025.01.09 20:41:16.441914 [ 262 ] {f4ecd212-1194-4992-a3c0-0c716436ec70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3238 | 2025.01.09 20:41:16.442550 [ 262 ] {f4ecd212-1194-4992-a3c0-0c716436ec70} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3239 | 2025.01.09 20:41:16.442596 [ 262 ] {f4ecd212-1194-4992-a3c0-0c716436ec70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3240 | 2025.01.09 20:41:16.443053 [ 262 ] {f4ecd212-1194-4992-a3c0-0c716436ec70} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3241 | 2025.01.09 20:41:16.443304 [ 262 ] {f4ecd212-1194-4992-a3c0-0c716436ec70} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3242 | 2025.01.09 20:41:16.443487 [ 262 ] {f4ecd212-1194-4992-a3c0-0c716436ec70} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001655 sec., 60422.96072507553 rows/sec., 4.19 MiB/sec. | ||
| 3243 | 2025.01.09 20:41:16.443537 [ 262 ] {f4ecd212-1194-4992-a3c0-0c716436ec70} <Debug> TCPHandler: Processed in 0.001853396 sec. | ||
| 3244 | 2025.01.09 20:41:16.443680 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3245 | 2025.01.09 20:41:16.443800 [ 260 ] {2cb07c9a-1e98-40d5-9d93-cf453b7d9a7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3246 | 2025.01.09 20:41:16.443883 [ 260 ] {2cb07c9a-1e98-40d5-9d93-cf453b7d9a7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.09 20:41:16.445096 [ 260 ] {2cb07c9a-1e98-40d5-9d93-cf453b7d9a7b} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3248 | 2025.01.09 20:41:16.445137 [ 260 ] {2cb07c9a-1e98-40d5-9d93-cf453b7d9a7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3249 | 2025.01.09 20:41:16.445792 [ 260 ] {2cb07c9a-1e98-40d5-9d93-cf453b7d9a7b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3250 | 2025.01.09 20:41:16.446063 [ 260 ] {2cb07c9a-1e98-40d5-9d93-cf453b7d9a7b} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3251 | 2025.01.09 20:41:16.446371 [ 260 ] {2cb07c9a-1e98-40d5-9d93-cf453b7d9a7b} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002593 sec., 10026.995757809487 rows/sec., 17.97 MiB/sec. | ||
| 3252 | 2025.01.09 20:41:16.446687 [ 260 ] {2cb07c9a-1e98-40d5-9d93-cf453b7d9a7b} <Debug> TCPHandler: Processed in 0.003066776 sec. | ||
| 3253 | 2025.01.09 20:41:16.446854 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3254 | 2025.01.09 20:41:16.446992 [ 262 ] {dc4980a6-816e-44e9-bdf5-d029006fef87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3255 | 2025.01.09 20:41:16.447052 [ 262 ] {dc4980a6-816e-44e9-bdf5-d029006fef87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3256 | 2025.01.09 20:41:16.447629 [ 262 ] {dc4980a6-816e-44e9-bdf5-d029006fef87} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3257 | 2025.01.09 20:41:16.447675 [ 262 ] {dc4980a6-816e-44e9-bdf5-d029006fef87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3258 | 2025.01.09 20:41:16.448102 [ 262 ] {dc4980a6-816e-44e9-bdf5-d029006fef87} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3259 | 2025.01.09 20:41:16.448351 [ 262 ] {dc4980a6-816e-44e9-bdf5-d029006fef87} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3260 | 2025.01.09 20:41:16.448551 [ 262 ] {dc4980a6-816e-44e9-bdf5-d029006fef87} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001585 sec., 18927.44479495268 rows/sec., 1.30 MiB/sec. | ||
| 3261 | 2025.01.09 20:41:16.448633 [ 262 ] {dc4980a6-816e-44e9-bdf5-d029006fef87} <Debug> TCPHandler: Processed in 0.001848096 sec. | ||
| 3262 | 2025.01.09 20:41:19.723403 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3263 | 2025.01.09 20:41:19.723708 [ 260 ] {b41f873a-c9e1-400f-be64-3d18d55bfc11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3264 | 2025.01.09 20:41:19.723826 [ 260 ] {b41f873a-c9e1-400f-be64-3d18d55bfc11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3265 | 2025.01.09 20:41:19.724697 [ 260 ] {b41f873a-c9e1-400f-be64-3d18d55bfc11} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3266 | 2025.01.09 20:41:19.724751 [ 260 ] {b41f873a-c9e1-400f-be64-3d18d55bfc11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3267 | 2025.01.09 20:41:19.725181 [ 260 ] {b41f873a-c9e1-400f-be64-3d18d55bfc11} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3268 | 2025.01.09 20:41:19.725435 [ 260 ] {b41f873a-c9e1-400f-be64-3d18d55bfc11} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3269 | 2025.01.09 20:41:19.725635 [ 130 ] {} <Debug> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3270 | 2025.01.09 20:41:19.725708 [ 260 ] {b41f873a-c9e1-400f-be64-3d18d55bfc11} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002084 sec., 6717.85028790787 rows/sec., 483.60 KiB/sec. | ||
| 3271 | 2025.01.09 20:41:19.725725 [ 130 ] {} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3272 | 2025.01.09 20:41:19.725801 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3273 | 2025.01.09 20:41:19.725857 [ 260 ] {b41f873a-c9e1-400f-be64-3d18d55bfc11} <Debug> TCPHandler: Processed in 0.002647315 sec. | ||
| 3274 | 2025.01.09 20:41:19.726070 [ 194 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 3275 | 2025.01.09 20:41:19.726140 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3276 | 2025.01.09 20:41:19.726223 [ 194 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3277 | 2025.01.09 20:41:19.726272 [ 194 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 3278 | 2025.01.09 20:41:19.726347 [ 262 ] {573d904f-7710-4c87-b80e-3860b37317bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3279 | 2025.01.09 20:41:19.726423 [ 194 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 3280 | 2025.01.09 20:41:19.726512 [ 262 ] {573d904f-7710-4c87-b80e-3860b37317bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3281 | 2025.01.09 20:41:19.726870 [ 194 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 3282 | 2025.01.09 20:41:19.727270 [ 194 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 3283 | 2025.01.09 20:41:19.727614 [ 194 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 3284 | 2025.01.09 20:41:19.729232 [ 199 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003324822 sec., 21053.75866738129 rows/sec., 1.56 MiB/sec. | ||
| 3285 | 2025.01.09 20:41:19.729513 [ 189 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3286 | 2025.01.09 20:41:19.729565 [ 262 ] {573d904f-7710-4c87-b80e-3860b37317bb} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3287 | 2025.01.09 20:41:19.729640 [ 262 ] {573d904f-7710-4c87-b80e-3860b37317bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3288 | 2025.01.09 20:41:19.730267 [ 189 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_9_2} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3289 | 2025.01.09 20:41:19.730399 [ 189 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_9_2} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3290 | 2025.01.09 20:41:19.730549 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3291 | 2025.01.09 20:41:19.730574 [ 262 ] {573d904f-7710-4c87-b80e-3860b37317bb} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3292 | 2025.01.09 20:41:19.730867 [ 262 ] {573d904f-7710-4c87-b80e-3860b37317bb} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3293 | 2025.01.09 20:41:19.731008 [ 130 ] {} <Debug> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3294 | 2025.01.09 20:41:19.731048 [ 130 ] {} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3295 | 2025.01.09 20:41:19.731075 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3296 | 2025.01.09 20:41:19.731098 [ 262 ] {573d904f-7710-4c87-b80e-3860b37317bb} <Debug> executeQuery: Read 1339 rows, 114.72 KiB in 0.004813 sec., 278204.86183253693 rows/sec., 23.28 MiB/sec. | ||
| 3297 | 2025.01.09 20:41:19.731330 [ 262 ] {573d904f-7710-4c87-b80e-3860b37317bb} <Debug> TCPHandler: Processed in 0.005353153 sec. | ||
| 3298 | 2025.01.09 20:41:19.731347 [ 189 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::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 | ||
| 3299 | 2025.01.09 20:41:19.731538 [ 189 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3300 | 2025.01.09 20:41:19.731587 [ 189 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1385 rows starting from the beginning of the part | ||
| 3301 | 2025.01.09 20:41:19.731604 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3302 | 2025.01.09 20:41:19.731817 [ 189 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 200 rows starting from the beginning of the part | ||
| 3303 | 2025.01.09 20:41:19.732196 [ 260 ] {28ee7584-46e1-4210-adc8-5ffb6ca6738a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3304 | 2025.01.09 20:41:19.732232 [ 189 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 78 rows starting from the beginning of the part | ||
| 3305 | 2025.01.09 20:41:19.732383 [ 260 ] {28ee7584-46e1-4210-adc8-5ffb6ca6738a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3306 | 2025.01.09 20:41:19.732525 [ 189 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 199 rows starting from the beginning of the part | ||
| 3307 | 2025.01.09 20:41:19.732896 [ 189 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 78 rows starting from the beginning of the part | ||
| 3308 | 2025.01.09 20:41:19.733216 [ 189 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1339 rows starting from the beginning of the part | ||
| 3309 | 2025.01.09 20:41:19.734835 [ 260 ] {28ee7584-46e1-4210-adc8-5ffb6ca6738a} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3310 | 2025.01.09 20:41:19.734913 [ 260 ] {28ee7584-46e1-4210-adc8-5ffb6ca6738a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3311 | 2025.01.09 20:41:19.735849 [ 260 ] {28ee7584-46e1-4210-adc8-5ffb6ca6738a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3312 | 2025.01.09 20:41:19.736141 [ 260 ] {28ee7584-46e1-4210-adc8-5ffb6ca6738a} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3313 | 2025.01.09 20:41:19.736731 [ 260 ] {28ee7584-46e1-4210-adc8-5ffb6ca6738a} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.004768 sec., 4194.6308724832215 rows/sec., 300.67 KiB/sec. | ||
| 3314 | 2025.01.09 20:41:19.737219 [ 260 ] {28ee7584-46e1-4210-adc8-5ffb6ca6738a} <Debug> TCPHandler: Processed in 0.005750172 sec. | ||
| 3315 | 2025.01.09 20:41:19.737323 [ 189 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3279 rows, containing 5 columns (5 merged, 0 gathered) in 0.006164342 sec., 531930.2530586396 rows/sec., 46.98 MiB/sec. | ||
| 3316 | 2025.01.09 20:41:19.737517 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3317 | 2025.01.09 20:41:19.737698 [ 189 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3318 | 2025.01.09 20:41:19.737774 [ 262 ] {7e55230c-9686-4346-90a8-1480489ae11d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3319 | 2025.01.09 20:41:19.737877 [ 262 ] {7e55230c-9686-4346-90a8-1480489ae11d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3320 | 2025.01.09 20:41:19.738214 [ 189 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_21_4} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3321 | 2025.01.09 20:41:19.738448 [ 189 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_21_4} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3322 | 2025.01.09 20:41:19.738631 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 3323 | 2025.01.09 20:41:19.739114 [ 262 ] {7e55230c-9686-4346-90a8-1480489ae11d} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3324 | 2025.01.09 20:41:19.739160 [ 262 ] {7e55230c-9686-4346-90a8-1480489ae11d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3325 | 2025.01.09 20:41:19.739542 [ 262 ] {7e55230c-9686-4346-90a8-1480489ae11d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3326 | 2025.01.09 20:41:19.739787 [ 262 ] {7e55230c-9686-4346-90a8-1480489ae11d} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3327 | 2025.01.09 20:41:19.739970 [ 262 ] {7e55230c-9686-4346-90a8-1480489ae11d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002282 sec., 106047.3269062226 rows/sec., 7.18 MiB/sec. | ||
| 3328 | 2025.01.09 20:41:19.740028 [ 262 ] {7e55230c-9686-4346-90a8-1480489ae11d} <Debug> TCPHandler: Processed in 0.002694657 sec. | ||
| 3329 | 2025.01.09 20:41:19.740188 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3330 | 2025.01.09 20:41:19.740333 [ 260 ] {f667cc83-acbc-423c-b6f1-a6c9d0e7bbec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3331 | 2025.01.09 20:41:19.740394 [ 260 ] {f667cc83-acbc-423c-b6f1-a6c9d0e7bbec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3332 | 2025.01.09 20:41:19.741098 [ 260 ] {f667cc83-acbc-423c-b6f1-a6c9d0e7bbec} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3333 | 2025.01.09 20:41:19.741145 [ 260 ] {f667cc83-acbc-423c-b6f1-a6c9d0e7bbec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3334 | 2025.01.09 20:41:19.741525 [ 260 ] {f667cc83-acbc-423c-b6f1-a6c9d0e7bbec} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3335 | 2025.01.09 20:41:19.741769 [ 260 ] {f667cc83-acbc-423c-b6f1-a6c9d0e7bbec} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3336 | 2025.01.09 20:41:19.741932 [ 130 ] {} <Debug> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3337 | 2025.01.09 20:41:19.742000 [ 130 ] {} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3338 | 2025.01.09 20:41:19.742028 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3339 | 2025.01.09 20:41:19.742052 [ 260 ] {f667cc83-acbc-423c-b6f1-a6c9d0e7bbec} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001745 sec., 7449.856733524355 rows/sec., 464.50 KiB/sec. | ||
| 3340 | 2025.01.09 20:41:19.742433 [ 199 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 3341 | 2025.01.09 20:41:19.742459 [ 260 ] {f667cc83-acbc-423c-b6f1-a6c9d0e7bbec} <Debug> TCPHandler: Processed in 0.002337108 sec. | ||
| 3342 | 2025.01.09 20:41:19.742702 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3343 | 2025.01.09 20:41:19.742751 [ 199 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3344 | 2025.01.09 20:41:19.742814 [ 199 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 3345 | 2025.01.09 20:41:19.742913 [ 262 ] {6b670564-a182-476a-90c1-a142f5619cac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3346 | 2025.01.09 20:41:19.743082 [ 262 ] {6b670564-a182-476a-90c1-a142f5619cac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3347 | 2025.01.09 20:41:19.743089 [ 199 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 3348 | 2025.01.09 20:41:19.743568 [ 199 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 3349 | 2025.01.09 20:41:19.743824 [ 199 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 3350 | 2025.01.09 20:41:19.744300 [ 199 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 3351 | 2025.01.09 20:41:19.746243 [ 262 ] {6b670564-a182-476a-90c1-a142f5619cac} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3352 | 2025.01.09 20:41:19.746324 [ 262 ] {6b670564-a182-476a-90c1-a142f5619cac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3353 | 2025.01.09 20:41:19.746709 [ 190 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004576833 sec., 14201.960176392717 rows/sec., 940.97 KiB/sec. | ||
| 3354 | 2025.01.09 20:41:19.746888 [ 190 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3355 | 2025.01.09 20:41:19.747031 [ 262 ] {6b670564-a182-476a-90c1-a142f5619cac} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3356 | 2025.01.09 20:41:19.747266 [ 190 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_9_2} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3357 | 2025.01.09 20:41:19.747374 [ 262 ] {6b670564-a182-476a-90c1-a142f5619cac} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3358 | 2025.01.09 20:41:19.747378 [ 190 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_9_2} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3359 | 2025.01.09 20:41:19.747488 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3360 | 2025.01.09 20:41:19.747541 [ 130 ] {} <Debug> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3361 | 2025.01.09 20:41:19.747583 [ 130 ] {} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3362 | 2025.01.09 20:41:19.747606 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3363 | 2025.01.09 20:41:19.747628 [ 262 ] {6b670564-a182-476a-90c1-a142f5619cac} <Debug> executeQuery: Read 815 rows, 60.13 KiB in 0.004776 sec., 170644.89112227806 rows/sec., 12.30 MiB/sec. | ||
| 3364 | 2025.01.09 20:41:19.747852 [ 262 ] {6b670564-a182-476a-90c1-a142f5619cac} <Debug> TCPHandler: Processed in 0.00526444 sec. | ||
| 3365 | 2025.01.09 20:41:19.747875 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::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 | ||
| 3366 | 2025.01.09 20:41:19.748058 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3367 | 2025.01.09 20:41:19.748077 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3368 | 2025.01.09 20:41:19.748132 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 857 rows starting from the beginning of the part | ||
| 3369 | 2025.01.09 20:41:19.748448 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 365 rows starting from the beginning of the part | ||
| 3370 | 2025.01.09 20:41:19.748587 [ 260 ] {dd75634d-da2d-4ac5-b710-92a244a77ea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3371 | 2025.01.09 20:41:19.748718 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 54 rows starting from the beginning of the part | ||
| 3372 | 2025.01.09 20:41:19.749015 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 359 rows starting from the beginning of the part | ||
| 3373 | 2025.01.09 20:41:19.749060 [ 260 ] {dd75634d-da2d-4ac5-b710-92a244a77ea3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3374 | 2025.01.09 20:41:19.749311 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 54 rows starting from the beginning of the part | ||
| 3375 | 2025.01.09 20:41:19.749668 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 815 rows starting from the beginning of the part | ||
| 3376 | 2025.01.09 20:41:19.751056 [ 260 ] {dd75634d-da2d-4ac5-b710-92a244a77ea3} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3377 | 2025.01.09 20:41:19.751129 [ 260 ] {dd75634d-da2d-4ac5-b710-92a244a77ea3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3378 | 2025.01.09 20:41:19.752119 [ 260 ] {dd75634d-da2d-4ac5-b710-92a244a77ea3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3379 | 2025.01.09 20:41:19.752459 [ 260 ] {dd75634d-da2d-4ac5-b710-92a244a77ea3} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3380 | 2025.01.09 20:41:19.753035 [ 260 ] {dd75634d-da2d-4ac5-b710-92a244a77ea3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004624 sec., 1297.5778546712804 rows/sec., 67.79 KiB/sec. | ||
| 3381 | 2025.01.09 20:41:19.753327 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2504 rows, containing 5 columns (5 merged, 0 gathered) in 0.005636789 sec., 444224.539893191 rows/sec., 33.65 MiB/sec. | ||
| 3382 | 2025.01.09 20:41:19.753472 [ 260 ] {dd75634d-da2d-4ac5-b710-92a244a77ea3} <Debug> TCPHandler: Processed in 0.005511916 sec. | ||
| 3383 | 2025.01.09 20:41:19.753622 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3384 | 2025.01.09 20:41:19.753689 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3385 | 2025.01.09 20:41:19.753902 [ 262 ] {11b14c7c-03f1-437f-a0b9-9ace4b7cde8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3386 | 2025.01.09 20:41:19.754008 [ 262 ] {11b14c7c-03f1-437f-a0b9-9ace4b7cde8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3387 | 2025.01.09 20:41:19.754106 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_21_4} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3388 | 2025.01.09 20:41:19.754362 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_21_4} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3389 | 2025.01.09 20:41:19.754543 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 3390 | 2025.01.09 20:41:19.755187 [ 262 ] {11b14c7c-03f1-437f-a0b9-9ace4b7cde8d} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3391 | 2025.01.09 20:41:19.755231 [ 262 ] {11b14c7c-03f1-437f-a0b9-9ace4b7cde8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3392 | 2025.01.09 20:41:19.755697 [ 262 ] {11b14c7c-03f1-437f-a0b9-9ace4b7cde8d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3393 | 2025.01.09 20:41:19.755947 [ 262 ] {11b14c7c-03f1-437f-a0b9-9ace4b7cde8d} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3394 | 2025.01.09 20:41:19.756075 [ 130 ] {} <Debug> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3395 | 2025.01.09 20:41:19.756112 [ 130 ] {} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3396 | 2025.01.09 20:41:19.756140 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3397 | 2025.01.09 20:41:19.756146 [ 262 ] {11b14c7c-03f1-437f-a0b9-9ace4b7cde8d} <Debug> executeQuery: Read 1003 rows, 68.37 KiB in 0.0023 sec., 436086.95652173914 rows/sec., 29.03 MiB/sec. | ||
| 3398 | 2025.01.09 20:41:19.756370 [ 262 ] {11b14c7c-03f1-437f-a0b9-9ace4b7cde8d} <Debug> TCPHandler: Processed in 0.002771119 sec. | ||
| 3399 | 2025.01.09 20:41:19.756519 [ 189 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::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 | ||
| 3400 | 2025.01.09 20:41:19.756654 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3401 | 2025.01.09 20:41:19.756811 [ 189 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3402 | 2025.01.09 20:41:19.756944 [ 189 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4822 rows starting from the beginning of the part | ||
| 3403 | 2025.01.09 20:41:19.757038 [ 260 ] {6e936667-e63e-450c-a1a4-214a6920f40d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3404 | 2025.01.09 20:41:19.757281 [ 260 ] {6e936667-e63e-450c-a1a4-214a6920f40d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3405 | 2025.01.09 20:41:19.757290 [ 189 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 177 rows starting from the beginning of the part | ||
| 3406 | 2025.01.09 20:41:19.757740 [ 189 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 100 rows starting from the beginning of the part | ||
| 3407 | 2025.01.09 20:41:19.758139 [ 189 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 177 rows starting from the beginning of the part | ||
| 3408 | 2025.01.09 20:41:19.758482 [ 189 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 100 rows starting from the beginning of the part | ||
| 3409 | 2025.01.09 20:41:19.758752 [ 189 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1003 rows starting from the beginning of the part | ||
| 3410 | 2025.01.09 20:41:19.759592 [ 260 ] {6e936667-e63e-450c-a1a4-214a6920f40d} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3411 | 2025.01.09 20:41:19.759670 [ 260 ] {6e936667-e63e-450c-a1a4-214a6920f40d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3412 | 2025.01.09 20:41:19.760578 [ 260 ] {6e936667-e63e-450c-a1a4-214a6920f40d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3413 | 2025.01.09 20:41:19.761147 [ 260 ] {6e936667-e63e-450c-a1a4-214a6920f40d} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3414 | 2025.01.09 20:41:19.761614 [ 260 ] {6e936667-e63e-450c-a1a4-214a6920f40d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004695 sec., 212.99254526091585 rows/sec., 14.35 KiB/sec. | ||
| 3415 | 2025.01.09 20:41:19.761698 [ 260 ] {6e936667-e63e-450c-a1a4-214a6920f40d} <Debug> TCPHandler: Processed in 0.005211099 sec. | ||
| 3416 | 2025.01.09 20:41:19.761868 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3417 | 2025.01.09 20:41:19.762055 [ 262 ] {559c347e-49ed-4c94-a315-2130e2dd6c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3418 | 2025.01.09 20:41:19.762151 [ 262 ] {559c347e-49ed-4c94-a315-2130e2dd6c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3419 | 2025.01.09 20:41:19.763287 [ 189 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6379 rows, containing 5 columns (5 merged, 0 gathered) in 0.007015414 sec., 909283.4720801937 rows/sec., 60.85 MiB/sec. | ||
| 3420 | 2025.01.09 20:41:19.763836 [ 189 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3421 | 2025.01.09 20:41:19.764561 [ 189 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3422 | 2025.01.09 20:41:19.764800 [ 189 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3423 | 2025.01.09 20:41:19.765011 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB. | ||
| 3424 | 2025.01.09 20:41:19.765047 [ 262 ] {559c347e-49ed-4c94-a315-2130e2dd6c7a} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3425 | 2025.01.09 20:41:19.765097 [ 262 ] {559c347e-49ed-4c94-a315-2130e2dd6c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3426 | 2025.01.09 20:41:19.765752 [ 262 ] {559c347e-49ed-4c94-a315-2130e2dd6c7a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3427 | 2025.01.09 20:41:19.766018 [ 262 ] {559c347e-49ed-4c94-a315-2130e2dd6c7a} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3428 | 2025.01.09 20:41:19.766219 [ 262 ] {559c347e-49ed-4c94-a315-2130e2dd6c7a} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.004215 sec., 3084.223013048636 rows/sec., 5.53 MiB/sec. | ||
| 3429 | 2025.01.09 20:41:19.766373 [ 262 ] {559c347e-49ed-4c94-a315-2130e2dd6c7a} <Debug> TCPHandler: Processed in 0.004580033 sec. | ||
| 3430 | 2025.01.09 20:41:19.766557 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3431 | 2025.01.09 20:41:19.766700 [ 260 ] {a9fb5303-2cbc-4eca-a4ee-5a77c5a54370} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3432 | 2025.01.09 20:41:19.766761 [ 260 ] {a9fb5303-2cbc-4eca-a4ee-5a77c5a54370} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3433 | 2025.01.09 20:41:19.767303 [ 260 ] {a9fb5303-2cbc-4eca-a4ee-5a77c5a54370} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3434 | 2025.01.09 20:41:19.767343 [ 260 ] {a9fb5303-2cbc-4eca-a4ee-5a77c5a54370} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3435 | 2025.01.09 20:41:19.767711 [ 260 ] {a9fb5303-2cbc-4eca-a4ee-5a77c5a54370} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3436 | 2025.01.09 20:41:19.767954 [ 260 ] {a9fb5303-2cbc-4eca-a4ee-5a77c5a54370} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3437 | 2025.01.09 20:41:19.768108 [ 130 ] {} <Debug> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3438 | 2025.01.09 20:41:19.768166 [ 130 ] {} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3439 | 2025.01.09 20:41:19.768200 [ 260 ] {a9fb5303-2cbc-4eca-a4ee-5a77c5a54370} <Debug> executeQuery: Read 46 rows, 2.88 KiB in 0.001522 sec., 30223.390275952697 rows/sec., 1.85 MiB/sec. | ||
| 3440 | 2025.01.09 20:41:19.768211 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3441 | 2025.01.09 20:41:19.768336 [ 260 ] {a9fb5303-2cbc-4eca-a4ee-5a77c5a54370} <Debug> TCPHandler: Processed in 0.001839816 sec. | ||
| 3442 | 2025.01.09 20:41:19.768552 [ 189 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::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 | ||
| 3443 | 2025.01.09 20:41:19.768737 [ 189 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3444 | 2025.01.09 20:41:19.768792 [ 189 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 528 rows starting from the beginning of the part | ||
| 3445 | 2025.01.09 20:41:19.768936 [ 189 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 52 rows starting from the beginning of the part | ||
| 3446 | 2025.01.09 20:41:19.769102 [ 189 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part | ||
| 3447 | 2025.01.09 20:41:19.769214 [ 189 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 52 rows starting from the beginning of the part | ||
| 3448 | 2025.01.09 20:41:19.769293 [ 189 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 30 rows starting from the beginning of the part | ||
| 3449 | 2025.01.09 20:41:19.769370 [ 189 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 46 rows starting from the beginning of the part | ||
| 3450 | 2025.01.09 20:41:19.770419 [ 186 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 738 rows, containing 4 columns (4 merged, 0 gathered) in 0.00205168 sec., 359705.2171878655 rows/sec., 23.14 MiB/sec. | ||
| 3451 | 2025.01.09 20:41:19.770624 [ 192 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3452 | 2025.01.09 20:41:19.770984 [ 192 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_21_4} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3453 | 2025.01.09 20:41:19.771077 [ 192 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_21_4} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3454 | 2025.01.09 20:41:19.771175 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 3455 | 2025.01.09 20:41:20.699862 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 494 | ||
| 3456 | 2025.01.09 20:41:20.703980 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3457 | 2025.01.09 20:41:20.704031 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3458 | 2025.01.09 20:41:20.706908 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3459 | 2025.01.09 20:41:20.707477 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3460 | 2025.01.09 20:41:20.708626 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 494 | ||
| 3461 | 2025.01.09 20:41:21.429836 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3462 | 2025.01.09 20:41:21.430049 [ 260 ] {d31d9590-f9f9-4988-aabf-749bb5a3b800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3463 | 2025.01.09 20:41:21.430129 [ 260 ] {d31d9590-f9f9-4988-aabf-749bb5a3b800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3464 | 2025.01.09 20:41:21.430882 [ 260 ] {d31d9590-f9f9-4988-aabf-749bb5a3b800} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3465 | 2025.01.09 20:41:21.430928 [ 260 ] {d31d9590-f9f9-4988-aabf-749bb5a3b800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3466 | 2025.01.09 20:41:21.431371 [ 260 ] {d31d9590-f9f9-4988-aabf-749bb5a3b800} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3467 | 2025.01.09 20:41:21.431624 [ 260 ] {d31d9590-f9f9-4988-aabf-749bb5a3b800} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3468 | 2025.01.09 20:41:21.431865 [ 260 ] {d31d9590-f9f9-4988-aabf-749bb5a3b800} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001874 sec., 13874.066168623265 rows/sec., 1.05 MiB/sec. | ||
| 3469 | 2025.01.09 20:41:21.431931 [ 260 ] {d31d9590-f9f9-4988-aabf-749bb5a3b800} <Debug> TCPHandler: Processed in 0.002230335 sec. | ||
| 3470 | 2025.01.09 20:41:21.432201 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3471 | 2025.01.09 20:41:21.432514 [ 262 ] {01d03bc1-8642-4ed4-952e-31d1e27436ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3472 | 2025.01.09 20:41:21.432631 [ 262 ] {01d03bc1-8642-4ed4-952e-31d1e27436ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3473 | 2025.01.09 20:41:21.433627 [ 262 ] {01d03bc1-8642-4ed4-952e-31d1e27436ef} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3474 | 2025.01.09 20:41:21.433677 [ 262 ] {01d03bc1-8642-4ed4-952e-31d1e27436ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3475 | 2025.01.09 20:41:21.434113 [ 262 ] {01d03bc1-8642-4ed4-952e-31d1e27436ef} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3476 | 2025.01.09 20:41:21.434367 [ 262 ] {01d03bc1-8642-4ed4-952e-31d1e27436ef} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3477 | 2025.01.09 20:41:21.434597 [ 262 ] {01d03bc1-8642-4ed4-952e-31d1e27436ef} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002171 sec., 12897.282358360202 rows/sec., 1.01 MiB/sec. | ||
| 3478 | 2025.01.09 20:41:21.434654 [ 262 ] {01d03bc1-8642-4ed4-952e-31d1e27436ef} <Debug> TCPHandler: Processed in 0.002603904 sec. | ||
| 3479 | 2025.01.09 20:41:21.434825 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3480 | 2025.01.09 20:41:21.434978 [ 260 ] {c8bde120-8c78-4506-aa69-525ff03da97c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3481 | 2025.01.09 20:41:21.435045 [ 260 ] {c8bde120-8c78-4506-aa69-525ff03da97c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3482 | 2025.01.09 20:41:21.435610 [ 260 ] {c8bde120-8c78-4506-aa69-525ff03da97c} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3483 | 2025.01.09 20:41:21.435651 [ 260 ] {c8bde120-8c78-4506-aa69-525ff03da97c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3484 | 2025.01.09 20:41:21.436051 [ 260 ] {c8bde120-8c78-4506-aa69-525ff03da97c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3485 | 2025.01.09 20:41:21.436289 [ 260 ] {c8bde120-8c78-4506-aa69-525ff03da97c} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3486 | 2025.01.09 20:41:21.436548 [ 260 ] {c8bde120-8c78-4506-aa69-525ff03da97c} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.001608 sec., 12437.810945273632 rows/sec., 883.04 KiB/sec. | ||
| 3487 | 2025.01.09 20:41:21.436752 [ 260 ] {c8bde120-8c78-4506-aa69-525ff03da97c} <Debug> TCPHandler: Processed in 0.001993419 sec. | ||
| 3488 | 2025.01.09 20:41:21.436928 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3489 | 2025.01.09 20:41:21.437068 [ 262 ] {092433f3-6e2f-44b2-8137-67b57ef81054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3490 | 2025.01.09 20:41:21.437130 [ 262 ] {092433f3-6e2f-44b2-8137-67b57ef81054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3491 | 2025.01.09 20:41:21.437641 [ 262 ] {092433f3-6e2f-44b2-8137-67b57ef81054} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3492 | 2025.01.09 20:41:21.437681 [ 262 ] {092433f3-6e2f-44b2-8137-67b57ef81054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3493 | 2025.01.09 20:41:21.438056 [ 262 ] {092433f3-6e2f-44b2-8137-67b57ef81054} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3494 | 2025.01.09 20:41:21.438300 [ 262 ] {092433f3-6e2f-44b2-8137-67b57ef81054} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3495 | 2025.01.09 20:41:21.438513 [ 262 ] {092433f3-6e2f-44b2-8137-67b57ef81054} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.001478 sec., 4059.539918809202 rows/sec., 284.78 KiB/sec. | ||
| 3496 | 2025.01.09 20:41:21.438565 [ 262 ] {092433f3-6e2f-44b2-8137-67b57ef81054} <Debug> TCPHandler: Processed in 0.001716712 sec. | ||
| 3497 | 2025.01.09 20:41:23.186031 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 | ||
| 3498 | 2025.01.09 20:41:23.186717 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3499 | 2025.01.09 20:41:23.186768 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3500 | 2025.01.09 20:41:23.187296 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3501 | 2025.01.09 20:41:23.187558 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3502 | 2025.01.09 20:41:23.187776 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 | ||
| 3503 | 2025.01.09 20:41:23.617028 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3504 | 2025.01.09 20:41:23.637240 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3505 | 2025.01.09 20:41:23.637291 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.88 GiB. | ||
| 3506 | 2025.01.09 20:41:23.645039 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3507 | 2025.01.09 20:41:23.645812 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3508 | 2025.01.09 20:41:23.648777 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3509 | 2025.01.09 20:41:26.434424 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3510 | 2025.01.09 20:41:26.434653 [ 260 ] {f451ea4b-086c-47da-9639-1d954cbf702a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3511 | 2025.01.09 20:41:26.434737 [ 260 ] {f451ea4b-086c-47da-9639-1d954cbf702a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3512 | 2025.01.09 20:41:26.435598 [ 260 ] {f451ea4b-086c-47da-9639-1d954cbf702a} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3513 | 2025.01.09 20:41:26.435651 [ 260 ] {f451ea4b-086c-47da-9639-1d954cbf702a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3514 | 2025.01.09 20:41:26.436112 [ 260 ] {f451ea4b-086c-47da-9639-1d954cbf702a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3515 | 2025.01.09 20:41:26.436369 [ 260 ] {f451ea4b-086c-47da-9639-1d954cbf702a} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3516 | 2025.01.09 20:41:26.436618 [ 260 ] {f451ea4b-086c-47da-9639-1d954cbf702a} <Debug> executeQuery: Read 78 rows, 6.88 KiB in 0.002022 sec., 38575.667655786354 rows/sec., 3.32 MiB/sec. | ||
| 3517 | 2025.01.09 20:41:26.436683 [ 260 ] {f451ea4b-086c-47da-9639-1d954cbf702a} <Debug> TCPHandler: Processed in 0.002394219 sec. | ||
| 3518 | 2025.01.09 20:41:26.436953 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3519 | 2025.01.09 20:41:26.437170 [ 262 ] {5c1c5ead-b609-40dd-889c-2668f4c444c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3520 | 2025.01.09 20:41:26.437251 [ 262 ] {5c1c5ead-b609-40dd-889c-2668f4c444c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3521 | 2025.01.09 20:41:26.438009 [ 262 ] {5c1c5ead-b609-40dd-889c-2668f4c444c7} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3522 | 2025.01.09 20:41:26.438057 [ 262 ] {5c1c5ead-b609-40dd-889c-2668f4c444c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3523 | 2025.01.09 20:41:26.438500 [ 262 ] {5c1c5ead-b609-40dd-889c-2668f4c444c7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3524 | 2025.01.09 20:41:26.438776 [ 262 ] {5c1c5ead-b609-40dd-889c-2668f4c444c7} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3525 | 2025.01.09 20:41:26.439024 [ 262 ] {5c1c5ead-b609-40dd-889c-2668f4c444c7} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001903 sec., 13662.637940094588 rows/sec., 1.00 MiB/sec. | ||
| 3526 | 2025.01.09 20:41:26.439187 [ 262 ] {5c1c5ead-b609-40dd-889c-2668f4c444c7} <Debug> TCPHandler: Processed in 0.002374509 sec. | ||
| 3527 | 2025.01.09 20:41:26.439463 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3528 | 2025.01.09 20:41:26.439610 [ 260 ] {046d6f12-c5b0-4619-ac98-aa922afa8fe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3529 | 2025.01.09 20:41:26.439671 [ 260 ] {046d6f12-c5b0-4619-ac98-aa922afa8fe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3530 | 2025.01.09 20:41:26.440380 [ 260 ] {046d6f12-c5b0-4619-ac98-aa922afa8fe6} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3531 | 2025.01.09 20:41:26.440427 [ 260 ] {046d6f12-c5b0-4619-ac98-aa922afa8fe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3532 | 2025.01.09 20:41:26.440802 [ 260 ] {046d6f12-c5b0-4619-ac98-aa922afa8fe6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3533 | 2025.01.09 20:41:26.441040 [ 260 ] {046d6f12-c5b0-4619-ac98-aa922afa8fe6} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3534 | 2025.01.09 20:41:26.441254 [ 260 ] {046d6f12-c5b0-4619-ac98-aa922afa8fe6} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.00168 sec., 32142.85714285714 rows/sec., 2.51 MiB/sec. | ||
| 3535 | 2025.01.09 20:41:26.441307 [ 260 ] {046d6f12-c5b0-4619-ac98-aa922afa8fe6} <Debug> TCPHandler: Processed in 0.00199304 sec. | ||
| 3536 | 2025.01.09 20:41:26.441454 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3537 | 2025.01.09 20:41:26.441607 [ 262 ] {684740a9-1d97-47da-bf96-e70fb889bec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3538 | 2025.01.09 20:41:26.441672 [ 262 ] {684740a9-1d97-47da-bf96-e70fb889bec2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3539 | 2025.01.09 20:41:26.442307 [ 262 ] {684740a9-1d97-47da-bf96-e70fb889bec2} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3540 | 2025.01.09 20:41:26.442353 [ 262 ] {684740a9-1d97-47da-bf96-e70fb889bec2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3541 | 2025.01.09 20:41:26.442754 [ 262 ] {684740a9-1d97-47da-bf96-e70fb889bec2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3542 | 2025.01.09 20:41:26.442991 [ 262 ] {684740a9-1d97-47da-bf96-e70fb889bec2} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3543 | 2025.01.09 20:41:26.443171 [ 262 ] {684740a9-1d97-47da-bf96-e70fb889bec2} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001603 sec., 62383.03181534622 rows/sec., 4.33 MiB/sec. | ||
| 3544 | 2025.01.09 20:41:26.443227 [ 262 ] {684740a9-1d97-47da-bf96-e70fb889bec2} <Debug> TCPHandler: Processed in 0.001838866 sec. | ||
| 3545 | 2025.01.09 20:41:26.443359 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3546 | 2025.01.09 20:41:26.443528 [ 260 ] {ea711a48-7ced-40b5-9156-5d2ad2cd5b21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3547 | 2025.01.09 20:41:26.443666 [ 260 ] {ea711a48-7ced-40b5-9156-5d2ad2cd5b21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3548 | 2025.01.09 20:41:26.445173 [ 260 ] {ea711a48-7ced-40b5-9156-5d2ad2cd5b21} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3549 | 2025.01.09 20:41:26.445212 [ 260 ] {ea711a48-7ced-40b5-9156-5d2ad2cd5b21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3550 | 2025.01.09 20:41:26.445876 [ 260 ] {ea711a48-7ced-40b5-9156-5d2ad2cd5b21} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3551 | 2025.01.09 20:41:26.446125 [ 260 ] {ea711a48-7ced-40b5-9156-5d2ad2cd5b21} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3552 | 2025.01.09 20:41:26.446367 [ 260 ] {ea711a48-7ced-40b5-9156-5d2ad2cd5b21} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002894 sec., 8984.105044920525 rows/sec., 16.10 MiB/sec. | ||
| 3553 | 2025.01.09 20:41:26.446458 [ 260 ] {ea711a48-7ced-40b5-9156-5d2ad2cd5b21} <Debug> TCPHandler: Processed in 0.003158428 sec. | ||
| 3554 | 2025.01.09 20:41:26.446630 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3555 | 2025.01.09 20:41:26.446755 [ 262 ] {883174d5-367c-4028-b2d9-1578fa9b7abc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3556 | 2025.01.09 20:41:26.446808 [ 262 ] {883174d5-367c-4028-b2d9-1578fa9b7abc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3557 | 2025.01.09 20:41:26.447304 [ 262 ] {883174d5-367c-4028-b2d9-1578fa9b7abc} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3558 | 2025.01.09 20:41:26.447343 [ 262 ] {883174d5-367c-4028-b2d9-1578fa9b7abc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3559 | 2025.01.09 20:41:26.447716 [ 262 ] {883174d5-367c-4028-b2d9-1578fa9b7abc} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3560 | 2025.01.09 20:41:26.447955 [ 262 ] {883174d5-367c-4028-b2d9-1578fa9b7abc} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3561 | 2025.01.09 20:41:26.448130 [ 262 ] {883174d5-367c-4028-b2d9-1578fa9b7abc} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001402 sec., 21398.002853067046 rows/sec., 1.47 MiB/sec. | ||
| 3562 | 2025.01.09 20:41:26.448181 [ 262 ] {883174d5-367c-4028-b2d9-1578fa9b7abc} <Debug> TCPHandler: Processed in 0.00161021 sec. | ||
| 3563 | 2025.01.09 20:41:30.328700 [ 114 ] {} <Debug> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3564 | 2025.01.09 20:41:30.328782 [ 114 ] {} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3565 | 2025.01.09 20:41:30.328805 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3566 | 2025.01.09 20:41:30.329026 [ 189 ] {cd0e6e96-c996-434c-a97a-3f5887345965::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 | ||
| 3567 | 2025.01.09 20:41:30.329210 [ 189 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3568 | 2025.01.09 20:41:30.329251 [ 189 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 3569 | 2025.01.09 20:41:30.329331 [ 189 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3570 | 2025.01.09 20:41:30.329440 [ 189 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
| 3571 | 2025.01.09 20:41:30.329569 [ 189 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3572 | 2025.01.09 20:41:30.329642 [ 189 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3573 | 2025.01.09 20:41:30.330638 [ 186 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.001758123 sec., 5687.8841810271515 rows/sec., 381.04 KiB/sec. | ||
| 3574 | 2025.01.09 20:41:30.330834 [ 195 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3575 | 2025.01.09 20:41:30.331186 [ 195 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_9_2} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3576 | 2025.01.09 20:41:30.331276 [ 195 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_9_2} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3577 | 2025.01.09 20:41:30.331377 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3578 | 2025.01.09 20:41:30.586772 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3579 | 2025.01.09 20:41:30.586828 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3580 | 2025.01.09 20:41:30.688183 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 | ||
| 3581 | 2025.01.09 20:41:30.688809 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3582 | 2025.01.09 20:41:30.688861 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3583 | 2025.01.09 20:41:30.689424 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3584 | 2025.01.09 20:41:30.689679 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3585 | 2025.01.09 20:41:30.689904 [ 115 ] {} <Debug> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3586 | 2025.01.09 20:41:30.689958 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3587 | 2025.01.09 20:41:30.689995 [ 115 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3588 | 2025.01.09 20:41:30.690026 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3589 | 2025.01.09 20:41:30.690203 [ 189 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 3590 | 2025.01.09 20:41:30.690390 [ 189 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3591 | 2025.01.09 20:41:30.690459 [ 189 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 3592 | 2025.01.09 20:41:30.690588 [ 189 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 3593 | 2025.01.09 20:41:30.690741 [ 189 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 3594 | 2025.01.09 20:41:30.690834 [ 189 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 3595 | 2025.01.09 20:41:30.691060 [ 189 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 3596 | 2025.01.09 20:41:30.691146 [ 189 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 3597 | 2025.01.09 20:41:30.693150 [ 186 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003037904 sec., 2429635.6961905314 rows/sec., 34.76 MiB/sec. | ||
| 3598 | 2025.01.09 20:41:30.694001 [ 188 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3599 | 2025.01.09 20:41:30.694321 [ 188 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_16_3} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3600 | 2025.01.09 20:41:30.694402 [ 188 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_16_3} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3601 | 2025.01.09 20:41:30.694511 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3602 | 2025.01.09 20:41:30.709230 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 514 | ||
| 3603 | 2025.01.09 20:41:30.712289 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3604 | 2025.01.09 20:41:30.712341 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3605 | 2025.01.09 20:41:30.713848 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3606 | 2025.01.09 20:41:30.714174 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3607 | 2025.01.09 20:41:30.714387 [ 115 ] {} <Debug> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3608 | 2025.01.09 20:41:30.714485 [ 115 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3609 | 2025.01.09 20:41:30.714552 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3610 | 2025.01.09 20:41:30.715096 [ 193 ] {e112f526-83d2-4dea-952f-9c32bda020af::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 | ||
| 3611 | 2025.01.09 20:41:30.716428 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 514 | ||
| 3612 | 2025.01.09 20:41:30.716799 [ 193 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3613 | 2025.01.09 20:41:30.716977 [ 193 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 306 rows starting from the beginning of the part | ||
| 3614 | 2025.01.09 20:41:30.717487 [ 193 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part | ||
| 3615 | 2025.01.09 20:41:30.717984 [ 193 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 20 rows starting from the beginning of the part | ||
| 3616 | 2025.01.09 20:41:30.718469 [ 193 ] {e112f526-83d2-4dea-952f-9c32bda020af::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 | ||
| 3617 | 2025.01.09 20:41:30.718965 [ 193 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part | ||
| 3618 | 2025.01.09 20:41:30.719470 [ 193 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part | ||
| 3619 | 2025.01.09 20:41:30.727540 [ 196 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 514 rows, containing 72 columns (72 merged, 0 gathered) in 0.012862118 sec., 39962.3141383091 rows/sec., 35.42 MiB/sec. | ||
| 3620 | 2025.01.09 20:41:30.729155 [ 196 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3621 | 2025.01.09 20:41:30.729952 [ 196 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_11_2} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3622 | 2025.01.09 20:41:30.730049 [ 196 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_11_2} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3623 | 2025.01.09 20:41:30.730396 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.83 MiB. | ||
| 3624 | 2025.01.09 20:41:31.001460 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000943874 sec. | ||
| 3625 | 2025.01.09 20:41:31.149126 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3626 | 2025.01.09 20:41:31.171026 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3627 | 2025.01.09 20:41:31.171083 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3628 | 2025.01.09 20:41:31.178689 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3629 | 2025.01.09 20:41:31.179454 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3630 | 2025.01.09 20:41:31.179736 [ 115 ] {} <Debug> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3631 | 2025.01.09 20:41:31.179794 [ 115 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3632 | 2025.01.09 20:41:31.179834 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3633 | 2025.01.09 20:41:31.180292 [ 201 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 3634 | 2025.01.09 20:41:31.195469 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3635 | 2025.01.09 20:41:31.197022 [ 201 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3636 | 2025.01.09 20:41:31.198234 [ 201 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 3637 | 2025.01.09 20:41:31.203121 [ 201 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 3638 | 2025.01.09 20:41:31.208281 [ 201 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 3639 | 2025.01.09 20:41:31.213428 [ 201 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 3640 | 2025.01.09 20:41:31.218908 [ 201 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part | ||
| 3641 | 2025.01.09 20:41:31.223496 [ 201 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part | ||
| 3642 | 2025.01.09 20:41:31.280329 [ 186 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.100359142 sec., 1205.6699328896216 rows/sec., 6.23 MiB/sec. | ||
| 3643 | 2025.01.09 20:41:31.283267 [ 186 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3644 | 2025.01.09 20:41:31.286335 [ 186 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_16_3} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3645 | 2025.01.09 20:41:31.286463 [ 186 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_16_3} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3646 | 2025.01.09 20:41:31.289042 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB. | ||
| 3647 | 2025.01.09 20:41:31.439170 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3648 | 2025.01.09 20:41:31.439378 [ 260 ] {397ed721-4e3c-4b3a-b244-5b79fe42a124} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3649 | 2025.01.09 20:41:31.439458 [ 260 ] {397ed721-4e3c-4b3a-b244-5b79fe42a124} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3650 | 2025.01.09 20:41:31.440269 [ 260 ] {397ed721-4e3c-4b3a-b244-5b79fe42a124} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3651 | 2025.01.09 20:41:31.440314 [ 260 ] {397ed721-4e3c-4b3a-b244-5b79fe42a124} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3652 | 2025.01.09 20:41:31.440758 [ 260 ] {397ed721-4e3c-4b3a-b244-5b79fe42a124} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3653 | 2025.01.09 20:41:31.441016 [ 260 ] {397ed721-4e3c-4b3a-b244-5b79fe42a124} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3654 | 2025.01.09 20:41:31.441272 [ 260 ] {397ed721-4e3c-4b3a-b244-5b79fe42a124} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001931 sec., 7250.1294665976175 rows/sec., 521.91 KiB/sec. | ||
| 3655 | 2025.01.09 20:41:31.441663 [ 260 ] {397ed721-4e3c-4b3a-b244-5b79fe42a124} <Debug> TCPHandler: Processed in 0.002626165 sec. | ||
| 3656 | 2025.01.09 20:41:31.441924 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3657 | 2025.01.09 20:41:31.442108 [ 262 ] {0d3ba331-728d-4cea-ac74-ac971bd9f08e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3658 | 2025.01.09 20:41:31.442179 [ 262 ] {0d3ba331-728d-4cea-ac74-ac971bd9f08e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3659 | 2025.01.09 20:41:31.442990 [ 262 ] {0d3ba331-728d-4cea-ac74-ac971bd9f08e} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3660 | 2025.01.09 20:41:31.443038 [ 262 ] {0d3ba331-728d-4cea-ac74-ac971bd9f08e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3661 | 2025.01.09 20:41:31.443479 [ 262 ] {0d3ba331-728d-4cea-ac74-ac971bd9f08e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3662 | 2025.01.09 20:41:31.443747 [ 262 ] {0d3ba331-728d-4cea-ac74-ac971bd9f08e} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3663 | 2025.01.09 20:41:31.444028 [ 262 ] {0d3ba331-728d-4cea-ac74-ac971bd9f08e} <Debug> executeQuery: Read 199 rows, 18.15 KiB in 0.001964 sec., 101323.82892057026 rows/sec., 9.03 MiB/sec. | ||
| 3664 | 2025.01.09 20:41:31.444261 [ 262 ] {0d3ba331-728d-4cea-ac74-ac971bd9f08e} <Debug> TCPHandler: Processed in 0.002465552 sec. | ||
| 3665 | 2025.01.09 20:41:31.444445 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3666 | 2025.01.09 20:41:31.444596 [ 260 ] {3d94b143-c9d4-4cca-adcf-84de522eefde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3667 | 2025.01.09 20:41:31.444659 [ 260 ] {3d94b143-c9d4-4cca-adcf-84de522eefde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3668 | 2025.01.09 20:41:31.445267 [ 260 ] {3d94b143-c9d4-4cca-adcf-84de522eefde} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3669 | 2025.01.09 20:41:31.445306 [ 260 ] {3d94b143-c9d4-4cca-adcf-84de522eefde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3670 | 2025.01.09 20:41:31.445671 [ 260 ] {3d94b143-c9d4-4cca-adcf-84de522eefde} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3671 | 2025.01.09 20:41:31.445911 [ 260 ] {3d94b143-c9d4-4cca-adcf-84de522eefde} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3672 | 2025.01.09 20:41:31.446039 [ 112 ] {} <Debug> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 3673 | 2025.01.09 20:41:31.446091 [ 112 ] {} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3674 | 2025.01.09 20:41:31.446102 [ 260 ] {3d94b143-c9d4-4cca-adcf-84de522eefde} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001539 sec., 12995.45159194282 rows/sec., 931.51 KiB/sec. | ||
| 3675 | 2025.01.09 20:41:31.446120 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3676 | 2025.01.09 20:41:31.446182 [ 260 ] {3d94b143-c9d4-4cca-adcf-84de522eefde} <Debug> TCPHandler: Processed in 0.001804815 sec. | ||
| 3677 | 2025.01.09 20:41:31.446453 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3678 | 2025.01.09 20:41:31.446508 [ 198 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::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 | ||
| 3679 | 2025.01.09 20:41:31.446655 [ 262 ] {684d1d14-44b8-4ca8-b43e-c811d06c6a30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3680 | 2025.01.09 20:41:31.446671 [ 198 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3681 | 2025.01.09 20:41:31.446714 [ 198 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 54 rows starting from the beginning of the part | ||
| 3682 | 2025.01.09 20:41:31.446728 [ 262 ] {684d1d14-44b8-4ca8-b43e-c811d06c6a30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3683 | 2025.01.09 20:41:31.446988 [ 198 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part | ||
| 3684 | 2025.01.09 20:41:31.447320 [ 198 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 26 rows starting from the beginning of the part | ||
| 3685 | 2025.01.09 20:41:31.447703 [ 198 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 20 rows starting from the beginning of the part | ||
| 3686 | 2025.01.09 20:41:31.447985 [ 198 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part | ||
| 3687 | 2025.01.09 20:41:31.448250 [ 198 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 20 rows starting from the beginning of the part | ||
| 3688 | 2025.01.09 20:41:31.448993 [ 262 ] {684d1d14-44b8-4ca8-b43e-c811d06c6a30} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3689 | 2025.01.09 20:41:31.449042 [ 262 ] {684d1d14-44b8-4ca8-b43e-c811d06c6a30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3690 | 2025.01.09 20:41:31.449768 [ 262 ] {684d1d14-44b8-4ca8-b43e-c811d06c6a30} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3691 | 2025.01.09 20:41:31.450176 [ 262 ] {684d1d14-44b8-4ca8-b43e-c811d06c6a30} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3692 | 2025.01.09 20:41:31.450223 [ 198 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 166 rows, containing 5 columns (5 merged, 0 gathered) in 0.004007179 sec., 41425.651312307244 rows/sec., 3.12 MiB/sec. | ||
| 3693 | 2025.01.09 20:41:31.450466 [ 198 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 3694 | 2025.01.09 20:41:31.450930 [ 262 ] {684d1d14-44b8-4ca8-b43e-c811d06c6a30} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004275 sec., 3274.8538011695905 rows/sec., 229.35 KiB/sec. | ||
| 3695 | 2025.01.09 20:41:31.451201 [ 262 ] {684d1d14-44b8-4ca8-b43e-c811d06c6a30} <Debug> TCPHandler: Processed in 0.004907481 sec. | ||
| 3696 | 2025.01.09 20:41:31.451379 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3697 | 2025.01.09 20:41:31.451415 [ 198 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_15_3} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3698 | 2025.01.09 20:41:31.451571 [ 198 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_15_3} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 3699 | 2025.01.09 20:41:31.451603 [ 260 ] {7cb05c66-b759-42a4-b40d-1cdf2311f333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3700 | 2025.01.09 20:41:31.451716 [ 260 ] {7cb05c66-b759-42a4-b40d-1cdf2311f333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3701 | 2025.01.09 20:41:31.451723 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3702 | 2025.01.09 20:41:31.452333 [ 260 ] {7cb05c66-b759-42a4-b40d-1cdf2311f333} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3703 | 2025.01.09 20:41:31.452377 [ 260 ] {7cb05c66-b759-42a4-b40d-1cdf2311f333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3704 | 2025.01.09 20:41:31.452752 [ 260 ] {7cb05c66-b759-42a4-b40d-1cdf2311f333} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3705 | 2025.01.09 20:41:31.452997 [ 260 ] {7cb05c66-b759-42a4-b40d-1cdf2311f333} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3706 | 2025.01.09 20:41:31.453390 [ 260 ] {7cb05c66-b759-42a4-b40d-1cdf2311f333} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001759 sec., 7390.562819783969 rows/sec., 460.80 KiB/sec. | ||
| 3707 | 2025.01.09 20:41:31.453644 [ 260 ] {7cb05c66-b759-42a4-b40d-1cdf2311f333} <Debug> TCPHandler: Processed in 0.002347169 sec. | ||
| 3708 | 2025.01.09 20:41:31.453794 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3709 | 2025.01.09 20:41:31.453937 [ 262 ] {70407ad0-a3ab-4735-810f-d5aa7bc47967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3710 | 2025.01.09 20:41:31.453997 [ 262 ] {70407ad0-a3ab-4735-810f-d5aa7bc47967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3711 | 2025.01.09 20:41:31.454816 [ 262 ] {70407ad0-a3ab-4735-810f-d5aa7bc47967} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3712 | 2025.01.09 20:41:31.454861 [ 262 ] {70407ad0-a3ab-4735-810f-d5aa7bc47967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3713 | 2025.01.09 20:41:31.455259 [ 262 ] {70407ad0-a3ab-4735-810f-d5aa7bc47967} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3714 | 2025.01.09 20:41:31.455497 [ 262 ] {70407ad0-a3ab-4735-810f-d5aa7bc47967} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3715 | 2025.01.09 20:41:31.455789 [ 262 ] {70407ad0-a3ab-4735-810f-d5aa7bc47967} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.00186 sec., 193010.75268817204 rows/sec., 13.57 MiB/sec. | ||
| 3716 | 2025.01.09 20:41:31.455986 [ 262 ] {70407ad0-a3ab-4735-810f-d5aa7bc47967} <Debug> TCPHandler: Processed in 0.002258555 sec. | ||
| 3717 | 2025.01.09 20:41:31.456214 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3718 | 2025.01.09 20:41:31.456437 [ 260 ] {9dd7d680-11d6-4666-a1e0-65414b613a81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3719 | 2025.01.09 20:41:31.456534 [ 260 ] {9dd7d680-11d6-4666-a1e0-65414b613a81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3720 | 2025.01.09 20:41:31.457220 [ 260 ] {9dd7d680-11d6-4666-a1e0-65414b613a81} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3721 | 2025.01.09 20:41:31.457258 [ 260 ] {9dd7d680-11d6-4666-a1e0-65414b613a81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3722 | 2025.01.09 20:41:31.457622 [ 260 ] {9dd7d680-11d6-4666-a1e0-65414b613a81} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3723 | 2025.01.09 20:41:31.457858 [ 260 ] {9dd7d680-11d6-4666-a1e0-65414b613a81} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3724 | 2025.01.09 20:41:31.458042 [ 260 ] {9dd7d680-11d6-4666-a1e0-65414b613a81} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001661 sec., 3612.281757977122 rows/sec., 188.73 KiB/sec. | ||
| 3725 | 2025.01.09 20:41:31.458093 [ 260 ] {9dd7d680-11d6-4666-a1e0-65414b613a81} <Debug> TCPHandler: Processed in 0.00199163 sec. | ||
| 3726 | 2025.01.09 20:41:31.458248 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3727 | 2025.01.09 20:41:31.458369 [ 262 ] {1c6f87e5-d87a-40a2-a2f9-30f0f429f0b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3728 | 2025.01.09 20:41:31.458423 [ 262 ] {1c6f87e5-d87a-40a2-a2f9-30f0f429f0b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3729 | 2025.01.09 20:41:31.459000 [ 262 ] {1c6f87e5-d87a-40a2-a2f9-30f0f429f0b8} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3730 | 2025.01.09 20:41:31.459038 [ 262 ] {1c6f87e5-d87a-40a2-a2f9-30f0f429f0b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3731 | 2025.01.09 20:41:31.459436 [ 262 ] {1c6f87e5-d87a-40a2-a2f9-30f0f429f0b8} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3732 | 2025.01.09 20:41:31.459673 [ 262 ] {1c6f87e5-d87a-40a2-a2f9-30f0f429f0b8} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3733 | 2025.01.09 20:41:31.460131 [ 262 ] {1c6f87e5-d87a-40a2-a2f9-30f0f429f0b8} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001724 sec., 102668.21345707656 rows/sec., 6.77 MiB/sec. | ||
| 3734 | 2025.01.09 20:41:31.460556 [ 262 ] {1c6f87e5-d87a-40a2-a2f9-30f0f429f0b8} <Debug> TCPHandler: Processed in 0.002357858 sec. | ||
| 3735 | 2025.01.09 20:41:31.460775 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3736 | 2025.01.09 20:41:31.460913 [ 260 ] {ceaa160b-b0f7-4aa4-8b20-bebd2b7985ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3737 | 2025.01.09 20:41:31.460974 [ 260 ] {ceaa160b-b0f7-4aa4-8b20-bebd2b7985ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3738 | 2025.01.09 20:41:31.461506 [ 260 ] {ceaa160b-b0f7-4aa4-8b20-bebd2b7985ee} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3739 | 2025.01.09 20:41:31.461550 [ 260 ] {ceaa160b-b0f7-4aa4-8b20-bebd2b7985ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3740 | 2025.01.09 20:41:31.461958 [ 260 ] {ceaa160b-b0f7-4aa4-8b20-bebd2b7985ee} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3741 | 2025.01.09 20:41:31.462221 [ 260 ] {ceaa160b-b0f7-4aa4-8b20-bebd2b7985ee} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3742 | 2025.01.09 20:41:31.462614 [ 260 ] {ceaa160b-b0f7-4aa4-8b20-bebd2b7985ee} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001631 sec., 613.1207847946046 rows/sec., 41.31 KiB/sec. | ||
| 3743 | 2025.01.09 20:41:31.462799 [ 260 ] {ceaa160b-b0f7-4aa4-8b20-bebd2b7985ee} <Debug> TCPHandler: Processed in 0.002106082 sec. | ||
| 3744 | 2025.01.09 20:41:31.462949 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3745 | 2025.01.09 20:41:31.463069 [ 262 ] {ea2f4ac4-da68-40e9-acb7-72f4f859965b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3746 | 2025.01.09 20:41:31.463149 [ 262 ] {ea2f4ac4-da68-40e9-acb7-72f4f859965b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3747 | 2025.01.09 20:41:31.464226 [ 262 ] {ea2f4ac4-da68-40e9-acb7-72f4f859965b} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3748 | 2025.01.09 20:41:31.464261 [ 262 ] {ea2f4ac4-da68-40e9-acb7-72f4f859965b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3749 | 2025.01.09 20:41:31.464934 [ 262 ] {ea2f4ac4-da68-40e9-acb7-72f4f859965b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3750 | 2025.01.09 20:41:31.465189 [ 262 ] {ea2f4ac4-da68-40e9-acb7-72f4f859965b} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3751 | 2025.01.09 20:41:31.465637 [ 262 ] {ea2f4ac4-da68-40e9-acb7-72f4f859965b} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002539 sec., 5120.126033871603 rows/sec., 9.18 MiB/sec. | ||
| 3752 | 2025.01.09 20:41:31.466057 [ 262 ] {ea2f4ac4-da68-40e9-acb7-72f4f859965b} <Debug> TCPHandler: Processed in 0.003165959 sec. | ||
| 3753 | 2025.01.09 20:41:31.466223 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3754 | 2025.01.09 20:41:31.466365 [ 260 ] {6bada8df-a2e7-47c2-b401-67ace7cbdd52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3755 | 2025.01.09 20:41:31.466426 [ 260 ] {6bada8df-a2e7-47c2-b401-67ace7cbdd52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3756 | 2025.01.09 20:41:31.466983 [ 260 ] {6bada8df-a2e7-47c2-b401-67ace7cbdd52} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3757 | 2025.01.09 20:41:31.467020 [ 260 ] {6bada8df-a2e7-47c2-b401-67ace7cbdd52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3758 | 2025.01.09 20:41:31.467382 [ 260 ] {6bada8df-a2e7-47c2-b401-67ace7cbdd52} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3759 | 2025.01.09 20:41:31.467641 [ 260 ] {6bada8df-a2e7-47c2-b401-67ace7cbdd52} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3760 | 2025.01.09 20:41:31.468008 [ 260 ] {6bada8df-a2e7-47c2-b401-67ace7cbdd52} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001597 sec., 32561.051972448342 rows/sec., 2.02 MiB/sec. | ||
| 3761 | 2025.01.09 20:41:31.468492 [ 260 ] {6bada8df-a2e7-47c2-b401-67ace7cbdd52} <Debug> TCPHandler: Processed in 0.002333588 sec. | ||
| 3762 | 2025.01.09 20:41:36.435491 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3763 | 2025.01.09 20:41:36.435680 [ 260 ] {0a997d9b-a654-4671-b8e1-d1c189702495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3764 | 2025.01.09 20:41:36.435748 [ 260 ] {0a997d9b-a654-4671-b8e1-d1c189702495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3765 | 2025.01.09 20:41:36.436513 [ 260 ] {0a997d9b-a654-4671-b8e1-d1c189702495} <Trace> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3766 | 2025.01.09 20:41:36.436561 [ 260 ] {0a997d9b-a654-4671-b8e1-d1c189702495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3767 | 2025.01.09 20:41:36.436968 [ 260 ] {0a997d9b-a654-4671-b8e1-d1c189702495} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3768 | 2025.01.09 20:41:36.437312 [ 260 ] {0a997d9b-a654-4671-b8e1-d1c189702495} <Trace> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3769 | 2025.01.09 20:41:36.437574 [ 260 ] {0a997d9b-a654-4671-b8e1-d1c189702495} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001884 sec., 1061.5711252653928 rows/sec., 86.56 KiB/sec. | ||
| 3770 | 2025.01.09 20:41:36.437845 [ 260 ] {0a997d9b-a654-4671-b8e1-d1c189702495} <Debug> TCPHandler: Processed in 0.0024478 sec. | ||
| 3771 | 2025.01.09 20:41:36.438121 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3772 | 2025.01.09 20:41:36.438340 [ 262 ] {b764f616-32f4-46f6-be89-45ebd7890ae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3773 | 2025.01.09 20:41:36.438412 [ 262 ] {b764f616-32f4-46f6-be89-45ebd7890ae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3774 | 2025.01.09 20:41:36.439253 [ 262 ] {b764f616-32f4-46f6-be89-45ebd7890ae1} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3775 | 2025.01.09 20:41:36.439299 [ 262 ] {b764f616-32f4-46f6-be89-45ebd7890ae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3776 | 2025.01.09 20:41:36.439765 [ 262 ] {b764f616-32f4-46f6-be89-45ebd7890ae1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3777 | 2025.01.09 20:41:36.440019 [ 262 ] {b764f616-32f4-46f6-be89-45ebd7890ae1} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3778 | 2025.01.09 20:41:36.440261 [ 262 ] {b764f616-32f4-46f6-be89-45ebd7890ae1} <Debug> executeQuery: Read 79 rows, 6.95 KiB in 0.001975 sec., 39999.99999999999 rows/sec., 3.44 MiB/sec. | ||
| 3779 | 2025.01.09 20:41:36.440318 [ 262 ] {b764f616-32f4-46f6-be89-45ebd7890ae1} <Debug> TCPHandler: Processed in 0.002329508 sec. | ||
| 3780 | 2025.01.09 20:41:36.440508 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3781 | 2025.01.09 20:41:36.440651 [ 260 ] {4c81bf07-9e58-49ee-a3c9-2925aafc2297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3782 | 2025.01.09 20:41:36.440714 [ 260 ] {4c81bf07-9e58-49ee-a3c9-2925aafc2297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3783 | 2025.01.09 20:41:36.441450 [ 260 ] {4c81bf07-9e58-49ee-a3c9-2925aafc2297} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3784 | 2025.01.09 20:41:36.441488 [ 260 ] {4c81bf07-9e58-49ee-a3c9-2925aafc2297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3785 | 2025.01.09 20:41:36.441841 [ 260 ] {4c81bf07-9e58-49ee-a3c9-2925aafc2297} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3786 | 2025.01.09 20:41:36.442151 [ 260 ] {4c81bf07-9e58-49ee-a3c9-2925aafc2297} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3787 | 2025.01.09 20:41:36.442358 [ 260 ] {4c81bf07-9e58-49ee-a3c9-2925aafc2297} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001738 sec., 16110.471806674339 rows/sec., 1.18 MiB/sec. | ||
| 3788 | 2025.01.09 20:41:36.442410 [ 260 ] {4c81bf07-9e58-49ee-a3c9-2925aafc2297} <Debug> TCPHandler: Processed in 0.001969209 sec. | ||
| 3789 | 2025.01.09 20:41:36.442580 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3790 | 2025.01.09 20:41:36.442721 [ 262 ] {c53a8a0f-4cd2-415b-a620-b4dac0e0c8b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3791 | 2025.01.09 20:41:36.442779 [ 262 ] {c53a8a0f-4cd2-415b-a620-b4dac0e0c8b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3792 | 2025.01.09 20:41:36.443477 [ 262 ] {c53a8a0f-4cd2-415b-a620-b4dac0e0c8b2} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3793 | 2025.01.09 20:41:36.443517 [ 262 ] {c53a8a0f-4cd2-415b-a620-b4dac0e0c8b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3794 | 2025.01.09 20:41:36.443878 [ 262 ] {c53a8a0f-4cd2-415b-a620-b4dac0e0c8b2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3795 | 2025.01.09 20:41:36.444133 [ 262 ] {c53a8a0f-4cd2-415b-a620-b4dac0e0c8b2} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3796 | 2025.01.09 20:41:36.444372 [ 262 ] {c53a8a0f-4cd2-415b-a620-b4dac0e0c8b2} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.001683 sec., 33273.915626856804 rows/sec., 2.60 MiB/sec. | ||
| 3797 | 2025.01.09 20:41:36.444499 [ 262 ] {c53a8a0f-4cd2-415b-a620-b4dac0e0c8b2} <Debug> TCPHandler: Processed in 0.001987909 sec. | ||
| 3798 | 2025.01.09 20:41:36.444663 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3799 | 2025.01.09 20:41:36.444783 [ 260 ] {f86fe33a-a57a-4b77-935f-b66e9cb9b0e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3800 | 2025.01.09 20:41:36.444838 [ 260 ] {f86fe33a-a57a-4b77-935f-b66e9cb9b0e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3801 | 2025.01.09 20:41:36.445417 [ 260 ] {f86fe33a-a57a-4b77-935f-b66e9cb9b0e7} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3802 | 2025.01.09 20:41:36.445456 [ 260 ] {f86fe33a-a57a-4b77-935f-b66e9cb9b0e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3803 | 2025.01.09 20:41:36.445833 [ 260 ] {f86fe33a-a57a-4b77-935f-b66e9cb9b0e7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3804 | 2025.01.09 20:41:36.446088 [ 260 ] {f86fe33a-a57a-4b77-935f-b66e9cb9b0e7} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3805 | 2025.01.09 20:41:36.446307 [ 260 ] {f86fe33a-a57a-4b77-935f-b66e9cb9b0e7} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001549 sec., 65203.35700451904 rows/sec., 4.52 MiB/sec. | ||
| 3806 | 2025.01.09 20:41:36.446358 [ 260 ] {f86fe33a-a57a-4b77-935f-b66e9cb9b0e7} <Debug> TCPHandler: Processed in 0.001756993 sec. | ||
| 3807 | 2025.01.09 20:41:36.446507 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3808 | 2025.01.09 20:41:36.446649 [ 262 ] {2f01d3df-179e-486f-807e-1467506971a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3809 | 2025.01.09 20:41:36.446743 [ 262 ] {2f01d3df-179e-486f-807e-1467506971a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3810 | 2025.01.09 20:41:36.448087 [ 262 ] {2f01d3df-179e-486f-807e-1467506971a4} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3811 | 2025.01.09 20:41:36.448128 [ 262 ] {2f01d3df-179e-486f-807e-1467506971a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3812 | 2025.01.09 20:41:36.448860 [ 262 ] {2f01d3df-179e-486f-807e-1467506971a4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3813 | 2025.01.09 20:41:36.449237 [ 262 ] {2f01d3df-179e-486f-807e-1467506971a4} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3814 | 2025.01.09 20:41:36.449426 [ 107 ] {} <Debug> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3815 | 2025.01.09 20:41:36.449509 [ 107 ] {} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3816 | 2025.01.09 20:41:36.449546 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3817 | 2025.01.09 20:41:36.449552 [ 262 ] {2f01d3df-179e-486f-807e-1467506971a4} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002922 sec., 8898.01505817933 rows/sec., 15.94 MiB/sec. | ||
| 3818 | 2025.01.09 20:41:36.450111 [ 200 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::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 | ||
| 3819 | 2025.01.09 20:41:36.450442 [ 262 ] {2f01d3df-179e-486f-807e-1467506971a4} <Debug> TCPHandler: Processed in 0.003997269 sec. | ||
| 3820 | 2025.01.09 20:41:36.450687 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3821 | 2025.01.09 20:41:36.450841 [ 200 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3822 | 2025.01.09 20:41:36.450857 [ 260 ] {816639d4-182f-417e-811f-7d17782a1986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3823 | 2025.01.09 20:41:36.450926 [ 200 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 152 rows starting from the beginning of the part | ||
| 3824 | 2025.01.09 20:41:36.450930 [ 260 ] {816639d4-182f-417e-811f-7d17782a1986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3825 | 2025.01.09 20:41:36.451445 [ 200 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 26 rows starting from the beginning of the part | ||
| 3826 | 2025.01.09 20:41:36.451816 [ 200 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::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 | ||
| 3827 | 2025.01.09 20:41:36.452209 [ 200 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part | ||
| 3828 | 2025.01.09 20:41:36.452350 [ 260 ] {816639d4-182f-417e-811f-7d17782a1986} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3829 | 2025.01.09 20:41:36.452433 [ 260 ] {816639d4-182f-417e-811f-7d17782a1986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3830 | 2025.01.09 20:41:36.452588 [ 200 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 13 rows starting from the beginning of the part | ||
| 3831 | 2025.01.09 20:41:36.452950 [ 200 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 26 rows starting from the beginning of the part | ||
| 3832 | 2025.01.09 20:41:36.453454 [ 260 ] {816639d4-182f-417e-811f-7d17782a1986} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3833 | 2025.01.09 20:41:36.453789 [ 260 ] {816639d4-182f-417e-811f-7d17782a1986} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3834 | 2025.01.09 20:41:36.454280 [ 260 ] {816639d4-182f-417e-811f-7d17782a1986} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.003471 sec., 8643.042350907519 rows/sec., 606.31 KiB/sec. | ||
| 3835 | 2025.01.09 20:41:36.454634 [ 260 ] {816639d4-182f-417e-811f-7d17782a1986} <Debug> TCPHandler: Processed in 0.004112561 sec. | ||
| 3836 | 2025.01.09 20:41:36.457343 [ 198 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 256 rows, containing 19 columns (19 merged, 0 gathered) in 0.00768241 sec., 33322.87654525077 rows/sec., 59.71 MiB/sec. | ||
| 3837 | 2025.01.09 20:41:36.457971 [ 191 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3838 | 2025.01.09 20:41:36.458439 [ 191 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3839 | 2025.01.09 20:41:36.458530 [ 191 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3840 | 2025.01.09 20:41:36.458688 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 3841 | 2025.01.09 20:41:38.190756 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 | ||
| 3842 | 2025.01.09 20:41:38.191520 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3843 | 2025.01.09 20:41:38.191579 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3844 | 2025.01.09 20:41:38.192114 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3845 | 2025.01.09 20:41:38.192364 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3846 | 2025.01.09 20:41:38.192635 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 | ||
| 3847 | 2025.01.09 20:41:38.696251 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3848 | 2025.01.09 20:41:38.714880 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3849 | 2025.01.09 20:41:38.714935 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3850 | 2025.01.09 20:41:38.722419 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3851 | 2025.01.09 20:41:38.723144 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3852 | 2025.01.09 20:41:38.725690 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3853 | 2025.01.09 20:41:40.717599 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 550 | ||
| 3854 | 2025.01.09 20:41:40.720791 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3855 | 2025.01.09 20:41:40.720837 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3856 | 2025.01.09 20:41:40.722318 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3857 | 2025.01.09 20:41:40.722625 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3858 | 2025.01.09 20:41:40.723568 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 550 | ||
| 3859 | 2025.01.09 20:41:41.439288 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3860 | 2025.01.09 20:41:41.439505 [ 260 ] {a44d2f75-3249-4b8a-a1c8-6204baba3a99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3861 | 2025.01.09 20:41:41.439588 [ 260 ] {a44d2f75-3249-4b8a-a1c8-6204baba3a99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3862 | 2025.01.09 20:41:41.440421 [ 260 ] {a44d2f75-3249-4b8a-a1c8-6204baba3a99} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3863 | 2025.01.09 20:41:41.440477 [ 260 ] {a44d2f75-3249-4b8a-a1c8-6204baba3a99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3864 | 2025.01.09 20:41:41.440930 [ 260 ] {a44d2f75-3249-4b8a-a1c8-6204baba3a99} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3865 | 2025.01.09 20:41:41.441194 [ 260 ] {a44d2f75-3249-4b8a-a1c8-6204baba3a99} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3866 | 2025.01.09 20:41:41.441457 [ 260 ] {a44d2f75-3249-4b8a-a1c8-6204baba3a99} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002011 sec., 6961.7105917454 rows/sec., 501.15 KiB/sec. | ||
| 3867 | 2025.01.09 20:41:41.441528 [ 260 ] {a44d2f75-3249-4b8a-a1c8-6204baba3a99} <Debug> TCPHandler: Processed in 0.002380249 sec. | ||
| 3868 | 2025.01.09 20:41:41.441783 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3869 | 2025.01.09 20:41:41.441987 [ 262 ] {a7a61d26-138f-4a15-a180-a9c026f63c34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3870 | 2025.01.09 20:41:41.442064 [ 262 ] {a7a61d26-138f-4a15-a180-a9c026f63c34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3871 | 2025.01.09 20:41:41.442955 [ 262 ] {a7a61d26-138f-4a15-a180-a9c026f63c34} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3872 | 2025.01.09 20:41:41.442999 [ 262 ] {a7a61d26-138f-4a15-a180-a9c026f63c34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3873 | 2025.01.09 20:41:41.443458 [ 262 ] {a7a61d26-138f-4a15-a180-a9c026f63c34} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3874 | 2025.01.09 20:41:41.443724 [ 262 ] {a7a61d26-138f-4a15-a180-a9c026f63c34} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3875 | 2025.01.09 20:41:41.443867 [ 102 ] {} <Debug> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3876 | 2025.01.09 20:41:41.443913 [ 102 ] {} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3877 | 2025.01.09 20:41:41.443935 [ 262 ] {a7a61d26-138f-4a15-a180-a9c026f63c34} <Debug> executeQuery: Read 199 rows, 18.15 KiB in 0.001982 sec., 100403.63269424824 rows/sec., 8.94 MiB/sec. | ||
| 3878 | 2025.01.09 20:41:41.443941 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3879 | 2025.01.09 20:41:41.444043 [ 262 ] {a7a61d26-138f-4a15-a180-a9c026f63c34} <Debug> TCPHandler: Processed in 0.002388469 sec. | ||
| 3880 | 2025.01.09 20:41:41.444213 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::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 | ||
| 3881 | 2025.01.09 20:41:41.444255 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3882 | 2025.01.09 20:41:41.444513 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3883 | 2025.01.09 20:41:41.444532 [ 260 ] {d40eca0c-f8a4-4f6e-9564-7f6163d31a23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3884 | 2025.01.09 20:41:41.444583 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1396 rows starting from the beginning of the part | ||
| 3885 | 2025.01.09 20:41:41.444652 [ 260 ] {d40eca0c-f8a4-4f6e-9564-7f6163d31a23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3886 | 2025.01.09 20:41:41.444876 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part | ||
| 3887 | 2025.01.09 20:41:41.445255 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 78 rows starting from the beginning of the part | ||
| 3888 | 2025.01.09 20:41:41.445572 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 199 rows starting from the beginning of the part | ||
| 3889 | 2025.01.09 20:41:41.445957 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 79 rows starting from the beginning of the part | ||
| 3890 | 2025.01.09 20:41:41.446415 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 199 rows starting from the beginning of the part | ||
| 3891 | 2025.01.09 20:41:41.447751 [ 260 ] {d40eca0c-f8a4-4f6e-9564-7f6163d31a23} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3892 | 2025.01.09 20:41:41.447829 [ 260 ] {d40eca0c-f8a4-4f6e-9564-7f6163d31a23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3893 | 2025.01.09 20:41:41.448958 [ 260 ] {d40eca0c-f8a4-4f6e-9564-7f6163d31a23} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3894 | 2025.01.09 20:41:41.449418 [ 260 ] {d40eca0c-f8a4-4f6e-9564-7f6163d31a23} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3895 | 2025.01.09 20:41:41.449867 [ 260 ] {d40eca0c-f8a4-4f6e-9564-7f6163d31a23} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.005413 sec., 3694.8087936449288 rows/sec., 264.84 KiB/sec. | ||
| 3896 | 2025.01.09 20:41:41.450143 [ 260 ] {d40eca0c-f8a4-4f6e-9564-7f6163d31a23} <Debug> TCPHandler: Processed in 0.005985219 sec. | ||
| 3897 | 2025.01.09 20:41:41.450174 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1977 rows, containing 5 columns (5 merged, 0 gathered) in 0.006119931 sec., 323042.85783614224 rows/sec., 28.70 MiB/sec. | ||
| 3898 | 2025.01.09 20:41:41.450333 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3899 | 2025.01.09 20:41:41.450476 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3900 | 2025.01.09 20:41:41.450559 [ 262 ] {73444740-67d6-4796-b241-f888ae7e1a3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3901 | 2025.01.09 20:41:41.450672 [ 262 ] {73444740-67d6-4796-b241-f888ae7e1a3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3902 | 2025.01.09 20:41:41.451045 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_26_5} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3903 | 2025.01.09 20:41:41.451301 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_26_5} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3904 | 2025.01.09 20:41:41.451482 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 3905 | 2025.01.09 20:41:41.451810 [ 262 ] {73444740-67d6-4796-b241-f888ae7e1a3a} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3906 | 2025.01.09 20:41:41.451852 [ 262 ] {73444740-67d6-4796-b241-f888ae7e1a3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3907 | 2025.01.09 20:41:41.452201 [ 262 ] {73444740-67d6-4796-b241-f888ae7e1a3a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3908 | 2025.01.09 20:41:41.452447 [ 262 ] {73444740-67d6-4796-b241-f888ae7e1a3a} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3909 | 2025.01.09 20:41:41.452567 [ 102 ] {} <Debug> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3910 | 2025.01.09 20:41:41.452671 [ 102 ] {} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3911 | 2025.01.09 20:41:41.452696 [ 262 ] {73444740-67d6-4796-b241-f888ae7e1a3a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002216 sec., 6317.6895306859205 rows/sec., 442.45 KiB/sec. | ||
| 3912 | 2025.01.09 20:41:41.452699 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3913 | 2025.01.09 20:41:41.452814 [ 262 ] {73444740-67d6-4796-b241-f888ae7e1a3a} <Debug> TCPHandler: Processed in 0.002548032 sec. | ||
| 3914 | 2025.01.09 20:41:41.453043 [ 198 ] {5972569d-c84d-46f5-938f-78762736d93d::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 | ||
| 3915 | 2025.01.09 20:41:41.453199 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3916 | 2025.01.09 20:41:41.453304 [ 198 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3917 | 2025.01.09 20:41:41.453390 [ 198 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part | ||
| 3918 | 2025.01.09 20:41:41.453464 [ 260 ] {539571bb-3ae5-4259-80c2-6b269441d1b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3919 | 2025.01.09 20:41:41.453620 [ 198 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 15 rows starting from the beginning of the part | ||
| 3920 | 2025.01.09 20:41:41.453719 [ 260 ] {539571bb-3ae5-4259-80c2-6b269441d1b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3921 | 2025.01.09 20:41:41.453906 [ 198 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
| 3922 | 2025.01.09 20:41:41.454285 [ 198 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 242 rows starting from the beginning of the part | ||
| 3923 | 2025.01.09 20:41:41.454594 [ 198 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 3924 | 2025.01.09 20:41:41.454899 [ 198 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
| 3925 | 2025.01.09 20:41:41.456647 [ 260 ] {539571bb-3ae5-4259-80c2-6b269441d1b5} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3926 | 2025.01.09 20:41:41.456722 [ 260 ] {539571bb-3ae5-4259-80c2-6b269441d1b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3927 | 2025.01.09 20:41:41.457701 [ 260 ] {539571bb-3ae5-4259-80c2-6b269441d1b5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3928 | 2025.01.09 20:41:41.457869 [ 194 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005088236 sec., 106323.68467185876 rows/sec., 7.62 MiB/sec. | ||
| 3929 | 2025.01.09 20:41:41.458038 [ 194 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3930 | 2025.01.09 20:41:41.458206 [ 260 ] {539571bb-3ae5-4259-80c2-6b269441d1b5} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3931 | 2025.01.09 20:41:41.458610 [ 260 ] {539571bb-3ae5-4259-80c2-6b269441d1b5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005218 sec., 2491.3760061326175 rows/sec., 155.34 KiB/sec. | ||
| 3932 | 2025.01.09 20:41:41.458721 [ 194 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_11_2} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3933 | 2025.01.09 20:41:41.458773 [ 260 ] {539571bb-3ae5-4259-80c2-6b269441d1b5} <Debug> TCPHandler: Processed in 0.005743862 sec. | ||
| 3934 | 2025.01.09 20:41:41.458893 [ 194 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_11_2} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3935 | 2025.01.09 20:41:41.458989 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3936 | 2025.01.09 20:41:41.458996 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 3937 | 2025.01.09 20:41:41.459133 [ 262 ] {5df59f5d-5150-419f-b53b-0b52da3fe774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3938 | 2025.01.09 20:41:41.459191 [ 262 ] {5df59f5d-5150-419f-b53b-0b52da3fe774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3939 | 2025.01.09 20:41:41.459912 [ 262 ] {5df59f5d-5150-419f-b53b-0b52da3fe774} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3940 | 2025.01.09 20:41:41.459949 [ 262 ] {5df59f5d-5150-419f-b53b-0b52da3fe774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3941 | 2025.01.09 20:41:41.460327 [ 262 ] {5df59f5d-5150-419f-b53b-0b52da3fe774} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3942 | 2025.01.09 20:41:41.460567 [ 262 ] {5df59f5d-5150-419f-b53b-0b52da3fe774} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3943 | 2025.01.09 20:41:41.460752 [ 101 ] {} <Debug> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3944 | 2025.01.09 20:41:41.460820 [ 101 ] {} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3945 | 2025.01.09 20:41:41.460815 [ 262 ] {5df59f5d-5150-419f-b53b-0b52da3fe774} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.001709 sec., 210064.36512580456 rows/sec., 14.77 MiB/sec. | ||
| 3946 | 2025.01.09 20:41:41.460854 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3947 | 2025.01.09 20:41:41.460981 [ 262 ] {5df59f5d-5150-419f-b53b-0b52da3fe774} <Debug> TCPHandler: Processed in 0.00206604 sec. | ||
| 3948 | 2025.01.09 20:41:41.461056 [ 198 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::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 | ||
| 3949 | 2025.01.09 20:41:41.461179 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3950 | 2025.01.09 20:41:41.461206 [ 198 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3951 | 2025.01.09 20:41:41.461252 [ 198 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 867 rows starting from the beginning of the part | ||
| 3952 | 2025.01.09 20:41:41.461493 [ 198 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 28 rows starting from the beginning of the part | ||
| 3953 | 2025.01.09 20:41:41.461535 [ 260 ] {00335c37-7aa1-4b85-b23e-d4918247a130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3954 | 2025.01.09 20:41:41.461806 [ 260 ] {00335c37-7aa1-4b85-b23e-d4918247a130} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3955 | 2025.01.09 20:41:41.461827 [ 198 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 54 rows starting from the beginning of the part | ||
| 3956 | 2025.01.09 20:41:41.462221 [ 198 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 359 rows starting from the beginning of the part | ||
| 3957 | 2025.01.09 20:41:41.462586 [ 198 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::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 | ||
| 3958 | 2025.01.09 20:41:41.462994 [ 198 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 359 rows starting from the beginning of the part | ||
| 3959 | 2025.01.09 20:41:41.464082 [ 260 ] {00335c37-7aa1-4b85-b23e-d4918247a130} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3960 | 2025.01.09 20:41:41.464138 [ 260 ] {00335c37-7aa1-4b85-b23e-d4918247a130} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3961 | 2025.01.09 20:41:41.465103 [ 260 ] {00335c37-7aa1-4b85-b23e-d4918247a130} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3962 | 2025.01.09 20:41:41.465524 [ 260 ] {00335c37-7aa1-4b85-b23e-d4918247a130} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3963 | 2025.01.09 20:41:41.465750 [ 101 ] {} <Debug> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3964 | 2025.01.09 20:41:41.465847 [ 101 ] {} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3965 | 2025.01.09 20:41:41.465941 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3966 | 2025.01.09 20:41:41.466296 [ 190 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1723 rows, containing 5 columns (5 merged, 0 gathered) in 0.005331082 sec., 323198.93034847337 rows/sec., 24.50 MiB/sec. | ||
| 3967 | 2025.01.09 20:41:41.466393 [ 199 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 3968 | 2025.01.09 20:41:41.466408 [ 260 ] {00335c37-7aa1-4b85-b23e-d4918247a130} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005049 sec., 1188.3541295306002 rows/sec., 62.09 KiB/sec. | ||
| 3969 | 2025.01.09 20:41:41.466689 [ 190 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3970 | 2025.01.09 20:41:41.466737 [ 260 ] {00335c37-7aa1-4b85-b23e-d4918247a130} <Debug> TCPHandler: Processed in 0.00564054 sec. | ||
| 3971 | 2025.01.09 20:41:41.467027 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3972 | 2025.01.09 20:41:41.467027 [ 199 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3973 | 2025.01.09 20:41:41.467138 [ 199 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 3974 | 2025.01.09 20:41:41.467279 [ 262 ] {fb861589-9ce8-415e-8b8c-e97b6e4cebde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3975 | 2025.01.09 20:41:41.467538 [ 262 ] {fb861589-9ce8-415e-8b8c-e97b6e4cebde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3976 | 2025.01.09 20:41:41.467567 [ 199 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 3977 | 2025.01.09 20:41:41.467837 [ 190 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_26_5} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3978 | 2025.01.09 20:41:41.468273 [ 190 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_26_5} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3979 | 2025.01.09 20:41:41.468525 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3980 | 2025.01.09 20:41:41.468527 [ 199 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 3981 | 2025.01.09 20:41:41.468852 [ 199 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 3982 | 2025.01.09 20:41:41.469278 [ 199 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 3983 | 2025.01.09 20:41:41.469460 [ 199 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 3984 | 2025.01.09 20:41:41.470438 [ 262 ] {fb861589-9ce8-415e-8b8c-e97b6e4cebde} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3985 | 2025.01.09 20:41:41.470520 [ 262 ] {fb861589-9ce8-415e-8b8c-e97b6e4cebde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3986 | 2025.01.09 20:41:41.471625 [ 262 ] {fb861589-9ce8-415e-8b8c-e97b6e4cebde} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3987 | 2025.01.09 20:41:41.472113 [ 187 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.005989478 sec., 11019.324221576571 rows/sec., 575.72 KiB/sec. | ||
| 3988 | 2025.01.09 20:41:41.472189 [ 262 ] {fb861589-9ce8-415e-8b8c-e97b6e4cebde} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3989 | 2025.01.09 20:41:41.472321 [ 187 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3990 | 2025.01.09 20:41:41.472446 [ 101 ] {} <Debug> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3991 | 2025.01.09 20:41:41.472574 [ 101 ] {} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3992 | 2025.01.09 20:41:41.472657 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 3993 | 2025.01.09 20:41:41.472699 [ 262 ] {fb861589-9ce8-415e-8b8c-e97b6e4cebde} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.005502 sec., 32170.119956379498 rows/sec., 2.12 MiB/sec. | ||
| 3994 | 2025.01.09 20:41:41.473301 [ 262 ] {fb861589-9ce8-415e-8b8c-e97b6e4cebde} <Debug> TCPHandler: Processed in 0.00646982 sec. | ||
| 3995 | 2025.01.09 20:41:41.473419 [ 190 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::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 | ||
| 3996 | 2025.01.09 20:41:41.473763 [ 187 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_11_2} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3997 | 2025.01.09 20:41:41.474104 [ 187 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_11_2} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3998 | 2025.01.09 20:41:41.474171 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3999 | 2025.01.09 20:41:41.474175 [ 190 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4000 | 2025.01.09 20:41:41.474290 [ 190 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6379 rows starting from the beginning of the part | ||
| 4001 | 2025.01.09 20:41:41.474300 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4002 | 2025.01.09 20:41:41.474539 [ 260 ] {e2904df8-e903-40af-b3c3-d224b7c59f82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4003 | 2025.01.09 20:41:41.474671 [ 190 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 20 rows starting from the beginning of the part | ||
| 4004 | 2025.01.09 20:41:41.474708 [ 260 ] {e2904df8-e903-40af-b3c3-d224b7c59f82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4005 | 2025.01.09 20:41:41.474969 [ 190 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 100 rows starting from the beginning of the part | ||
| 4006 | 2025.01.09 20:41:41.475308 [ 190 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 177 rows starting from the beginning of the part | ||
| 4007 | 2025.01.09 20:41:41.475643 [ 190 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 101 rows starting from the beginning of the part | ||
| 4008 | 2025.01.09 20:41:41.475978 [ 190 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 177 rows starting from the beginning of the part | ||
| 4009 | 2025.01.09 20:41:41.477262 [ 260 ] {e2904df8-e903-40af-b3c3-d224b7c59f82} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4010 | 2025.01.09 20:41:41.477316 [ 260 ] {e2904df8-e903-40af-b3c3-d224b7c59f82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 4011 | 2025.01.09 20:41:41.478011 [ 260 ] {e2904df8-e903-40af-b3c3-d224b7c59f82} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4012 | 2025.01.09 20:41:41.478583 [ 260 ] {e2904df8-e903-40af-b3c3-d224b7c59f82} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4013 | 2025.01.09 20:41:41.478966 [ 260 ] {e2904df8-e903-40af-b3c3-d224b7c59f82} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004549 sec., 219.8285337436799 rows/sec., 14.81 KiB/sec. | ||
| 4014 | 2025.01.09 20:41:41.479174 [ 260 ] {e2904df8-e903-40af-b3c3-d224b7c59f82} <Debug> TCPHandler: Processed in 0.00568889 sec. | ||
| 4015 | 2025.01.09 20:41:41.479349 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4016 | 2025.01.09 20:41:41.479511 [ 262 ] {2fe0df4c-2f8d-4dc7-b34a-5da971d4d8b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4017 | 2025.01.09 20:41:41.479604 [ 262 ] {2fe0df4c-2f8d-4dc7-b34a-5da971d4d8b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4018 | 2025.01.09 20:41:41.479940 [ 190 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6954 rows, containing 5 columns (5 merged, 0 gathered) in 0.007146346 sec., 973084.7065059543 rows/sec., 65.15 MiB/sec. | ||
| 4019 | 2025.01.09 20:41:41.480440 [ 190 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4020 | 2025.01.09 20:41:41.480795 [ 190 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4021 | 2025.01.09 20:41:41.480920 [ 190 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4022 | 2025.01.09 20:41:41.481014 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.33 MiB. | ||
| 4023 | 2025.01.09 20:41:41.481199 [ 262 ] {2fe0df4c-2f8d-4dc7-b34a-5da971d4d8b6} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4024 | 2025.01.09 20:41:41.481238 [ 262 ] {2fe0df4c-2f8d-4dc7-b34a-5da971d4d8b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 4025 | 2025.01.09 20:41:41.481857 [ 262 ] {2fe0df4c-2f8d-4dc7-b34a-5da971d4d8b6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4026 | 2025.01.09 20:41:41.482112 [ 262 ] {2fe0df4c-2f8d-4dc7-b34a-5da971d4d8b6} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4027 | 2025.01.09 20:41:41.482459 [ 262 ] {2fe0df4c-2f8d-4dc7-b34a-5da971d4d8b6} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002954 sec., 4400.812457684496 rows/sec., 7.89 MiB/sec. | ||
| 4028 | 2025.01.09 20:41:41.482756 [ 262 ] {2fe0df4c-2f8d-4dc7-b34a-5da971d4d8b6} <Debug> TCPHandler: Processed in 0.003480376 sec. | ||
| 4029 | 2025.01.09 20:41:41.482902 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4030 | 2025.01.09 20:41:41.483015 [ 260 ] {6b0d0402-14a1-49eb-963f-55d0d837359b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4031 | 2025.01.09 20:41:41.483064 [ 260 ] {6b0d0402-14a1-49eb-963f-55d0d837359b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4032 | 2025.01.09 20:41:41.483519 [ 260 ] {6b0d0402-14a1-49eb-963f-55d0d837359b} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4033 | 2025.01.09 20:41:41.483556 [ 260 ] {6b0d0402-14a1-49eb-963f-55d0d837359b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 4034 | 2025.01.09 20:41:41.483997 [ 260 ] {6b0d0402-14a1-49eb-963f-55d0d837359b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4035 | 2025.01.09 20:41:41.484237 [ 260 ] {6b0d0402-14a1-49eb-963f-55d0d837359b} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4036 | 2025.01.09 20:41:41.484398 [ 101 ] {} <Debug> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4037 | 2025.01.09 20:41:41.484456 [ 101 ] {} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4038 | 2025.01.09 20:41:41.484487 [ 260 ] {6b0d0402-14a1-49eb-963f-55d0d837359b} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001465 sec., 35494.88054607509 rows/sec., 2.20 MiB/sec. | ||
| 4039 | 2025.01.09 20:41:41.484502 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 4040 | 2025.01.09 20:41:41.484656 [ 260 ] {6b0d0402-14a1-49eb-963f-55d0d837359b} <Debug> TCPHandler: Processed in 0.001790654 sec. | ||
| 4041 | 2025.01.09 20:41:41.484982 [ 187 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::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 | ||
| 4042 | 2025.01.09 20:41:41.485181 [ 187 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4043 | 2025.01.09 20:41:41.485216 [ 187 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 738 rows starting from the beginning of the part | ||
| 4044 | 2025.01.09 20:41:41.485332 [ 187 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 4045 | 2025.01.09 20:41:41.485532 [ 187 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part | ||
| 4046 | 2025.01.09 20:41:41.485669 [ 187 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 52 rows starting from the beginning of the part | ||
| 4047 | 2025.01.09 20:41:41.485877 [ 187 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part | ||
| 4048 | 2025.01.09 20:41:41.486009 [ 187 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 52 rows starting from the beginning of the part | ||
| 4049 | 2025.01.09 20:41:41.487244 [ 190 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 908 rows, containing 4 columns (4 merged, 0 gathered) in 0.002612744 sec., 347527.3505555845 rows/sec., 22.36 MiB/sec. | ||
| 4050 | 2025.01.09 20:41:41.487404 [ 195 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4051 | 2025.01.09 20:41:41.487687 [ 195 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_26_5} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4052 | 2025.01.09 20:41:41.487762 [ 195 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_26_5} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4053 | 2025.01.09 20:41:41.487835 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 4054 | 2025.01.09 20:41:45.587875 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4055 | 2025.01.09 20:41:45.587941 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4056 | 2025.01.09 20:41:45.693615 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 | ||
| 4057 | 2025.01.09 20:41:45.694743 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4058 | 2025.01.09 20:41:45.694822 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 4059 | 2025.01.09 20:41:45.695384 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4060 | 2025.01.09 20:41:45.695637 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4061 | 2025.01.09 20:41:45.695839 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 4062 | 2025.01.09 20:41:46.226554 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 4063 | 2025.01.09 20:41:46.246771 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4064 | 2025.01.09 20:41:46.246830 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 4065 | 2025.01.09 20:41:46.254123 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4066 | 2025.01.09 20:41:46.254862 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4067 | 2025.01.09 20:41:46.258218 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 4068 | 2025.01.09 20:41:46.436074 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4069 | 2025.01.09 20:41:46.436261 [ 260 ] {9ed072c8-2a97-4007-add8-f1bc632199ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4070 | 2025.01.09 20:41:46.436330 [ 260 ] {9ed072c8-2a97-4007-add8-f1bc632199ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4071 | 2025.01.09 20:41:46.437108 [ 260 ] {9ed072c8-2a97-4007-add8-f1bc632199ab} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4072 | 2025.01.09 20:41:46.437156 [ 260 ] {9ed072c8-2a97-4007-add8-f1bc632199ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 4073 | 2025.01.09 20:41:46.437608 [ 260 ] {9ed072c8-2a97-4007-add8-f1bc632199ab} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4074 | 2025.01.09 20:41:46.437862 [ 260 ] {9ed072c8-2a97-4007-add8-f1bc632199ab} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4075 | 2025.01.09 20:41:46.438104 [ 260 ] {9ed072c8-2a97-4007-add8-f1bc632199ab} <Debug> executeQuery: Read 78 rows, 6.88 KiB in 0.001888 sec., 41313.5593220339 rows/sec., 3.56 MiB/sec. | ||
| 4076 | 2025.01.09 20:41:46.438337 [ 260 ] {9ed072c8-2a97-4007-add8-f1bc632199ab} <Debug> TCPHandler: Processed in 0.002398769 sec. | ||
| 4077 | 2025.01.09 20:41:46.438604 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4078 | 2025.01.09 20:41:46.438794 [ 262 ] {9c99f428-3569-49f2-8bc6-d2923a8a6b23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4079 | 2025.01.09 20:41:46.438868 [ 262 ] {9c99f428-3569-49f2-8bc6-d2923a8a6b23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4080 | 2025.01.09 20:41:46.439613 [ 262 ] {9c99f428-3569-49f2-8bc6-d2923a8a6b23} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4081 | 2025.01.09 20:41:46.439660 [ 262 ] {9c99f428-3569-49f2-8bc6-d2923a8a6b23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 4082 | 2025.01.09 20:41:46.440098 [ 262 ] {9c99f428-3569-49f2-8bc6-d2923a8a6b23} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4083 | 2025.01.09 20:41:46.440347 [ 262 ] {9c99f428-3569-49f2-8bc6-d2923a8a6b23} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4084 | 2025.01.09 20:41:46.440576 [ 262 ] {9c99f428-3569-49f2-8bc6-d2923a8a6b23} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001827 sec., 14230.979748221127 rows/sec., 1.05 MiB/sec. | ||
| 4085 | 2025.01.09 20:41:46.440774 [ 262 ] {9c99f428-3569-49f2-8bc6-d2923a8a6b23} <Debug> TCPHandler: Processed in 0.002296776 sec. | ||
| 4086 | 2025.01.09 20:41:46.440974 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4087 | 2025.01.09 20:41:46.441121 [ 260 ] {9d66e18f-d6a3-4cf0-9929-d3fbde66c346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4088 | 2025.01.09 20:41:46.441181 [ 260 ] {9d66e18f-d6a3-4cf0-9929-d3fbde66c346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4089 | 2025.01.09 20:41:46.441920 [ 260 ] {9d66e18f-d6a3-4cf0-9929-d3fbde66c346} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4090 | 2025.01.09 20:41:46.441966 [ 260 ] {9d66e18f-d6a3-4cf0-9929-d3fbde66c346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 4091 | 2025.01.09 20:41:46.442336 [ 260 ] {9d66e18f-d6a3-4cf0-9929-d3fbde66c346} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4092 | 2025.01.09 20:41:46.442579 [ 260 ] {9d66e18f-d6a3-4cf0-9929-d3fbde66c346} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4093 | 2025.01.09 20:41:46.442810 [ 260 ] {9d66e18f-d6a3-4cf0-9929-d3fbde66c346} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001723 sec., 31340.684852002323 rows/sec., 2.45 MiB/sec. | ||
| 4094 | 2025.01.09 20:41:46.442940 [ 260 ] {9d66e18f-d6a3-4cf0-9929-d3fbde66c346} <Debug> TCPHandler: Processed in 0.00205414 sec. | ||
| 4095 | 2025.01.09 20:41:46.443112 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4096 | 2025.01.09 20:41:46.443237 [ 262 ] {1fa71a63-99a9-45b6-8810-7edb6c1c0f89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4097 | 2025.01.09 20:41:46.443296 [ 262 ] {1fa71a63-99a9-45b6-8810-7edb6c1c0f89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4098 | 2025.01.09 20:41:46.443871 [ 262 ] {1fa71a63-99a9-45b6-8810-7edb6c1c0f89} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4099 | 2025.01.09 20:41:46.443911 [ 262 ] {1fa71a63-99a9-45b6-8810-7edb6c1c0f89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 4100 | 2025.01.09 20:41:46.444302 [ 262 ] {1fa71a63-99a9-45b6-8810-7edb6c1c0f89} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4101 | 2025.01.09 20:41:46.444536 [ 262 ] {1fa71a63-99a9-45b6-8810-7edb6c1c0f89} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4102 | 2025.01.09 20:41:46.444733 [ 262 ] {1fa71a63-99a9-45b6-8810-7edb6c1c0f89} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001564 sec., 63938.6189258312 rows/sec., 4.43 MiB/sec. | ||
| 4103 | 2025.01.09 20:41:46.444943 [ 262 ] {1fa71a63-99a9-45b6-8810-7edb6c1c0f89} <Debug> TCPHandler: Processed in 0.001937518 sec. | ||
| 4104 | 2025.01.09 20:41:46.445196 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4105 | 2025.01.09 20:41:46.445341 [ 260 ] {f8edb8c7-5a05-43b1-a943-0d78421966c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4106 | 2025.01.09 20:41:46.445437 [ 260 ] {f8edb8c7-5a05-43b1-a943-0d78421966c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4107 | 2025.01.09 20:41:46.446700 [ 260 ] {f8edb8c7-5a05-43b1-a943-0d78421966c5} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4108 | 2025.01.09 20:41:46.446740 [ 260 ] {f8edb8c7-5a05-43b1-a943-0d78421966c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 4109 | 2025.01.09 20:41:46.447409 [ 260 ] {f8edb8c7-5a05-43b1-a943-0d78421966c5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4110 | 2025.01.09 20:41:46.447667 [ 260 ] {f8edb8c7-5a05-43b1-a943-0d78421966c5} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4111 | 2025.01.09 20:41:46.447951 [ 260 ] {f8edb8c7-5a05-43b1-a943-0d78421966c5} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002638 sec., 9855.95147839272 rows/sec., 17.66 MiB/sec. | ||
| 4112 | 2025.01.09 20:41:46.448109 [ 260 ] {f8edb8c7-5a05-43b1-a943-0d78421966c5} <Debug> TCPHandler: Processed in 0.002995414 sec. | ||
| 4113 | 2025.01.09 20:41:46.448290 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4114 | 2025.01.09 20:41:46.448413 [ 262 ] {1a5f0158-5e91-42b9-b640-c694bcc69db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4115 | 2025.01.09 20:41:46.448467 [ 262 ] {1a5f0158-5e91-42b9-b640-c694bcc69db9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4116 | 2025.01.09 20:41:46.448949 [ 262 ] {1a5f0158-5e91-42b9-b640-c694bcc69db9} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4117 | 2025.01.09 20:41:46.448988 [ 262 ] {1a5f0158-5e91-42b9-b640-c694bcc69db9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 4118 | 2025.01.09 20:41:46.449357 [ 262 ] {1a5f0158-5e91-42b9-b640-c694bcc69db9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4119 | 2025.01.09 20:41:46.449588 [ 262 ] {1a5f0158-5e91-42b9-b640-c694bcc69db9} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4120 | 2025.01.09 20:41:46.449763 [ 262 ] {1a5f0158-5e91-42b9-b640-c694bcc69db9} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001376 sec., 21802.325581395347 rows/sec., 1.49 MiB/sec. | ||
| 4121 | 2025.01.09 20:41:46.449815 [ 262 ] {1a5f0158-5e91-42b9-b640-c694bcc69db9} <Debug> TCPHandler: Processed in 0.001581939 sec. | ||
| 4122 | 2025.01.09 20:41:49.728443 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4123 | 2025.01.09 20:41:49.728663 [ 260 ] {f3c180fe-2207-4853-8cd0-ae5624b8bec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4124 | 2025.01.09 20:41:49.728759 [ 260 ] {f3c180fe-2207-4853-8cd0-ae5624b8bec7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4125 | 2025.01.09 20:41:49.729674 [ 260 ] {f3c180fe-2207-4853-8cd0-ae5624b8bec7} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4126 | 2025.01.09 20:41:49.729735 [ 260 ] {f3c180fe-2207-4853-8cd0-ae5624b8bec7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 4127 | 2025.01.09 20:41:49.730212 [ 260 ] {f3c180fe-2207-4853-8cd0-ae5624b8bec7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4128 | 2025.01.09 20:41:49.730464 [ 260 ] {f3c180fe-2207-4853-8cd0-ae5624b8bec7} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4129 | 2025.01.09 20:41:49.730700 [ 260 ] {f3c180fe-2207-4853-8cd0-ae5624b8bec7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002104 sec., 6653.9923954372625 rows/sec., 479.00 KiB/sec. | ||
| 4130 | 2025.01.09 20:41:49.730760 [ 260 ] {f3c180fe-2207-4853-8cd0-ae5624b8bec7} <Debug> TCPHandler: Processed in 0.00244844 sec. | ||
| 4131 | 2025.01.09 20:41:49.731049 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4132 | 2025.01.09 20:41:49.731251 [ 262 ] {a9767a9e-9a64-4497-83f5-1ee66b2150f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4133 | 2025.01.09 20:41:49.731330 [ 262 ] {a9767a9e-9a64-4497-83f5-1ee66b2150f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4134 | 2025.01.09 20:41:49.732103 [ 262 ] {a9767a9e-9a64-4497-83f5-1ee66b2150f6} <Trace> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4135 | 2025.01.09 20:41:49.732158 [ 262 ] {a9767a9e-9a64-4497-83f5-1ee66b2150f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 4136 | 2025.01.09 20:41:49.732594 [ 262 ] {a9767a9e-9a64-4497-83f5-1ee66b2150f6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4137 | 2025.01.09 20:41:49.732851 [ 262 ] {a9767a9e-9a64-4497-83f5-1ee66b2150f6} <Trace> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4138 | 2025.01.09 20:41:49.733100 [ 262 ] {a9767a9e-9a64-4497-83f5-1ee66b2150f6} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001905 sec., 6299.212598425197 rows/sec., 513.66 KiB/sec. | ||
| 4139 | 2025.01.09 20:41:49.733168 [ 262 ] {a9767a9e-9a64-4497-83f5-1ee66b2150f6} <Debug> TCPHandler: Processed in 0.002261966 sec. | ||
| 4140 | 2025.01.09 20:41:49.733326 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4141 | 2025.01.09 20:41:49.733454 [ 260 ] {c2d13007-af5b-4d8c-bba6-fa6bd14cabbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4142 | 2025.01.09 20:41:49.733507 [ 260 ] {c2d13007-af5b-4d8c-bba6-fa6bd14cabbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4143 | 2025.01.09 20:41:49.734803 [ 260 ] {c2d13007-af5b-4d8c-bba6-fa6bd14cabbf} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4144 | 2025.01.09 20:41:49.734842 [ 260 ] {c2d13007-af5b-4d8c-bba6-fa6bd14cabbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 4145 | 2025.01.09 20:41:49.735250 [ 260 ] {c2d13007-af5b-4d8c-bba6-fa6bd14cabbf} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4146 | 2025.01.09 20:41:49.735565 [ 260 ] {c2d13007-af5b-4d8c-bba6-fa6bd14cabbf} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4147 | 2025.01.09 20:41:49.735805 [ 260 ] {c2d13007-af5b-4d8c-bba6-fa6bd14cabbf} <Debug> executeQuery: Read 1345 rows, 115.16 KiB in 0.002376 sec., 566077.4410774411 rows/sec., 47.33 MiB/sec. | ||
| 4148 | 2025.01.09 20:41:49.735973 [ 260 ] {c2d13007-af5b-4d8c-bba6-fa6bd14cabbf} <Debug> TCPHandler: Processed in 0.002702797 sec. | ||
| 4149 | 2025.01.09 20:41:49.736170 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4150 | 2025.01.09 20:41:49.736299 [ 262 ] {3107378a-5405-491f-afb7-9f351d25f57c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4151 | 2025.01.09 20:41:49.736352 [ 262 ] {3107378a-5405-491f-afb7-9f351d25f57c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4152 | 2025.01.09 20:41:49.736986 [ 262 ] {3107378a-5405-491f-afb7-9f351d25f57c} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4153 | 2025.01.09 20:41:49.737030 [ 262 ] {3107378a-5405-491f-afb7-9f351d25f57c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 4154 | 2025.01.09 20:41:49.737397 [ 262 ] {3107378a-5405-491f-afb7-9f351d25f57c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4155 | 2025.01.09 20:41:49.737630 [ 262 ] {3107378a-5405-491f-afb7-9f351d25f57c} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4156 | 2025.01.09 20:41:49.737852 [ 262 ] {3107378a-5405-491f-afb7-9f351d25f57c} <Debug> executeQuery: Read 32 rows, 2.27 KiB in 0.001583 sec., 20214.782059380923 rows/sec., 1.40 MiB/sec. | ||
| 4157 | 2025.01.09 20:41:49.737908 [ 262 ] {3107378a-5405-491f-afb7-9f351d25f57c} <Debug> TCPHandler: Processed in 0.001823895 sec. | ||
| 4158 | 2025.01.09 20:41:49.738068 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4159 | 2025.01.09 20:41:49.738189 [ 260 ] {f2ea21bf-57e0-41f6-a9ee-edc53dcfa038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4160 | 2025.01.09 20:41:49.738242 [ 260 ] {f2ea21bf-57e0-41f6-a9ee-edc53dcfa038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4161 | 2025.01.09 20:41:49.739063 [ 260 ] {f2ea21bf-57e0-41f6-a9ee-edc53dcfa038} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4162 | 2025.01.09 20:41:49.739112 [ 260 ] {f2ea21bf-57e0-41f6-a9ee-edc53dcfa038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 4163 | 2025.01.09 20:41:49.739515 [ 260 ] {f2ea21bf-57e0-41f6-a9ee-edc53dcfa038} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4164 | 2025.01.09 20:41:49.739764 [ 260 ] {f2ea21bf-57e0-41f6-a9ee-edc53dcfa038} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4165 | 2025.01.09 20:41:49.739971 [ 260 ] {f2ea21bf-57e0-41f6-a9ee-edc53dcfa038} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001805 sec., 134072.0221606648 rows/sec., 9.08 MiB/sec. | ||
| 4166 | 2025.01.09 20:41:49.740024 [ 260 ] {f2ea21bf-57e0-41f6-a9ee-edc53dcfa038} <Debug> TCPHandler: Processed in 0.00201625 sec. | ||
| 4167 | 2025.01.09 20:41:49.740181 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4168 | 2025.01.09 20:41:49.740316 [ 262 ] {11689d0f-8180-41a5-a3c9-1c0271515bab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4169 | 2025.01.09 20:41:49.740376 [ 262 ] {11689d0f-8180-41a5-a3c9-1c0271515bab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4170 | 2025.01.09 20:41:49.741061 [ 262 ] {11689d0f-8180-41a5-a3c9-1c0271515bab} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4171 | 2025.01.09 20:41:49.741110 [ 262 ] {11689d0f-8180-41a5-a3c9-1c0271515bab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 4172 | 2025.01.09 20:41:49.741496 [ 262 ] {11689d0f-8180-41a5-a3c9-1c0271515bab} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4173 | 2025.01.09 20:41:49.741734 [ 262 ] {11689d0f-8180-41a5-a3c9-1c0271515bab} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4174 | 2025.01.09 20:41:49.741980 [ 262 ] {11689d0f-8180-41a5-a3c9-1c0271515bab} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001694 sec., 7674.144037780402 rows/sec., 478.48 KiB/sec. | ||
| 4175 | 2025.01.09 20:41:49.742191 [ 262 ] {11689d0f-8180-41a5-a3c9-1c0271515bab} <Debug> TCPHandler: Processed in 0.002068401 sec. | ||
| 4176 | 2025.01.09 20:41:49.742343 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4177 | 2025.01.09 20:41:49.742514 [ 260 ] {afc71493-679a-46c7-8b73-482c8ef3c031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4178 | 2025.01.09 20:41:49.742574 [ 260 ] {afc71493-679a-46c7-8b73-482c8ef3c031} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4179 | 2025.01.09 20:41:49.743578 [ 260 ] {afc71493-679a-46c7-8b73-482c8ef3c031} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4180 | 2025.01.09 20:41:49.743620 [ 260 ] {afc71493-679a-46c7-8b73-482c8ef3c031} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 4181 | 2025.01.09 20:41:49.744015 [ 260 ] {afc71493-679a-46c7-8b73-482c8ef3c031} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4182 | 2025.01.09 20:41:49.744252 [ 260 ] {afc71493-679a-46c7-8b73-482c8ef3c031} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4183 | 2025.01.09 20:41:49.744467 [ 260 ] {afc71493-679a-46c7-8b73-482c8ef3c031} <Debug> executeQuery: Read 827 rows, 61.11 KiB in 0.001985 sec., 416624.68513853906 rows/sec., 30.07 MiB/sec. | ||
| 4184 | 2025.01.09 20:41:49.744520 [ 260 ] {afc71493-679a-46c7-8b73-482c8ef3c031} <Debug> TCPHandler: Processed in 0.002235345 sec. | ||
| 4185 | 2025.01.09 20:41:49.744662 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4186 | 2025.01.09 20:41:49.744783 [ 262 ] {42b4aa22-404f-4083-9986-730a76ba72b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4187 | 2025.01.09 20:41:49.744834 [ 262 ] {42b4aa22-404f-4083-9986-730a76ba72b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4188 | 2025.01.09 20:41:49.745310 [ 262 ] {42b4aa22-404f-4083-9986-730a76ba72b5} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4189 | 2025.01.09 20:41:49.745347 [ 262 ] {42b4aa22-404f-4083-9986-730a76ba72b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 4190 | 2025.01.09 20:41:49.745702 [ 262 ] {42b4aa22-404f-4083-9986-730a76ba72b5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4191 | 2025.01.09 20:41:49.745937 [ 262 ] {42b4aa22-404f-4083-9986-730a76ba72b5} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4192 | 2025.01.09 20:41:49.746135 [ 262 ] {42b4aa22-404f-4083-9986-730a76ba72b5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001371 sec., 4376.367614879649 rows/sec., 228.65 KiB/sec. | ||
| 4193 | 2025.01.09 20:41:49.746219 [ 262 ] {42b4aa22-404f-4083-9986-730a76ba72b5} <Debug> TCPHandler: Processed in 0.00161018 sec. | ||
| 4194 | 2025.01.09 20:41:49.746382 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4195 | 2025.01.09 20:41:49.746527 [ 260 ] {22ca4c80-238d-4c78-a409-26cb671b0b7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4196 | 2025.01.09 20:41:49.746595 [ 260 ] {22ca4c80-238d-4c78-a409-26cb671b0b7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4197 | 2025.01.09 20:41:49.747420 [ 260 ] {22ca4c80-238d-4c78-a409-26cb671b0b7e} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4198 | 2025.01.09 20:41:49.747460 [ 260 ] {22ca4c80-238d-4c78-a409-26cb671b0b7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 4199 | 2025.01.09 20:41:49.747885 [ 260 ] {22ca4c80-238d-4c78-a409-26cb671b0b7e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4200 | 2025.01.09 20:41:49.748118 [ 260 ] {22ca4c80-238d-4c78-a409-26cb671b0b7e} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4201 | 2025.01.09 20:41:49.748364 [ 260 ] {22ca4c80-238d-4c78-a409-26cb671b0b7e} <Debug> executeQuery: Read 1009 rows, 68.79 KiB in 0.001869 sec., 539860.888175495 rows/sec., 35.94 MiB/sec. | ||
| 4202 | 2025.01.09 20:41:49.748546 [ 260 ] {22ca4c80-238d-4c78-a409-26cb671b0b7e} <Debug> TCPHandler: Processed in 0.002236045 sec. | ||
| 4203 | 2025.01.09 20:41:49.748748 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4204 | 2025.01.09 20:41:49.748866 [ 262 ] {ad01cbcf-de17-4db0-82fa-024043f9ba79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4205 | 2025.01.09 20:41:49.748918 [ 262 ] {ad01cbcf-de17-4db0-82fa-024043f9ba79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4206 | 2025.01.09 20:41:49.749396 [ 262 ] {ad01cbcf-de17-4db0-82fa-024043f9ba79} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4207 | 2025.01.09 20:41:49.749434 [ 262 ] {ad01cbcf-de17-4db0-82fa-024043f9ba79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 4208 | 2025.01.09 20:41:49.749782 [ 262 ] {ad01cbcf-de17-4db0-82fa-024043f9ba79} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4209 | 2025.01.09 20:41:49.750016 [ 262 ] {ad01cbcf-de17-4db0-82fa-024043f9ba79} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4210 | 2025.01.09 20:41:49.750198 [ 262 ] {ad01cbcf-de17-4db0-82fa-024043f9ba79} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001357 sec., 736.9196757553427 rows/sec., 49.66 KiB/sec. | ||
| 4211 | 2025.01.09 20:41:49.750250 [ 262 ] {ad01cbcf-de17-4db0-82fa-024043f9ba79} <Debug> TCPHandler: Processed in 0.001595689 sec. | ||
| 4212 | 2025.01.09 20:41:49.750402 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4213 | 2025.01.09 20:41:49.750539 [ 260 ] {e32513d4-83ca-4532-a440-0bc21d8208a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4214 | 2025.01.09 20:41:49.750634 [ 260 ] {e32513d4-83ca-4532-a440-0bc21d8208a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4215 | 2025.01.09 20:41:49.751819 [ 260 ] {e32513d4-83ca-4532-a440-0bc21d8208a4} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4216 | 2025.01.09 20:41:49.751857 [ 260 ] {e32513d4-83ca-4532-a440-0bc21d8208a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 4217 | 2025.01.09 20:41:49.752447 [ 260 ] {e32513d4-83ca-4532-a440-0bc21d8208a4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4218 | 2025.01.09 20:41:49.752700 [ 260 ] {e32513d4-83ca-4532-a440-0bc21d8208a4} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4219 | 2025.01.09 20:41:49.752934 [ 260 ] {e32513d4-83ca-4532-a440-0bc21d8208a4} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002425 sec., 5360.8247422680415 rows/sec., 9.61 MiB/sec. | ||
| 4220 | 2025.01.09 20:41:49.753027 [ 260 ] {e32513d4-83ca-4532-a440-0bc21d8208a4} <Debug> TCPHandler: Processed in 0.002693617 sec. | ||
| 4221 | 2025.01.09 20:41:49.753159 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4222 | 2025.01.09 20:41:49.753283 [ 262 ] {7bb7a031-2fd9-4377-83df-68211f62b800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4223 | 2025.01.09 20:41:49.753344 [ 262 ] {7bb7a031-2fd9-4377-83df-68211f62b800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4224 | 2025.01.09 20:41:49.753903 [ 262 ] {7bb7a031-2fd9-4377-83df-68211f62b800} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4225 | 2025.01.09 20:41:49.753948 [ 262 ] {7bb7a031-2fd9-4377-83df-68211f62b800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.87 GiB. | ||
| 4226 | 2025.01.09 20:41:49.754361 [ 262 ] {7bb7a031-2fd9-4377-83df-68211f62b800} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4227 | 2025.01.09 20:41:49.754595 [ 262 ] {7bb7a031-2fd9-4377-83df-68211f62b800} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4228 | 2025.01.09 20:41:49.754770 [ 262 ] {7bb7a031-2fd9-4377-83df-68211f62b800} <Debug> executeQuery: Read 46 rows, 2.88 KiB in 0.001517 sec., 30323.005932762033 rows/sec., 1.85 MiB/sec. | ||
| 4229 | 2025.01.09 20:41:49.754823 [ 262 ] {7bb7a031-2fd9-4377-83df-68211f62b800} <Debug> TCPHandler: Processed in 0.001719092 sec. | ||
| 4230 | 2025.01.09 20:41:50.724545 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 608 | ||
| 4231 | 2025.01.09 20:41:50.728125 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4232 | 2025.01.09 20:41:50.728183 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4233 | 2025.01.09 20:41:50.729677 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4234 | 2025.01.09 20:41:50.729992 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4235 | 2025.01.09 20:41:50.730588 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 608 | ||
| 4236 | 2025.01.09 20:41:51.431353 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4237 | 2025.01.09 20:41:51.431566 [ 260 ] {75b7c031-ebe8-4dac-b254-5bcae4cbe9df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4238 | 2025.01.09 20:41:51.431644 [ 260 ] {75b7c031-ebe8-4dac-b254-5bcae4cbe9df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4239 | 2025.01.09 20:41:51.432482 [ 260 ] {75b7c031-ebe8-4dac-b254-5bcae4cbe9df} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4240 | 2025.01.09 20:41:51.432525 [ 260 ] {75b7c031-ebe8-4dac-b254-5bcae4cbe9df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4241 | 2025.01.09 20:41:51.432958 [ 260 ] {75b7c031-ebe8-4dac-b254-5bcae4cbe9df} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4242 | 2025.01.09 20:41:51.433212 [ 260 ] {75b7c031-ebe8-4dac-b254-5bcae4cbe9df} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4243 | 2025.01.09 20:41:51.433408 [ 260 ] {75b7c031-ebe8-4dac-b254-5bcae4cbe9df} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001901 sec., 13677.012098895319 rows/sec., 1.03 MiB/sec. | ||
| 4244 | 2025.01.09 20:41:51.433462 [ 260 ] {75b7c031-ebe8-4dac-b254-5bcae4cbe9df} <Debug> TCPHandler: Processed in 0.002244366 sec. | ||
| 4245 | 2025.01.09 20:41:51.433731 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4246 | 2025.01.09 20:41:51.433937 [ 262 ] {2a73da6c-3430-49ae-9dc8-94e65474addf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4247 | 2025.01.09 20:41:51.434013 [ 262 ] {2a73da6c-3430-49ae-9dc8-94e65474addf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4248 | 2025.01.09 20:41:51.434801 [ 262 ] {2a73da6c-3430-49ae-9dc8-94e65474addf} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4249 | 2025.01.09 20:41:51.434856 [ 262 ] {2a73da6c-3430-49ae-9dc8-94e65474addf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4250 | 2025.01.09 20:41:51.435305 [ 262 ] {2a73da6c-3430-49ae-9dc8-94e65474addf} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4251 | 2025.01.09 20:41:51.435561 [ 262 ] {2a73da6c-3430-49ae-9dc8-94e65474addf} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4252 | 2025.01.09 20:41:51.435807 [ 262 ] {2a73da6c-3430-49ae-9dc8-94e65474addf} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001926 sec., 14537.90238836968 rows/sec., 1.13 MiB/sec. | ||
| 4253 | 2025.01.09 20:41:51.435874 [ 262 ] {2a73da6c-3430-49ae-9dc8-94e65474addf} <Debug> TCPHandler: Processed in 0.002285046 sec. | ||
| 4254 | 2025.01.09 20:41:51.436041 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4255 | 2025.01.09 20:41:51.436164 [ 260 ] {2eadb940-d0fc-4a0e-ad92-47674505ae2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4256 | 2025.01.09 20:41:51.436218 [ 260 ] {2eadb940-d0fc-4a0e-ad92-47674505ae2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4257 | 2025.01.09 20:41:51.436776 [ 260 ] {2eadb940-d0fc-4a0e-ad92-47674505ae2d} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4258 | 2025.01.09 20:41:51.436815 [ 260 ] {2eadb940-d0fc-4a0e-ad92-47674505ae2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4259 | 2025.01.09 20:41:51.437196 [ 260 ] {2eadb940-d0fc-4a0e-ad92-47674505ae2d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4260 | 2025.01.09 20:41:51.437438 [ 260 ] {2eadb940-d0fc-4a0e-ad92-47674505ae2d} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4261 | 2025.01.09 20:41:51.437649 [ 260 ] {2eadb940-d0fc-4a0e-ad92-47674505ae2d} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.001511 sec., 13236.267372600927 rows/sec., 939.72 KiB/sec. | ||
| 4262 | 2025.01.09 20:41:51.437701 [ 260 ] {2eadb940-d0fc-4a0e-ad92-47674505ae2d} <Debug> TCPHandler: Processed in 0.001715462 sec. | ||
| 4263 | 2025.01.09 20:41:51.437862 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4264 | 2025.01.09 20:41:51.437991 [ 262 ] {aa9cddd6-6e9b-4d0b-880c-70369a85e5d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4265 | 2025.01.09 20:41:51.438046 [ 262 ] {aa9cddd6-6e9b-4d0b-880c-70369a85e5d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4266 | 2025.01.09 20:41:51.438686 [ 262 ] {aa9cddd6-6e9b-4d0b-880c-70369a85e5d6} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4267 | 2025.01.09 20:41:51.438727 [ 262 ] {aa9cddd6-6e9b-4d0b-880c-70369a85e5d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4268 | 2025.01.09 20:41:51.439110 [ 262 ] {aa9cddd6-6e9b-4d0b-880c-70369a85e5d6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4269 | 2025.01.09 20:41:51.439354 [ 262 ] {aa9cddd6-6e9b-4d0b-880c-70369a85e5d6} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4270 | 2025.01.09 20:41:51.439566 [ 262 ] {aa9cddd6-6e9b-4d0b-880c-70369a85e5d6} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.001606 sec., 3735.9900373599003 rows/sec., 262.08 KiB/sec. | ||
| 4271 | 2025.01.09 20:41:51.439622 [ 262 ] {aa9cddd6-6e9b-4d0b-880c-70369a85e5d6} <Debug> TCPHandler: Processed in 0.001820215 sec. | ||
| 4272 | 2025.01.09 20:41:53.196312 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 | ||
| 4273 | 2025.01.09 20:41:53.197058 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4274 | 2025.01.09 20:41:53.197114 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4275 | 2025.01.09 20:41:53.197729 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4276 | 2025.01.09 20:41:53.197979 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4277 | 2025.01.09 20:41:53.198271 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 | ||
| 4278 | 2025.01.09 20:41:53.758604 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4279 | 2025.01.09 20:41:53.780965 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4280 | 2025.01.09 20:41:53.781038 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4281 | 2025.01.09 20:41:53.788818 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4282 | 2025.01.09 20:41:53.789623 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4283 | 2025.01.09 20:41:53.793304 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4284 | 2025.01.09 20:41:56.437492 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4285 | 2025.01.09 20:41:56.437727 [ 260 ] {3a99617a-eb6d-42cd-882a-e1ddcc36c3ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4286 | 2025.01.09 20:41:56.437808 [ 260 ] {3a99617a-eb6d-42cd-882a-e1ddcc36c3ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4287 | 2025.01.09 20:41:56.438692 [ 260 ] {3a99617a-eb6d-42cd-882a-e1ddcc36c3ba} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4288 | 2025.01.09 20:41:56.438743 [ 260 ] {3a99617a-eb6d-42cd-882a-e1ddcc36c3ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4289 | 2025.01.09 20:41:56.439211 [ 260 ] {3a99617a-eb6d-42cd-882a-e1ddcc36c3ba} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4290 | 2025.01.09 20:41:56.439481 [ 260 ] {3a99617a-eb6d-42cd-882a-e1ddcc36c3ba} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4291 | 2025.01.09 20:41:56.439753 [ 260 ] {3a99617a-eb6d-42cd-882a-e1ddcc36c3ba} <Debug> executeQuery: Read 78 rows, 6.88 KiB in 0.002084 sec., 37428.02303262956 rows/sec., 3.22 MiB/sec. | ||
| 4292 | 2025.01.09 20:41:56.439893 [ 260 ] {3a99617a-eb6d-42cd-882a-e1ddcc36c3ba} <Debug> TCPHandler: Processed in 0.002538183 sec. | ||
| 4293 | 2025.01.09 20:41:56.440179 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4294 | 2025.01.09 20:41:56.440376 [ 262 ] {1acf5088-3ef9-449e-a2a3-a9703b7fb38c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4295 | 2025.01.09 20:41:56.440455 [ 262 ] {1acf5088-3ef9-449e-a2a3-a9703b7fb38c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4296 | 2025.01.09 20:41:56.441207 [ 262 ] {1acf5088-3ef9-449e-a2a3-a9703b7fb38c} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4297 | 2025.01.09 20:41:56.441261 [ 262 ] {1acf5088-3ef9-449e-a2a3-a9703b7fb38c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4298 | 2025.01.09 20:41:56.441699 [ 262 ] {1acf5088-3ef9-449e-a2a3-a9703b7fb38c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4299 | 2025.01.09 20:41:56.441961 [ 262 ] {1acf5088-3ef9-449e-a2a3-a9703b7fb38c} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4300 | 2025.01.09 20:41:56.442149 [ 83 ] {} <Debug> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 4301 | 2025.01.09 20:41:56.442237 [ 262 ] {1acf5088-3ef9-449e-a2a3-a9703b7fb38c} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001904 sec., 13655.46218487395 rows/sec., 1.00 MiB/sec. | ||
| 4302 | 2025.01.09 20:41:56.442245 [ 83 ] {} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4303 | 2025.01.09 20:41:56.442327 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4304 | 2025.01.09 20:41:56.442385 [ 262 ] {1acf5088-3ef9-449e-a2a3-a9703b7fb38c} <Debug> TCPHandler: Processed in 0.002340788 sec. | ||
| 4305 | 2025.01.09 20:41:56.442700 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4306 | 2025.01.09 20:41:56.442844 [ 187 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::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 | ||
| 4307 | 2025.01.09 20:41:56.443082 [ 260 ] {8a6155eb-83cb-40d5-99ce-747be8ac4420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4308 | 2025.01.09 20:41:56.443179 [ 260 ] {8a6155eb-83cb-40d5-99ce-747be8ac4420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4309 | 2025.01.09 20:41:56.443195 [ 187 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4310 | 2025.01.09 20:41:56.443307 [ 187 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 54 rows starting from the beginning of the part | ||
| 4311 | 2025.01.09 20:41:56.443615 [ 187 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 28 rows starting from the beginning of the part | ||
| 4312 | 2025.01.09 20:41:56.443977 [ 187 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 20 rows starting from the beginning of the part | ||
| 4313 | 2025.01.09 20:41:56.444345 [ 187 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part | ||
| 4314 | 2025.01.09 20:41:56.444635 [ 187 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 32 rows starting from the beginning of the part | ||
| 4315 | 2025.01.09 20:41:56.444918 [ 187 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part | ||
| 4316 | 2025.01.09 20:41:56.446131 [ 260 ] {8a6155eb-83cb-40d5-99ce-747be8ac4420} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4317 | 2025.01.09 20:41:56.446212 [ 260 ] {8a6155eb-83cb-40d5-99ce-747be8ac4420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4318 | 2025.01.09 20:41:56.447284 [ 260 ] {8a6155eb-83cb-40d5-99ce-747be8ac4420} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4319 | 2025.01.09 20:41:56.447725 [ 190 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 5 columns (5 merged, 0 gathered) in 0.0052839 sec., 35201.27178788395 rows/sec., 2.66 MiB/sec. | ||
| 4320 | 2025.01.09 20:41:56.447810 [ 260 ] {8a6155eb-83cb-40d5-99ce-747be8ac4420} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4321 | 2025.01.09 20:41:56.447945 [ 190 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 4322 | 2025.01.09 20:41:56.448261 [ 260 ] {8a6155eb-83cb-40d5-99ce-747be8ac4420} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.005265 sec., 10256.410256410258 rows/sec., 820.20 KiB/sec. | ||
| 4323 | 2025.01.09 20:41:56.448434 [ 260 ] {8a6155eb-83cb-40d5-99ce-747be8ac4420} <Debug> TCPHandler: Processed in 0.005920067 sec. | ||
| 4324 | 2025.01.09 20:41:56.448631 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4325 | 2025.01.09 20:41:56.448637 [ 190 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_20_4} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4326 | 2025.01.09 20:41:56.448752 [ 190 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_20_4} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 4327 | 2025.01.09 20:41:56.448799 [ 262 ] {279e4b75-fc42-48f9-99a4-b05f3a31843d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4328 | 2025.01.09 20:41:56.448862 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4329 | 2025.01.09 20:41:56.448897 [ 262 ] {279e4b75-fc42-48f9-99a4-b05f3a31843d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4330 | 2025.01.09 20:41:56.449561 [ 262 ] {279e4b75-fc42-48f9-99a4-b05f3a31843d} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4331 | 2025.01.09 20:41:56.449608 [ 262 ] {279e4b75-fc42-48f9-99a4-b05f3a31843d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4332 | 2025.01.09 20:41:56.450005 [ 262 ] {279e4b75-fc42-48f9-99a4-b05f3a31843d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4333 | 2025.01.09 20:41:56.450244 [ 262 ] {279e4b75-fc42-48f9-99a4-b05f3a31843d} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4334 | 2025.01.09 20:41:56.450478 [ 262 ] {279e4b75-fc42-48f9-99a4-b05f3a31843d} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00172 sec., 58139.53488372093 rows/sec., 4.03 MiB/sec. | ||
| 4335 | 2025.01.09 20:41:56.450535 [ 262 ] {279e4b75-fc42-48f9-99a4-b05f3a31843d} <Debug> TCPHandler: Processed in 0.001981179 sec. | ||
| 4336 | 2025.01.09 20:41:56.450718 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4337 | 2025.01.09 20:41:56.450867 [ 260 ] {529a4235-7e3a-4d7c-83b5-9661a0677a80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4338 | 2025.01.09 20:41:56.450966 [ 260 ] {529a4235-7e3a-4d7c-83b5-9661a0677a80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4339 | 2025.01.09 20:41:56.452240 [ 260 ] {529a4235-7e3a-4d7c-83b5-9661a0677a80} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4340 | 2025.01.09 20:41:56.452279 [ 260 ] {529a4235-7e3a-4d7c-83b5-9661a0677a80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4341 | 2025.01.09 20:41:56.452939 [ 260 ] {529a4235-7e3a-4d7c-83b5-9661a0677a80} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4342 | 2025.01.09 20:41:56.453191 [ 260 ] {529a4235-7e3a-4d7c-83b5-9661a0677a80} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4343 | 2025.01.09 20:41:56.453421 [ 260 ] {529a4235-7e3a-4d7c-83b5-9661a0677a80} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00259 sec., 10038.610038610039 rows/sec., 17.99 MiB/sec. | ||
| 4344 | 2025.01.09 20:41:56.453515 [ 260 ] {529a4235-7e3a-4d7c-83b5-9661a0677a80} <Debug> TCPHandler: Processed in 0.00286644 sec. | ||
| 4345 | 2025.01.09 20:41:56.453704 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4346 | 2025.01.09 20:41:56.453863 [ 262 ] {4cee3353-0146-430f-ad52-19423c45bf4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4347 | 2025.01.09 20:41:56.453922 [ 262 ] {4cee3353-0146-430f-ad52-19423c45bf4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4348 | 2025.01.09 20:41:56.454423 [ 262 ] {4cee3353-0146-430f-ad52-19423c45bf4b} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4349 | 2025.01.09 20:41:56.454464 [ 262 ] {4cee3353-0146-430f-ad52-19423c45bf4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4350 | 2025.01.09 20:41:56.454871 [ 262 ] {4cee3353-0146-430f-ad52-19423c45bf4b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4351 | 2025.01.09 20:41:56.455119 [ 262 ] {4cee3353-0146-430f-ad52-19423c45bf4b} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4352 | 2025.01.09 20:41:56.455385 [ 262 ] {4cee3353-0146-430f-ad52-19423c45bf4b} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001546 sec., 19404.915912031047 rows/sec., 1.33 MiB/sec. | ||
| 4353 | 2025.01.09 20:41:56.455586 [ 262 ] {4cee3353-0146-430f-ad52-19423c45bf4b} <Debug> TCPHandler: Processed in 0.001954409 sec. | ||
| 4354 | 2025.01.09 20:42:00.588002 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4355 | 2025.01.09 20:42:00.588064 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4356 | 2025.01.09 20:42:00.698565 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 | ||
| 4357 | 2025.01.09 20:42:00.699152 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4358 | 2025.01.09 20:42:00.699205 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4359 | 2025.01.09 20:42:00.699816 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4360 | 2025.01.09 20:42:00.700060 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4361 | 2025.01.09 20:42:00.700248 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4362 | 2025.01.09 20:42:00.731122 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 628 | ||
| 4363 | 2025.01.09 20:42:00.734098 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4364 | 2025.01.09 20:42:00.734157 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4365 | 2025.01.09 20:42:00.735659 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4366 | 2025.01.09 20:42:00.735982 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4367 | 2025.01.09 20:42:00.736627 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 628 | ||
| 4368 | 2025.01.09 20:42:01.293547 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4369 | 2025.01.09 20:42:01.314972 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4370 | 2025.01.09 20:42:01.315037 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4371 | 2025.01.09 20:42:01.322626 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4372 | 2025.01.09 20:42:01.323389 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4373 | 2025.01.09 20:42:01.326374 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4374 | 2025.01.09 20:42:01.440540 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4375 | 2025.01.09 20:42:01.440728 [ 260 ] {ee9a6641-5c35-49bb-adb5-081ff020b344} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4376 | 2025.01.09 20:42:01.440796 [ 260 ] {ee9a6641-5c35-49bb-adb5-081ff020b344} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4377 | 2025.01.09 20:42:01.441530 [ 260 ] {ee9a6641-5c35-49bb-adb5-081ff020b344} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4378 | 2025.01.09 20:42:01.441571 [ 260 ] {ee9a6641-5c35-49bb-adb5-081ff020b344} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4379 | 2025.01.09 20:42:01.442010 [ 260 ] {ee9a6641-5c35-49bb-adb5-081ff020b344} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4380 | 2025.01.09 20:42:01.442261 [ 260 ] {ee9a6641-5c35-49bb-adb5-081ff020b344} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4381 | 2025.01.09 20:42:01.442444 [ 75 ] {} <Debug> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4382 | 2025.01.09 20:42:01.442500 [ 260 ] {ee9a6641-5c35-49bb-adb5-081ff020b344} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001818 sec., 7700.770077007701 rows/sec., 554.35 KiB/sec. | ||
| 4383 | 2025.01.09 20:42:01.442507 [ 75 ] {} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4384 | 2025.01.09 20:42:01.442582 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4385 | 2025.01.09 20:42:01.442627 [ 260 ] {ee9a6641-5c35-49bb-adb5-081ff020b344} <Debug> TCPHandler: Processed in 0.002216715 sec. | ||
| 4386 | 2025.01.09 20:42:01.442753 [ 188 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 4387 | 2025.01.09 20:42:01.442880 [ 188 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4388 | 2025.01.09 20:42:01.442927 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4389 | 2025.01.09 20:42:01.442939 [ 188 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 4390 | 2025.01.09 20:42:01.443232 [ 188 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 4391 | 2025.01.09 20:42:01.443390 [ 262 ] {a25587aa-8e8e-442d-a7dc-e1199e52b33d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4392 | 2025.01.09 20:42:01.443496 [ 188 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 4393 | 2025.01.09 20:42:01.443596 [ 262 ] {a25587aa-8e8e-442d-a7dc-e1199e52b33d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4394 | 2025.01.09 20:42:01.443873 [ 188 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 4395 | 2025.01.09 20:42:01.444189 [ 188 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 4396 | 2025.01.09 20:42:01.446393 [ 262 ] {a25587aa-8e8e-442d-a7dc-e1199e52b33d} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4397 | 2025.01.09 20:42:01.446507 [ 262 ] {a25587aa-8e8e-442d-a7dc-e1199e52b33d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4398 | 2025.01.09 20:42:01.446651 [ 188 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003964518 sec., 17656.62307498667 rows/sec., 1.31 MiB/sec. | ||
| 4399 | 2025.01.09 20:42:01.446848 [ 188 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4400 | 2025.01.09 20:42:01.447499 [ 188 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_13_3} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4401 | 2025.01.09 20:42:01.447599 [ 262 ] {a25587aa-8e8e-442d-a7dc-e1199e52b33d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4402 | 2025.01.09 20:42:01.447636 [ 188 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_13_3} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4403 | 2025.01.09 20:42:01.447773 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4404 | 2025.01.09 20:42:01.448008 [ 262 ] {a25587aa-8e8e-442d-a7dc-e1199e52b33d} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4405 | 2025.01.09 20:42:01.448208 [ 75 ] {} <Debug> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4406 | 2025.01.09 20:42:01.448273 [ 75 ] {} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4407 | 2025.01.09 20:42:01.448303 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4408 | 2025.01.09 20:42:01.448327 [ 262 ] {a25587aa-8e8e-442d-a7dc-e1199e52b33d} <Debug> executeQuery: Read 199 rows, 18.15 KiB in 0.005103 sec., 38996.668626298255 rows/sec., 3.47 MiB/sec. | ||
| 4409 | 2025.01.09 20:42:01.448659 [ 262 ] {a25587aa-8e8e-442d-a7dc-e1199e52b33d} <Debug> TCPHandler: Processed in 0.005887785 sec. | ||
| 4410 | 2025.01.09 20:42:01.448711 [ 188 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::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 | ||
| 4411 | 2025.01.09 20:42:01.448978 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4412 | 2025.01.09 20:42:01.449155 [ 188 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4413 | 2025.01.09 20:42:01.449207 [ 188 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1397 rows starting from the beginning of the part | ||
| 4414 | 2025.01.09 20:42:01.449239 [ 260 ] {ecb1dd76-6ecd-46a0-a61b-8870b27ecf4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4415 | 2025.01.09 20:42:01.449290 [ 188 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 78 rows starting from the beginning of the part | ||
| 4416 | 2025.01.09 20:42:01.449389 [ 260 ] {ecb1dd76-6ecd-46a0-a61b-8870b27ecf4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4417 | 2025.01.09 20:42:01.449553 [ 188 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1345 rows starting from the beginning of the part | ||
| 4418 | 2025.01.09 20:42:01.449906 [ 188 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 26 rows starting from the beginning of the part | ||
| 4419 | 2025.01.09 20:42:01.450063 [ 188 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 78 rows starting from the beginning of the part | ||
| 4420 | 2025.01.09 20:42:01.450272 [ 188 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 199 rows starting from the beginning of the part | ||
| 4421 | 2025.01.09 20:42:01.451142 [ 260 ] {ecb1dd76-6ecd-46a0-a61b-8870b27ecf4f} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4422 | 2025.01.09 20:42:01.451212 [ 260 ] {ecb1dd76-6ecd-46a0-a61b-8870b27ecf4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4423 | 2025.01.09 20:42:01.451725 [ 260 ] {ecb1dd76-6ecd-46a0-a61b-8870b27ecf4f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4424 | 2025.01.09 20:42:01.451974 [ 260 ] {ecb1dd76-6ecd-46a0-a61b-8870b27ecf4f} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4425 | 2025.01.09 20:42:01.452353 [ 260 ] {ecb1dd76-6ecd-46a0-a61b-8870b27ecf4f} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.003146 sec., 6357.279084551812 rows/sec., 455.69 KiB/sec. | ||
| 4426 | 2025.01.09 20:42:01.452800 [ 260 ] {ecb1dd76-6ecd-46a0-a61b-8870b27ecf4f} <Debug> TCPHandler: Processed in 0.003998408 sec. | ||
| 4427 | 2025.01.09 20:42:01.453157 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4428 | 2025.01.09 20:42:01.453296 [ 188 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3123 rows, containing 5 columns (5 merged, 0 gathered) in 0.004907432 sec., 636381.7165474733 rows/sec., 55.98 MiB/sec. | ||
| 4429 | 2025.01.09 20:42:01.453389 [ 262 ] {0befa096-9250-4fb8-a793-8e8c3ed722ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4430 | 2025.01.09 20:42:01.453465 [ 262 ] {0befa096-9250-4fb8-a793-8e8c3ed722ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4431 | 2025.01.09 20:42:01.453586 [ 188 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4432 | 2025.01.09 20:42:01.454174 [ 188 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_31_6} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4433 | 2025.01.09 20:42:01.454364 [ 188 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_31_6} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4434 | 2025.01.09 20:42:01.454503 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 4435 | 2025.01.09 20:42:01.454751 [ 262 ] {0befa096-9250-4fb8-a793-8e8c3ed722ad} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4436 | 2025.01.09 20:42:01.454799 [ 262 ] {0befa096-9250-4fb8-a793-8e8c3ed722ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4437 | 2025.01.09 20:42:01.455179 [ 262 ] {0befa096-9250-4fb8-a793-8e8c3ed722ad} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4438 | 2025.01.09 20:42:01.455433 [ 262 ] {0befa096-9250-4fb8-a793-8e8c3ed722ad} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4439 | 2025.01.09 20:42:01.455760 [ 262 ] {0befa096-9250-4fb8-a793-8e8c3ed722ad} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002396 sec., 5843.071786310517 rows/sec., 409.21 KiB/sec. | ||
| 4440 | 2025.01.09 20:42:01.455913 [ 262 ] {0befa096-9250-4fb8-a793-8e8c3ed722ad} <Debug> TCPHandler: Processed in 0.002954984 sec. | ||
| 4441 | 2025.01.09 20:42:01.456086 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4442 | 2025.01.09 20:42:01.456227 [ 260 ] {40505e5c-d035-421e-b29f-ac209d3bd433} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4443 | 2025.01.09 20:42:01.456283 [ 260 ] {40505e5c-d035-421e-b29f-ac209d3bd433} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4444 | 2025.01.09 20:42:01.456961 [ 260 ] {40505e5c-d035-421e-b29f-ac209d3bd433} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4445 | 2025.01.09 20:42:01.456999 [ 260 ] {40505e5c-d035-421e-b29f-ac209d3bd433} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4446 | 2025.01.09 20:42:01.457344 [ 260 ] {40505e5c-d035-421e-b29f-ac209d3bd433} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4447 | 2025.01.09 20:42:01.457589 [ 260 ] {40505e5c-d035-421e-b29f-ac209d3bd433} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4448 | 2025.01.09 20:42:01.457744 [ 75 ] {} <Debug> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4449 | 2025.01.09 20:42:01.457818 [ 75 ] {} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4450 | 2025.01.09 20:42:01.457830 [ 260 ] {40505e5c-d035-421e-b29f-ac209d3bd433} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001625 sec., 8000 rows/sec., 498.80 KiB/sec. | ||
| 4451 | 2025.01.09 20:42:01.457854 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4452 | 2025.01.09 20:42:01.457980 [ 260 ] {40505e5c-d035-421e-b29f-ac209d3bd433} <Debug> TCPHandler: Processed in 0.001960979 sec. | ||
| 4453 | 2025.01.09 20:42:01.458259 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4454 | 2025.01.09 20:42:01.458287 [ 188 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 4455 | 2025.01.09 20:42:01.458597 [ 262 ] {e0e63955-af5a-4a98-8128-53828607c9f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4456 | 2025.01.09 20:42:01.458626 [ 188 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4457 | 2025.01.09 20:42:01.458682 [ 188 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 4458 | 2025.01.09 20:42:01.458726 [ 262 ] {e0e63955-af5a-4a98-8128-53828607c9f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4459 | 2025.01.09 20:42:01.458931 [ 188 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 4460 | 2025.01.09 20:42:01.459270 [ 188 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 4461 | 2025.01.09 20:42:01.459502 [ 188 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 4462 | 2025.01.09 20:42:01.459823 [ 188 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 4463 | 2025.01.09 20:42:01.461875 [ 262 ] {e0e63955-af5a-4a98-8128-53828607c9f5} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4464 | 2025.01.09 20:42:01.461981 [ 262 ] {e0e63955-af5a-4a98-8128-53828607c9f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4465 | 2025.01.09 20:42:01.462206 [ 188 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004221244 sec., 15398.3043861004 rows/sec., 1020.23 KiB/sec. | ||
| 4466 | 2025.01.09 20:42:01.462363 [ 188 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4467 | 2025.01.09 20:42:01.462828 [ 196 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_13_3} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4468 | 2025.01.09 20:42:01.462848 [ 262 ] {e0e63955-af5a-4a98-8128-53828607c9f5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4469 | 2025.01.09 20:42:01.462977 [ 196 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_13_3} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4470 | 2025.01.09 20:42:01.463120 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 4471 | 2025.01.09 20:42:01.463283 [ 262 ] {e0e63955-af5a-4a98-8128-53828607c9f5} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4472 | 2025.01.09 20:42:01.463471 [ 75 ] {} <Debug> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4473 | 2025.01.09 20:42:01.463530 [ 75 ] {} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4474 | 2025.01.09 20:42:01.463573 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4475 | 2025.01.09 20:42:01.463572 [ 262 ] {e0e63955-af5a-4a98-8128-53828607c9f5} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.005082 sec., 70641.47973238883 rows/sec., 4.97 MiB/sec. | ||
| 4476 | 2025.01.09 20:42:01.463882 [ 262 ] {e0e63955-af5a-4a98-8128-53828607c9f5} <Debug> TCPHandler: Processed in 0.005774993 sec. | ||
| 4477 | 2025.01.09 20:42:01.464039 [ 189 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::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 | ||
| 4478 | 2025.01.09 20:42:01.464164 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4479 | 2025.01.09 20:42:01.464561 [ 260 ] {b5e08d6a-f911-4002-a6d5-322bd705d72d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4480 | 2025.01.09 20:42:01.464648 [ 189 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4481 | 2025.01.09 20:42:01.464684 [ 260 ] {b5e08d6a-f911-4002-a6d5-322bd705d72d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4482 | 2025.01.09 20:42:01.464710 [ 189 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 869 rows starting from the beginning of the part | ||
| 4483 | 2025.01.09 20:42:01.465077 [ 189 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 54 rows starting from the beginning of the part | ||
| 4484 | 2025.01.09 20:42:01.465442 [ 189 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 827 rows starting from the beginning of the part | ||
| 4485 | 2025.01.09 20:42:01.465794 [ 189 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 28 rows starting from the beginning of the part | ||
| 4486 | 2025.01.09 20:42:01.466064 [ 189 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 54 rows starting from the beginning of the part | ||
| 4487 | 2025.01.09 20:42:01.466447 [ 189 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 359 rows starting from the beginning of the part | ||
| 4488 | 2025.01.09 20:42:01.467117 [ 260 ] {b5e08d6a-f911-4002-a6d5-322bd705d72d} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4489 | 2025.01.09 20:42:01.467172 [ 260 ] {b5e08d6a-f911-4002-a6d5-322bd705d72d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4490 | 2025.01.09 20:42:01.468076 [ 260 ] {b5e08d6a-f911-4002-a6d5-322bd705d72d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4491 | 2025.01.09 20:42:01.468615 [ 260 ] {b5e08d6a-f911-4002-a6d5-322bd705d72d} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4492 | 2025.01.09 20:42:01.469245 [ 260 ] {b5e08d6a-f911-4002-a6d5-322bd705d72d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004763 sec., 1259.7102666386731 rows/sec., 65.81 KiB/sec. | ||
| 4493 | 2025.01.09 20:42:01.469507 [ 260 ] {b5e08d6a-f911-4002-a6d5-322bd705d72d} <Debug> TCPHandler: Processed in 0.005506846 sec. | ||
| 4494 | 2025.01.09 20:42:01.469666 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4495 | 2025.01.09 20:42:01.469907 [ 262 ] {75b367f8-7a9f-4a99-8c5e-1234402901bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4496 | 2025.01.09 20:42:01.470070 [ 262 ] {75b367f8-7a9f-4a99-8c5e-1234402901bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4497 | 2025.01.09 20:42:01.470120 [ 186 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2191 rows, containing 5 columns (5 merged, 0 gathered) in 0.006442209 sec., 340100.7325282368 rows/sec., 25.90 MiB/sec. | ||
| 4498 | 2025.01.09 20:42:01.470330 [ 186 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4499 | 2025.01.09 20:42:01.470702 [ 186 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_31_6} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4500 | 2025.01.09 20:42:01.470833 [ 186 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_31_6} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4501 | 2025.01.09 20:42:01.470848 [ 262 ] {75b367f8-7a9f-4a99-8c5e-1234402901bd} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4502 | 2025.01.09 20:42:01.470893 [ 262 ] {75b367f8-7a9f-4a99-8c5e-1234402901bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4503 | 2025.01.09 20:42:01.470937 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 4504 | 2025.01.09 20:42:01.471310 [ 262 ] {75b367f8-7a9f-4a99-8c5e-1234402901bd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4505 | 2025.01.09 20:42:01.471560 [ 262 ] {75b367f8-7a9f-4a99-8c5e-1234402901bd} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4506 | 2025.01.09 20:42:01.471727 [ 75 ] {} <Debug> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4507 | 2025.01.09 20:42:01.471782 [ 75 ] {} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4508 | 2025.01.09 20:42:01.471813 [ 262 ] {75b367f8-7a9f-4a99-8c5e-1234402901bd} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.002016 sec., 87797.61904761905 rows/sec., 5.79 MiB/sec. | ||
| 4509 | 2025.01.09 20:42:01.471817 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4510 | 2025.01.09 20:42:01.471974 [ 262 ] {75b367f8-7a9f-4a99-8c5e-1234402901bd} <Debug> TCPHandler: Processed in 0.002363869 sec. | ||
| 4511 | 2025.01.09 20:42:01.472066 [ 193 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::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 | ||
| 4512 | 2025.01.09 20:42:01.472178 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4513 | 2025.01.09 20:42:01.472276 [ 193 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4514 | 2025.01.09 20:42:01.472359 [ 193 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 6954 rows starting from the beginning of the part | ||
| 4515 | 2025.01.09 20:42:01.472433 [ 260 ] {ddb721e3-51dd-41d1-945f-f3c4a3d1a514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4516 | 2025.01.09 20:42:01.472623 [ 260 ] {ddb721e3-51dd-41d1-945f-f3c4a3d1a514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4517 | 2025.01.09 20:42:01.472622 [ 193 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 100 rows starting from the beginning of the part | ||
| 4518 | 2025.01.09 20:42:01.473075 [ 193 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1009 rows starting from the beginning of the part | ||
| 4519 | 2025.01.09 20:42:01.473426 [ 193 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part | ||
| 4520 | 2025.01.09 20:42:01.473781 [ 193 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 100 rows starting from the beginning of the part | ||
| 4521 | 2025.01.09 20:42:01.474157 [ 193 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 177 rows starting from the beginning of the part | ||
| 4522 | 2025.01.09 20:42:01.475072 [ 260 ] {ddb721e3-51dd-41d1-945f-f3c4a3d1a514} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4523 | 2025.01.09 20:42:01.475137 [ 260 ] {ddb721e3-51dd-41d1-945f-f3c4a3d1a514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4524 | 2025.01.09 20:42:01.475793 [ 260 ] {ddb721e3-51dd-41d1-945f-f3c4a3d1a514} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4525 | 2025.01.09 20:42:01.476265 [ 260 ] {ddb721e3-51dd-41d1-945f-f3c4a3d1a514} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4526 | 2025.01.09 20:42:01.476972 [ 260 ] {ddb721e3-51dd-41d1-945f-f3c4a3d1a514} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004605 sec., 217.15526601520088 rows/sec., 14.63 KiB/sec. | ||
| 4527 | 2025.01.09 20:42:01.477294 [ 260 ] {ddb721e3-51dd-41d1-945f-f3c4a3d1a514} <Debug> TCPHandler: Processed in 0.005215549 sec. | ||
| 4528 | 2025.01.09 20:42:01.477529 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4529 | 2025.01.09 20:42:01.477693 [ 262 ] {41a0ee51-2330-4340-9055-75d608946251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4530 | 2025.01.09 20:42:01.477832 [ 262 ] {41a0ee51-2330-4340-9055-75d608946251} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4531 | 2025.01.09 20:42:01.480069 [ 262 ] {41a0ee51-2330-4340-9055-75d608946251} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4532 | 2025.01.09 20:42:01.480087 [ 201 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8360 rows, containing 5 columns (5 merged, 0 gathered) in 0.008112891 sec., 1030458.809319637 rows/sec., 68.99 MiB/sec. | ||
| 4533 | 2025.01.09 20:42:01.480124 [ 262 ] {41a0ee51-2330-4340-9055-75d608946251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4534 | 2025.01.09 20:42:01.480307 [ 201 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4535 | 2025.01.09 20:42:01.481003 [ 200 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4536 | 2025.01.09 20:42:01.481269 [ 200 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4537 | 2025.01.09 20:42:01.481467 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. | ||
| 4538 | 2025.01.09 20:42:01.481640 [ 262 ] {41a0ee51-2330-4340-9055-75d608946251} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4539 | 2025.01.09 20:42:01.481922 [ 262 ] {41a0ee51-2330-4340-9055-75d608946251} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4540 | 2025.01.09 20:42:01.482113 [ 75 ] {} <Debug> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4541 | 2025.01.09 20:42:01.482183 [ 75 ] {} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4542 | 2025.01.09 20:42:01.482220 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4543 | 2025.01.09 20:42:01.482250 [ 262 ] {41a0ee51-2330-4340-9055-75d608946251} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.004578 sec., 2839.6679772826565 rows/sec., 5.09 MiB/sec. | ||
| 4544 | 2025.01.09 20:42:01.482590 [ 201 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::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 | ||
| 4545 | 2025.01.09 20:42:01.482707 [ 262 ] {41a0ee51-2330-4340-9055-75d608946251} <Debug> TCPHandler: Processed in 0.005288741 sec. | ||
| 4546 | 2025.01.09 20:42:01.482967 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4547 | 2025.01.09 20:42:01.483220 [ 260 ] {1808db01-db94-4c44-b1e1-06179eeb2544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4548 | 2025.01.09 20:42:01.483318 [ 201 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4549 | 2025.01.09 20:42:01.483334 [ 260 ] {1808db01-db94-4c44-b1e1-06179eeb2544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4550 | 2025.01.09 20:42:01.483559 [ 201 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 256 rows starting from the beginning of the part | ||
| 4551 | 2025.01.09 20:42:01.484402 [ 201 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 13 rows starting from the beginning of the part | ||
| 4552 | 2025.01.09 20:42:01.485220 [ 201 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part | ||
| 4553 | 2025.01.09 20:42:01.485471 [ 260 ] {1808db01-db94-4c44-b1e1-06179eeb2544} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4554 | 2025.01.09 20:42:01.485593 [ 260 ] {1808db01-db94-4c44-b1e1-06179eeb2544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4555 | 2025.01.09 20:42:01.485930 [ 201 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 13 rows starting from the beginning of the part | ||
| 4556 | 2025.01.09 20:42:01.486595 [ 201 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part | ||
| 4557 | 2025.01.09 20:42:01.487045 [ 260 ] {1808db01-db94-4c44-b1e1-06179eeb2544} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4558 | 2025.01.09 20:42:01.487147 [ 201 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 13 rows starting from the beginning of the part | ||
| 4559 | 2025.01.09 20:42:01.487831 [ 260 ] {1808db01-db94-4c44-b1e1-06179eeb2544} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4560 | 2025.01.09 20:42:01.488208 [ 74 ] {} <Debug> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4561 | 2025.01.09 20:42:01.488320 [ 74 ] {} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4562 | 2025.01.09 20:42:01.488396 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4563 | 2025.01.09 20:42:01.488566 [ 260 ] {1808db01-db94-4c44-b1e1-06179eeb2544} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.005413 sec., 9606.502863476815 rows/sec., 609.07 KiB/sec. | ||
| 4564 | 2025.01.09 20:42:01.488871 [ 200 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::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 | ||
| 4565 | 2025.01.09 20:42:01.488910 [ 260 ] {1808db01-db94-4c44-b1e1-06179eeb2544} <Debug> TCPHandler: Processed in 0.006093751 sec. | ||
| 4566 | 2025.01.09 20:42:01.489290 [ 200 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4567 | 2025.01.09 20:42:01.489372 [ 200 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 908 rows starting from the beginning of the part | ||
| 4568 | 2025.01.09 20:42:01.489684 [ 200 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 30 rows starting from the beginning of the part | ||
| 4569 | 2025.01.09 20:42:01.489988 [ 200 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 46 rows starting from the beginning of the part | ||
| 4570 | 2025.01.09 20:42:01.490163 [ 200 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 4571 | 2025.01.09 20:42:01.490420 [ 200 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part | ||
| 4572 | 2025.01.09 20:42:01.490812 [ 200 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 52 rows starting from the beginning of the part | ||
| 4573 | 2025.01.09 20:42:01.494341 [ 191 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1072 rows, containing 4 columns (4 merged, 0 gathered) in 0.005787333 sec., 185232.12678447913 rows/sec., 11.92 MiB/sec. | ||
| 4574 | 2025.01.09 20:42:01.494702 [ 191 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4575 | 2025.01.09 20:42:01.495334 [ 191 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_31_6} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4576 | 2025.01.09 20:42:01.495560 [ 191 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_31_6} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4577 | 2025.01.09 20:42:01.495737 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 4578 | 2025.01.09 20:42:01.496310 [ 199 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 19 columns (19 merged, 0 gathered) in 0.013983536 sec., 24814.89660412073 rows/sec., 44.47 MiB/sec. | ||
| 4579 | 2025.01.09 20:42:01.496866 [ 199 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4580 | 2025.01.09 20:42:01.497279 [ 199 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4581 | 2025.01.09 20:42:01.497360 [ 199 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4582 | 2025.01.09 20:42:01.497507 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB. | ||
| 4583 | 2025.01.09 20:42:06.437345 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4584 | 2025.01.09 20:42:06.437543 [ 260 ] {5bf949f1-2ff2-4210-9112-59aa5de78197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4585 | 2025.01.09 20:42:06.437615 [ 260 ] {5bf949f1-2ff2-4210-9112-59aa5de78197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4586 | 2025.01.09 20:42:06.438392 [ 260 ] {5bf949f1-2ff2-4210-9112-59aa5de78197} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4587 | 2025.01.09 20:42:06.438438 [ 260 ] {5bf949f1-2ff2-4210-9112-59aa5de78197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4588 | 2025.01.09 20:42:06.438856 [ 260 ] {5bf949f1-2ff2-4210-9112-59aa5de78197} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4589 | 2025.01.09 20:42:06.439097 [ 260 ] {5bf949f1-2ff2-4210-9112-59aa5de78197} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4590 | 2025.01.09 20:42:06.439323 [ 260 ] {5bf949f1-2ff2-4210-9112-59aa5de78197} <Debug> executeQuery: Read 78 rows, 6.88 KiB in 0.00186 sec., 41935.48387096774 rows/sec., 3.61 MiB/sec. | ||
| 4591 | 2025.01.09 20:42:06.439415 [ 260 ] {5bf949f1-2ff2-4210-9112-59aa5de78197} <Debug> TCPHandler: Processed in 0.002238356 sec. | ||
| 4592 | 2025.01.09 20:42:06.439681 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4593 | 2025.01.09 20:42:06.439931 [ 262 ] {ab586d53-2af4-4d29-a0c3-7d6013765ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4594 | 2025.01.09 20:42:06.440000 [ 262 ] {ab586d53-2af4-4d29-a0c3-7d6013765ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4595 | 2025.01.09 20:42:06.440727 [ 262 ] {ab586d53-2af4-4d29-a0c3-7d6013765ff2} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4596 | 2025.01.09 20:42:06.440767 [ 262 ] {ab586d53-2af4-4d29-a0c3-7d6013765ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4597 | 2025.01.09 20:42:06.441200 [ 262 ] {ab586d53-2af4-4d29-a0c3-7d6013765ff2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4598 | 2025.01.09 20:42:06.441456 [ 262 ] {ab586d53-2af4-4d29-a0c3-7d6013765ff2} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4599 | 2025.01.09 20:42:06.441725 [ 262 ] {ab586d53-2af4-4d29-a0c3-7d6013765ff2} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001847 sec., 14076.881429344885 rows/sec., 1.03 MiB/sec. | ||
| 4600 | 2025.01.09 20:42:06.441975 [ 262 ] {ab586d53-2af4-4d29-a0c3-7d6013765ff2} <Debug> TCPHandler: Processed in 0.002388959 sec. | ||
| 4601 | 2025.01.09 20:42:06.442153 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4602 | 2025.01.09 20:42:06.442292 [ 260 ] {f84f41a9-2c4e-41d4-b57f-0a11102ed1ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4603 | 2025.01.09 20:42:06.442351 [ 260 ] {f84f41a9-2c4e-41d4-b57f-0a11102ed1ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4604 | 2025.01.09 20:42:06.443069 [ 260 ] {f84f41a9-2c4e-41d4-b57f-0a11102ed1ee} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4605 | 2025.01.09 20:42:06.443116 [ 260 ] {f84f41a9-2c4e-41d4-b57f-0a11102ed1ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4606 | 2025.01.09 20:42:06.443502 [ 260 ] {f84f41a9-2c4e-41d4-b57f-0a11102ed1ee} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4607 | 2025.01.09 20:42:06.443744 [ 260 ] {f84f41a9-2c4e-41d4-b57f-0a11102ed1ee} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4608 | 2025.01.09 20:42:06.444001 [ 260 ] {f84f41a9-2c4e-41d4-b57f-0a11102ed1ee} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001739 sec., 31052.32892466935 rows/sec., 2.43 MiB/sec. | ||
| 4609 | 2025.01.09 20:42:06.444226 [ 260 ] {f84f41a9-2c4e-41d4-b57f-0a11102ed1ee} <Debug> TCPHandler: Processed in 0.002134443 sec. | ||
| 4610 | 2025.01.09 20:42:06.444438 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4611 | 2025.01.09 20:42:06.444574 [ 262 ] {a743940a-35dd-4eae-95b2-6759c6668196} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4612 | 2025.01.09 20:42:06.444638 [ 262 ] {a743940a-35dd-4eae-95b2-6759c6668196} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4613 | 2025.01.09 20:42:06.445268 [ 262 ] {a743940a-35dd-4eae-95b2-6759c6668196} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4614 | 2025.01.09 20:42:06.445307 [ 262 ] {a743940a-35dd-4eae-95b2-6759c6668196} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4615 | 2025.01.09 20:42:06.445705 [ 262 ] {a743940a-35dd-4eae-95b2-6759c6668196} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4616 | 2025.01.09 20:42:06.445955 [ 262 ] {a743940a-35dd-4eae-95b2-6759c6668196} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4617 | 2025.01.09 20:42:06.446172 [ 262 ] {a743940a-35dd-4eae-95b2-6759c6668196} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001629 sec., 61387.354205033764 rows/sec., 4.26 MiB/sec. | ||
| 4618 | 2025.01.09 20:42:06.446223 [ 262 ] {a743940a-35dd-4eae-95b2-6759c6668196} <Debug> TCPHandler: Processed in 0.001879497 sec. | ||
| 4619 | 2025.01.09 20:42:06.446390 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4620 | 2025.01.09 20:42:06.446530 [ 260 ] {0fe4f6fa-7626-4652-80c5-42a432aa08cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4621 | 2025.01.09 20:42:06.446624 [ 260 ] {0fe4f6fa-7626-4652-80c5-42a432aa08cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4622 | 2025.01.09 20:42:06.447876 [ 260 ] {0fe4f6fa-7626-4652-80c5-42a432aa08cf} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4623 | 2025.01.09 20:42:06.447915 [ 260 ] {0fe4f6fa-7626-4652-80c5-42a432aa08cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4624 | 2025.01.09 20:42:06.448542 [ 260 ] {0fe4f6fa-7626-4652-80c5-42a432aa08cf} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4625 | 2025.01.09 20:42:06.448805 [ 260 ] {0fe4f6fa-7626-4652-80c5-42a432aa08cf} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4626 | 2025.01.09 20:42:06.449040 [ 260 ] {0fe4f6fa-7626-4652-80c5-42a432aa08cf} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002542 sec., 10228.16679779701 rows/sec., 18.33 MiB/sec. | ||
| 4627 | 2025.01.09 20:42:06.449132 [ 260 ] {0fe4f6fa-7626-4652-80c5-42a432aa08cf} <Debug> TCPHandler: Processed in 0.00281131 sec. | ||
| 4628 | 2025.01.09 20:42:06.449314 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4629 | 2025.01.09 20:42:06.449454 [ 262 ] {21e6f3bc-8eeb-4b6b-8433-899d457ddacb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4630 | 2025.01.09 20:42:06.449515 [ 262 ] {21e6f3bc-8eeb-4b6b-8433-899d457ddacb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4631 | 2025.01.09 20:42:06.450096 [ 262 ] {21e6f3bc-8eeb-4b6b-8433-899d457ddacb} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4632 | 2025.01.09 20:42:06.450148 [ 262 ] {21e6f3bc-8eeb-4b6b-8433-899d457ddacb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4633 | 2025.01.09 20:42:06.450552 [ 262 ] {21e6f3bc-8eeb-4b6b-8433-899d457ddacb} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4634 | 2025.01.09 20:42:06.450796 [ 262 ] {21e6f3bc-8eeb-4b6b-8433-899d457ddacb} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4635 | 2025.01.09 20:42:06.451002 [ 262 ] {21e6f3bc-8eeb-4b6b-8433-899d457ddacb} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001581 sec., 18975.332068311196 rows/sec., 1.30 MiB/sec. | ||
| 4636 | 2025.01.09 20:42:06.451053 [ 262 ] {21e6f3bc-8eeb-4b6b-8433-899d457ddacb} <Debug> TCPHandler: Processed in 0.001807144 sec. | ||
| 4637 | 2025.01.09 20:42:08.200537 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 | ||
| 4638 | 2025.01.09 20:42:08.201287 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4639 | 2025.01.09 20:42:08.201340 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4640 | 2025.01.09 20:42:08.201865 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4641 | 2025.01.09 20:42:08.202120 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4642 | 2025.01.09 20:42:08.202332 [ 67 ] {} <Debug> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4643 | 2025.01.09 20:42:08.202375 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
| 4644 | 2025.01.09 20:42:08.202421 [ 67 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4645 | 2025.01.09 20:42:08.202454 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4646 | 2025.01.09 20:42:08.202574 [ 199 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 4647 | 2025.01.09 20:42:08.202702 [ 199 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4648 | 2025.01.09 20:42:08.202744 [ 199 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 4649 | 2025.01.09 20:42:08.202832 [ 199 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 4650 | 2025.01.09 20:42:08.203025 [ 199 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 4651 | 2025.01.09 20:42:08.203319 [ 199 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 4652 | 2025.01.09 20:42:08.203455 [ 199 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 4653 | 2025.01.09 20:42:08.203578 [ 199 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 4654 | 2025.01.09 20:42:08.205791 [ 198 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003265611 sec., 2970041.440943211 rows/sec., 42.49 MiB/sec. | ||
| 4655 | 2025.01.09 20:42:08.206023 [ 199 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4656 | 2025.01.09 20:42:08.206311 [ 199 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_21_4} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4657 | 2025.01.09 20:42:08.206390 [ 199 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_21_4} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4658 | 2025.01.09 20:42:08.206479 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB. | ||
| 4659 | 2025.01.09 20:42:08.826611 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4660 | 2025.01.09 20:42:08.847929 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4661 | 2025.01.09 20:42:08.847985 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4662 | 2025.01.09 20:42:08.855549 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4663 | 2025.01.09 20:42:08.856319 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4664 | 2025.01.09 20:42:08.856701 [ 68 ] {} <Debug> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4665 | 2025.01.09 20:42:08.856827 [ 68 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4666 | 2025.01.09 20:42:08.856908 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4667 | 2025.01.09 20:42:08.857495 [ 192 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 4668 | 2025.01.09 20:42:08.871743 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4669 | 2025.01.09 20:42:08.873363 [ 192 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4670 | 2025.01.09 20:42:08.874705 [ 192 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 4671 | 2025.01.09 20:42:08.879853 [ 192 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 4672 | 2025.01.09 20:42:08.885159 [ 192 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 4673 | 2025.01.09 20:42:08.890470 [ 192 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 4674 | 2025.01.09 20:42:08.895835 [ 192 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 4675 | 2025.01.09 20:42:08.900228 [ 192 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 4676 | 2025.01.09 20:42:08.957990 [ 198 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.100933406 sec., 1575.2960917617304 rows/sec., 8.15 MiB/sec. | ||
| 4677 | 2025.01.09 20:42:08.960789 [ 197 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4678 | 2025.01.09 20:42:08.963819 [ 197 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_21_4} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4679 | 2025.01.09 20:42:08.963948 [ 197 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_21_4} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4680 | 2025.01.09 20:42:08.966649 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4681 | 2025.01.09 20:42:09.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.74 MiB, peak 196.30 MiB, free memory in arenas 0.00 B, will set to 188.36 MiB (RSS), difference: 2.61 MiB | ||
| 4682 | 2025.01.09 20:42:10.737019 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 662 | ||
| 4683 | 2025.01.09 20:42:10.740233 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4684 | 2025.01.09 20:42:10.740284 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4685 | 2025.01.09 20:42:10.741795 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4686 | 2025.01.09 20:42:10.742111 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4687 | 2025.01.09 20:42:10.742721 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 662 | ||
| 4688 | 2025.01.09 20:42:11.440740 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4689 | 2025.01.09 20:42:11.440932 [ 260 ] {bb65dd7b-a789-4624-9661-961f36c67151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4690 | 2025.01.09 20:42:11.441008 [ 260 ] {bb65dd7b-a789-4624-9661-961f36c67151} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4691 | 2025.01.09 20:42:11.441791 [ 260 ] {bb65dd7b-a789-4624-9661-961f36c67151} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4692 | 2025.01.09 20:42:11.441845 [ 260 ] {bb65dd7b-a789-4624-9661-961f36c67151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4693 | 2025.01.09 20:42:11.442289 [ 260 ] {bb65dd7b-a789-4624-9661-961f36c67151} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4694 | 2025.01.09 20:42:11.442545 [ 260 ] {bb65dd7b-a789-4624-9661-961f36c67151} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4695 | 2025.01.09 20:42:11.442794 [ 260 ] {bb65dd7b-a789-4624-9661-961f36c67151} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001914 sec., 7314.524555903867 rows/sec., 526.55 KiB/sec. | ||
| 4696 | 2025.01.09 20:42:11.442865 [ 260 ] {bb65dd7b-a789-4624-9661-961f36c67151} <Debug> TCPHandler: Processed in 0.002262026 sec. | ||
| 4697 | 2025.01.09 20:42:11.443111 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4698 | 2025.01.09 20:42:11.443294 [ 262 ] {4f5782fd-58db-4ab6-b414-7ab13bd3c1df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4699 | 2025.01.09 20:42:11.443362 [ 262 ] {4f5782fd-58db-4ab6-b414-7ab13bd3c1df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4700 | 2025.01.09 20:42:11.444253 [ 262 ] {4f5782fd-58db-4ab6-b414-7ab13bd3c1df} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4701 | 2025.01.09 20:42:11.444301 [ 262 ] {4f5782fd-58db-4ab6-b414-7ab13bd3c1df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4702 | 2025.01.09 20:42:11.444770 [ 262 ] {4f5782fd-58db-4ab6-b414-7ab13bd3c1df} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4703 | 2025.01.09 20:42:11.445027 [ 262 ] {4f5782fd-58db-4ab6-b414-7ab13bd3c1df} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4704 | 2025.01.09 20:42:11.445269 [ 262 ] {4f5782fd-58db-4ab6-b414-7ab13bd3c1df} <Debug> executeQuery: Read 199 rows, 18.15 KiB in 0.002002 sec., 99400.5994005994 rows/sec., 8.86 MiB/sec. | ||
| 4705 | 2025.01.09 20:42:11.445337 [ 262 ] {4f5782fd-58db-4ab6-b414-7ab13bd3c1df} <Debug> TCPHandler: Processed in 0.002340738 sec. | ||
| 4706 | 2025.01.09 20:42:11.445519 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4707 | 2025.01.09 20:42:11.445677 [ 260 ] {48eb954c-c1ed-4ba2-a4d8-a15f4c16c965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4708 | 2025.01.09 20:42:11.445741 [ 260 ] {48eb954c-c1ed-4ba2-a4d8-a15f4c16c965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4709 | 2025.01.09 20:42:11.446484 [ 260 ] {48eb954c-c1ed-4ba2-a4d8-a15f4c16c965} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4710 | 2025.01.09 20:42:11.446534 [ 260 ] {48eb954c-c1ed-4ba2-a4d8-a15f4c16c965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4711 | 2025.01.09 20:42:11.446914 [ 260 ] {48eb954c-c1ed-4ba2-a4d8-a15f4c16c965} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4712 | 2025.01.09 20:42:11.447160 [ 260 ] {48eb954c-c1ed-4ba2-a4d8-a15f4c16c965} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4713 | 2025.01.09 20:42:11.447377 [ 260 ] {48eb954c-c1ed-4ba2-a4d8-a15f4c16c965} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001737 sec., 11514.104778353483 rows/sec., 825.33 KiB/sec. | ||
| 4714 | 2025.01.09 20:42:11.447431 [ 260 ] {48eb954c-c1ed-4ba2-a4d8-a15f4c16c965} <Debug> TCPHandler: Processed in 0.001989239 sec. | ||
| 4715 | 2025.01.09 20:42:11.447597 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4716 | 2025.01.09 20:42:11.447744 [ 262 ] {ff82a5ca-7326-46f7-a556-0ffcc0471be3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4717 | 2025.01.09 20:42:11.447807 [ 262 ] {ff82a5ca-7326-46f7-a556-0ffcc0471be3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4718 | 2025.01.09 20:42:11.448534 [ 262 ] {ff82a5ca-7326-46f7-a556-0ffcc0471be3} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4719 | 2025.01.09 20:42:11.448577 [ 262 ] {ff82a5ca-7326-46f7-a556-0ffcc0471be3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4720 | 2025.01.09 20:42:11.448943 [ 262 ] {ff82a5ca-7326-46f7-a556-0ffcc0471be3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4721 | 2025.01.09 20:42:11.449187 [ 262 ] {ff82a5ca-7326-46f7-a556-0ffcc0471be3} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4722 | 2025.01.09 20:42:11.449404 [ 262 ] {ff82a5ca-7326-46f7-a556-0ffcc0471be3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001698 sec., 8244.994110718491 rows/sec., 577.43 KiB/sec. | ||
| 4723 | 2025.01.09 20:42:11.449462 [ 262 ] {ff82a5ca-7326-46f7-a556-0ffcc0471be3} <Debug> TCPHandler: Processed in 0.001933728 sec. | ||
| 4724 | 2025.01.09 20:42:11.449618 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4725 | 2025.01.09 20:42:11.449736 [ 260 ] {b3067704-aa0f-4b0f-a6e0-5ad01a0ee713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4726 | 2025.01.09 20:42:11.449784 [ 260 ] {b3067704-aa0f-4b0f-a6e0-5ad01a0ee713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4727 | 2025.01.09 20:42:11.450372 [ 260 ] {b3067704-aa0f-4b0f-a6e0-5ad01a0ee713} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4728 | 2025.01.09 20:42:11.450413 [ 260 ] {b3067704-aa0f-4b0f-a6e0-5ad01a0ee713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4729 | 2025.01.09 20:42:11.450772 [ 260 ] {b3067704-aa0f-4b0f-a6e0-5ad01a0ee713} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4730 | 2025.01.09 20:42:11.451001 [ 260 ] {b3067704-aa0f-4b0f-a6e0-5ad01a0ee713} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4731 | 2025.01.09 20:42:11.451259 [ 260 ] {b3067704-aa0f-4b0f-a6e0-5ad01a0ee713} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001541 sec., 8436.080467229072 rows/sec., 525.99 KiB/sec. | ||
| 4732 | 2025.01.09 20:42:11.451431 [ 260 ] {b3067704-aa0f-4b0f-a6e0-5ad01a0ee713} <Debug> TCPHandler: Processed in 0.001870887 sec. | ||
| 4733 | 2025.01.09 20:42:11.451593 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4734 | 2025.01.09 20:42:11.451714 [ 262 ] {9f8288b9-62c8-4d1b-b028-aa77e8c11ea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4735 | 2025.01.09 20:42:11.451763 [ 262 ] {9f8288b9-62c8-4d1b-b028-aa77e8c11ea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4736 | 2025.01.09 20:42:11.452489 [ 262 ] {9f8288b9-62c8-4d1b-b028-aa77e8c11ea9} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4737 | 2025.01.09 20:42:11.452528 [ 262 ] {9f8288b9-62c8-4d1b-b028-aa77e8c11ea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4738 | 2025.01.09 20:42:11.452915 [ 262 ] {9f8288b9-62c8-4d1b-b028-aa77e8c11ea9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4739 | 2025.01.09 20:42:11.453175 [ 262 ] {9f8288b9-62c8-4d1b-b028-aa77e8c11ea9} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4740 | 2025.01.09 20:42:11.453391 [ 262 ] {9f8288b9-62c8-4d1b-b028-aa77e8c11ea9} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.001703 sec., 210804.46271285965 rows/sec., 14.82 MiB/sec. | ||
| 4741 | 2025.01.09 20:42:11.453445 [ 262 ] {9f8288b9-62c8-4d1b-b028-aa77e8c11ea9} <Debug> TCPHandler: Processed in 0.001909078 sec. | ||
| 4742 | 2025.01.09 20:42:11.453595 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4743 | 2025.01.09 20:42:11.453734 [ 260 ] {d7866611-88f0-49ea-aeb4-e7cb5f97e52b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4744 | 2025.01.09 20:42:11.453794 [ 260 ] {d7866611-88f0-49ea-aeb4-e7cb5f97e52b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4745 | 2025.01.09 20:42:11.454367 [ 260 ] {d7866611-88f0-49ea-aeb4-e7cb5f97e52b} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4746 | 2025.01.09 20:42:11.454414 [ 260 ] {d7866611-88f0-49ea-aeb4-e7cb5f97e52b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4747 | 2025.01.09 20:42:11.454807 [ 260 ] {d7866611-88f0-49ea-aeb4-e7cb5f97e52b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4748 | 2025.01.09 20:42:11.455040 [ 260 ] {d7866611-88f0-49ea-aeb4-e7cb5f97e52b} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4749 | 2025.01.09 20:42:11.455298 [ 260 ] {d7866611-88f0-49ea-aeb4-e7cb5f97e52b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001589 sec., 3775.9597230962872 rows/sec., 197.28 KiB/sec. | ||
| 4750 | 2025.01.09 20:42:11.455487 [ 260 ] {d7866611-88f0-49ea-aeb4-e7cb5f97e52b} <Debug> TCPHandler: Processed in 0.001956348 sec. | ||
| 4751 | 2025.01.09 20:42:11.455662 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4752 | 2025.01.09 20:42:11.455802 [ 262 ] {d8b1a8f9-a9ef-430a-8479-8625fb5152e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4753 | 2025.01.09 20:42:11.455866 [ 262 ] {d8b1a8f9-a9ef-430a-8479-8625fb5152e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4754 | 2025.01.09 20:42:11.456539 [ 262 ] {d8b1a8f9-a9ef-430a-8479-8625fb5152e5} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4755 | 2025.01.09 20:42:11.456578 [ 262 ] {d8b1a8f9-a9ef-430a-8479-8625fb5152e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4756 | 2025.01.09 20:42:11.456971 [ 262 ] {d8b1a8f9-a9ef-430a-8479-8625fb5152e5} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4757 | 2025.01.09 20:42:11.457217 [ 262 ] {d8b1a8f9-a9ef-430a-8479-8625fb5152e5} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4758 | 2025.01.09 20:42:11.457438 [ 262 ] {d8b1a8f9-a9ef-430a-8479-8625fb5152e5} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001668 sec., 106115.10791366907 rows/sec., 7.00 MiB/sec. | ||
| 4759 | 2025.01.09 20:42:11.457490 [ 262 ] {d8b1a8f9-a9ef-430a-8479-8625fb5152e5} <Debug> TCPHandler: Processed in 0.001898207 sec. | ||
| 4760 | 2025.01.09 20:42:11.457652 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4761 | 2025.01.09 20:42:11.457793 [ 260 ] {2bc3c94c-b49a-4240-aa88-0c5505005df7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4762 | 2025.01.09 20:42:11.457854 [ 260 ] {2bc3c94c-b49a-4240-aa88-0c5505005df7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4763 | 2025.01.09 20:42:11.458406 [ 260 ] {2bc3c94c-b49a-4240-aa88-0c5505005df7} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4764 | 2025.01.09 20:42:11.458455 [ 260 ] {2bc3c94c-b49a-4240-aa88-0c5505005df7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4765 | 2025.01.09 20:42:11.458825 [ 260 ] {2bc3c94c-b49a-4240-aa88-0c5505005df7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4766 | 2025.01.09 20:42:11.459065 [ 260 ] {2bc3c94c-b49a-4240-aa88-0c5505005df7} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4767 | 2025.01.09 20:42:11.459184 [ 64 ] {} <Debug> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
| 4768 | 2025.01.09 20:42:11.459226 [ 64 ] {} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4769 | 2025.01.09 20:42:11.459247 [ 260 ] {2bc3c94c-b49a-4240-aa88-0c5505005df7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001483 sec., 674.3088334457182 rows/sec., 45.44 KiB/sec. | ||
| 4770 | 2025.01.09 20:42:11.459251 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4771 | 2025.01.09 20:42:11.459341 [ 260 ] {2bc3c94c-b49a-4240-aa88-0c5505005df7} <Debug> TCPHandler: Processed in 0.001770374 sec. | ||
| 4772 | 2025.01.09 20:42:11.459597 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4773 | 2025.01.09 20:42:11.459681 [ 198 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full | ||
| 4774 | 2025.01.09 20:42:11.459806 [ 262 ] {b72d3701-94b6-419b-af91-36c1079d90c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4775 | 2025.01.09 20:42:11.459849 [ 198 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4776 | 2025.01.09 20:42:11.459897 [ 198 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 10 rows starting from the beginning of the part | ||
| 4777 | 2025.01.09 20:42:11.459927 [ 262 ] {b72d3701-94b6-419b-af91-36c1079d90c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4778 | 2025.01.09 20:42:11.460149 [ 198 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 4779 | 2025.01.09 20:42:11.460547 [ 198 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 4780 | 2025.01.09 20:42:11.460906 [ 198 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 4781 | 2025.01.09 20:42:11.461273 [ 198 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 4782 | 2025.01.09 20:42:11.461615 [ 198 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 4783 | 2025.01.09 20:42:11.463724 [ 198 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.004364818 sec., 3436.5694056430298 rows/sec., 230.67 KiB/sec. | ||
| 4784 | 2025.01.09 20:42:11.463861 [ 198 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 4785 | 2025.01.09 20:42:11.464034 [ 262 ] {b72d3701-94b6-419b-af91-36c1079d90c9} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4786 | 2025.01.09 20:42:11.464080 [ 262 ] {b72d3701-94b6-419b-af91-36c1079d90c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4787 | 2025.01.09 20:42:11.464245 [ 198 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_14_3} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4788 | 2025.01.09 20:42:11.464361 [ 198 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_14_3} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
| 4789 | 2025.01.09 20:42:11.464456 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4790 | 2025.01.09 20:42:11.464861 [ 262 ] {b72d3701-94b6-419b-af91-36c1079d90c9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4791 | 2025.01.09 20:42:11.465125 [ 262 ] {b72d3701-94b6-419b-af91-36c1079d90c9} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4792 | 2025.01.09 20:42:11.465373 [ 262 ] {b72d3701-94b6-419b-af91-36c1079d90c9} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.005601 sec., 2321.0141046241743 rows/sec., 4.16 MiB/sec. | ||
| 4793 | 2025.01.09 20:42:11.465493 [ 262 ] {b72d3701-94b6-419b-af91-36c1079d90c9} <Debug> TCPHandler: Processed in 0.00604343 sec. | ||
| 4794 | 2025.01.09 20:42:11.465665 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4795 | 2025.01.09 20:42:11.465808 [ 260 ] {550a97cd-9493-4a75-bc5c-99c2babe2e40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4796 | 2025.01.09 20:42:11.465868 [ 260 ] {550a97cd-9493-4a75-bc5c-99c2babe2e40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4797 | 2025.01.09 20:42:11.466451 [ 260 ] {550a97cd-9493-4a75-bc5c-99c2babe2e40} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4798 | 2025.01.09 20:42:11.466496 [ 260 ] {550a97cd-9493-4a75-bc5c-99c2babe2e40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4799 | 2025.01.09 20:42:11.466879 [ 260 ] {550a97cd-9493-4a75-bc5c-99c2babe2e40} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4800 | 2025.01.09 20:42:11.467114 [ 260 ] {550a97cd-9493-4a75-bc5c-99c2babe2e40} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4801 | 2025.01.09 20:42:11.467285 [ 260 ] {550a97cd-9493-4a75-bc5c-99c2babe2e40} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001508 sec., 34482.75862068965 rows/sec., 2.14 MiB/sec. | ||
| 4802 | 2025.01.09 20:42:11.467333 [ 260 ] {550a97cd-9493-4a75-bc5c-99c2babe2e40} <Debug> TCPHandler: Processed in 0.001736163 sec. | ||
| 4803 | 2025.01.09 20:42:15.588113 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4804 | 2025.01.09 20:42:15.588215 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4805 | 2025.01.09 20:42:15.702817 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 | ||
| 4806 | 2025.01.09 20:42:15.703459 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4807 | 2025.01.09 20:42:15.703512 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4808 | 2025.01.09 20:42:15.704111 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4809 | 2025.01.09 20:42:15.704376 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4810 | 2025.01.09 20:42:15.704681 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4811 | 2025.01.09 20:42:16.372115 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4812 | 2025.01.09 20:42:16.391121 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4813 | 2025.01.09 20:42:16.391185 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4814 | 2025.01.09 20:42:16.398626 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4815 | 2025.01.09 20:42:16.399367 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4816 | 2025.01.09 20:42:16.401913 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4817 | 2025.01.09 20:42:16.436778 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4818 | 2025.01.09 20:42:16.436985 [ 260 ] {3908215c-b2c4-47e8-8e16-b8dc44a79fec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4819 | 2025.01.09 20:42:16.437064 [ 260 ] {3908215c-b2c4-47e8-8e16-b8dc44a79fec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4820 | 2025.01.09 20:42:16.437962 [ 260 ] {3908215c-b2c4-47e8-8e16-b8dc44a79fec} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4821 | 2025.01.09 20:42:16.438003 [ 260 ] {3908215c-b2c4-47e8-8e16-b8dc44a79fec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4822 | 2025.01.09 20:42:16.438450 [ 260 ] {3908215c-b2c4-47e8-8e16-b8dc44a79fec} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4823 | 2025.01.09 20:42:16.438710 [ 260 ] {3908215c-b2c4-47e8-8e16-b8dc44a79fec} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4824 | 2025.01.09 20:42:16.438911 [ 260 ] {3908215c-b2c4-47e8-8e16-b8dc44a79fec} <Debug> executeQuery: Read 78 rows, 6.88 KiB in 0.001984 sec., 39314.51612903226 rows/sec., 3.38 MiB/sec. | ||
| 4825 | 2025.01.09 20:42:16.438975 [ 260 ] {3908215c-b2c4-47e8-8e16-b8dc44a79fec} <Debug> TCPHandler: Processed in 0.002331008 sec. | ||
| 4826 | 2025.01.09 20:42:16.439240 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4827 | 2025.01.09 20:42:16.439441 [ 262 ] {f6aa260f-ff58-4766-8e47-abaf9b61c091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4828 | 2025.01.09 20:42:16.439519 [ 262 ] {f6aa260f-ff58-4766-8e47-abaf9b61c091} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4829 | 2025.01.09 20:42:16.440278 [ 262 ] {f6aa260f-ff58-4766-8e47-abaf9b61c091} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4830 | 2025.01.09 20:42:16.440335 [ 262 ] {f6aa260f-ff58-4766-8e47-abaf9b61c091} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4831 | 2025.01.09 20:42:16.440776 [ 262 ] {f6aa260f-ff58-4766-8e47-abaf9b61c091} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4832 | 2025.01.09 20:42:16.441032 [ 262 ] {f6aa260f-ff58-4766-8e47-abaf9b61c091} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4833 | 2025.01.09 20:42:16.441273 [ 262 ] {f6aa260f-ff58-4766-8e47-abaf9b61c091} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001886 sec., 13785.790031813362 rows/sec., 1.01 MiB/sec. | ||
| 4834 | 2025.01.09 20:42:16.441338 [ 262 ] {f6aa260f-ff58-4766-8e47-abaf9b61c091} <Debug> TCPHandler: Processed in 0.002237355 sec. | ||
| 4835 | 2025.01.09 20:42:16.441501 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4836 | 2025.01.09 20:42:16.441651 [ 260 ] {db28c011-26b4-4d90-8ad0-bc0f9c9754e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4837 | 2025.01.09 20:42:16.441713 [ 260 ] {db28c011-26b4-4d90-8ad0-bc0f9c9754e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4838 | 2025.01.09 20:42:16.442378 [ 260 ] {db28c011-26b4-4d90-8ad0-bc0f9c9754e4} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4839 | 2025.01.09 20:42:16.442416 [ 260 ] {db28c011-26b4-4d90-8ad0-bc0f9c9754e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4840 | 2025.01.09 20:42:16.442783 [ 260 ] {db28c011-26b4-4d90-8ad0-bc0f9c9754e4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4841 | 2025.01.09 20:42:16.443021 [ 260 ] {db28c011-26b4-4d90-8ad0-bc0f9c9754e4} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4842 | 2025.01.09 20:42:16.443198 [ 260 ] {db28c011-26b4-4d90-8ad0-bc0f9c9754e4} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001584 sec., 34090.909090909096 rows/sec., 2.66 MiB/sec. | ||
| 4843 | 2025.01.09 20:42:16.443257 [ 260 ] {db28c011-26b4-4d90-8ad0-bc0f9c9754e4} <Debug> TCPHandler: Processed in 0.001825405 sec. | ||
| 4844 | 2025.01.09 20:42:16.443416 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4845 | 2025.01.09 20:42:16.443542 [ 262 ] {8935382e-abe0-4615-af8b-6308d3b9b2c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4846 | 2025.01.09 20:42:16.443601 [ 262 ] {8935382e-abe0-4615-af8b-6308d3b9b2c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4847 | 2025.01.09 20:42:16.444168 [ 262 ] {8935382e-abe0-4615-af8b-6308d3b9b2c9} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4848 | 2025.01.09 20:42:16.444205 [ 262 ] {8935382e-abe0-4615-af8b-6308d3b9b2c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4849 | 2025.01.09 20:42:16.444593 [ 262 ] {8935382e-abe0-4615-af8b-6308d3b9b2c9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4850 | 2025.01.09 20:42:16.444845 [ 262 ] {8935382e-abe0-4615-af8b-6308d3b9b2c9} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4851 | 2025.01.09 20:42:16.445070 [ 262 ] {8935382e-abe0-4615-af8b-6308d3b9b2c9} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001557 sec., 64226.07578676943 rows/sec., 4.45 MiB/sec. | ||
| 4852 | 2025.01.09 20:42:16.445124 [ 262 ] {8935382e-abe0-4615-af8b-6308d3b9b2c9} <Debug> TCPHandler: Processed in 0.001765244 sec. | ||
| 4853 | 2025.01.09 20:42:16.445284 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4854 | 2025.01.09 20:42:16.445426 [ 260 ] {f9da7494-7f46-4162-b36b-d99516817ea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4855 | 2025.01.09 20:42:16.445521 [ 260 ] {f9da7494-7f46-4162-b36b-d99516817ea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4856 | 2025.01.09 20:42:16.446782 [ 260 ] {f9da7494-7f46-4162-b36b-d99516817ea2} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4857 | 2025.01.09 20:42:16.446820 [ 260 ] {f9da7494-7f46-4162-b36b-d99516817ea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4858 | 2025.01.09 20:42:16.447486 [ 260 ] {f9da7494-7f46-4162-b36b-d99516817ea2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4859 | 2025.01.09 20:42:16.447742 [ 260 ] {f9da7494-7f46-4162-b36b-d99516817ea2} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4860 | 2025.01.09 20:42:16.447986 [ 260 ] {f9da7494-7f46-4162-b36b-d99516817ea2} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002592 sec., 10030.864197530864 rows/sec., 17.97 MiB/sec. | ||
| 4861 | 2025.01.09 20:42:16.448384 [ 260 ] {f9da7494-7f46-4162-b36b-d99516817ea2} <Debug> TCPHandler: Processed in 0.003167218 sec. | ||
| 4862 | 2025.01.09 20:42:16.448561 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4863 | 2025.01.09 20:42:16.448701 [ 262 ] {b4a2d2d5-854c-4516-b738-dec75e684eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4864 | 2025.01.09 20:42:16.448760 [ 262 ] {b4a2d2d5-854c-4516-b738-dec75e684eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4865 | 2025.01.09 20:42:16.449273 [ 262 ] {b4a2d2d5-854c-4516-b738-dec75e684eaf} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4866 | 2025.01.09 20:42:16.449312 [ 262 ] {b4a2d2d5-854c-4516-b738-dec75e684eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4867 | 2025.01.09 20:42:16.449682 [ 262 ] {b4a2d2d5-854c-4516-b738-dec75e684eaf} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4868 | 2025.01.09 20:42:16.449919 [ 262 ] {b4a2d2d5-854c-4516-b738-dec75e684eaf} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4869 | 2025.01.09 20:42:16.450146 [ 262 ] {b4a2d2d5-854c-4516-b738-dec75e684eaf} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001477 sec., 20311.44211238998 rows/sec., 1.39 MiB/sec. | ||
| 4870 | 2025.01.09 20:42:16.450196 [ 262 ] {b4a2d2d5-854c-4516-b738-dec75e684eaf} <Debug> TCPHandler: Processed in 0.001703702 sec. | ||
| 4871 | 2025.01.09 20:42:19.726419 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4872 | 2025.01.09 20:42:19.726630 [ 260 ] {01b454ad-b706-41a5-a77f-069db1c492cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4873 | 2025.01.09 20:42:19.726712 [ 260 ] {01b454ad-b706-41a5-a77f-069db1c492cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4874 | 2025.01.09 20:42:19.727502 [ 260 ] {01b454ad-b706-41a5-a77f-069db1c492cc} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4875 | 2025.01.09 20:42:19.727554 [ 260 ] {01b454ad-b706-41a5-a77f-069db1c492cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4876 | 2025.01.09 20:42:19.727976 [ 260 ] {01b454ad-b706-41a5-a77f-069db1c492cc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4877 | 2025.01.09 20:42:19.728232 [ 260 ] {01b454ad-b706-41a5-a77f-069db1c492cc} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4878 | 2025.01.09 20:42:19.728479 [ 260 ] {01b454ad-b706-41a5-a77f-069db1c492cc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001907 sec., 7341.373885684321 rows/sec., 528.48 KiB/sec. | ||
| 4879 | 2025.01.09 20:42:19.728544 [ 260 ] {01b454ad-b706-41a5-a77f-069db1c492cc} <Debug> TCPHandler: Processed in 0.002264167 sec. | ||
| 4880 | 2025.01.09 20:42:19.728779 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4881 | 2025.01.09 20:42:19.728972 [ 262 ] {22399264-ae9c-42b6-af3e-a27039815e48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4882 | 2025.01.09 20:42:19.729044 [ 262 ] {22399264-ae9c-42b6-af3e-a27039815e48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4883 | 2025.01.09 20:42:19.730480 [ 262 ] {22399264-ae9c-42b6-af3e-a27039815e48} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4884 | 2025.01.09 20:42:19.730528 [ 262 ] {22399264-ae9c-42b6-af3e-a27039815e48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4885 | 2025.01.09 20:42:19.731074 [ 262 ] {22399264-ae9c-42b6-af3e-a27039815e48} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4886 | 2025.01.09 20:42:19.731338 [ 262 ] {22399264-ae9c-42b6-af3e-a27039815e48} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4887 | 2025.01.09 20:42:19.731560 [ 262 ] {22399264-ae9c-42b6-af3e-a27039815e48} <Debug> executeQuery: Read 1339 rows, 114.72 KiB in 0.002671 sec., 501310.3706476975 rows/sec., 41.94 MiB/sec. | ||
| 4888 | 2025.01.09 20:42:19.731616 [ 262 ] {22399264-ae9c-42b6-af3e-a27039815e48} <Debug> TCPHandler: Processed in 0.002999844 sec. | ||
| 4889 | 2025.01.09 20:42:19.731778 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4890 | 2025.01.09 20:42:19.731917 [ 260 ] {2e957fa2-13c2-4bbe-8190-0311892eed6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4891 | 2025.01.09 20:42:19.731975 [ 260 ] {2e957fa2-13c2-4bbe-8190-0311892eed6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4892 | 2025.01.09 20:42:19.732645 [ 260 ] {2e957fa2-13c2-4bbe-8190-0311892eed6a} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4893 | 2025.01.09 20:42:19.732686 [ 260 ] {2e957fa2-13c2-4bbe-8190-0311892eed6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4894 | 2025.01.09 20:42:19.733051 [ 260 ] {2e957fa2-13c2-4bbe-8190-0311892eed6a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4895 | 2025.01.09 20:42:19.733289 [ 260 ] {2e957fa2-13c2-4bbe-8190-0311892eed6a} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4896 | 2025.01.09 20:42:19.733480 [ 51 ] {} <Debug> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 4897 | 2025.01.09 20:42:19.733504 [ 260 ] {2e957fa2-13c2-4bbe-8190-0311892eed6a} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001564 sec., 12787.72378516624 rows/sec., 916.62 KiB/sec. | ||
| 4898 | 2025.01.09 20:42:19.733566 [ 51 ] {} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4899 | 2025.01.09 20:42:19.733633 [ 260 ] {2e957fa2-13c2-4bbe-8190-0311892eed6a} <Debug> TCPHandler: Processed in 0.001878976 sec. | ||
| 4900 | 2025.01.09 20:42:19.733640 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4901 | 2025.01.09 20:42:19.733824 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4902 | 2025.01.09 20:42:19.733840 [ 187 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
| 4903 | 2025.01.09 20:42:19.734028 [ 262 ] {75f8c8b8-4163-4deb-bc3f-f21c505d8653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4904 | 2025.01.09 20:42:19.734101 [ 187 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4905 | 2025.01.09 20:42:19.734130 [ 262 ] {75f8c8b8-4163-4deb-bc3f-f21c505d8653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4906 | 2025.01.09 20:42:19.734159 [ 187 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 60 rows starting from the beginning of the part | ||
| 4907 | 2025.01.09 20:42:19.734550 [ 187 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 20 rows starting from the beginning of the part | ||
| 4908 | 2025.01.09 20:42:19.734959 [ 187 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part | ||
| 4909 | 2025.01.09 20:42:19.735461 [ 187 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 20 rows starting from the beginning of the part | ||
| 4910 | 2025.01.09 20:42:19.735774 [ 187 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 26 rows starting from the beginning of the part | ||
| 4911 | 2025.01.09 20:42:19.736106 [ 187 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 20 rows starting from the beginning of the part | ||
| 4912 | 2025.01.09 20:42:19.736906 [ 262 ] {75f8c8b8-4163-4deb-bc3f-f21c505d8653} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4913 | 2025.01.09 20:42:19.736974 [ 262 ] {75f8c8b8-4163-4deb-bc3f-f21c505d8653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4914 | 2025.01.09 20:42:19.738059 [ 262 ] {75f8c8b8-4163-4deb-bc3f-f21c505d8653} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4915 | 2025.01.09 20:42:19.738701 [ 262 ] {75f8c8b8-4163-4deb-bc3f-f21c505d8653} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4916 | 2025.01.09 20:42:19.738899 [ 187 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 172 rows, containing 5 columns (5 merged, 0 gathered) in 0.005130257 sec., 33526.58551023857 rows/sec., 2.52 MiB/sec. | ||
| 4917 | 2025.01.09 20:42:19.739258 [ 262 ] {75f8c8b8-4163-4deb-bc3f-f21c505d8653} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00529 sec., 45746.69187145557 rows/sec., 3.10 MiB/sec. | ||
| 4918 | 2025.01.09 20:42:19.739291 [ 196 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 4919 | 2025.01.09 20:42:19.739620 [ 262 ] {75f8c8b8-4163-4deb-bc3f-f21c505d8653} <Debug> TCPHandler: Processed in 0.005882585 sec. | ||
| 4920 | 2025.01.09 20:42:19.739808 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4921 | 2025.01.09 20:42:19.739946 [ 196 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_25_5} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4922 | 2025.01.09 20:42:19.739968 [ 260 ] {e09a618e-ec13-411e-900f-a9a0d4454813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4923 | 2025.01.09 20:42:19.740039 [ 260 ] {e09a618e-ec13-411e-900f-a9a0d4454813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4924 | 2025.01.09 20:42:19.740046 [ 196 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_25_5} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 4925 | 2025.01.09 20:42:19.740175 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 4926 | 2025.01.09 20:42:19.740661 [ 260 ] {e09a618e-ec13-411e-900f-a9a0d4454813} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4927 | 2025.01.09 20:42:19.740699 [ 260 ] {e09a618e-ec13-411e-900f-a9a0d4454813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4928 | 2025.01.09 20:42:19.741055 [ 260 ] {e09a618e-ec13-411e-900f-a9a0d4454813} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4929 | 2025.01.09 20:42:19.741291 [ 260 ] {e09a618e-ec13-411e-900f-a9a0d4454813} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4930 | 2025.01.09 20:42:19.741499 [ 260 ] {e09a618e-ec13-411e-900f-a9a0d4454813} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001564 sec., 8312.020460358055 rows/sec., 518.25 KiB/sec. | ||
| 4931 | 2025.01.09 20:42:19.741554 [ 260 ] {e09a618e-ec13-411e-900f-a9a0d4454813} <Debug> TCPHandler: Processed in 0.001830115 sec. | ||
| 4932 | 2025.01.09 20:42:19.741690 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4933 | 2025.01.09 20:42:19.741812 [ 262 ] {9368640b-1d87-41be-9169-19f1d9cdba3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4934 | 2025.01.09 20:42:19.741862 [ 262 ] {9368640b-1d87-41be-9169-19f1d9cdba3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4935 | 2025.01.09 20:42:19.742750 [ 262 ] {9368640b-1d87-41be-9169-19f1d9cdba3d} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4936 | 2025.01.09 20:42:19.742792 [ 262 ] {9368640b-1d87-41be-9169-19f1d9cdba3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4937 | 2025.01.09 20:42:19.743201 [ 262 ] {9368640b-1d87-41be-9169-19f1d9cdba3d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4938 | 2025.01.09 20:42:19.743457 [ 262 ] {9368640b-1d87-41be-9169-19f1d9cdba3d} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4939 | 2025.01.09 20:42:19.743739 [ 262 ] {9368640b-1d87-41be-9169-19f1d9cdba3d} <Debug> executeQuery: Read 815 rows, 60.13 KiB in 0.001946 sec., 418807.81089414185 rows/sec., 30.18 MiB/sec. | ||
| 4940 | 2025.01.09 20:42:19.743937 [ 262 ] {9368640b-1d87-41be-9169-19f1d9cdba3d} <Debug> TCPHandler: Processed in 0.002296817 sec. | ||
| 4941 | 2025.01.09 20:42:19.744196 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4942 | 2025.01.09 20:42:19.744333 [ 260 ] {de4fe4ea-8c69-4414-a5d0-37d0269b412c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4943 | 2025.01.09 20:42:19.744393 [ 260 ] {de4fe4ea-8c69-4414-a5d0-37d0269b412c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4944 | 2025.01.09 20:42:19.744957 [ 260 ] {de4fe4ea-8c69-4414-a5d0-37d0269b412c} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4945 | 2025.01.09 20:42:19.745001 [ 260 ] {de4fe4ea-8c69-4414-a5d0-37d0269b412c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4946 | 2025.01.09 20:42:19.745375 [ 260 ] {de4fe4ea-8c69-4414-a5d0-37d0269b412c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4947 | 2025.01.09 20:42:19.745607 [ 260 ] {de4fe4ea-8c69-4414-a5d0-37d0269b412c} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4948 | 2025.01.09 20:42:19.745819 [ 260 ] {de4fe4ea-8c69-4414-a5d0-37d0269b412c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001515 sec., 3960.39603960396 rows/sec., 206.92 KiB/sec. | ||
| 4949 | 2025.01.09 20:42:19.745872 [ 260 ] {de4fe4ea-8c69-4414-a5d0-37d0269b412c} <Debug> TCPHandler: Processed in 0.001837775 sec. | ||
| 4950 | 2025.01.09 20:42:19.746036 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4951 | 2025.01.09 20:42:19.746170 [ 262 ] {1b301d5c-eb21-47d7-8007-8177810f6d29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4952 | 2025.01.09 20:42:19.746235 [ 262 ] {1b301d5c-eb21-47d7-8007-8177810f6d29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4953 | 2025.01.09 20:42:19.747119 [ 262 ] {1b301d5c-eb21-47d7-8007-8177810f6d29} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4954 | 2025.01.09 20:42:19.747159 [ 262 ] {1b301d5c-eb21-47d7-8007-8177810f6d29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4955 | 2025.01.09 20:42:19.747609 [ 262 ] {1b301d5c-eb21-47d7-8007-8177810f6d29} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4956 | 2025.01.09 20:42:19.747874 [ 262 ] {1b301d5c-eb21-47d7-8007-8177810f6d29} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4957 | 2025.01.09 20:42:19.748085 [ 262 ] {1b301d5c-eb21-47d7-8007-8177810f6d29} <Debug> executeQuery: Read 1003 rows, 68.37 KiB in 0.001947 sec., 515151.51515151514 rows/sec., 34.29 MiB/sec. | ||
| 4958 | 2025.01.09 20:42:19.748143 [ 262 ] {1b301d5c-eb21-47d7-8007-8177810f6d29} <Debug> TCPHandler: Processed in 0.002168143 sec. | ||
| 4959 | 2025.01.09 20:42:19.748296 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4960 | 2025.01.09 20:42:19.748412 [ 260 ] {bdaf5b4a-5421-4e40-83cd-382dbc735e0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4961 | 2025.01.09 20:42:19.748465 [ 260 ] {bdaf5b4a-5421-4e40-83cd-382dbc735e0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4962 | 2025.01.09 20:42:19.748934 [ 260 ] {bdaf5b4a-5421-4e40-83cd-382dbc735e0a} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4963 | 2025.01.09 20:42:19.748973 [ 260 ] {bdaf5b4a-5421-4e40-83cd-382dbc735e0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4964 | 2025.01.09 20:42:19.749334 [ 260 ] {bdaf5b4a-5421-4e40-83cd-382dbc735e0a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4965 | 2025.01.09 20:42:19.749567 [ 260 ] {bdaf5b4a-5421-4e40-83cd-382dbc735e0a} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4966 | 2025.01.09 20:42:19.749776 [ 260 ] {bdaf5b4a-5421-4e40-83cd-382dbc735e0a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001387 sec., 720.9805335255949 rows/sec., 48.58 KiB/sec. | ||
| 4967 | 2025.01.09 20:42:19.749828 [ 260 ] {bdaf5b4a-5421-4e40-83cd-382dbc735e0a} <Debug> TCPHandler: Processed in 0.00159244 sec. | ||
| 4968 | 2025.01.09 20:42:19.749978 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4969 | 2025.01.09 20:42:19.750098 [ 262 ] {a48de5ea-271e-49f1-8686-c6eaa7759bca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4970 | 2025.01.09 20:42:19.750182 [ 262 ] {a48de5ea-271e-49f1-8686-c6eaa7759bca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4971 | 2025.01.09 20:42:19.751307 [ 262 ] {a48de5ea-271e-49f1-8686-c6eaa7759bca} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4972 | 2025.01.09 20:42:19.751349 [ 262 ] {a48de5ea-271e-49f1-8686-c6eaa7759bca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4973 | 2025.01.09 20:42:19.751971 [ 262 ] {a48de5ea-271e-49f1-8686-c6eaa7759bca} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4974 | 2025.01.09 20:42:19.752231 [ 262 ] {a48de5ea-271e-49f1-8686-c6eaa7759bca} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4975 | 2025.01.09 20:42:19.752523 [ 262 ] {a48de5ea-271e-49f1-8686-c6eaa7759bca} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002442 sec., 5323.505323505323 rows/sec., 9.54 MiB/sec. | ||
| 4976 | 2025.01.09 20:42:19.752696 [ 262 ] {a48de5ea-271e-49f1-8686-c6eaa7759bca} <Debug> TCPHandler: Processed in 0.002776729 sec. | ||
| 4977 | 2025.01.09 20:42:19.752861 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4978 | 2025.01.09 20:42:19.753001 [ 260 ] {153c0f79-de18-484a-876a-81c9a2763526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4979 | 2025.01.09 20:42:19.753060 [ 260 ] {153c0f79-de18-484a-876a-81c9a2763526} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4980 | 2025.01.09 20:42:19.753937 [ 260 ] {153c0f79-de18-484a-876a-81c9a2763526} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4981 | 2025.01.09 20:42:19.754010 [ 260 ] {153c0f79-de18-484a-876a-81c9a2763526} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4982 | 2025.01.09 20:42:19.754435 [ 260 ] {153c0f79-de18-484a-876a-81c9a2763526} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4983 | 2025.01.09 20:42:19.754670 [ 260 ] {153c0f79-de18-484a-876a-81c9a2763526} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4984 | 2025.01.09 20:42:19.754878 [ 260 ] {153c0f79-de18-484a-876a-81c9a2763526} <Debug> executeQuery: Read 46 rows, 2.88 KiB in 0.001908 sec., 24109.01467505241 rows/sec., 1.47 MiB/sec. | ||
| 4985 | 2025.01.09 20:42:19.754933 [ 260 ] {153c0f79-de18-484a-876a-81c9a2763526} <Debug> TCPHandler: Processed in 0.002140453 sec. | ||
| 4986 | 2025.01.09 20:42:20.743251 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 718 | ||
| 4987 | 2025.01.09 20:42:20.748511 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4988 | 2025.01.09 20:42:20.748592 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4989 | 2025.01.09 20:42:20.750865 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4990 | 2025.01.09 20:42:20.751390 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4991 | 2025.01.09 20:42:20.751607 [ 50 ] {} <Debug> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4992 | 2025.01.09 20:42:20.751686 [ 50 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4993 | 2025.01.09 20:42:20.751738 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 4994 | 2025.01.09 20:42:20.752251 [ 187 ] {e112f526-83d2-4dea-952f-9c32bda020af::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 | ||
| 4995 | 2025.01.09 20:42:20.753086 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 718 | ||
| 4996 | 2025.01.09 20:42:20.753654 [ 187 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4997 | 2025.01.09 20:42:20.753881 [ 187 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 514 rows starting from the beginning of the part | ||
| 4998 | 2025.01.09 20:42:20.754742 [ 187 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part | ||
| 4999 | 2025.01.09 20:42:20.755493 [ 187 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 58 rows starting from the beginning of the part | ||
| 5000 | 2025.01.09 20:42:20.756260 [ 187 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 20 rows starting from the beginning of the part | ||
| 5001 | 2025.01.09 20:42:20.757014 [ 187 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part | ||
| 5002 | 2025.01.09 20:42:20.757728 [ 187 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part | ||
| 5003 | 2025.01.09 20:42:20.766456 [ 186 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 718 rows, containing 72 columns (72 merged, 0 gathered) in 0.01456279 sec., 49303.73918733979 rows/sec., 41.19 MiB/sec. | ||
| 5004 | 2025.01.09 20:42:20.767963 [ 194 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5005 | 2025.01.09 20:42:20.768879 [ 194 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_16_3} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5006 | 2025.01.09 20:42:20.768978 [ 194 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_16_3} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5007 | 2025.01.09 20:42:20.769328 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. | ||
| 5008 | 2025.01.09 20:42:21.431763 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5009 | 2025.01.09 20:42:21.431951 [ 260 ] {f21e624d-a42c-4013-b32f-382aa75945de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5010 | 2025.01.09 20:42:21.432025 [ 260 ] {f21e624d-a42c-4013-b32f-382aa75945de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5011 | 2025.01.09 20:42:21.432760 [ 260 ] {f21e624d-a42c-4013-b32f-382aa75945de} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5012 | 2025.01.09 20:42:21.432811 [ 260 ] {f21e624d-a42c-4013-b32f-382aa75945de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 5013 | 2025.01.09 20:42:21.433243 [ 260 ] {f21e624d-a42c-4013-b32f-382aa75945de} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5014 | 2025.01.09 20:42:21.433508 [ 260 ] {f21e624d-a42c-4013-b32f-382aa75945de} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5015 | 2025.01.09 20:42:21.433708 [ 49 ] {} <Debug> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5016 | 2025.01.09 20:42:21.433737 [ 260 ] {f21e624d-a42c-4013-b32f-382aa75945de} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001838 sec., 14145.810663764962 rows/sec., 1.07 MiB/sec. | ||
| 5017 | 2025.01.09 20:42:21.433784 [ 49 ] {} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5018 | 2025.01.09 20:42:21.433847 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 5019 | 2025.01.09 20:42:21.433870 [ 260 ] {f21e624d-a42c-4013-b32f-382aa75945de} <Debug> TCPHandler: Processed in 0.002225915 sec. | ||
| 5020 | 2025.01.09 20:42:21.434072 [ 194 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::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 | ||
| 5021 | 2025.01.09 20:42:21.434154 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5022 | 2025.01.09 20:42:21.434246 [ 194 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5023 | 2025.01.09 20:42:21.434298 [ 194 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1399 rows starting from the beginning of the part | ||
| 5024 | 2025.01.09 20:42:21.434372 [ 262 ] {dca87ac0-e0c8-4840-99c6-aa6ac73425bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5025 | 2025.01.09 20:42:21.434422 [ 194 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 78 rows starting from the beginning of the part | ||
| 5026 | 2025.01.09 20:42:21.434517 [ 262 ] {dca87ac0-e0c8-4840-99c6-aa6ac73425bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5027 | 2025.01.09 20:42:21.434821 [ 194 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 199 rows starting from the beginning of the part | ||
| 5028 | 2025.01.09 20:42:21.435271 [ 194 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 78 rows starting from the beginning of the part | ||
| 5029 | 2025.01.09 20:42:21.435502 [ 194 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1339 rows starting from the beginning of the part | ||
| 5030 | 2025.01.09 20:42:21.435927 [ 194 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 26 rows starting from the beginning of the part | ||
| 5031 | 2025.01.09 20:42:21.437017 [ 262 ] {dca87ac0-e0c8-4840-99c6-aa6ac73425bd} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5032 | 2025.01.09 20:42:21.437068 [ 262 ] {dca87ac0-e0c8-4840-99c6-aa6ac73425bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5033 | 2025.01.09 20:42:21.437644 [ 262 ] {dca87ac0-e0c8-4840-99c6-aa6ac73425bd} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5034 | 2025.01.09 20:42:21.437922 [ 262 ] {dca87ac0-e0c8-4840-99c6-aa6ac73425bd} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5035 | 2025.01.09 20:42:21.438174 [ 49 ] {} <Debug> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5036 | 2025.01.09 20:42:21.438339 [ 49 ] {} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5037 | 2025.01.09 20:42:21.438462 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 5038 | 2025.01.09 20:42:21.438467 [ 262 ] {dca87ac0-e0c8-4840-99c6-aa6ac73425bd} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.004123 sec., 6791.171477079796 rows/sec., 542.40 KiB/sec. | ||
| 5039 | 2025.01.09 20:42:21.438929 [ 262 ] {dca87ac0-e0c8-4840-99c6-aa6ac73425bd} <Debug> TCPHandler: Processed in 0.004923332 sec. | ||
| 5040 | 2025.01.09 20:42:21.438989 [ 194 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3119 rows, containing 5 columns (5 merged, 0 gathered) in 0.005024074 sec., 620810.9195843851 rows/sec., 54.62 MiB/sec. | ||
| 5041 | 2025.01.09 20:42:21.439008 [ 200 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::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.09 20:42:21.439230 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5043 | 2025.01.09 20:42:21.439311 [ 200 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5044 | 2025.01.09 20:42:21.439356 [ 194 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5045 | 2025.01.09 20:42:21.439404 [ 200 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 873 rows starting from the beginning of the part | ||
| 5046 | 2025.01.09 20:42:21.439483 [ 260 ] {f2efbc7c-1d84-4ea9-a216-28a507b0313e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5047 | 2025.01.09 20:42:21.439723 [ 260 ] {f2efbc7c-1d84-4ea9-a216-28a507b0313e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5048 | 2025.01.09 20:42:21.439827 [ 200 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 54 rows starting from the beginning of the part | ||
| 5049 | 2025.01.09 20:42:21.440448 [ 200 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 359 rows starting from the beginning of the part | ||
| 5050 | 2025.01.09 20:42:21.440623 [ 194 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_36_7} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5051 | 2025.01.09 20:42:21.440967 [ 200 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 54 rows starting from the beginning of the part | ||
| 5052 | 2025.01.09 20:42:21.441085 [ 194 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_36_7} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5053 | 2025.01.09 20:42:21.441336 [ 200 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 815 rows starting from the beginning of the part | ||
| 5054 | 2025.01.09 20:42:21.441507 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 5055 | 2025.01.09 20:42:21.441799 [ 200 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 28 rows starting from the beginning of the part | ||
| 5056 | 2025.01.09 20:42:21.442445 [ 260 ] {f2efbc7c-1d84-4ea9-a216-28a507b0313e} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5057 | 2025.01.09 20:42:21.442492 [ 260 ] {f2efbc7c-1d84-4ea9-a216-28a507b0313e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5058 | 2025.01.09 20:42:21.443077 [ 260 ] {f2efbc7c-1d84-4ea9-a216-28a507b0313e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5059 | 2025.01.09 20:42:21.443388 [ 260 ] {f2efbc7c-1d84-4ea9-a216-28a507b0313e} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5060 | 2025.01.09 20:42:21.443587 [ 49 ] {} <Debug> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5061 | 2025.01.09 20:42:21.443752 [ 49 ] {} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5062 | 2025.01.09 20:42:21.443855 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 5063 | 2025.01.09 20:42:21.443931 [ 260 ] {f2efbc7c-1d84-4ea9-a216-28a507b0313e} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.004508 sec., 4436.557231588287 rows/sec., 314.98 KiB/sec. | ||
| 5064 | 2025.01.09 20:42:21.444187 [ 200 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2183 rows, containing 5 columns (5 merged, 0 gathered) in 0.005514057 sec., 395897.24952063424 rows/sec., 30.14 MiB/sec. | ||
| 5065 | 2025.01.09 20:42:21.444364 [ 260 ] {f2efbc7c-1d84-4ea9-a216-28a507b0313e} <Debug> TCPHandler: Processed in 0.005302541 sec. | ||
| 5066 | 2025.01.09 20:42:21.444412 [ 189 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::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 | ||
| 5067 | 2025.01.09 20:42:21.444518 [ 200 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5068 | 2025.01.09 20:42:21.444743 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5069 | 2025.01.09 20:42:21.444846 [ 189 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5070 | 2025.01.09 20:42:21.444940 [ 189 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 8360 rows starting from the beginning of the part | ||
| 5071 | 2025.01.09 20:42:21.445338 [ 262 ] {89c28fba-115e-4aee-89ff-8cdc9318fd4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5072 | 2025.01.09 20:42:21.445432 [ 189 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 100 rows starting from the beginning of the part | ||
| 5073 | 2025.01.09 20:42:21.445481 [ 200 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_36_7} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5074 | 2025.01.09 20:42:21.445585 [ 262 ] {89c28fba-115e-4aee-89ff-8cdc9318fd4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5075 | 2025.01.09 20:42:21.445945 [ 189 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 177 rows starting from the beginning of the part | ||
| 5076 | 2025.01.09 20:42:21.446084 [ 200 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_36_7} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5077 | 2025.01.09 20:42:21.446409 [ 189 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 100 rows starting from the beginning of the part | ||
| 5078 | 2025.01.09 20:42:21.446959 [ 189 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1003 rows starting from the beginning of the part | ||
| 5079 | 2025.01.09 20:42:21.446966 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 5080 | 2025.01.09 20:42:21.447310 [ 189 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 20 rows starting from the beginning of the part | ||
| 5081 | 2025.01.09 20:42:21.448467 [ 262 ] {89c28fba-115e-4aee-89ff-8cdc9318fd4b} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5082 | 2025.01.09 20:42:21.448528 [ 262 ] {89c28fba-115e-4aee-89ff-8cdc9318fd4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5083 | 2025.01.09 20:42:21.449019 [ 262 ] {89c28fba-115e-4aee-89ff-8cdc9318fd4b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5084 | 2025.01.09 20:42:21.449623 [ 262 ] {89c28fba-115e-4aee-89ff-8cdc9318fd4b} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5085 | 2025.01.09 20:42:21.449891 [ 49 ] {} <Debug> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5086 | 2025.01.09 20:42:21.450060 [ 49 ] {} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5087 | 2025.01.09 20:42:21.450134 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5088 | 2025.01.09 20:42:21.450315 [ 262 ] {89c28fba-115e-4aee-89ff-8cdc9318fd4b} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.005164 sec., 1161.8900077459334 rows/sec., 81.51 KiB/sec. | ||
| 5089 | 2025.01.09 20:42:21.450553 [ 193 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::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 | ||
| 5090 | 2025.01.09 20:42:21.450571 [ 262 ] {89c28fba-115e-4aee-89ff-8cdc9318fd4b} <Debug> TCPHandler: Processed in 0.0060672 sec. | ||
| 5091 | 2025.01.09 20:42:21.450874 [ 193 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5092 | 2025.01.09 20:42:21.450935 [ 193 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1072 rows starting from the beginning of the part | ||
| 5093 | 2025.01.09 20:42:21.451046 [ 193 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 30 rows starting from the beginning of the part | ||
| 5094 | 2025.01.09 20:42:21.451195 [ 193 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 52 rows starting from the beginning of the part | ||
| 5095 | 2025.01.09 20:42:21.451519 [ 193 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 30 rows starting from the beginning of the part | ||
| 5096 | 2025.01.09 20:42:21.451595 [ 193 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 46 rows starting from the beginning of the part | ||
| 5097 | 2025.01.09 20:42:21.451806 [ 193 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 5098 | 2025.01.09 20:42:21.452591 [ 188 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9760 rows, containing 5 columns (5 merged, 0 gathered) in 0.008523481 sec., 1145072.066213323 rows/sec., 76.66 MiB/sec. | ||
| 5099 | 2025.01.09 20:42:21.452953 [ 188 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5100 | 2025.01.09 20:42:21.453627 [ 201 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5101 | 2025.01.09 20:42:21.453729 [ 188 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1236 rows, containing 4 columns (4 merged, 0 gathered) in 0.003428575 sec., 360499.6244795578 rows/sec., 23.20 MiB/sec. | ||
| 5102 | 2025.01.09 20:42:21.453810 [ 201 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5103 | 2025.01.09 20:42:21.453934 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.91 MiB. | ||
| 5104 | 2025.01.09 20:42:21.454024 [ 188 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5105 | 2025.01.09 20:42:21.454310 [ 188 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_36_7} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5106 | 2025.01.09 20:42:21.454390 [ 188 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_36_7} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5107 | 2025.01.09 20:42:21.454475 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 5108 | 2025.01.09 20:42:23.204821 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 | ||
| 5109 | 2025.01.09 20:42:23.205540 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5110 | 2025.01.09 20:42:23.205588 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 5111 | 2025.01.09 20:42:23.206115 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5112 | 2025.01.09 20:42:23.206371 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5113 | 2025.01.09 20:42:23.206605 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
| 5114 | 2025.01.09 20:42:23.901980 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 5115 | 2025.01.09 20:42:23.921547 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5116 | 2025.01.09 20:42:23.921600 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.86 GiB. | ||
| 5117 | 2025.01.09 20:42:23.929024 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5118 | 2025.01.09 20:42:23.929798 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5119 | 2025.01.09 20:42:23.932655 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 5120 | 2025.01.09 20:42:26.436163 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5121 | 2025.01.09 20:42:26.436374 [ 260 ] {e69feb33-fd55-4c03-8e8d-e2150b6750d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5122 | 2025.01.09 20:42:26.436446 [ 260 ] {e69feb33-fd55-4c03-8e8d-e2150b6750d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5123 | 2025.01.09 20:42:26.437205 [ 260 ] {e69feb33-fd55-4c03-8e8d-e2150b6750d6} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5124 | 2025.01.09 20:42:26.437254 [ 260 ] {e69feb33-fd55-4c03-8e8d-e2150b6750d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5125 | 2025.01.09 20:42:26.437689 [ 260 ] {e69feb33-fd55-4c03-8e8d-e2150b6750d6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5126 | 2025.01.09 20:42:26.437954 [ 260 ] {e69feb33-fd55-4c03-8e8d-e2150b6750d6} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5127 | 2025.01.09 20:42:26.438182 [ 260 ] {e69feb33-fd55-4c03-8e8d-e2150b6750d6} <Debug> executeQuery: Read 78 rows, 6.88 KiB in 0.001859 sec., 41958.04195804196 rows/sec., 3.61 MiB/sec. | ||
| 5128 | 2025.01.09 20:42:26.438237 [ 260 ] {e69feb33-fd55-4c03-8e8d-e2150b6750d6} <Debug> TCPHandler: Processed in 0.002201474 sec. | ||
| 5129 | 2025.01.09 20:42:26.438503 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5130 | 2025.01.09 20:42:26.438723 [ 262 ] {fc43159c-94ad-48c0-ae11-299b9d9e10cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5131 | 2025.01.09 20:42:26.438809 [ 262 ] {fc43159c-94ad-48c0-ae11-299b9d9e10cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5132 | 2025.01.09 20:42:26.439620 [ 262 ] {fc43159c-94ad-48c0-ae11-299b9d9e10cc} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5133 | 2025.01.09 20:42:26.439674 [ 262 ] {fc43159c-94ad-48c0-ae11-299b9d9e10cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5134 | 2025.01.09 20:42:26.440124 [ 262 ] {fc43159c-94ad-48c0-ae11-299b9d9e10cc} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5135 | 2025.01.09 20:42:26.440393 [ 262 ] {fc43159c-94ad-48c0-ae11-299b9d9e10cc} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5136 | 2025.01.09 20:42:26.440639 [ 262 ] {fc43159c-94ad-48c0-ae11-299b9d9e10cc} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001975 sec., 13164.556962025315 rows/sec., 989.91 KiB/sec. | ||
| 5137 | 2025.01.09 20:42:26.440788 [ 262 ] {fc43159c-94ad-48c0-ae11-299b9d9e10cc} <Debug> TCPHandler: Processed in 0.00243156 sec. | ||
| 5138 | 2025.01.09 20:42:26.440939 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5139 | 2025.01.09 20:42:26.441080 [ 260 ] {a8b28251-58d3-4841-8828-3cf60b221c27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5140 | 2025.01.09 20:42:26.441137 [ 260 ] {a8b28251-58d3-4841-8828-3cf60b221c27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5141 | 2025.01.09 20:42:26.441780 [ 260 ] {a8b28251-58d3-4841-8828-3cf60b221c27} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5142 | 2025.01.09 20:42:26.441819 [ 260 ] {a8b28251-58d3-4841-8828-3cf60b221c27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5143 | 2025.01.09 20:42:26.442179 [ 260 ] {a8b28251-58d3-4841-8828-3cf60b221c27} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5144 | 2025.01.09 20:42:26.442412 [ 260 ] {a8b28251-58d3-4841-8828-3cf60b221c27} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5145 | 2025.01.09 20:42:26.442621 [ 260 ] {a8b28251-58d3-4841-8828-3cf60b221c27} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001571 sec., 34373.01082113304 rows/sec., 2.68 MiB/sec. | ||
| 5146 | 2025.01.09 20:42:26.442674 [ 260 ] {a8b28251-58d3-4841-8828-3cf60b221c27} <Debug> TCPHandler: Processed in 0.001800135 sec. | ||
| 5147 | 2025.01.09 20:42:26.442844 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5148 | 2025.01.09 20:42:26.442991 [ 262 ] {967e1e2b-a7b7-4007-8875-25f413b29883} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5149 | 2025.01.09 20:42:26.443059 [ 262 ] {967e1e2b-a7b7-4007-8875-25f413b29883} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5150 | 2025.01.09 20:42:26.443674 [ 262 ] {967e1e2b-a7b7-4007-8875-25f413b29883} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5151 | 2025.01.09 20:42:26.443715 [ 262 ] {967e1e2b-a7b7-4007-8875-25f413b29883} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5152 | 2025.01.09 20:42:26.444126 [ 262 ] {967e1e2b-a7b7-4007-8875-25f413b29883} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5153 | 2025.01.09 20:42:26.444381 [ 262 ] {967e1e2b-a7b7-4007-8875-25f413b29883} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5154 | 2025.01.09 20:42:26.444601 [ 262 ] {967e1e2b-a7b7-4007-8875-25f413b29883} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001647 sec., 60716.45415907711 rows/sec., 4.21 MiB/sec. | ||
| 5155 | 2025.01.09 20:42:26.444657 [ 262 ] {967e1e2b-a7b7-4007-8875-25f413b29883} <Debug> TCPHandler: Processed in 0.001881816 sec. | ||
| 5156 | 2025.01.09 20:42:26.444828 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5157 | 2025.01.09 20:42:26.444969 [ 260 ] {aa52e101-2c11-4ae3-9abd-cced3e9c13a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5158 | 2025.01.09 20:42:26.445063 [ 260 ] {aa52e101-2c11-4ae3-9abd-cced3e9c13a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5159 | 2025.01.09 20:42:26.446279 [ 260 ] {aa52e101-2c11-4ae3-9abd-cced3e9c13a5} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5160 | 2025.01.09 20:42:26.446319 [ 260 ] {aa52e101-2c11-4ae3-9abd-cced3e9c13a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5161 | 2025.01.09 20:42:26.446968 [ 260 ] {aa52e101-2c11-4ae3-9abd-cced3e9c13a5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5162 | 2025.01.09 20:42:26.447223 [ 260 ] {aa52e101-2c11-4ae3-9abd-cced3e9c13a5} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5163 | 2025.01.09 20:42:26.447413 [ 43 ] {} <Debug> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5164 | 2025.01.09 20:42:26.447489 [ 260 ] {aa52e101-2c11-4ae3-9abd-cced3e9c13a5} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002545 sec., 10216.110019646365 rows/sec., 18.31 MiB/sec. | ||
| 5165 | 2025.01.09 20:42:26.447500 [ 43 ] {} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5166 | 2025.01.09 20:42:26.447573 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5167 | 2025.01.09 20:42:26.447785 [ 260 ] {aa52e101-2c11-4ae3-9abd-cced3e9c13a5} <Debug> TCPHandler: Processed in 0.003022465 sec. | ||
| 5168 | 2025.01.09 20:42:26.447883 [ 199 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 5169 | 2025.01.09 20:42:26.448025 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5170 | 2025.01.09 20:42:26.448296 [ 262 ] {5678cc4d-2184-4768-96b6-8906eceadc46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5171 | 2025.01.09 20:42:26.448435 [ 262 ] {5678cc4d-2184-4768-96b6-8906eceadc46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5172 | 2025.01.09 20:42:26.448567 [ 199 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5173 | 2025.01.09 20:42:26.448784 [ 199 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 347 rows starting from the beginning of the part | ||
| 5174 | 2025.01.09 20:42:26.449640 [ 199 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part | ||
| 5175 | 2025.01.09 20:42:26.450413 [ 199 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 13 rows starting from the beginning of the part | ||
| 5176 | 2025.01.09 20:42:26.450505 [ 262 ] {5678cc4d-2184-4768-96b6-8906eceadc46} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5177 | 2025.01.09 20:42:26.450605 [ 262 ] {5678cc4d-2184-4768-96b6-8906eceadc46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5178 | 2025.01.09 20:42:26.451088 [ 199 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 26 rows starting from the beginning of the part | ||
| 5179 | 2025.01.09 20:42:26.451762 [ 199 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::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 | ||
| 5180 | 2025.01.09 20:42:26.452279 [ 262 ] {5678cc4d-2184-4768-96b6-8906eceadc46} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5181 | 2025.01.09 20:42:26.452358 [ 199 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 26 rows starting from the beginning of the part | ||
| 5182 | 2025.01.09 20:42:26.453135 [ 262 ] {5678cc4d-2184-4768-96b6-8906eceadc46} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5183 | 2025.01.09 20:42:26.453692 [ 262 ] {5678cc4d-2184-4768-96b6-8906eceadc46} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.005489 sec., 5465.476407360175 rows/sec., 383.40 KiB/sec. | ||
| 5184 | 2025.01.09 20:42:26.453981 [ 262 ] {5678cc4d-2184-4768-96b6-8906eceadc46} <Debug> TCPHandler: Processed in 0.00604514 sec. | ||
| 5185 | 2025.01.09 20:42:26.457976 [ 201 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 451 rows, containing 19 columns (19 merged, 0 gathered) in 0.010261653 sec., 43950.03417090794 rows/sec., 78.76 MiB/sec. | ||
| 5186 | 2025.01.09 20:42:26.458801 [ 201 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5187 | 2025.01.09 20:42:26.459250 [ 201 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5188 | 2025.01.09 20:42:26.459342 [ 201 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5189 | 2025.01.09 20:42:26.459515 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. | ||
| 5190 | 2025.01.09 20:42:30.462635 [ 40 ] {} <Debug> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 5191 | 2025.01.09 20:42:30.462752 [ 40 ] {} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5192 | 2025.01.09 20:42:30.462796 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5193 | 2025.01.09 20:42:30.463049 [ 193 ] {5972569d-c84d-46f5-938f-78762736d93d::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 | ||
| 5194 | 2025.01.09 20:42:30.463312 [ 193 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5195 | 2025.01.09 20:42:30.463378 [ 193 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 243 rows starting from the beginning of the part | ||
| 5196 | 2025.01.09 20:42:30.463502 [ 193 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 242 rows starting from the beginning of the part | ||
| 5197 | 2025.01.09 20:42:30.463591 [ 193 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 5198 | 2025.01.09 20:42:30.463844 [ 193 ] {5972569d-c84d-46f5-938f-78762736d93d::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 | ||
| 5199 | 2025.01.09 20:42:30.463954 [ 193 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 242 rows starting from the beginning of the part | ||
| 5200 | 2025.01.09 20:42:30.465125 [ 197 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002219605 sec., 340150.61238373496 rows/sec., 24.35 MiB/sec. | ||
| 5201 | 2025.01.09 20:42:30.465336 [ 195 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5202 | 2025.01.09 20:42:30.465689 [ 195 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_15_3} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5203 | 2025.01.09 20:42:30.465785 [ 195 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_15_3} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 5204 | 2025.01.09 20:42:30.465893 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 5205 | 2025.01.09 20:42:30.588492 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5206 | 2025.01.09 20:42:30.588557 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5207 | 2025.01.09 20:42:30.623366 [ 40 ] {} <Debug> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 5208 | 2025.01.09 20:42:30.623399 [ 40 ] {} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5209 | 2025.01.09 20:42:30.623422 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5210 | 2025.01.09 20:42:30.623623 [ 192 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 5211 | 2025.01.09 20:42:30.623988 [ 192 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5212 | 2025.01.09 20:42:30.624033 [ 192 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 5213 | 2025.01.09 20:42:30.624134 [ 192 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 5214 | 2025.01.09 20:42:30.624230 [ 192 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 5215 | 2025.01.09 20:42:30.624473 [ 192 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 5216 | 2025.01.09 20:42:30.624648 [ 192 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 5217 | 2025.01.09 20:42:30.625787 [ 195 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.002297677 sec., 39169.996479052534 rows/sec., 2.00 MiB/sec. | ||
| 5218 | 2025.01.09 20:42:30.626020 [ 190 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5219 | 2025.01.09 20:42:30.626443 [ 190 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_15_3} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5220 | 2025.01.09 20:42:30.626542 [ 190 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_15_3} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 5221 | 2025.01.09 20:42:30.626648 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5222 | 2025.01.09 20:42:30.707700 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 | ||
| 5223 | 2025.01.09 20:42:30.708272 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5224 | 2025.01.09 20:42:30.708313 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5225 | 2025.01.09 20:42:30.708844 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5226 | 2025.01.09 20:42:30.709108 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5227 | 2025.01.09 20:42:30.709343 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 5228 | 2025.01.09 20:42:30.754349 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 738 | ||
| 5229 | 2025.01.09 20:42:30.757630 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5230 | 2025.01.09 20:42:30.757677 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5231 | 2025.01.09 20:42:30.759158 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5232 | 2025.01.09 20:42:30.759481 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5233 | 2025.01.09 20:42:30.760517 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 738 | ||
| 5234 | 2025.01.09 20:42:31.432713 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 5235 | 2025.01.09 20:42:31.439904 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5236 | 2025.01.09 20:42:31.440307 [ 260 ] {2f9b7d89-1b7d-4930-9887-fb3def6dffa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5237 | 2025.01.09 20:42:31.440447 [ 260 ] {2f9b7d89-1b7d-4930-9887-fb3def6dffa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5238 | 2025.01.09 20:42:31.443046 [ 260 ] {2f9b7d89-1b7d-4930-9887-fb3def6dffa9} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5239 | 2025.01.09 20:42:31.443130 [ 260 ] {2f9b7d89-1b7d-4930-9887-fb3def6dffa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5240 | 2025.01.09 20:42:31.444415 [ 260 ] {2f9b7d89-1b7d-4930-9887-fb3def6dffa9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5241 | 2025.01.09 20:42:31.445138 [ 260 ] {2f9b7d89-1b7d-4930-9887-fb3def6dffa9} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5242 | 2025.01.09 20:42:31.445963 [ 260 ] {2f9b7d89-1b7d-4930-9887-fb3def6dffa9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.005757 sec., 2431.822129581379 rows/sec., 175.06 KiB/sec. | ||
| 5243 | 2025.01.09 20:42:31.446301 [ 260 ] {2f9b7d89-1b7d-4930-9887-fb3def6dffa9} <Debug> TCPHandler: Processed in 0.006704926 sec. | ||
| 5244 | 2025.01.09 20:42:31.446725 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5245 | 2025.01.09 20:42:31.447167 [ 262 ] {b33005d9-367a-4b84-99f1-741b6e9c6d01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5246 | 2025.01.09 20:42:31.447359 [ 262 ] {b33005d9-367a-4b84-99f1-741b6e9c6d01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5247 | 2025.01.09 20:42:31.450669 [ 262 ] {b33005d9-367a-4b84-99f1-741b6e9c6d01} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5248 | 2025.01.09 20:42:31.450746 [ 262 ] {b33005d9-367a-4b84-99f1-741b6e9c6d01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5249 | 2025.01.09 20:42:31.451867 [ 262 ] {b33005d9-367a-4b84-99f1-741b6e9c6d01} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5250 | 2025.01.09 20:42:31.452463 [ 262 ] {b33005d9-367a-4b84-99f1-741b6e9c6d01} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5251 | 2025.01.09 20:42:31.453585 [ 262 ] {b33005d9-367a-4b84-99f1-741b6e9c6d01} <Debug> executeQuery: Read 199 rows, 18.15 KiB in 0.006509 sec., 30573.052696266706 rows/sec., 2.72 MiB/sec. | ||
| 5252 | 2025.01.09 20:42:31.454413 [ 262 ] {b33005d9-367a-4b84-99f1-741b6e9c6d01} <Debug> TCPHandler: Processed in 0.007902506 sec. | ||
| 5253 | 2025.01.09 20:42:31.455259 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5254 | 2025.01.09 20:42:31.455725 [ 260 ] {60c405ed-b563-492d-a652-736226b752fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5255 | 2025.01.09 20:42:31.455857 [ 260 ] {60c405ed-b563-492d-a652-736226b752fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5256 | 2025.01.09 20:42:31.458246 [ 260 ] {60c405ed-b563-492d-a652-736226b752fd} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5257 | 2025.01.09 20:42:31.458312 [ 260 ] {60c405ed-b563-492d-a652-736226b752fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5258 | 2025.01.09 20:42:31.459408 [ 260 ] {60c405ed-b563-492d-a652-736226b752fd} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5259 | 2025.01.09 20:42:31.459941 [ 260 ] {60c405ed-b563-492d-a652-736226b752fd} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5260 | 2025.01.09 20:42:31.460545 [ 260 ] {60c405ed-b563-492d-a652-736226b752fd} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.004962 sec., 4030.632809351068 rows/sec., 288.91 KiB/sec. | ||
| 5261 | 2025.01.09 20:42:31.460930 [ 260 ] {60c405ed-b563-492d-a652-736226b752fd} <Debug> TCPHandler: Processed in 0.006331487 sec. | ||
| 5262 | 2025.01.09 20:42:31.461253 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5263 | 2025.01.09 20:42:31.461567 [ 262 ] {9132224e-ebee-4b80-8736-528f8d6b4887} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5264 | 2025.01.09 20:42:31.461692 [ 262 ] {9132224e-ebee-4b80-8736-528f8d6b4887} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5265 | 2025.01.09 20:42:31.463867 [ 262 ] {9132224e-ebee-4b80-8736-528f8d6b4887} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5266 | 2025.01.09 20:42:31.463915 [ 262 ] {9132224e-ebee-4b80-8736-528f8d6b4887} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5267 | 2025.01.09 20:42:31.464424 [ 262 ] {9132224e-ebee-4b80-8736-528f8d6b4887} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5268 | 2025.01.09 20:42:31.464801 [ 262 ] {9132224e-ebee-4b80-8736-528f8d6b4887} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): 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.09 20:42:31.465454 [ 262 ] {9132224e-ebee-4b80-8736-528f8d6b4887} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003949 sec., 3545.2013167890605 rows/sec., 248.28 KiB/sec. | ||
| 5270 | 2025.01.09 20:42:31.466034 [ 262 ] {9132224e-ebee-4b80-8736-528f8d6b4887} <Debug> TCPHandler: Processed in 0.004968463 sec. | ||
| 5271 | 2025.01.09 20:42:31.466286 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5272 | 2025.01.09 20:42:31.466644 [ 260 ] {acf9c2fa-d04d-4e64-a706-8d6fbd797ea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5273 | 2025.01.09 20:42:31.466813 [ 260 ] {acf9c2fa-d04d-4e64-a706-8d6fbd797ea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5274 | 2025.01.09 20:42:31.470711 [ 260 ] {acf9c2fa-d04d-4e64-a706-8d6fbd797ea1} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5275 | 2025.01.09 20:42:31.470810 [ 260 ] {acf9c2fa-d04d-4e64-a706-8d6fbd797ea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5276 | 2025.01.09 20:42:31.472452 [ 260 ] {acf9c2fa-d04d-4e64-a706-8d6fbd797ea1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5277 | 2025.01.09 20:42:31.473671 [ 260 ] {acf9c2fa-d04d-4e64-a706-8d6fbd797ea1} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5278 | 2025.01.09 20:42:31.475084 [ 260 ] {acf9c2fa-d04d-4e64-a706-8d6fbd797ea1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.008554 sec., 1519.7568389057749 rows/sec., 94.76 KiB/sec. | ||
| 5279 | 2025.01.09 20:42:31.475390 [ 260 ] {acf9c2fa-d04d-4e64-a706-8d6fbd797ea1} <Debug> TCPHandler: Processed in 0.009214048 sec. | ||
| 5280 | 2025.01.09 20:42:31.475660 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5281 | 2025.01.09 20:42:31.476204 [ 262 ] {685d415e-6aa9-4e99-93a2-edd41a6aa9c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5282 | 2025.01.09 20:42:31.476350 [ 262 ] {685d415e-6aa9-4e99-93a2-edd41a6aa9c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5283 | 2025.01.09 20:42:31.481183 [ 262 ] {685d415e-6aa9-4e99-93a2-edd41a6aa9c0} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5284 | 2025.01.09 20:42:31.481244 [ 262 ] {685d415e-6aa9-4e99-93a2-edd41a6aa9c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5285 | 2025.01.09 20:42:31.483032 [ 262 ] {685d415e-6aa9-4e99-93a2-edd41a6aa9c0} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5286 | 2025.01.09 20:42:31.483613 [ 262 ] {685d415e-6aa9-4e99-93a2-edd41a6aa9c0} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5287 | 2025.01.09 20:42:31.484303 [ 262 ] {685d415e-6aa9-4e99-93a2-edd41a6aa9c0} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.008272 sec., 43399.419729206966 rows/sec., 3.05 MiB/sec. | ||
| 5288 | 2025.01.09 20:42:31.484815 [ 262 ] {685d415e-6aa9-4e99-93a2-edd41a6aa9c0} <Debug> TCPHandler: Processed in 0.00930327 sec. | ||
| 5289 | 2025.01.09 20:42:31.485421 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5290 | 2025.01.09 20:42:31.485717 [ 260 ] {4ef766c7-ef54-48a4-ba1d-d033344b2ab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5291 | 2025.01.09 20:42:31.485875 [ 260 ] {4ef766c7-ef54-48a4-ba1d-d033344b2ab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5292 | 2025.01.09 20:42:31.488085 [ 260 ] {4ef766c7-ef54-48a4-ba1d-d033344b2ab4} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5293 | 2025.01.09 20:42:31.488166 [ 260 ] {4ef766c7-ef54-48a4-ba1d-d033344b2ab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5294 | 2025.01.09 20:42:31.488860 [ 260 ] {4ef766c7-ef54-48a4-ba1d-d033344b2ab4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5295 | 2025.01.09 20:42:31.489140 [ 260 ] {4ef766c7-ef54-48a4-ba1d-d033344b2ab4} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5296 | 2025.01.09 20:42:31.489516 [ 260 ] {4ef766c7-ef54-48a4-ba1d-d033344b2ab4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003873 sec., 1549.1866769945777 rows/sec., 80.94 KiB/sec. | ||
| 5297 | 2025.01.09 20:42:31.489696 [ 260 ] {4ef766c7-ef54-48a4-ba1d-d033344b2ab4} <Debug> TCPHandler: Processed in 0.004754277 sec. | ||
| 5298 | 2025.01.09 20:42:31.489873 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5299 | 2025.01.09 20:42:31.490052 [ 262 ] {47da4d6d-f70d-4696-861e-74706250404a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5300 | 2025.01.09 20:42:31.490149 [ 262 ] {47da4d6d-f70d-4696-861e-74706250404a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5301 | 2025.01.09 20:42:31.493543 [ 262 ] {47da4d6d-f70d-4696-861e-74706250404a} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5302 | 2025.01.09 20:42:31.493717 [ 262 ] {47da4d6d-f70d-4696-861e-74706250404a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5303 | 2025.01.09 20:42:31.495427 [ 262 ] {47da4d6d-f70d-4696-861e-74706250404a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5304 | 2025.01.09 20:42:31.496451 [ 262 ] {47da4d6d-f70d-4696-861e-74706250404a} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5305 | 2025.01.09 20:42:31.497727 [ 262 ] {47da4d6d-f70d-4696-861e-74706250404a} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.007698 sec., 22992.98519095869 rows/sec., 1.52 MiB/sec. | ||
| 5306 | 2025.01.09 20:42:31.498669 [ 262 ] {47da4d6d-f70d-4696-861e-74706250404a} <Debug> TCPHandler: Processed in 0.008867639 sec. | ||
| 5307 | 2025.01.09 20:42:31.499206 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5308 | 2025.01.09 20:42:31.499828 [ 260 ] {26811175-8a1e-42d4-975a-79f4c30ffad1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5309 | 2025.01.09 20:42:31.499997 [ 260 ] {26811175-8a1e-42d4-975a-79f4c30ffad1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5310 | 2025.01.09 20:42:31.502743 [ 260 ] {26811175-8a1e-42d4-975a-79f4c30ffad1} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5311 | 2025.01.09 20:42:31.502905 [ 260 ] {26811175-8a1e-42d4-975a-79f4c30ffad1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5312 | 2025.01.09 20:42:31.504400 [ 260 ] {26811175-8a1e-42d4-975a-79f4c30ffad1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5313 | 2025.01.09 20:42:31.505638 [ 260 ] {26811175-8a1e-42d4-975a-79f4c30ffad1} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5314 | 2025.01.09 20:42:31.506704 [ 260 ] {26811175-8a1e-42d4-975a-79f4c30ffad1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.007014 sec., 142.571998859424 rows/sec., 9.61 KiB/sec. | ||
| 5315 | 2025.01.09 20:42:31.507321 [ 260 ] {26811175-8a1e-42d4-975a-79f4c30ffad1} <Debug> TCPHandler: Processed in 0.0084871 sec. | ||
| 5316 | 2025.01.09 20:42:31.507587 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5317 | 2025.01.09 20:42:31.507920 [ 262 ] {15ffcd99-1d78-44d6-8708-52357f8b9fab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5318 | 2025.01.09 20:42:31.508317 [ 262 ] {15ffcd99-1d78-44d6-8708-52357f8b9fab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5319 | 2025.01.09 20:42:31.509620 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5320 | 2025.01.09 20:42:31.509715 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5321 | 2025.01.09 20:42:31.515393 [ 262 ] {15ffcd99-1d78-44d6-8708-52357f8b9fab} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5322 | 2025.01.09 20:42:31.515474 [ 262 ] {15ffcd99-1d78-44d6-8708-52357f8b9fab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5323 | 2025.01.09 20:42:31.518591 [ 262 ] {15ffcd99-1d78-44d6-8708-52357f8b9fab} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5324 | 2025.01.09 20:42:31.519298 [ 262 ] {15ffcd99-1d78-44d6-8708-52357f8b9fab} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5325 | 2025.01.09 20:42:31.520428 [ 262 ] {15ffcd99-1d78-44d6-8708-52357f8b9fab} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.012608 sec., 1031.0913705583757 rows/sec., 1.85 MiB/sec. | ||
| 5326 | 2025.01.09 20:42:31.521637 [ 262 ] {15ffcd99-1d78-44d6-8708-52357f8b9fab} <Debug> TCPHandler: Processed in 0.01416771 sec. | ||
| 5327 | 2025.01.09 20:42:31.521918 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5328 | 2025.01.09 20:42:31.522210 [ 260 ] {7acf94b9-4368-42fb-8a68-e7dc3998a471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5329 | 2025.01.09 20:42:31.522311 [ 260 ] {7acf94b9-4368-42fb-8a68-e7dc3998a471} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5330 | 2025.01.09 20:42:31.523447 [ 260 ] {7acf94b9-4368-42fb-8a68-e7dc3998a471} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5331 | 2025.01.09 20:42:31.523521 [ 260 ] {7acf94b9-4368-42fb-8a68-e7dc3998a471} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5332 | 2025.01.09 20:42:31.524849 [ 260 ] {7acf94b9-4368-42fb-8a68-e7dc3998a471} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5333 | 2025.01.09 20:42:31.525465 [ 260 ] {7acf94b9-4368-42fb-8a68-e7dc3998a471} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5334 | 2025.01.09 20:42:31.526011 [ 260 ] {7acf94b9-4368-42fb-8a68-e7dc3998a471} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.003874 sec., 13422.818791946309 rows/sec., 851.03 KiB/sec. | ||
| 5335 | 2025.01.09 20:42:31.526292 [ 260 ] {7acf94b9-4368-42fb-8a68-e7dc3998a471} <Debug> TCPHandler: Processed in 0.004517751 sec. | ||
| 5336 | 2025.01.09 20:42:31.531455 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5337 | 2025.01.09 20:42:31.532381 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5338 | 2025.01.09 20:42:31.537291 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 5339 | 2025.01.09 20:42:32.000232 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.08 MiB, peak 198.61 MiB, free memory in arenas 0.00 B, will set to 192.07 MiB (RSS), difference: -1.01 MiB | ||
| 5340 | 2025.01.09 20:42:36.435147 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5341 | 2025.01.09 20:42:36.435357 [ 260 ] {9f42b3ec-6787-47ed-ba1e-3d2199c55d24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5342 | 2025.01.09 20:42:36.435436 [ 260 ] {9f42b3ec-6787-47ed-ba1e-3d2199c55d24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5343 | 2025.01.09 20:42:36.436193 [ 260 ] {9f42b3ec-6787-47ed-ba1e-3d2199c55d24} <Trace> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5344 | 2025.01.09 20:42:36.436247 [ 260 ] {9f42b3ec-6787-47ed-ba1e-3d2199c55d24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5345 | 2025.01.09 20:42:36.436659 [ 260 ] {9f42b3ec-6787-47ed-ba1e-3d2199c55d24} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 5346 | 2025.01.09 20:42:36.436902 [ 260 ] {9f42b3ec-6787-47ed-ba1e-3d2199c55d24} <Trace> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5347 | 2025.01.09 20:42:36.437153 [ 260 ] {9f42b3ec-6787-47ed-ba1e-3d2199c55d24} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001885 sec., 1061.0079575596817 rows/sec., 86.52 KiB/sec. | ||
| 5348 | 2025.01.09 20:42:36.437544 [ 260 ] {9f42b3ec-6787-47ed-ba1e-3d2199c55d24} <Debug> TCPHandler: Processed in 0.002524103 sec. | ||
| 5349 | 2025.01.09 20:42:36.437839 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5350 | 2025.01.09 20:42:36.438029 [ 262 ] {e7b18202-8d02-49b0-9736-6ef9be29b0fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5351 | 2025.01.09 20:42:36.438101 [ 262 ] {e7b18202-8d02-49b0-9736-6ef9be29b0fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5352 | 2025.01.09 20:42:36.438865 [ 262 ] {e7b18202-8d02-49b0-9736-6ef9be29b0fb} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5353 | 2025.01.09 20:42:36.438909 [ 262 ] {e7b18202-8d02-49b0-9736-6ef9be29b0fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5354 | 2025.01.09 20:42:36.439330 [ 262 ] {e7b18202-8d02-49b0-9736-6ef9be29b0fb} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5355 | 2025.01.09 20:42:36.439577 [ 262 ] {e7b18202-8d02-49b0-9736-6ef9be29b0fb} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5356 | 2025.01.09 20:42:36.439809 [ 262 ] {e7b18202-8d02-49b0-9736-6ef9be29b0fb} <Debug> executeQuery: Read 79 rows, 6.95 KiB in 0.001834 sec., 43075.2453653217 rows/sec., 3.70 MiB/sec. | ||
| 5357 | 2025.01.09 20:42:36.439865 [ 262 ] {e7b18202-8d02-49b0-9736-6ef9be29b0fb} <Debug> TCPHandler: Processed in 0.002159983 sec. | ||
| 5358 | 2025.01.09 20:42:36.440033 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5359 | 2025.01.09 20:42:36.440167 [ 260 ] {41c8b431-acfb-4e44-a813-623417ae4601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5360 | 2025.01.09 20:42:36.440222 [ 260 ] {41c8b431-acfb-4e44-a813-623417ae4601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5361 | 2025.01.09 20:42:36.440841 [ 260 ] {41c8b431-acfb-4e44-a813-623417ae4601} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5362 | 2025.01.09 20:42:36.440882 [ 260 ] {41c8b431-acfb-4e44-a813-623417ae4601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5363 | 2025.01.09 20:42:36.441262 [ 260 ] {41c8b431-acfb-4e44-a813-623417ae4601} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5364 | 2025.01.09 20:42:36.441516 [ 260 ] {41c8b431-acfb-4e44-a813-623417ae4601} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5365 | 2025.01.09 20:42:36.441758 [ 260 ] {41c8b431-acfb-4e44-a813-623417ae4601} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.00162 sec., 17283.95061728395 rows/sec., 1.26 MiB/sec. | ||
| 5366 | 2025.01.09 20:42:36.441877 [ 260 ] {41c8b431-acfb-4e44-a813-623417ae4601} <Debug> TCPHandler: Processed in 0.001905077 sec. | ||
| 5367 | 2025.01.09 20:42:36.442051 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5368 | 2025.01.09 20:42:36.442174 [ 262 ] {f48b3d9e-dd42-46ad-bc1a-2b72c40c0993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5369 | 2025.01.09 20:42:36.442225 [ 262 ] {f48b3d9e-dd42-46ad-bc1a-2b72c40c0993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5370 | 2025.01.09 20:42:36.442844 [ 262 ] {f48b3d9e-dd42-46ad-bc1a-2b72c40c0993} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5371 | 2025.01.09 20:42:36.442884 [ 262 ] {f48b3d9e-dd42-46ad-bc1a-2b72c40c0993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5372 | 2025.01.09 20:42:36.443258 [ 262 ] {f48b3d9e-dd42-46ad-bc1a-2b72c40c0993} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5373 | 2025.01.09 20:42:36.443505 [ 262 ] {f48b3d9e-dd42-46ad-bc1a-2b72c40c0993} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5374 | 2025.01.09 20:42:36.443715 [ 262 ] {f48b3d9e-dd42-46ad-bc1a-2b72c40c0993} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.001568 sec., 35714.28571428572 rows/sec., 2.79 MiB/sec. | ||
| 5375 | 2025.01.09 20:42:36.443767 [ 262 ] {f48b3d9e-dd42-46ad-bc1a-2b72c40c0993} <Debug> TCPHandler: Processed in 0.001777974 sec. | ||
| 5376 | 2025.01.09 20:42:36.443931 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5377 | 2025.01.09 20:42:36.444079 [ 260 ] {3510df80-c397-462e-99e8-f508e51df45d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5378 | 2025.01.09 20:42:36.444144 [ 260 ] {3510df80-c397-462e-99e8-f508e51df45d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5379 | 2025.01.09 20:42:36.444782 [ 260 ] {3510df80-c397-462e-99e8-f508e51df45d} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5380 | 2025.01.09 20:42:36.444821 [ 260 ] {3510df80-c397-462e-99e8-f508e51df45d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5381 | 2025.01.09 20:42:36.445215 [ 260 ] {3510df80-c397-462e-99e8-f508e51df45d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5382 | 2025.01.09 20:42:36.445460 [ 260 ] {3510df80-c397-462e-99e8-f508e51df45d} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5383 | 2025.01.09 20:42:36.445679 [ 260 ] {3510df80-c397-462e-99e8-f508e51df45d} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001634 sec., 61811.50550795593 rows/sec., 4.29 MiB/sec. | ||
| 5384 | 2025.01.09 20:42:36.445737 [ 260 ] {3510df80-c397-462e-99e8-f508e51df45d} <Debug> TCPHandler: Processed in 0.001875016 sec. | ||
| 5385 | 2025.01.09 20:42:36.445894 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5386 | 2025.01.09 20:42:36.446035 [ 262 ] {1ef66e82-f203-4579-807c-bfd77b148ce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5387 | 2025.01.09 20:42:36.446128 [ 262 ] {1ef66e82-f203-4579-807c-bfd77b148ce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5388 | 2025.01.09 20:42:36.447415 [ 262 ] {1ef66e82-f203-4579-807c-bfd77b148ce6} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5389 | 2025.01.09 20:42:36.447455 [ 262 ] {1ef66e82-f203-4579-807c-bfd77b148ce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5390 | 2025.01.09 20:42:36.448110 [ 262 ] {1ef66e82-f203-4579-807c-bfd77b148ce6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5391 | 2025.01.09 20:42:36.448371 [ 262 ] {1ef66e82-f203-4579-807c-bfd77b148ce6} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5392 | 2025.01.09 20:42:36.448609 [ 262 ] {1ef66e82-f203-4579-807c-bfd77b148ce6} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002605 sec., 9980.80614203455 rows/sec., 17.89 MiB/sec. | ||
| 5393 | 2025.01.09 20:42:36.448704 [ 262 ] {1ef66e82-f203-4579-807c-bfd77b148ce6} <Debug> TCPHandler: Processed in 0.002876951 sec. | ||
| 5394 | 2025.01.09 20:42:36.448877 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5395 | 2025.01.09 20:42:36.449019 [ 260 ] {9e73d41c-38ba-4e81-8a2e-ad90bb8fca51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5396 | 2025.01.09 20:42:36.449080 [ 260 ] {9e73d41c-38ba-4e81-8a2e-ad90bb8fca51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5397 | 2025.01.09 20:42:36.449665 [ 260 ] {9e73d41c-38ba-4e81-8a2e-ad90bb8fca51} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5398 | 2025.01.09 20:42:36.449712 [ 260 ] {9e73d41c-38ba-4e81-8a2e-ad90bb8fca51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5399 | 2025.01.09 20:42:36.450105 [ 260 ] {9e73d41c-38ba-4e81-8a2e-ad90bb8fca51} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5400 | 2025.01.09 20:42:36.450359 [ 260 ] {9e73d41c-38ba-4e81-8a2e-ad90bb8fca51} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5401 | 2025.01.09 20:42:36.450581 [ 260 ] {9e73d41c-38ba-4e81-8a2e-ad90bb8fca51} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001595 sec., 18808.777429467085 rows/sec., 1.29 MiB/sec. | ||
| 5402 | 2025.01.09 20:42:36.450643 [ 260 ] {9e73d41c-38ba-4e81-8a2e-ad90bb8fca51} <Debug> TCPHandler: Processed in 0.001836496 sec. | ||
| 5403 | 2025.01.09 20:42:38.209437 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 | ||
| 5404 | 2025.01.09 20:42:38.210097 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5405 | 2025.01.09 20:42:38.210141 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5406 | 2025.01.09 20:42:38.210699 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5407 | 2025.01.09 20:42:38.210967 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5408 | 2025.01.09 20:42:38.211280 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
| 5409 | 2025.01.09 20:42:39.037345 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5410 | 2025.01.09 20:42:39.058170 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5411 | 2025.01.09 20:42:39.058225 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5412 | 2025.01.09 20:42:39.065502 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5413 | 2025.01.09 20:42:39.066283 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5414 | 2025.01.09 20:42:39.068942 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5415 | 2025.01.09 20:42:40.760654 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 774 | ||
| 5416 | 2025.01.09 20:42:40.763902 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5417 | 2025.01.09 20:42:40.763964 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5418 | 2025.01.09 20:42:40.765504 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5419 | 2025.01.09 20:42:40.765840 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5420 | 2025.01.09 20:42:40.767194 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 774 | ||
| 5421 | 2025.01.09 20:42:41.438171 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5422 | 2025.01.09 20:42:41.438381 [ 260 ] {ab3d2224-d2bf-4558-9710-08fce3df048e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5423 | 2025.01.09 20:42:41.438461 [ 260 ] {ab3d2224-d2bf-4558-9710-08fce3df048e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5424 | 2025.01.09 20:42:41.439281 [ 260 ] {ab3d2224-d2bf-4558-9710-08fce3df048e} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5425 | 2025.01.09 20:42:41.439324 [ 260 ] {ab3d2224-d2bf-4558-9710-08fce3df048e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5426 | 2025.01.09 20:42:41.439765 [ 260 ] {ab3d2224-d2bf-4558-9710-08fce3df048e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5427 | 2025.01.09 20:42:41.440037 [ 260 ] {ab3d2224-d2bf-4558-9710-08fce3df048e} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5428 | 2025.01.09 20:42:41.440186 [ 44 ] {} <Debug> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5429 | 2025.01.09 20:42:41.440235 [ 44 ] {} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5430 | 2025.01.09 20:42:41.440245 [ 260 ] {ab3d2224-d2bf-4558-9710-08fce3df048e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001921 sec., 7287.870900572619 rows/sec., 524.63 KiB/sec. | ||
| 5431 | 2025.01.09 20:42:41.440263 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5432 | 2025.01.09 20:42:41.440355 [ 260 ] {ab3d2224-d2bf-4558-9710-08fce3df048e} <Debug> TCPHandler: Processed in 0.002316497 sec. | ||
| 5433 | 2025.01.09 20:42:41.440558 [ 198 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 5434 | 2025.01.09 20:42:41.440642 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5435 | 2025.01.09 20:42:41.440756 [ 198 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5436 | 2025.01.09 20:42:41.440806 [ 198 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 5437 | 2025.01.09 20:42:41.440850 [ 262 ] {22d2ce14-45fd-4ddf-82ff-409028aedaa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5438 | 2025.01.09 20:42:41.440913 [ 198 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 5439 | 2025.01.09 20:42:41.441005 [ 262 ] {22d2ce14-45fd-4ddf-82ff-409028aedaa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5440 | 2025.01.09 20:42:41.441454 [ 198 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 5441 | 2025.01.09 20:42:41.441793 [ 198 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 5442 | 2025.01.09 20:42:41.442204 [ 198 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 5443 | 2025.01.09 20:42:41.443465 [ 262 ] {22d2ce14-45fd-4ddf-82ff-409028aedaa5} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5444 | 2025.01.09 20:42:41.443520 [ 262 ] {22d2ce14-45fd-4ddf-82ff-409028aedaa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5445 | 2025.01.09 20:42:41.443911 [ 198 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003536957 sec., 19791.02375290398 rows/sec., 1.47 MiB/sec. | ||
| 5446 | 2025.01.09 20:42:41.444095 [ 190 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5447 | 2025.01.09 20:42:41.444104 [ 262 ] {22d2ce14-45fd-4ddf-82ff-409028aedaa5} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5448 | 2025.01.09 20:42:41.444437 [ 262 ] {22d2ce14-45fd-4ddf-82ff-409028aedaa5} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5449 | 2025.01.09 20:42:41.444527 [ 190 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_17_4} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5450 | 2025.01.09 20:42:41.444768 [ 190 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_17_4} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5451 | 2025.01.09 20:42:41.444791 [ 262 ] {22d2ce14-45fd-4ddf-82ff-409028aedaa5} <Debug> executeQuery: Read 199 rows, 18.15 KiB in 0.004003 sec., 49712.715463402455 rows/sec., 4.43 MiB/sec. | ||
| 5452 | 2025.01.09 20:42:41.444914 [ 262 ] {22d2ce14-45fd-4ddf-82ff-409028aedaa5} <Debug> TCPHandler: Processed in 0.00444172 sec. | ||
| 5453 | 2025.01.09 20:42:41.444918 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5454 | 2025.01.09 20:42:41.445097 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5455 | 2025.01.09 20:42:41.445245 [ 260 ] {d4f4549a-428b-4b66-9610-242bef69dab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5456 | 2025.01.09 20:42:41.445307 [ 260 ] {d4f4549a-428b-4b66-9610-242bef69dab6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5457 | 2025.01.09 20:42:41.446019 [ 260 ] {d4f4549a-428b-4b66-9610-242bef69dab6} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5458 | 2025.01.09 20:42:41.446063 [ 260 ] {d4f4549a-428b-4b66-9610-242bef69dab6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5459 | 2025.01.09 20:42:41.446430 [ 260 ] {d4f4549a-428b-4b66-9610-242bef69dab6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5460 | 2025.01.09 20:42:41.446671 [ 260 ] {d4f4549a-428b-4b66-9610-242bef69dab6} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5461 | 2025.01.09 20:42:41.446852 [ 260 ] {d4f4549a-428b-4b66-9610-242bef69dab6} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001642 sec., 12180.26796589525 rows/sec., 873.08 KiB/sec. | ||
| 5462 | 2025.01.09 20:42:41.446905 [ 260 ] {d4f4549a-428b-4b66-9610-242bef69dab6} <Debug> TCPHandler: Processed in 0.001895707 sec. | ||
| 5463 | 2025.01.09 20:42:41.447050 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5464 | 2025.01.09 20:42:41.447193 [ 262 ] {807829f6-d686-411f-a756-37deae3f0567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5465 | 2025.01.09 20:42:41.447251 [ 262 ] {807829f6-d686-411f-a756-37deae3f0567} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5466 | 2025.01.09 20:42:41.447946 [ 262 ] {807829f6-d686-411f-a756-37deae3f0567} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5467 | 2025.01.09 20:42:41.447994 [ 262 ] {807829f6-d686-411f-a756-37deae3f0567} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5468 | 2025.01.09 20:42:41.448362 [ 262 ] {807829f6-d686-411f-a756-37deae3f0567} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5469 | 2025.01.09 20:42:41.448623 [ 262 ] {807829f6-d686-411f-a756-37deae3f0567} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5470 | 2025.01.09 20:42:41.448837 [ 262 ] {807829f6-d686-411f-a756-37deae3f0567} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001677 sec., 8348.24090638044 rows/sec., 584.66 KiB/sec. | ||
| 5471 | 2025.01.09 20:42:41.448889 [ 262 ] {807829f6-d686-411f-a756-37deae3f0567} <Debug> TCPHandler: Processed in 0.001899767 sec. | ||
| 5472 | 2025.01.09 20:42:41.449053 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5473 | 2025.01.09 20:42:41.449195 [ 260 ] {3c670935-9ae7-417f-955f-a50549cdddd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5474 | 2025.01.09 20:42:41.449253 [ 260 ] {3c670935-9ae7-417f-955f-a50549cdddd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5475 | 2025.01.09 20:42:41.449930 [ 260 ] {3c670935-9ae7-417f-955f-a50549cdddd9} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5476 | 2025.01.09 20:42:41.449977 [ 260 ] {3c670935-9ae7-417f-955f-a50549cdddd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5477 | 2025.01.09 20:42:41.450346 [ 260 ] {3c670935-9ae7-417f-955f-a50549cdddd9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5478 | 2025.01.09 20:42:41.450582 [ 260 ] {3c670935-9ae7-417f-955f-a50549cdddd9} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5479 | 2025.01.09 20:42:41.450769 [ 23 ] {} <Debug> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5480 | 2025.01.09 20:42:41.450803 [ 260 ] {3c670935-9ae7-417f-955f-a50549cdddd9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00164 sec., 7926.829268292683 rows/sec., 494.24 KiB/sec. | ||
| 5481 | 2025.01.09 20:42:41.450851 [ 23 ] {} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5482 | 2025.01.09 20:42:41.450913 [ 260 ] {3c670935-9ae7-417f-955f-a50549cdddd9} <Debug> TCPHandler: Processed in 0.001920308 sec. | ||
| 5483 | 2025.01.09 20:42:41.450920 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5484 | 2025.01.09 20:42:41.451109 [ 195 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 5485 | 2025.01.09 20:42:41.451120 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5486 | 2025.01.09 20:42:41.451344 [ 195 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5487 | 2025.01.09 20:42:41.451375 [ 262 ] {69203e60-9963-48a6-8f2c-6e9e510c4839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5488 | 2025.01.09 20:42:41.451412 [ 195 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 5489 | 2025.01.09 20:42:41.451486 [ 262 ] {69203e60-9963-48a6-8f2c-6e9e510c4839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5490 | 2025.01.09 20:42:41.451717 [ 195 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 5491 | 2025.01.09 20:42:41.452137 [ 195 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 5492 | 2025.01.09 20:42:41.452519 [ 195 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 5493 | 2025.01.09 20:42:41.452819 [ 195 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 5494 | 2025.01.09 20:42:41.454409 [ 262 ] {69203e60-9963-48a6-8f2c-6e9e510c4839} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5495 | 2025.01.09 20:42:41.454477 [ 262 ] {69203e60-9963-48a6-8f2c-6e9e510c4839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5496 | 2025.01.09 20:42:41.455541 [ 195 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004516822 sec., 14390.649000558356 rows/sec., 953.47 KiB/sec. | ||
| 5497 | 2025.01.09 20:42:41.455592 [ 262 ] {69203e60-9963-48a6-8f2c-6e9e510c4839} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5498 | 2025.01.09 20:42:41.455724 [ 195 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5499 | 2025.01.09 20:42:41.456030 [ 262 ] {69203e60-9963-48a6-8f2c-6e9e510c4839} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): 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.09 20:42:41.456246 [ 195 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_17_4} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5501 | 2025.01.09 20:42:41.456578 [ 195 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_17_4} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5502 | 2025.01.09 20:42:41.456624 [ 262 ] {69203e60-9963-48a6-8f2c-6e9e510c4839} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.00524 sec., 68511.45038167939 rows/sec., 4.82 MiB/sec. | ||
| 5503 | 2025.01.09 20:42:41.456866 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5504 | 2025.01.09 20:42:41.457037 [ 262 ] {69203e60-9963-48a6-8f2c-6e9e510c4839} <Debug> TCPHandler: Processed in 0.006012049 sec. | ||
| 5505 | 2025.01.09 20:42:41.457249 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5506 | 2025.01.09 20:42:41.457369 [ 260 ] {500aee7a-6bbf-4ddc-972b-46225a24f9ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5507 | 2025.01.09 20:42:41.457420 [ 260 ] {500aee7a-6bbf-4ddc-972b-46225a24f9ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5508 | 2025.01.09 20:42:41.457904 [ 260 ] {500aee7a-6bbf-4ddc-972b-46225a24f9ee} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5509 | 2025.01.09 20:42:41.457943 [ 260 ] {500aee7a-6bbf-4ddc-972b-46225a24f9ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5510 | 2025.01.09 20:42:41.458312 [ 260 ] {500aee7a-6bbf-4ddc-972b-46225a24f9ee} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5511 | 2025.01.09 20:42:41.458550 [ 260 ] {500aee7a-6bbf-4ddc-972b-46225a24f9ee} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5512 | 2025.01.09 20:42:41.458816 [ 260 ] {500aee7a-6bbf-4ddc-972b-46225a24f9ee} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001464 sec., 4098.360655737705 rows/sec., 214.12 KiB/sec. | ||
| 5513 | 2025.01.09 20:42:41.458991 [ 260 ] {500aee7a-6bbf-4ddc-972b-46225a24f9ee} <Debug> TCPHandler: Processed in 0.001843096 sec. | ||
| 5514 | 2025.01.09 20:42:41.459149 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5515 | 2025.01.09 20:42:41.459289 [ 262 ] {25161305-9730-46ba-8e02-90393dfec5da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5516 | 2025.01.09 20:42:41.459352 [ 262 ] {25161305-9730-46ba-8e02-90393dfec5da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5517 | 2025.01.09 20:42:41.460017 [ 262 ] {25161305-9730-46ba-8e02-90393dfec5da} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5518 | 2025.01.09 20:42:41.460063 [ 262 ] {25161305-9730-46ba-8e02-90393dfec5da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5519 | 2025.01.09 20:42:41.460458 [ 262 ] {25161305-9730-46ba-8e02-90393dfec5da} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5520 | 2025.01.09 20:42:41.460699 [ 262 ] {25161305-9730-46ba-8e02-90393dfec5da} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5521 | 2025.01.09 20:42:41.460951 [ 262 ] {25161305-9730-46ba-8e02-90393dfec5da} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.00169 sec., 104733.72781065087 rows/sec., 6.91 MiB/sec. | ||
| 5522 | 2025.01.09 20:42:41.461060 [ 262 ] {25161305-9730-46ba-8e02-90393dfec5da} <Debug> TCPHandler: Processed in 0.001974868 sec. | ||
| 5523 | 2025.01.09 20:42:41.461312 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5524 | 2025.01.09 20:42:41.461451 [ 260 ] {ed2a7744-4536-4cf9-a795-d25110554dea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5525 | 2025.01.09 20:42:41.461513 [ 260 ] {ed2a7744-4536-4cf9-a795-d25110554dea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5526 | 2025.01.09 20:42:41.462061 [ 260 ] {ed2a7744-4536-4cf9-a795-d25110554dea} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5527 | 2025.01.09 20:42:41.462100 [ 260 ] {ed2a7744-4536-4cf9-a795-d25110554dea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5528 | 2025.01.09 20:42:41.462476 [ 260 ] {ed2a7744-4536-4cf9-a795-d25110554dea} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5529 | 2025.01.09 20:42:41.462717 [ 260 ] {ed2a7744-4536-4cf9-a795-d25110554dea} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5530 | 2025.01.09 20:42:41.463008 [ 260 ] {ed2a7744-4536-4cf9-a795-d25110554dea} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001568 sec., 637.7551020408164 rows/sec., 42.97 KiB/sec. | ||
| 5531 | 2025.01.09 20:42:41.463161 [ 260 ] {ed2a7744-4536-4cf9-a795-d25110554dea} <Debug> TCPHandler: Processed in 0.00200295 sec. | ||
| 5532 | 2025.01.09 20:42:41.463341 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5533 | 2025.01.09 20:42:41.463480 [ 262 ] {03f1aee3-6d97-4a19-875e-527d72d7dc4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5534 | 2025.01.09 20:42:41.463573 [ 262 ] {03f1aee3-6d97-4a19-875e-527d72d7dc4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5535 | 2025.01.09 20:42:41.464736 [ 262 ] {03f1aee3-6d97-4a19-875e-527d72d7dc4e} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5536 | 2025.01.09 20:42:41.464775 [ 262 ] {03f1aee3-6d97-4a19-875e-527d72d7dc4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5537 | 2025.01.09 20:42:41.465407 [ 262 ] {03f1aee3-6d97-4a19-875e-527d72d7dc4e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5538 | 2025.01.09 20:42:41.465664 [ 262 ] {03f1aee3-6d97-4a19-875e-527d72d7dc4e} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5539 | 2025.01.09 20:42:41.466007 [ 262 ] {03f1aee3-6d97-4a19-875e-527d72d7dc4e} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002532 sec., 5134.281200631912 rows/sec., 9.20 MiB/sec. | ||
| 5540 | 2025.01.09 20:42:41.466378 [ 262 ] {03f1aee3-6d97-4a19-875e-527d72d7dc4e} <Debug> TCPHandler: Processed in 0.003106107 sec. | ||
| 5541 | 2025.01.09 20:42:41.466544 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5542 | 2025.01.09 20:42:41.466684 [ 260 ] {0d6670e8-95bc-42b9-b22e-d5f6417b9326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5543 | 2025.01.09 20:42:41.466745 [ 260 ] {0d6670e8-95bc-42b9-b22e-d5f6417b9326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5544 | 2025.01.09 20:42:41.467290 [ 260 ] {0d6670e8-95bc-42b9-b22e-d5f6417b9326} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5545 | 2025.01.09 20:42:41.467330 [ 260 ] {0d6670e8-95bc-42b9-b22e-d5f6417b9326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5546 | 2025.01.09 20:42:41.467702 [ 260 ] {0d6670e8-95bc-42b9-b22e-d5f6417b9326} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5547 | 2025.01.09 20:42:41.467942 [ 260 ] {0d6670e8-95bc-42b9-b22e-d5f6417b9326} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5548 | 2025.01.09 20:42:41.468190 [ 260 ] {0d6670e8-95bc-42b9-b22e-d5f6417b9326} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.00153 sec., 33986.92810457516 rows/sec., 2.10 MiB/sec. | ||
| 5549 | 2025.01.09 20:42:41.468353 [ 260 ] {0d6670e8-95bc-42b9-b22e-d5f6417b9326} <Debug> TCPHandler: Processed in 0.001872776 sec. | ||
| 5550 | 2025.01.09 20:42:45.588618 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5551 | 2025.01.09 20:42:45.588691 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5552 | 2025.01.09 20:42:45.711444 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 | ||
| 5553 | 2025.01.09 20:42:45.712403 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5554 | 2025.01.09 20:42:45.712453 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5555 | 2025.01.09 20:42:45.712972 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5556 | 2025.01.09 20:42:45.713223 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5557 | 2025.01.09 20:42:45.713424 [ 113 ] {} <Debug> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5558 | 2025.01.09 20:42:45.713513 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5559 | 2025.01.09 20:42:45.713518 [ 113 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5560 | 2025.01.09 20:42:45.713558 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5561 | 2025.01.09 20:42:45.713679 [ 196 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 5562 | 2025.01.09 20:42:45.713804 [ 196 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5563 | 2025.01.09 20:42:45.713845 [ 196 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 5564 | 2025.01.09 20:42:45.713921 [ 196 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 5565 | 2025.01.09 20:42:45.714014 [ 196 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 5566 | 2025.01.09 20:42:45.714236 [ 196 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 5567 | 2025.01.09 20:42:45.714418 [ 196 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 5568 | 2025.01.09 20:42:45.714658 [ 196 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 5569 | 2025.01.09 20:42:45.719032 [ 191 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.005407213 sec., 2211120.590219028 rows/sec., 31.63 MiB/sec. | ||
| 5570 | 2025.01.09 20:42:45.719440 [ 194 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5571 | 2025.01.09 20:42:45.719836 [ 194 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_26_5} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5572 | 2025.01.09 20:42:45.719932 [ 194 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_26_5} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5573 | 2025.01.09 20:42:45.720058 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
| 5574 | 2025.01.09 20:42:46.435378 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5575 | 2025.01.09 20:42:46.435591 [ 260 ] {be47bda9-a92e-43c8-a118-a0720b68a724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5576 | 2025.01.09 20:42:46.435671 [ 260 ] {be47bda9-a92e-43c8-a118-a0720b68a724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5577 | 2025.01.09 20:42:46.436503 [ 260 ] {be47bda9-a92e-43c8-a118-a0720b68a724} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5578 | 2025.01.09 20:42:46.436556 [ 260 ] {be47bda9-a92e-43c8-a118-a0720b68a724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5579 | 2025.01.09 20:42:46.436987 [ 260 ] {be47bda9-a92e-43c8-a118-a0720b68a724} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5580 | 2025.01.09 20:42:46.437238 [ 260 ] {be47bda9-a92e-43c8-a118-a0720b68a724} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5581 | 2025.01.09 20:42:46.437434 [ 113 ] {} <Debug> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5582 | 2025.01.09 20:42:46.437500 [ 260 ] {be47bda9-a92e-43c8-a118-a0720b68a724} <Debug> executeQuery: Read 78 rows, 6.88 KiB in 0.00196 sec., 39795.91836734694 rows/sec., 3.43 MiB/sec. | ||
| 5583 | 2025.01.09 20:42:46.437527 [ 113 ] {} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5584 | 2025.01.09 20:42:46.437595 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5585 | 2025.01.09 20:42:46.437625 [ 260 ] {be47bda9-a92e-43c8-a118-a0720b68a724} <Debug> TCPHandler: Processed in 0.00238241 sec. | ||
| 5586 | 2025.01.09 20:42:46.437910 [ 196 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::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 | ||
| 5587 | 2025.01.09 20:42:46.438008 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5588 | 2025.01.09 20:42:46.438458 [ 262 ] {d6c08920-31db-4b1b-a415-39146b3dd422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5589 | 2025.01.09 20:42:46.438565 [ 196 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5590 | 2025.01.09 20:42:46.438645 [ 262 ] {d6c08920-31db-4b1b-a415-39146b3dd422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5591 | 2025.01.09 20:42:46.438699 [ 196 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1399 rows starting from the beginning of the part | ||
| 5592 | 2025.01.09 20:42:46.439038 [ 196 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 78 rows starting from the beginning of the part | ||
| 5593 | 2025.01.09 20:42:46.439368 [ 196 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 199 rows starting from the beginning of the part | ||
| 5594 | 2025.01.09 20:42:46.439911 [ 196 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 79 rows starting from the beginning of the part | ||
| 5595 | 2025.01.09 20:42:46.440239 [ 196 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 199 rows starting from the beginning of the part | ||
| 5596 | 2025.01.09 20:42:46.440489 [ 196 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 78 rows starting from the beginning of the part | ||
| 5597 | 2025.01.09 20:42:46.441476 [ 262 ] {d6c08920-31db-4b1b-a415-39146b3dd422} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5598 | 2025.01.09 20:42:46.441560 [ 262 ] {d6c08920-31db-4b1b-a415-39146b3dd422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5599 | 2025.01.09 20:42:46.442590 [ 262 ] {d6c08920-31db-4b1b-a415-39146b3dd422} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5600 | 2025.01.09 20:42:46.443048 [ 262 ] {d6c08920-31db-4b1b-a415-39146b3dd422} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5601 | 2025.01.09 20:42:46.443293 [ 113 ] {} <Debug> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 5602 | 2025.01.09 20:42:46.443415 [ 113 ] {} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5603 | 2025.01.09 20:42:46.443521 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5604 | 2025.01.09 20:42:46.443561 [ 262 ] {d6c08920-31db-4b1b-a415-39146b3dd422} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.005242 sec., 4959.938954597482 rows/sec., 372.96 KiB/sec. | ||
| 5605 | 2025.01.09 20:42:46.443953 [ 262 ] {d6c08920-31db-4b1b-a415-39146b3dd422} <Debug> TCPHandler: Processed in 0.006190043 sec. | ||
| 5606 | 2025.01.09 20:42:46.444190 [ 200 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2032 rows, containing 5 columns (5 merged, 0 gathered) in 0.00647754 sec., 313699.3364765019 rows/sec., 27.91 MiB/sec. | ||
| 5607 | 2025.01.09 20:42:46.444250 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5608 | 2025.01.09 20:42:46.444283 [ 191 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
| 5609 | 2025.01.09 20:42:46.444499 [ 260 ] {f8b704df-6b30-403d-abfa-9350db4af595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5610 | 2025.01.09 20:42:46.444621 [ 188 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5611 | 2025.01.09 20:42:46.444630 [ 260 ] {f8b704df-6b30-403d-abfa-9350db4af595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5612 | 2025.01.09 20:42:46.444653 [ 191 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5613 | 2025.01.09 20:42:46.444819 [ 191 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 60 rows starting from the beginning of the part | ||
| 5614 | 2025.01.09 20:42:46.445305 [ 191 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 26 rows starting from the beginning of the part | ||
| 5615 | 2025.01.09 20:42:46.445768 [ 191 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 20 rows starting from the beginning of the part | ||
| 5616 | 2025.01.09 20:42:46.445833 [ 188 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_41_8} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5617 | 2025.01.09 20:42:46.446265 [ 188 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_41_8} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5618 | 2025.01.09 20:42:46.446353 [ 191 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 28 rows starting from the beginning of the part | ||
| 5619 | 2025.01.09 20:42:46.446684 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 5620 | 2025.01.09 20:42:46.446933 [ 191 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part | ||
| 5621 | 2025.01.09 20:42:46.447171 [ 191 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 26 rows starting from the beginning of the part | ||
| 5622 | 2025.01.09 20:42:46.448053 [ 260 ] {f8b704df-6b30-403d-abfa-9350db4af595} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5623 | 2025.01.09 20:42:46.448123 [ 260 ] {f8b704df-6b30-403d-abfa-9350db4af595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5624 | 2025.01.09 20:42:46.449071 [ 260 ] {f8b704df-6b30-403d-abfa-9350db4af595} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5625 | 2025.01.09 20:42:46.449708 [ 260 ] {f8b704df-6b30-403d-abfa-9350db4af595} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5626 | 2025.01.09 20:42:46.449775 [ 186 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.006076221 sec., 29623.675636551074 rows/sec., 2.24 MiB/sec. | ||
| 5627 | 2025.01.09 20:42:46.449983 [ 113 ] {} <Debug> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5628 | 2025.01.09 20:42:46.450052 [ 188 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 5629 | 2025.01.09 20:42:46.450096 [ 113 ] {} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5630 | 2025.01.09 20:42:46.450098 [ 260 ] {f8b704df-6b30-403d-abfa-9350db4af595} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.005672 sec., 9520.451339915373 rows/sec., 761.35 KiB/sec. | ||
| 5631 | 2025.01.09 20:42:46.450188 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5632 | 2025.01.09 20:42:46.450439 [ 260 ] {f8b704df-6b30-403d-abfa-9350db4af595} <Debug> TCPHandler: Processed in 0.006318596 sec. | ||
| 5633 | 2025.01.09 20:42:46.450758 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5634 | 2025.01.09 20:42:46.450900 [ 189 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::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 | ||
| 5635 | 2025.01.09 20:42:46.451229 [ 262 ] {761bc5d1-3fcf-47e7-a390-9ca7c97fcab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5636 | 2025.01.09 20:42:46.451468 [ 262 ] {761bc5d1-3fcf-47e7-a390-9ca7c97fcab5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5637 | 2025.01.09 20:42:46.451803 [ 189 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5638 | 2025.01.09 20:42:46.451982 [ 189 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 873 rows starting from the beginning of the part | ||
| 5639 | 2025.01.09 20:42:46.452355 [ 189 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 54 rows starting from the beginning of the part | ||
| 5640 | 2025.01.09 20:42:46.452781 [ 189 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 359 rows starting from the beginning of the part | ||
| 5641 | 2025.01.09 20:42:46.452899 [ 186 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_30_6} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5642 | 2025.01.09 20:42:46.453272 [ 189 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::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 | ||
| 5643 | 2025.01.09 20:42:46.453534 [ 186 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_30_6} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 5644 | 2025.01.09 20:42:46.453708 [ 189 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 359 rows starting from the beginning of the part | ||
| 5645 | 2025.01.09 20:42:46.453909 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5646 | 2025.01.09 20:42:46.454120 [ 189 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 54 rows starting from the beginning of the part | ||
| 5647 | 2025.01.09 20:42:46.455069 [ 262 ] {761bc5d1-3fcf-47e7-a390-9ca7c97fcab5} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5648 | 2025.01.09 20:42:46.455139 [ 262 ] {761bc5d1-3fcf-47e7-a390-9ca7c97fcab5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5649 | 2025.01.09 20:42:46.456242 [ 262 ] {761bc5d1-3fcf-47e7-a390-9ca7c97fcab5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5650 | 2025.01.09 20:42:46.456684 [ 262 ] {761bc5d1-3fcf-47e7-a390-9ca7c97fcab5} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5651 | 2025.01.09 20:42:46.456871 [ 113 ] {} <Debug> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5652 | 2025.01.09 20:42:46.456974 [ 113 ] {} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5653 | 2025.01.09 20:42:46.457061 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5654 | 2025.01.09 20:42:46.457264 [ 262 ] {761bc5d1-3fcf-47e7-a390-9ca7c97fcab5} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.006165 sec., 16220.600162206001 rows/sec., 1.12 MiB/sec. | ||
| 5655 | 2025.01.09 20:42:46.457636 [ 262 ] {761bc5d1-3fcf-47e7-a390-9ca7c97fcab5} <Debug> TCPHandler: Processed in 0.007037025 sec. | ||
| 5656 | 2025.01.09 20:42:46.457729 [ 189 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1755 rows, containing 5 columns (5 merged, 0 gathered) in 0.007347611 sec., 238853.1456006585 rows/sec., 18.14 MiB/sec. | ||
| 5657 | 2025.01.09 20:42:46.457899 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5658 | 2025.01.09 20:42:46.457929 [ 200 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::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 | ||
| 5659 | 2025.01.09 20:42:46.458178 [ 260 ] {7f4062c5-3885-4b04-9aa8-aa13ada11823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5660 | 2025.01.09 20:42:46.458205 [ 186 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5661 | 2025.01.09 20:42:46.458257 [ 200 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5662 | 2025.01.09 20:42:46.458388 [ 200 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 9760 rows starting from the beginning of the part | ||
| 5663 | 2025.01.09 20:42:46.458544 [ 260 ] {7f4062c5-3885-4b04-9aa8-aa13ada11823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5664 | 2025.01.09 20:42:46.458918 [ 200 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 100 rows starting from the beginning of the part | ||
| 5665 | 2025.01.09 20:42:46.459309 [ 200 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 177 rows starting from the beginning of the part | ||
| 5666 | 2025.01.09 20:42:46.459557 [ 186 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_41_8} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5667 | 2025.01.09 20:42:46.459922 [ 186 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_41_8} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5668 | 2025.01.09 20:42:46.460029 [ 200 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 101 rows starting from the beginning of the part | ||
| 5669 | 2025.01.09 20:42:46.460292 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 5670 | 2025.01.09 20:42:46.460528 [ 200 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 177 rows starting from the beginning of the part | ||
| 5671 | 2025.01.09 20:42:46.460832 [ 200 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 100 rows starting from the beginning of the part | ||
| 5672 | 2025.01.09 20:42:46.462979 [ 260 ] {7f4062c5-3885-4b04-9aa8-aa13ada11823} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5673 | 2025.01.09 20:42:46.463026 [ 260 ] {7f4062c5-3885-4b04-9aa8-aa13ada11823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5674 | 2025.01.09 20:42:46.464202 [ 260 ] {7f4062c5-3885-4b04-9aa8-aa13ada11823} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5675 | 2025.01.09 20:42:46.464598 [ 260 ] {7f4062c5-3885-4b04-9aa8-aa13ada11823} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5676 | 2025.01.09 20:42:46.464890 [ 260 ] {7f4062c5-3885-4b04-9aa8-aa13ada11823} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.006801 sec., 3822.9672107043084 rows/sec., 6.85 MiB/sec. | ||
| 5677 | 2025.01.09 20:42:46.465031 [ 260 ] {7f4062c5-3885-4b04-9aa8-aa13ada11823} <Debug> TCPHandler: Processed in 0.00727523 sec. | ||
| 5678 | 2025.01.09 20:42:46.465215 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5679 | 2025.01.09 20:42:46.465510 [ 262 ] {3cc59679-788d-4739-9794-a6e6790ef0e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5680 | 2025.01.09 20:42:46.465710 [ 262 ] {3cc59679-788d-4739-9794-a6e6790ef0e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5681 | 2025.01.09 20:42:46.465784 [ 199 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10415 rows, containing 5 columns (5 merged, 0 gathered) in 0.008505081 sec., 1224562.1176329774 rows/sec., 82.02 MiB/sec. | ||
| 5682 | 2025.01.09 20:42:46.466141 [ 199 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5683 | 2025.01.09 20:42:46.466685 [ 262 ] {3cc59679-788d-4739-9794-a6e6790ef0e2} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5684 | 2025.01.09 20:42:46.466789 [ 262 ] {3cc59679-788d-4739-9794-a6e6790ef0e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5685 | 2025.01.09 20:42:46.466818 [ 199 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5686 | 2025.01.09 20:42:46.467004 [ 199 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5687 | 2025.01.09 20:42:46.467164 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.99 MiB. | ||
| 5688 | 2025.01.09 20:42:46.467574 [ 262 ] {3cc59679-788d-4739-9794-a6e6790ef0e2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5689 | 2025.01.09 20:42:46.467908 [ 262 ] {3cc59679-788d-4739-9794-a6e6790ef0e2} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5690 | 2025.01.09 20:42:46.468086 [ 113 ] {} <Debug> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5691 | 2025.01.09 20:42:46.468146 [ 113 ] {} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5692 | 2025.01.09 20:42:46.468176 [ 262 ] {3cc59679-788d-4739-9794-a6e6790ef0e2} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.002789 sec., 10756.543564001435 rows/sec., 754.57 KiB/sec. | ||
| 5693 | 2025.01.09 20:42:46.468195 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5694 | 2025.01.09 20:42:46.468368 [ 262 ] {3cc59679-788d-4739-9794-a6e6790ef0e2} <Debug> TCPHandler: Processed in 0.00321339 sec. | ||
| 5695 | 2025.01.09 20:42:46.468417 [ 199 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::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 | ||
| 5696 | 2025.01.09 20:42:46.468592 [ 199 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5697 | 2025.01.09 20:42:46.468623 [ 199 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1236 rows starting from the beginning of the part | ||
| 5698 | 2025.01.09 20:42:46.468690 [ 199 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 30 rows starting from the beginning of the part | ||
| 5699 | 2025.01.09 20:42:46.468941 [ 199 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 52 rows starting from the beginning of the part | ||
| 5700 | 2025.01.09 20:42:46.469069 [ 199 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 30 rows starting from the beginning of the part | ||
| 5701 | 2025.01.09 20:42:46.469275 [ 199 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 52 rows starting from the beginning of the part | ||
| 5702 | 2025.01.09 20:42:46.469415 [ 199 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 30 rows starting from the beginning of the part | ||
| 5703 | 2025.01.09 20:42:46.470717 [ 192 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1430 rows, containing 4 columns (4 merged, 0 gathered) in 0.002390259 sec., 598261.5273072917 rows/sec., 38.55 MiB/sec. | ||
| 5704 | 2025.01.09 20:42:46.470927 [ 192 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5705 | 2025.01.09 20:42:46.471247 [ 192 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_41_8} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5706 | 2025.01.09 20:42:46.471333 [ 192 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_41_8} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5707 | 2025.01.09 20:42:46.471419 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 5708 | 2025.01.09 20:42:46.569960 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5709 | 2025.01.09 20:42:46.593206 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5710 | 2025.01.09 20:42:46.593259 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5711 | 2025.01.09 20:42:46.601287 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5712 | 2025.01.09 20:42:46.602108 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5713 | 2025.01.09 20:42:46.602500 [ 113 ] {} <Debug> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5714 | 2025.01.09 20:42:46.602632 [ 113 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5715 | 2025.01.09 20:42:46.602717 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5716 | 2025.01.09 20:42:46.603164 [ 199 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 5717 | 2025.01.09 20:42:46.613770 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5718 | 2025.01.09 20:42:46.614750 [ 199 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5719 | 2025.01.09 20:42:46.615690 [ 199 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 5720 | 2025.01.09 20:42:46.620560 [ 199 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 5721 | 2025.01.09 20:42:46.625580 [ 199 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 5722 | 2025.01.09 20:42:46.630975 [ 199 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 5723 | 2025.01.09 20:42:46.636915 [ 199 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 5724 | 2025.01.09 20:42:46.641742 [ 199 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 5725 | 2025.01.09 20:42:46.699831 [ 197 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.096973869 sec., 2021.163041354986 rows/sec., 10.45 MiB/sec. | ||
| 5726 | 2025.01.09 20:42:46.702656 [ 197 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5727 | 2025.01.09 20:42:46.705766 [ 197 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_26_5} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5728 | 2025.01.09 20:42:46.705887 [ 197 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_26_5} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5729 | 2025.01.09 20:42:46.708675 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5730 | 2025.01.09 20:42:47.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.32 MiB, peak 204.86 MiB, free memory in arenas 0.00 B, will set to 196.05 MiB (RSS), difference: 1.73 MiB | ||
| 5731 | 2025.01.09 20:42:49.726303 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5732 | 2025.01.09 20:42:49.726515 [ 260 ] {177954f3-edb0-45f5-a095-0c3cca992651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5733 | 2025.01.09 20:42:49.726598 [ 260 ] {177954f3-edb0-45f5-a095-0c3cca992651} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5734 | 2025.01.09 20:42:49.727418 [ 260 ] {177954f3-edb0-45f5-a095-0c3cca992651} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5735 | 2025.01.09 20:42:49.727471 [ 260 ] {177954f3-edb0-45f5-a095-0c3cca992651} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5736 | 2025.01.09 20:42:49.727906 [ 260 ] {177954f3-edb0-45f5-a095-0c3cca992651} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5737 | 2025.01.09 20:42:49.728155 [ 260 ] {177954f3-edb0-45f5-a095-0c3cca992651} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5738 | 2025.01.09 20:42:49.728448 [ 260 ] {177954f3-edb0-45f5-a095-0c3cca992651} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00198 sec., 7070.707070707071 rows/sec., 509.00 KiB/sec. | ||
| 5739 | 2025.01.09 20:42:49.728660 [ 260 ] {177954f3-edb0-45f5-a095-0c3cca992651} <Debug> TCPHandler: Processed in 0.002494552 sec. | ||
| 5740 | 2025.01.09 20:42:49.728955 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5741 | 2025.01.09 20:42:49.729147 [ 262 ] {631f8ed6-ef63-4b68-ab7c-7c577a5a7503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5742 | 2025.01.09 20:42:49.729220 [ 262 ] {631f8ed6-ef63-4b68-ab7c-7c577a5a7503} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5743 | 2025.01.09 20:42:49.729943 [ 262 ] {631f8ed6-ef63-4b68-ab7c-7c577a5a7503} <Trace> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5744 | 2025.01.09 20:42:49.729986 [ 262 ] {631f8ed6-ef63-4b68-ab7c-7c577a5a7503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5745 | 2025.01.09 20:42:49.730420 [ 262 ] {631f8ed6-ef63-4b68-ab7c-7c577a5a7503} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5746 | 2025.01.09 20:42:49.730680 [ 262 ] {631f8ed6-ef63-4b68-ab7c-7c577a5a7503} <Trace> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5747 | 2025.01.09 20:42:49.730946 [ 262 ] {631f8ed6-ef63-4b68-ab7c-7c577a5a7503} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001832 sec., 6550.218340611354 rows/sec., 534.12 KiB/sec. | ||
| 5748 | 2025.01.09 20:42:49.731081 [ 262 ] {631f8ed6-ef63-4b68-ab7c-7c577a5a7503} <Debug> TCPHandler: Processed in 0.002258946 sec. | ||
| 5749 | 2025.01.09 20:42:49.731299 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5750 | 2025.01.09 20:42:49.731538 [ 260 ] {87308d43-7d75-40ea-87ab-843d33069ee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5751 | 2025.01.09 20:42:49.731628 [ 260 ] {87308d43-7d75-40ea-87ab-843d33069ee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5752 | 2025.01.09 20:42:49.733318 [ 260 ] {87308d43-7d75-40ea-87ab-843d33069ee3} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5753 | 2025.01.09 20:42:49.733361 [ 260 ] {87308d43-7d75-40ea-87ab-843d33069ee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5754 | 2025.01.09 20:42:49.733854 [ 260 ] {87308d43-7d75-40ea-87ab-843d33069ee3} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5755 | 2025.01.09 20:42:49.734099 [ 260 ] {87308d43-7d75-40ea-87ab-843d33069ee3} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5756 | 2025.01.09 20:42:49.734364 [ 260 ] {87308d43-7d75-40ea-87ab-843d33069ee3} <Debug> executeQuery: Read 1345 rows, 115.16 KiB in 0.002872 sec., 468314.7632311978 rows/sec., 39.16 MiB/sec. | ||
| 5757 | 2025.01.09 20:42:49.734561 [ 260 ] {87308d43-7d75-40ea-87ab-843d33069ee3} <Debug> TCPHandler: Processed in 0.003372803 sec. | ||
| 5758 | 2025.01.09 20:42:49.734763 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5759 | 2025.01.09 20:42:49.734909 [ 262 ] {17cc2ea0-250d-4963-a799-64ea040e19cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5760 | 2025.01.09 20:42:49.734971 [ 262 ] {17cc2ea0-250d-4963-a799-64ea040e19cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5761 | 2025.01.09 20:42:49.735610 [ 262 ] {17cc2ea0-250d-4963-a799-64ea040e19cb} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5762 | 2025.01.09 20:42:49.735648 [ 262 ] {17cc2ea0-250d-4963-a799-64ea040e19cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5763 | 2025.01.09 20:42:49.736015 [ 262 ] {17cc2ea0-250d-4963-a799-64ea040e19cb} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5764 | 2025.01.09 20:42:49.736259 [ 262 ] {17cc2ea0-250d-4963-a799-64ea040e19cb} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5765 | 2025.01.09 20:42:49.736478 [ 262 ] {17cc2ea0-250d-4963-a799-64ea040e19cb} <Debug> executeQuery: Read 32 rows, 2.27 KiB in 0.001605 sec., 19937.69470404984 rows/sec., 1.38 MiB/sec. | ||
| 5766 | 2025.01.09 20:42:49.736532 [ 262 ] {17cc2ea0-250d-4963-a799-64ea040e19cb} <Debug> TCPHandler: Processed in 0.001850016 sec. | ||
| 5767 | 2025.01.09 20:42:49.736739 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5768 | 2025.01.09 20:42:49.736968 [ 260 ] {c28ca243-a267-4177-9c25-b29d2abcd40d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5769 | 2025.01.09 20:42:49.737059 [ 260 ] {c28ca243-a267-4177-9c25-b29d2abcd40d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5770 | 2025.01.09 20:42:49.737912 [ 260 ] {c28ca243-a267-4177-9c25-b29d2abcd40d} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5771 | 2025.01.09 20:42:49.737952 [ 260 ] {c28ca243-a267-4177-9c25-b29d2abcd40d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5772 | 2025.01.09 20:42:49.738330 [ 260 ] {c28ca243-a267-4177-9c25-b29d2abcd40d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5773 | 2025.01.09 20:42:49.738569 [ 260 ] {c28ca243-a267-4177-9c25-b29d2abcd40d} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5774 | 2025.01.09 20:42:49.738853 [ 260 ] {c28ca243-a267-4177-9c25-b29d2abcd40d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00194 sec., 124742.26804123711 rows/sec., 8.45 MiB/sec. | ||
| 5775 | 2025.01.09 20:42:49.739052 [ 260 ] {c28ca243-a267-4177-9c25-b29d2abcd40d} <Debug> TCPHandler: Processed in 0.00242615 sec. | ||
| 5776 | 2025.01.09 20:42:49.739221 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5777 | 2025.01.09 20:42:49.739371 [ 262 ] {2dd31c56-838a-45de-af92-57b1e925feac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5778 | 2025.01.09 20:42:49.739429 [ 262 ] {2dd31c56-838a-45de-af92-57b1e925feac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5779 | 2025.01.09 20:42:49.740115 [ 262 ] {2dd31c56-838a-45de-af92-57b1e925feac} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5780 | 2025.01.09 20:42:49.740162 [ 262 ] {2dd31c56-838a-45de-af92-57b1e925feac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5781 | 2025.01.09 20:42:49.740541 [ 262 ] {2dd31c56-838a-45de-af92-57b1e925feac} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5782 | 2025.01.09 20:42:49.740791 [ 262 ] {2dd31c56-838a-45de-af92-57b1e925feac} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5783 | 2025.01.09 20:42:49.740968 [ 262 ] {2dd31c56-838a-45de-af92-57b1e925feac} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001636 sec., 7946.210268948655 rows/sec., 495.44 KiB/sec. | ||
| 5784 | 2025.01.09 20:42:49.741022 [ 262 ] {2dd31c56-838a-45de-af92-57b1e925feac} <Debug> TCPHandler: Processed in 0.001867926 sec. | ||
| 5785 | 2025.01.09 20:42:49.741164 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5786 | 2025.01.09 20:42:49.741284 [ 260 ] {f73a0847-436a-47fe-af88-db0779ad8508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5787 | 2025.01.09 20:42:49.741381 [ 260 ] {f73a0847-436a-47fe-af88-db0779ad8508} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5788 | 2025.01.09 20:42:49.742633 [ 260 ] {f73a0847-436a-47fe-af88-db0779ad8508} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5789 | 2025.01.09 20:42:49.742673 [ 260 ] {f73a0847-436a-47fe-af88-db0779ad8508} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5790 | 2025.01.09 20:42:49.743068 [ 260 ] {f73a0847-436a-47fe-af88-db0779ad8508} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5791 | 2025.01.09 20:42:49.743302 [ 260 ] {f73a0847-436a-47fe-af88-db0779ad8508} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5792 | 2025.01.09 20:42:49.743504 [ 260 ] {f73a0847-436a-47fe-af88-db0779ad8508} <Debug> executeQuery: Read 827 rows, 61.11 KiB in 0.002244 sec., 368538.3244206774 rows/sec., 26.59 MiB/sec. | ||
| 5793 | 2025.01.09 20:42:49.743557 [ 260 ] {f73a0847-436a-47fe-af88-db0779ad8508} <Debug> TCPHandler: Processed in 0.002449861 sec. | ||
| 5794 | 2025.01.09 20:42:49.743703 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5795 | 2025.01.09 20:42:49.743844 [ 262 ] {a27cc168-8189-4ee1-a3d1-e557e01055ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5796 | 2025.01.09 20:42:49.743903 [ 262 ] {a27cc168-8189-4ee1-a3d1-e557e01055ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5797 | 2025.01.09 20:42:49.744444 [ 262 ] {a27cc168-8189-4ee1-a3d1-e557e01055ea} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5798 | 2025.01.09 20:42:49.744480 [ 262 ] {a27cc168-8189-4ee1-a3d1-e557e01055ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5799 | 2025.01.09 20:42:49.744845 [ 262 ] {a27cc168-8189-4ee1-a3d1-e557e01055ea} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5800 | 2025.01.09 20:42:49.745083 [ 262 ] {a27cc168-8189-4ee1-a3d1-e557e01055ea} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5801 | 2025.01.09 20:42:49.745261 [ 262 ] {a27cc168-8189-4ee1-a3d1-e557e01055ea} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001449 sec., 4140.786749482401 rows/sec., 216.34 KiB/sec. | ||
| 5802 | 2025.01.09 20:42:49.745313 [ 262 ] {a27cc168-8189-4ee1-a3d1-e557e01055ea} <Debug> TCPHandler: Processed in 0.001674091 sec. | ||
| 5803 | 2025.01.09 20:42:49.745461 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5804 | 2025.01.09 20:42:49.745601 [ 260 ] {cace61d3-3c7e-43ec-a2e1-54defbefde99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5805 | 2025.01.09 20:42:49.745665 [ 260 ] {cace61d3-3c7e-43ec-a2e1-54defbefde99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5806 | 2025.01.09 20:42:49.746567 [ 260 ] {cace61d3-3c7e-43ec-a2e1-54defbefde99} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5807 | 2025.01.09 20:42:49.746605 [ 260 ] {cace61d3-3c7e-43ec-a2e1-54defbefde99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5808 | 2025.01.09 20:42:49.747041 [ 260 ] {cace61d3-3c7e-43ec-a2e1-54defbefde99} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5809 | 2025.01.09 20:42:49.747287 [ 260 ] {cace61d3-3c7e-43ec-a2e1-54defbefde99} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5810 | 2025.01.09 20:42:49.747493 [ 260 ] {cace61d3-3c7e-43ec-a2e1-54defbefde99} <Debug> executeQuery: Read 1009 rows, 68.79 KiB in 0.001922 sec., 524973.9854318418 rows/sec., 34.95 MiB/sec. | ||
| 5811 | 2025.01.09 20:42:49.747549 [ 260 ] {cace61d3-3c7e-43ec-a2e1-54defbefde99} <Debug> TCPHandler: Processed in 0.002157764 sec. | ||
| 5812 | 2025.01.09 20:42:49.747703 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5813 | 2025.01.09 20:42:49.747843 [ 262 ] {9de6cae3-dc2f-4796-ae13-29c45985ff10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5814 | 2025.01.09 20:42:49.747904 [ 262 ] {9de6cae3-dc2f-4796-ae13-29c45985ff10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5815 | 2025.01.09 20:42:49.748429 [ 262 ] {9de6cae3-dc2f-4796-ae13-29c45985ff10} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5816 | 2025.01.09 20:42:49.748468 [ 262 ] {9de6cae3-dc2f-4796-ae13-29c45985ff10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5817 | 2025.01.09 20:42:49.748823 [ 262 ] {9de6cae3-dc2f-4796-ae13-29c45985ff10} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5818 | 2025.01.09 20:42:49.749063 [ 262 ] {9de6cae3-dc2f-4796-ae13-29c45985ff10} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5819 | 2025.01.09 20:42:49.749307 [ 262 ] {9de6cae3-dc2f-4796-ae13-29c45985ff10} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001496 sec., 668.4491978609626 rows/sec., 45.04 KiB/sec. | ||
| 5820 | 2025.01.09 20:42:49.749422 [ 262 ] {9de6cae3-dc2f-4796-ae13-29c45985ff10} <Debug> TCPHandler: Processed in 0.001783034 sec. | ||
| 5821 | 2025.01.09 20:42:49.749625 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5822 | 2025.01.09 20:42:49.749848 [ 260 ] {e873b4bb-6f83-4888-8e3f-d14412e01c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5823 | 2025.01.09 20:42:49.749990 [ 260 ] {e873b4bb-6f83-4888-8e3f-d14412e01c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5824 | 2025.01.09 20:42:49.751287 [ 260 ] {e873b4bb-6f83-4888-8e3f-d14412e01c7a} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5825 | 2025.01.09 20:42:49.751327 [ 260 ] {e873b4bb-6f83-4888-8e3f-d14412e01c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5826 | 2025.01.09 20:42:49.751944 [ 260 ] {e873b4bb-6f83-4888-8e3f-d14412e01c7a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5827 | 2025.01.09 20:42:49.752198 [ 260 ] {e873b4bb-6f83-4888-8e3f-d14412e01c7a} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5828 | 2025.01.09 20:42:49.752417 [ 149 ] {} <Debug> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5829 | 2025.01.09 20:42:49.752507 [ 260 ] {e873b4bb-6f83-4888-8e3f-d14412e01c7a} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00271 sec., 4797.047970479704 rows/sec., 8.60 MiB/sec. | ||
| 5830 | 2025.01.09 20:42:49.752542 [ 149 ] {} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5831 | 2025.01.09 20:42:49.752644 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5832 | 2025.01.09 20:42:49.752874 [ 260 ] {e873b4bb-6f83-4888-8e3f-d14412e01c7a} <Debug> TCPHandler: Processed in 0.003359183 sec. | ||
| 5833 | 2025.01.09 20:42:49.753116 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5834 | 2025.01.09 20:42:49.753122 [ 193 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::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 | ||
| 5835 | 2025.01.09 20:42:49.753365 [ 262 ] {28870359-692f-49d7-a66f-0b768375512d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5836 | 2025.01.09 20:42:49.753505 [ 262 ] {28870359-692f-49d7-a66f-0b768375512d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5837 | 2025.01.09 20:42:49.754298 [ 193 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5838 | 2025.01.09 20:42:49.754465 [ 193 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 451 rows starting from the beginning of the part | ||
| 5839 | 2025.01.09 20:42:49.755238 [ 193 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 13 rows starting from the beginning of the part | ||
| 5840 | 2025.01.09 20:42:49.755600 [ 262 ] {28870359-692f-49d7-a66f-0b768375512d} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5841 | 2025.01.09 20:42:49.755704 [ 262 ] {28870359-692f-49d7-a66f-0b768375512d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5842 | 2025.01.09 20:42:49.756054 [ 193 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 26 rows starting from the beginning of the part | ||
| 5843 | 2025.01.09 20:42:49.756722 [ 193 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 13 rows starting from the beginning of the part | ||
| 5844 | 2025.01.09 20:42:49.757275 [ 262 ] {28870359-692f-49d7-a66f-0b768375512d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5845 | 2025.01.09 20:42:49.757300 [ 193 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 26 rows starting from the beginning of the part | ||
| 5846 | 2025.01.09 20:42:49.757825 [ 193 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 13 rows starting from the beginning of the part | ||
| 5847 | 2025.01.09 20:42:49.757991 [ 262 ] {28870359-692f-49d7-a66f-0b768375512d} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5848 | 2025.01.09 20:42:49.758818 [ 262 ] {28870359-692f-49d7-a66f-0b768375512d} <Debug> executeQuery: Read 46 rows, 2.88 KiB in 0.005501 sec., 8362.115978912925 rows/sec., 522.81 KiB/sec. | ||
| 5849 | 2025.01.09 20:42:49.759071 [ 262 ] {28870359-692f-49d7-a66f-0b768375512d} <Debug> TCPHandler: Processed in 0.00607674 sec. | ||
| 5850 | 2025.01.09 20:42:49.768464 [ 193 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 19 columns (19 merged, 0 gathered) in 0.015627057 sec., 34683.43399528139 rows/sec., 62.15 MiB/sec. | ||
| 5851 | 2025.01.09 20:42:49.769186 [ 193 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5852 | 2025.01.09 20:42:49.769568 [ 193 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5853 | 2025.01.09 20:42:49.769652 [ 193 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5854 | 2025.01.09 20:42:49.769760 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
| 5855 | 2025.01.09 20:42:50.767461 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 832 | ||
| 5856 | 2025.01.09 20:42:50.771098 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5857 | 2025.01.09 20:42:50.771153 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5858 | 2025.01.09 20:42:50.772664 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5859 | 2025.01.09 20:42:50.772985 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5860 | 2025.01.09 20:42:50.773669 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 832 | ||
| 5861 | 2025.01.09 20:42:51.429365 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5862 | 2025.01.09 20:42:51.429571 [ 260 ] {49231e0d-f1cd-4b4b-8028-2824d603827d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5863 | 2025.01.09 20:42:51.429650 [ 260 ] {49231e0d-f1cd-4b4b-8028-2824d603827d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5864 | 2025.01.09 20:42:51.430471 [ 260 ] {49231e0d-f1cd-4b4b-8028-2824d603827d} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5865 | 2025.01.09 20:42:51.430513 [ 260 ] {49231e0d-f1cd-4b4b-8028-2824d603827d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5866 | 2025.01.09 20:42:51.430947 [ 260 ] {49231e0d-f1cd-4b4b-8028-2824d603827d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5867 | 2025.01.09 20:42:51.431203 [ 260 ] {49231e0d-f1cd-4b4b-8028-2824d603827d} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5868 | 2025.01.09 20:42:51.431408 [ 260 ] {49231e0d-f1cd-4b4b-8028-2824d603827d} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001893 sec., 13734.812466983625 rows/sec., 1.04 MiB/sec. | ||
| 5869 | 2025.01.09 20:42:51.431470 [ 260 ] {49231e0d-f1cd-4b4b-8028-2824d603827d} <Debug> TCPHandler: Processed in 0.002239345 sec. | ||
| 5870 | 2025.01.09 20:42:51.431728 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5871 | 2025.01.09 20:42:51.431954 [ 262 ] {457f8b6c-1d2d-4270-b8b5-8ac7b33ec1ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5872 | 2025.01.09 20:42:51.432042 [ 262 ] {457f8b6c-1d2d-4270-b8b5-8ac7b33ec1ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5873 | 2025.01.09 20:42:51.432870 [ 262 ] {457f8b6c-1d2d-4270-b8b5-8ac7b33ec1ce} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5874 | 2025.01.09 20:42:51.432928 [ 262 ] {457f8b6c-1d2d-4270-b8b5-8ac7b33ec1ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5875 | 2025.01.09 20:42:51.433391 [ 262 ] {457f8b6c-1d2d-4270-b8b5-8ac7b33ec1ce} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5876 | 2025.01.09 20:42:51.433664 [ 262 ] {457f8b6c-1d2d-4270-b8b5-8ac7b33ec1ce} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5877 | 2025.01.09 20:42:51.433950 [ 262 ] {457f8b6c-1d2d-4270-b8b5-8ac7b33ec1ce} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002055 sec., 13625.304136253042 rows/sec., 1.06 MiB/sec. | ||
| 5878 | 2025.01.09 20:42:51.434151 [ 262 ] {457f8b6c-1d2d-4270-b8b5-8ac7b33ec1ce} <Debug> TCPHandler: Processed in 0.002569813 sec. | ||
| 5879 | 2025.01.09 20:42:51.434413 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5880 | 2025.01.09 20:42:51.434559 [ 260 ] {36252bc7-06e5-4d05-840a-b69609a4b0d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5881 | 2025.01.09 20:42:51.434626 [ 260 ] {36252bc7-06e5-4d05-840a-b69609a4b0d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5882 | 2025.01.09 20:42:51.435256 [ 260 ] {36252bc7-06e5-4d05-840a-b69609a4b0d5} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5883 | 2025.01.09 20:42:51.435302 [ 260 ] {36252bc7-06e5-4d05-840a-b69609a4b0d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5884 | 2025.01.09 20:42:51.435701 [ 260 ] {36252bc7-06e5-4d05-840a-b69609a4b0d5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5885 | 2025.01.09 20:42:51.435970 [ 260 ] {36252bc7-06e5-4d05-840a-b69609a4b0d5} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5886 | 2025.01.09 20:42:51.436182 [ 260 ] {36252bc7-06e5-4d05-840a-b69609a4b0d5} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.001657 sec., 12070.006035003016 rows/sec., 856.92 KiB/sec. | ||
| 5887 | 2025.01.09 20:42:51.436238 [ 260 ] {36252bc7-06e5-4d05-840a-b69609a4b0d5} <Debug> TCPHandler: Processed in 0.001976539 sec. | ||
| 5888 | 2025.01.09 20:42:51.436376 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5889 | 2025.01.09 20:42:51.436526 [ 262 ] {a607947d-e51a-4d3b-9f29-d2f4c48fe071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5890 | 2025.01.09 20:42:51.436593 [ 262 ] {a607947d-e51a-4d3b-9f29-d2f4c48fe071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5891 | 2025.01.09 20:42:51.437181 [ 262 ] {a607947d-e51a-4d3b-9f29-d2f4c48fe071} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5892 | 2025.01.09 20:42:51.437228 [ 262 ] {a607947d-e51a-4d3b-9f29-d2f4c48fe071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5893 | 2025.01.09 20:42:51.437654 [ 262 ] {a607947d-e51a-4d3b-9f29-d2f4c48fe071} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5894 | 2025.01.09 20:42:51.437922 [ 262 ] {a607947d-e51a-4d3b-9f29-d2f4c48fe071} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5895 | 2025.01.09 20:42:51.438149 [ 262 ] {a607947d-e51a-4d3b-9f29-d2f4c48fe071} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.001655 sec., 3625.3776435045315 rows/sec., 254.32 KiB/sec. | ||
| 5896 | 2025.01.09 20:42:51.438326 [ 262 ] {a607947d-e51a-4d3b-9f29-d2f4c48fe071} <Debug> TCPHandler: Processed in 0.002006819 sec. | ||
| 5897 | 2025.01.09 20:42:53.213706 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 | ||
| 5898 | 2025.01.09 20:42:53.215299 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5899 | 2025.01.09 20:42:53.215351 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5900 | 2025.01.09 20:42:53.215899 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5901 | 2025.01.09 20:42:53.216167 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5902 | 2025.01.09 20:42:53.216460 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 | ||
| 5903 | 2025.01.09 20:42:54.113893 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5904 | 2025.01.09 20:42:54.133587 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5905 | 2025.01.09 20:42:54.133660 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.85 GiB. | ||
| 5906 | 2025.01.09 20:42:54.140731 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5907 | 2025.01.09 20:42:54.141501 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5908 | 2025.01.09 20:42:54.144801 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5909 | 2025.01.09 20:42:56.434965 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5910 | 2025.01.09 20:42:56.435166 [ 260 ] {3473055e-7eb9-4c24-b0c9-55b14f2532b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5911 | 2025.01.09 20:42:56.435236 [ 260 ] {3473055e-7eb9-4c24-b0c9-55b14f2532b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5912 | 2025.01.09 20:42:56.436018 [ 260 ] {3473055e-7eb9-4c24-b0c9-55b14f2532b0} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5913 | 2025.01.09 20:42:56.436066 [ 260 ] {3473055e-7eb9-4c24-b0c9-55b14f2532b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 5914 | 2025.01.09 20:42:56.436502 [ 260 ] {3473055e-7eb9-4c24-b0c9-55b14f2532b0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5915 | 2025.01.09 20:42:56.436757 [ 260 ] {3473055e-7eb9-4c24-b0c9-55b14f2532b0} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5916 | 2025.01.09 20:42:56.437023 [ 260 ] {3473055e-7eb9-4c24-b0c9-55b14f2532b0} <Debug> executeQuery: Read 78 rows, 6.88 KiB in 0.001906 sec., 40923.39979013641 rows/sec., 3.52 MiB/sec. | ||
| 5917 | 2025.01.09 20:42:56.437090 [ 260 ] {3473055e-7eb9-4c24-b0c9-55b14f2532b0} <Debug> TCPHandler: Processed in 0.002251956 sec. | ||
| 5918 | 2025.01.09 20:42:56.437362 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5919 | 2025.01.09 20:42:56.437587 [ 262 ] {aaddd3b6-0e70-4018-9ac1-0de30e7d3a9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5920 | 2025.01.09 20:42:56.437667 [ 262 ] {aaddd3b6-0e70-4018-9ac1-0de30e7d3a9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5921 | 2025.01.09 20:42:56.438435 [ 262 ] {aaddd3b6-0e70-4018-9ac1-0de30e7d3a9e} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5922 | 2025.01.09 20:42:56.438489 [ 262 ] {aaddd3b6-0e70-4018-9ac1-0de30e7d3a9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 5923 | 2025.01.09 20:42:56.438957 [ 262 ] {aaddd3b6-0e70-4018-9ac1-0de30e7d3a9e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5924 | 2025.01.09 20:42:56.439235 [ 262 ] {aaddd3b6-0e70-4018-9ac1-0de30e7d3a9e} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5925 | 2025.01.09 20:42:56.439498 [ 262 ] {aaddd3b6-0e70-4018-9ac1-0de30e7d3a9e} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001972 sec., 13184.584178498988 rows/sec., 991.42 KiB/sec. | ||
| 5926 | 2025.01.09 20:42:56.439572 [ 262 ] {aaddd3b6-0e70-4018-9ac1-0de30e7d3a9e} <Debug> TCPHandler: Processed in 0.002357399 sec. | ||
| 5927 | 2025.01.09 20:42:56.439792 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5928 | 2025.01.09 20:42:56.440026 [ 260 ] {46f2a750-6d84-4167-b020-d5b99ef681a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5929 | 2025.01.09 20:42:56.440120 [ 260 ] {46f2a750-6d84-4167-b020-d5b99ef681a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5930 | 2025.01.09 20:42:56.440974 [ 260 ] {46f2a750-6d84-4167-b020-d5b99ef681a7} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5931 | 2025.01.09 20:42:56.441014 [ 260 ] {46f2a750-6d84-4167-b020-d5b99ef681a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 5932 | 2025.01.09 20:42:56.441377 [ 260 ] {46f2a750-6d84-4167-b020-d5b99ef681a7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5933 | 2025.01.09 20:42:56.441617 [ 260 ] {46f2a750-6d84-4167-b020-d5b99ef681a7} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5934 | 2025.01.09 20:42:56.441865 [ 260 ] {46f2a750-6d84-4167-b020-d5b99ef681a7} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001896 sec., 28481.01265822785 rows/sec., 2.22 MiB/sec. | ||
| 5935 | 2025.01.09 20:42:56.441927 [ 260 ] {46f2a750-6d84-4167-b020-d5b99ef681a7} <Debug> TCPHandler: Processed in 0.002248726 sec. | ||
| 5936 | 2025.01.09 20:42:56.442144 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5937 | 2025.01.09 20:42:56.442296 [ 262 ] {aea1bc2f-77b6-4e01-91fe-3e29915291b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5938 | 2025.01.09 20:42:56.442364 [ 262 ] {aea1bc2f-77b6-4e01-91fe-3e29915291b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5939 | 2025.01.09 20:42:56.442960 [ 262 ] {aea1bc2f-77b6-4e01-91fe-3e29915291b4} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5940 | 2025.01.09 20:42:56.443001 [ 262 ] {aea1bc2f-77b6-4e01-91fe-3e29915291b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 5941 | 2025.01.09 20:42:56.443419 [ 262 ] {aea1bc2f-77b6-4e01-91fe-3e29915291b4} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5942 | 2025.01.09 20:42:56.443668 [ 262 ] {aea1bc2f-77b6-4e01-91fe-3e29915291b4} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5943 | 2025.01.09 20:42:56.443881 [ 262 ] {aea1bc2f-77b6-4e01-91fe-3e29915291b4} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001621 sec., 61690.314620604564 rows/sec., 4.28 MiB/sec. | ||
| 5944 | 2025.01.09 20:42:56.443938 [ 262 ] {aea1bc2f-77b6-4e01-91fe-3e29915291b4} <Debug> TCPHandler: Processed in 0.001919828 sec. | ||
| 5945 | 2025.01.09 20:42:56.444077 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5946 | 2025.01.09 20:42:56.444199 [ 260 ] {a0373d88-80d8-4675-9e8b-06627fa66f5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5947 | 2025.01.09 20:42:56.444284 [ 260 ] {a0373d88-80d8-4675-9e8b-06627fa66f5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5948 | 2025.01.09 20:42:56.445429 [ 260 ] {a0373d88-80d8-4675-9e8b-06627fa66f5e} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5949 | 2025.01.09 20:42:56.445469 [ 260 ] {a0373d88-80d8-4675-9e8b-06627fa66f5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 5950 | 2025.01.09 20:42:56.446108 [ 260 ] {a0373d88-80d8-4675-9e8b-06627fa66f5e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5951 | 2025.01.09 20:42:56.446375 [ 260 ] {a0373d88-80d8-4675-9e8b-06627fa66f5e} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5952 | 2025.01.09 20:42:56.446620 [ 260 ] {a0373d88-80d8-4675-9e8b-06627fa66f5e} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002445 sec., 10633.946830265848 rows/sec., 19.06 MiB/sec. | ||
| 5953 | 2025.01.09 20:42:56.446733 [ 260 ] {a0373d88-80d8-4675-9e8b-06627fa66f5e} <Debug> TCPHandler: Processed in 0.002712277 sec. | ||
| 5954 | 2025.01.09 20:42:56.446884 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5955 | 2025.01.09 20:42:56.447007 [ 262 ] {dfc0f048-d3ef-4b52-967a-ce6a1b96ae02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5956 | 2025.01.09 20:42:56.447059 [ 262 ] {dfc0f048-d3ef-4b52-967a-ce6a1b96ae02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5957 | 2025.01.09 20:42:56.447547 [ 262 ] {dfc0f048-d3ef-4b52-967a-ce6a1b96ae02} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5958 | 2025.01.09 20:42:56.447587 [ 262 ] {dfc0f048-d3ef-4b52-967a-ce6a1b96ae02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 5959 | 2025.01.09 20:42:56.447970 [ 262 ] {dfc0f048-d3ef-4b52-967a-ce6a1b96ae02} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5960 | 2025.01.09 20:42:56.448218 [ 262 ] {dfc0f048-d3ef-4b52-967a-ce6a1b96ae02} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5961 | 2025.01.09 20:42:56.448443 [ 262 ] {dfc0f048-d3ef-4b52-967a-ce6a1b96ae02} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001464 sec., 20491.803278688523 rows/sec., 1.40 MiB/sec. | ||
| 5962 | 2025.01.09 20:42:56.448497 [ 262 ] {dfc0f048-d3ef-4b52-967a-ce6a1b96ae02} <Debug> TCPHandler: Processed in 0.001671352 sec. | ||
| 5963 | 2025.01.09 20:43:00.588735 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5964 | 2025.01.09 20:43:00.588806 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5965 | 2025.01.09 20:43:00.716651 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 | ||
| 5966 | 2025.01.09 20:43:00.717381 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5967 | 2025.01.09 20:43:00.717427 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 5968 | 2025.01.09 20:43:00.718024 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5969 | 2025.01.09 20:43:00.718273 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5970 | 2025.01.09 20:43:00.718473 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5971 | 2025.01.09 20:43:00.774097 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 852 | ||
| 5972 | 2025.01.09 20:43:00.777493 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5973 | 2025.01.09 20:43:00.777550 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 5974 | 2025.01.09 20:43:00.778767 [ 62 ] {} <Debug> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5975 | 2025.01.09 20:43:00.778822 [ 62 ] {} <Trace> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5976 | 2025.01.09 20:43:00.778859 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 5977 | 2025.01.09 20:43:00.779252 [ 195 ] {e0c0f591-f3fb-4e46-864c-a592ab9d5c90::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 | ||
| 5978 | 2025.01.09 20:43:00.779741 [ 195 ] {e0c0f591-f3fb-4e46-864c-a592ab9d5c90::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5979 | 2025.01.09 20:43:00.779861 [ 195 ] {e0c0f591-f3fb-4e46-864c-a592ab9d5c90::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
| 5980 | 2025.01.09 20:43:00.779978 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5981 | 2025.01.09 20:43:00.780027 [ 195 ] {e0c0f591-f3fb-4e46-864c-a592ab9d5c90::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
| 5982 | 2025.01.09 20:43:00.780417 [ 195 ] {e0c0f591-f3fb-4e46-864c-a592ab9d5c90::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 | ||
| 5983 | 2025.01.09 20:43:00.780622 [ 195 ] {e0c0f591-f3fb-4e46-864c-a592ab9d5c90::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 5984 | 2025.01.09 20:43:00.781110 [ 195 ] {e0c0f591-f3fb-4e46-864c-a592ab9d5c90::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part | ||
| 5985 | 2025.01.09 20:43:00.781274 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5986 | 2025.01.09 20:43:00.783511 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 852 | ||
| 5987 | 2025.01.09 20:43:00.783801 [ 198 ] {e0c0f591-f3fb-4e46-864c-a592ab9d5c90::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.0048363 sec., 7443.706966069102 rows/sec., 636.06 KiB/sec. | ||
| 5988 | 2025.01.09 20:43:00.783925 [ 195 ] {e0c0f591-f3fb-4e46-864c-a592ab9d5c90::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5989 | 2025.01.09 20:43:00.784202 [ 195 ] {e0c0f591-f3fb-4e46-864c-a592ab9d5c90::all_1_5_1} <Trace> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5990 | 2025.01.09 20:43:00.784278 [ 195 ] {e0c0f591-f3fb-4e46-864c-a592ab9d5c90::all_1_5_1} <Trace> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5991 | 2025.01.09 20:43:00.784361 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5992 | 2025.01.09 20:43:01.416735 [ 62 ] {} <Debug> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
| 5993 | 2025.01.09 20:43:01.416809 [ 62 ] {} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5994 | 2025.01.09 20:43:01.416836 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 5995 | 2025.01.09 20:43:01.417033 [ 194 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
| 5996 | 2025.01.09 20:43:01.417313 [ 194 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5997 | 2025.01.09 20:43:01.417361 [ 194 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 15 rows starting from the beginning of the part | ||
| 5998 | 2025.01.09 20:43:01.417454 [ 194 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 5999 | 2025.01.09 20:43:01.417715 [ 194 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 6000 | 2025.01.09 20:43:01.417919 [ 194 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 6001 | 2025.01.09 20:43:01.418080 [ 194 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 6002 | 2025.01.09 20:43:01.419207 [ 195 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19 rows, containing 4 columns (4 merged, 0 gathered) in 0.002298317 sec., 8266.918793186493 rows/sec., 555.35 KiB/sec. | ||
| 6003 | 2025.01.09 20:43:01.419372 [ 194 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 6004 | 2025.01.09 20:43:01.419682 [ 194 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_18_4} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6005 | 2025.01.09 20:43:01.419767 [ 194 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_18_4} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
| 6006 | 2025.01.09 20:43:01.419843 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 6007 | 2025.01.09 20:43:01.438811 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6008 | 2025.01.09 20:43:01.438994 [ 260 ] {0e89590b-846f-427e-93ae-19a85a485fc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6009 | 2025.01.09 20:43:01.439067 [ 260 ] {0e89590b-846f-427e-93ae-19a85a485fc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6010 | 2025.01.09 20:43:01.439831 [ 260 ] {0e89590b-846f-427e-93ae-19a85a485fc3} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6011 | 2025.01.09 20:43:01.439878 [ 260 ] {0e89590b-846f-427e-93ae-19a85a485fc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6012 | 2025.01.09 20:43:01.440320 [ 260 ] {0e89590b-846f-427e-93ae-19a85a485fc3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6013 | 2025.01.09 20:43:01.440590 [ 260 ] {0e89590b-846f-427e-93ae-19a85a485fc3} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6014 | 2025.01.09 20:43:01.440858 [ 260 ] {0e89590b-846f-427e-93ae-19a85a485fc3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001905 sec., 7349.081364829396 rows/sec., 529.04 KiB/sec. | ||
| 6015 | 2025.01.09 20:43:01.441064 [ 260 ] {0e89590b-846f-427e-93ae-19a85a485fc3} <Debug> TCPHandler: Processed in 0.002385209 sec. | ||
| 6016 | 2025.01.09 20:43:01.441336 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6017 | 2025.01.09 20:43:01.441523 [ 262 ] {25694ddd-1e4a-4c6e-85f0-71d9ea2265c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6018 | 2025.01.09 20:43:01.441599 [ 262 ] {25694ddd-1e4a-4c6e-85f0-71d9ea2265c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6019 | 2025.01.09 20:43:01.442391 [ 262 ] {25694ddd-1e4a-4c6e-85f0-71d9ea2265c9} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6020 | 2025.01.09 20:43:01.442436 [ 262 ] {25694ddd-1e4a-4c6e-85f0-71d9ea2265c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6021 | 2025.01.09 20:43:01.442838 [ 262 ] {25694ddd-1e4a-4c6e-85f0-71d9ea2265c9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6022 | 2025.01.09 20:43:01.443082 [ 262 ] {25694ddd-1e4a-4c6e-85f0-71d9ea2265c9} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6023 | 2025.01.09 20:43:01.443279 [ 262 ] {25694ddd-1e4a-4c6e-85f0-71d9ea2265c9} <Debug> executeQuery: Read 199 rows, 18.15 KiB in 0.001809 sec., 110005.52791597568 rows/sec., 9.80 MiB/sec. | ||
| 6024 | 2025.01.09 20:43:01.443335 [ 262 ] {25694ddd-1e4a-4c6e-85f0-71d9ea2265c9} <Debug> TCPHandler: Processed in 0.002126802 sec. | ||
| 6025 | 2025.01.09 20:43:01.443556 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6026 | 2025.01.09 20:43:01.443789 [ 260 ] {313acfe4-3ea2-401b-a724-3c396196809d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6027 | 2025.01.09 20:43:01.443857 [ 260 ] {313acfe4-3ea2-401b-a724-3c396196809d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6028 | 2025.01.09 20:43:01.444480 [ 260 ] {313acfe4-3ea2-401b-a724-3c396196809d} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6029 | 2025.01.09 20:43:01.444522 [ 260 ] {313acfe4-3ea2-401b-a724-3c396196809d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6030 | 2025.01.09 20:43:01.444889 [ 260 ] {313acfe4-3ea2-401b-a724-3c396196809d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6031 | 2025.01.09 20:43:01.445129 [ 260 ] {313acfe4-3ea2-401b-a724-3c396196809d} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6032 | 2025.01.09 20:43:01.445394 [ 260 ] {313acfe4-3ea2-401b-a724-3c396196809d} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001655 sec., 12084.592145015105 rows/sec., 866.22 KiB/sec. | ||
| 6033 | 2025.01.09 20:43:01.445505 [ 260 ] {313acfe4-3ea2-401b-a724-3c396196809d} <Debug> TCPHandler: Processed in 0.002051321 sec. | ||
| 6034 | 2025.01.09 20:43:01.445735 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6035 | 2025.01.09 20:43:01.445910 [ 262 ] {7f8c26c0-2826-479f-8a44-af228eedee09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6036 | 2025.01.09 20:43:01.445971 [ 262 ] {7f8c26c0-2826-479f-8a44-af228eedee09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6037 | 2025.01.09 20:43:01.446665 [ 262 ] {7f8c26c0-2826-479f-8a44-af228eedee09} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6038 | 2025.01.09 20:43:01.446712 [ 262 ] {7f8c26c0-2826-479f-8a44-af228eedee09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6039 | 2025.01.09 20:43:01.447083 [ 262 ] {7f8c26c0-2826-479f-8a44-af228eedee09} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6040 | 2025.01.09 20:43:01.447343 [ 262 ] {7f8c26c0-2826-479f-8a44-af228eedee09} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6041 | 2025.01.09 20:43:01.447559 [ 262 ] {7f8c26c0-2826-479f-8a44-af228eedee09} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001678 sec., 8343.265792610251 rows/sec., 584.31 KiB/sec. | ||
| 6042 | 2025.01.09 20:43:01.447648 [ 262 ] {7f8c26c0-2826-479f-8a44-af228eedee09} <Debug> TCPHandler: Processed in 0.002037281 sec. | ||
| 6043 | 2025.01.09 20:43:01.447790 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6044 | 2025.01.09 20:43:01.448016 [ 260 ] {1410da1f-8d8f-4fd1-95cf-8bd2b42118f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6045 | 2025.01.09 20:43:01.448107 [ 260 ] {1410da1f-8d8f-4fd1-95cf-8bd2b42118f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6046 | 2025.01.09 20:43:01.449007 [ 260 ] {1410da1f-8d8f-4fd1-95cf-8bd2b42118f9} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6047 | 2025.01.09 20:43:01.449048 [ 260 ] {1410da1f-8d8f-4fd1-95cf-8bd2b42118f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6048 | 2025.01.09 20:43:01.449407 [ 260 ] {1410da1f-8d8f-4fd1-95cf-8bd2b42118f9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6049 | 2025.01.09 20:43:01.449646 [ 260 ] {1410da1f-8d8f-4fd1-95cf-8bd2b42118f9} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6050 | 2025.01.09 20:43:01.449856 [ 260 ] {1410da1f-8d8f-4fd1-95cf-8bd2b42118f9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001894 sec., 6863.780359028511 rows/sec., 427.96 KiB/sec. | ||
| 6051 | 2025.01.09 20:43:01.449911 [ 260 ] {1410da1f-8d8f-4fd1-95cf-8bd2b42118f9} <Debug> TCPHandler: Processed in 0.002186584 sec. | ||
| 6052 | 2025.01.09 20:43:01.450090 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6053 | 2025.01.09 20:43:01.450233 [ 262 ] {faa016db-916f-4c33-bf9b-63e5602aee21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6054 | 2025.01.09 20:43:01.450292 [ 262 ] {faa016db-916f-4c33-bf9b-63e5602aee21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6055 | 2025.01.09 20:43:01.451086 [ 262 ] {faa016db-916f-4c33-bf9b-63e5602aee21} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6056 | 2025.01.09 20:43:01.451125 [ 262 ] {faa016db-916f-4c33-bf9b-63e5602aee21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6057 | 2025.01.09 20:43:01.451513 [ 262 ] {faa016db-916f-4c33-bf9b-63e5602aee21} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6058 | 2025.01.09 20:43:01.451761 [ 262 ] {faa016db-916f-4c33-bf9b-63e5602aee21} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6059 | 2025.01.09 20:43:01.451948 [ 262 ] {faa016db-916f-4c33-bf9b-63e5602aee21} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.001748 sec., 205377.5743707094 rows/sec., 14.44 MiB/sec. | ||
| 6060 | 2025.01.09 20:43:01.452003 [ 262 ] {faa016db-916f-4c33-bf9b-63e5602aee21} <Debug> TCPHandler: Processed in 0.001980789 sec. | ||
| 6061 | 2025.01.09 20:43:01.452225 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6062 | 2025.01.09 20:43:01.452458 [ 260 ] {4679c031-8175-41e1-8760-60791d33f6bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6063 | 2025.01.09 20:43:01.452553 [ 260 ] {4679c031-8175-41e1-8760-60791d33f6bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6064 | 2025.01.09 20:43:01.453165 [ 260 ] {4679c031-8175-41e1-8760-60791d33f6bf} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6065 | 2025.01.09 20:43:01.453205 [ 260 ] {4679c031-8175-41e1-8760-60791d33f6bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6066 | 2025.01.09 20:43:01.453575 [ 260 ] {4679c031-8175-41e1-8760-60791d33f6bf} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6067 | 2025.01.09 20:43:01.453825 [ 260 ] {4679c031-8175-41e1-8760-60791d33f6bf} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6068 | 2025.01.09 20:43:01.454075 [ 260 ] {4679c031-8175-41e1-8760-60791d33f6bf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00166 sec., 3614.457831325301 rows/sec., 188.84 KiB/sec. | ||
| 6069 | 2025.01.09 20:43:01.454196 [ 260 ] {4679c031-8175-41e1-8760-60791d33f6bf} <Debug> TCPHandler: Processed in 0.002078072 sec. | ||
| 6070 | 2025.01.09 20:43:01.454394 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6071 | 2025.01.09 20:43:01.454537 [ 262 ] {e215fe94-131b-4b9e-b7f9-3fd37ee62a9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6072 | 2025.01.09 20:43:01.454599 [ 262 ] {e215fe94-131b-4b9e-b7f9-3fd37ee62a9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6073 | 2025.01.09 20:43:01.455204 [ 262 ] {e215fe94-131b-4b9e-b7f9-3fd37ee62a9b} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6074 | 2025.01.09 20:43:01.455243 [ 262 ] {e215fe94-131b-4b9e-b7f9-3fd37ee62a9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6075 | 2025.01.09 20:43:01.455629 [ 262 ] {e215fe94-131b-4b9e-b7f9-3fd37ee62a9b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6076 | 2025.01.09 20:43:01.455867 [ 262 ] {e215fe94-131b-4b9e-b7f9-3fd37ee62a9b} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6077 | 2025.01.09 20:43:01.456090 [ 262 ] {e215fe94-131b-4b9e-b7f9-3fd37ee62a9b} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001584 sec., 111742.42424242425 rows/sec., 7.37 MiB/sec. | ||
| 6078 | 2025.01.09 20:43:01.456144 [ 262 ] {e215fe94-131b-4b9e-b7f9-3fd37ee62a9b} <Debug> TCPHandler: Processed in 0.001853946 sec. | ||
| 6079 | 2025.01.09 20:43:01.456301 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6080 | 2025.01.09 20:43:01.456446 [ 260 ] {e53f6b44-1aff-4eb5-8e22-f109093d6dbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6081 | 2025.01.09 20:43:01.456509 [ 260 ] {e53f6b44-1aff-4eb5-8e22-f109093d6dbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6082 | 2025.01.09 20:43:01.457014 [ 260 ] {e53f6b44-1aff-4eb5-8e22-f109093d6dbc} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6083 | 2025.01.09 20:43:01.457052 [ 260 ] {e53f6b44-1aff-4eb5-8e22-f109093d6dbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6084 | 2025.01.09 20:43:01.457400 [ 260 ] {e53f6b44-1aff-4eb5-8e22-f109093d6dbc} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6085 | 2025.01.09 20:43:01.457631 [ 260 ] {e53f6b44-1aff-4eb5-8e22-f109093d6dbc} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6086 | 2025.01.09 20:43:01.457852 [ 260 ] {e53f6b44-1aff-4eb5-8e22-f109093d6dbc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001441 sec., 693.9625260235947 rows/sec., 46.76 KiB/sec. | ||
| 6087 | 2025.01.09 20:43:01.457902 [ 260 ] {e53f6b44-1aff-4eb5-8e22-f109093d6dbc} <Debug> TCPHandler: Processed in 0.001665772 sec. | ||
| 6088 | 2025.01.09 20:43:01.458044 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6089 | 2025.01.09 20:43:01.458185 [ 262 ] {095d5229-be97-47d4-b602-1cf16ee78ec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6090 | 2025.01.09 20:43:01.458280 [ 262 ] {095d5229-be97-47d4-b602-1cf16ee78ec2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6091 | 2025.01.09 20:43:01.459481 [ 262 ] {095d5229-be97-47d4-b602-1cf16ee78ec2} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6092 | 2025.01.09 20:43:01.459521 [ 262 ] {095d5229-be97-47d4-b602-1cf16ee78ec2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6093 | 2025.01.09 20:43:01.460149 [ 262 ] {095d5229-be97-47d4-b602-1cf16ee78ec2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6094 | 2025.01.09 20:43:01.460413 [ 262 ] {095d5229-be97-47d4-b602-1cf16ee78ec2} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6095 | 2025.01.09 20:43:01.460658 [ 262 ] {095d5229-be97-47d4-b602-1cf16ee78ec2} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002506 sec., 5187.549880287311 rows/sec., 9.30 MiB/sec. | ||
| 6096 | 2025.01.09 20:43:01.460764 [ 262 ] {095d5229-be97-47d4-b602-1cf16ee78ec2} <Debug> TCPHandler: Processed in 0.002786869 sec. | ||
| 6097 | 2025.01.09 20:43:01.460976 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6098 | 2025.01.09 20:43:01.461197 [ 260 ] {97d4256f-07f5-4f2e-b69b-d7f0b0077ea5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6099 | 2025.01.09 20:43:01.461290 [ 260 ] {97d4256f-07f5-4f2e-b69b-d7f0b0077ea5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6100 | 2025.01.09 20:43:01.462010 [ 260 ] {97d4256f-07f5-4f2e-b69b-d7f0b0077ea5} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6101 | 2025.01.09 20:43:01.462049 [ 260 ] {97d4256f-07f5-4f2e-b69b-d7f0b0077ea5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6102 | 2025.01.09 20:43:01.462403 [ 260 ] {97d4256f-07f5-4f2e-b69b-d7f0b0077ea5} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6103 | 2025.01.09 20:43:01.462633 [ 260 ] {97d4256f-07f5-4f2e-b69b-d7f0b0077ea5} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6104 | 2025.01.09 20:43:01.462851 [ 260 ] {97d4256f-07f5-4f2e-b69b-d7f0b0077ea5} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001707 sec., 30462.800234329232 rows/sec., 1.89 MiB/sec. | ||
| 6105 | 2025.01.09 20:43:01.462902 [ 260 ] {97d4256f-07f5-4f2e-b69b-d7f0b0077ea5} <Debug> TCPHandler: Processed in 0.00203845 sec. | ||
| 6106 | 2025.01.09 20:43:01.644901 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 212 | ||
| 6107 | 2025.01.09 20:43:01.664661 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6108 | 2025.01.09 20:43:01.664725 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6109 | 2025.01.09 20:43:01.671985 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6110 | 2025.01.09 20:43:01.672756 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6111 | 2025.01.09 20:43:01.675620 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 212 | ||
| 6112 | 2025.01.09 20:43:02.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.36 MiB, peak 204.86 MiB, free memory in arenas 0.00 B, will set to 198.11 MiB (RSS), difference: -1.24 MiB | ||
| 6113 | 2025.01.09 20:43:06.434357 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6114 | 2025.01.09 20:43:06.434563 [ 260 ] {57fb90e9-22cb-4a92-bcd1-71c55b00fa1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6115 | 2025.01.09 20:43:06.434636 [ 260 ] {57fb90e9-22cb-4a92-bcd1-71c55b00fa1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6116 | 2025.01.09 20:43:06.435406 [ 260 ] {57fb90e9-22cb-4a92-bcd1-71c55b00fa1d} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6117 | 2025.01.09 20:43:06.435459 [ 260 ] {57fb90e9-22cb-4a92-bcd1-71c55b00fa1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6118 | 2025.01.09 20:43:06.435892 [ 260 ] {57fb90e9-22cb-4a92-bcd1-71c55b00fa1d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6119 | 2025.01.09 20:43:06.436158 [ 260 ] {57fb90e9-22cb-4a92-bcd1-71c55b00fa1d} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6120 | 2025.01.09 20:43:06.436331 [ 140 ] {} <Debug> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6121 | 2025.01.09 20:43:06.436380 [ 260 ] {57fb90e9-22cb-4a92-bcd1-71c55b00fa1d} <Debug> executeQuery: Read 78 rows, 6.88 KiB in 0.001866 sec., 41800.64308681672 rows/sec., 3.60 MiB/sec. | ||
| 6122 | 2025.01.09 20:43:06.436386 [ 140 ] {} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6123 | 2025.01.09 20:43:06.436436 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6124 | 2025.01.09 20:43:06.436469 [ 260 ] {57fb90e9-22cb-4a92-bcd1-71c55b00fa1d} <Debug> TCPHandler: Processed in 0.002238625 sec. | ||
| 6125 | 2025.01.09 20:43:06.436777 [ 191 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 6126 | 2025.01.09 20:43:06.436823 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6127 | 2025.01.09 20:43:06.437311 [ 262 ] {49e44ba9-2501-4991-9954-50fe3e3f9c4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6128 | 2025.01.09 20:43:06.437498 [ 262 ] {49e44ba9-2501-4991-9954-50fe3e3f9c4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6129 | 2025.01.09 20:43:06.437514 [ 191 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6130 | 2025.01.09 20:43:06.437663 [ 191 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1399 rows starting from the beginning of the part | ||
| 6131 | 2025.01.09 20:43:06.438025 [ 191 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1345 rows starting from the beginning of the part | ||
| 6132 | 2025.01.09 20:43:06.438555 [ 191 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 26 rows starting from the beginning of the part | ||
| 6133 | 2025.01.09 20:43:06.438999 [ 191 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 78 rows starting from the beginning of the part | ||
| 6134 | 2025.01.09 20:43:06.439546 [ 191 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 199 rows starting from the beginning of the part | ||
| 6135 | 2025.01.09 20:43:06.439950 [ 191 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 78 rows starting from the beginning of the part | ||
| 6136 | 2025.01.09 20:43:06.441099 [ 262 ] {49e44ba9-2501-4991-9954-50fe3e3f9c4f} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6137 | 2025.01.09 20:43:06.441179 [ 262 ] {49e44ba9-2501-4991-9954-50fe3e3f9c4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6138 | 2025.01.09 20:43:06.442178 [ 262 ] {49e44ba9-2501-4991-9954-50fe3e3f9c4f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6139 | 2025.01.09 20:43:06.442766 [ 262 ] {49e44ba9-2501-4991-9954-50fe3e3f9c4f} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6140 | 2025.01.09 20:43:06.443121 [ 262 ] {49e44ba9-2501-4991-9954-50fe3e3f9c4f} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.005989 sec., 4341.292369343797 rows/sec., 326.44 KiB/sec. | ||
| 6141 | 2025.01.09 20:43:06.443200 [ 262 ] {49e44ba9-2501-4991-9954-50fe3e3f9c4f} <Debug> TCPHandler: Processed in 0.006591373 sec. | ||
| 6142 | 2025.01.09 20:43:06.443465 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6143 | 2025.01.09 20:43:06.443575 [ 195 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3125 rows, containing 5 columns (5 merged, 0 gathered) in 0.007033334 sec., 444312.75409357785 rows/sec., 39.08 MiB/sec. | ||
| 6144 | 2025.01.09 20:43:06.443678 [ 260 ] {d97305c7-ebe3-4b88-8db7-7ad3a0747c4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6145 | 2025.01.09 20:43:06.443771 [ 260 ] {d97305c7-ebe3-4b88-8db7-7ad3a0747c4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6146 | 2025.01.09 20:43:06.443862 [ 195 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6147 | 2025.01.09 20:43:06.444500 [ 195 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_46_9} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6148 | 2025.01.09 20:43:06.444616 [ 195 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_46_9} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6149 | 2025.01.09 20:43:06.444776 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 6150 | 2025.01.09 20:43:06.444964 [ 260 ] {d97305c7-ebe3-4b88-8db7-7ad3a0747c4c} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6151 | 2025.01.09 20:43:06.445008 [ 260 ] {d97305c7-ebe3-4b88-8db7-7ad3a0747c4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6152 | 2025.01.09 20:43:06.445370 [ 260 ] {d97305c7-ebe3-4b88-8db7-7ad3a0747c4c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6153 | 2025.01.09 20:43:06.445610 [ 260 ] {d97305c7-ebe3-4b88-8db7-7ad3a0747c4c} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6154 | 2025.01.09 20:43:06.445737 [ 140 ] {} <Debug> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6155 | 2025.01.09 20:43:06.445775 [ 140 ] {} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6156 | 2025.01.09 20:43:06.445797 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6157 | 2025.01.09 20:43:06.445809 [ 260 ] {d97305c7-ebe3-4b88-8db7-7ad3a0747c4c} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.002179 sec., 24782.010096374484 rows/sec., 1.94 MiB/sec. | ||
| 6158 | 2025.01.09 20:43:06.446019 [ 260 ] {d97305c7-ebe3-4b88-8db7-7ad3a0747c4c} <Debug> TCPHandler: Processed in 0.002699926 sec. | ||
| 6159 | 2025.01.09 20:43:06.446040 [ 195 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::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 | ||
| 6160 | 2025.01.09 20:43:06.446211 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6161 | 2025.01.09 20:43:06.446219 [ 195 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6162 | 2025.01.09 20:43:06.446285 [ 195 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 873 rows starting from the beginning of the part | ||
| 6163 | 2025.01.09 20:43:06.446562 [ 262 ] {af2ea744-6200-43c7-a076-b3f7ad7d061c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6164 | 2025.01.09 20:43:06.446618 [ 195 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 827 rows starting from the beginning of the part | ||
| 6165 | 2025.01.09 20:43:06.446695 [ 262 ] {af2ea744-6200-43c7-a076-b3f7ad7d061c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6166 | 2025.01.09 20:43:06.446984 [ 195 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 28 rows starting from the beginning of the part | ||
| 6167 | 2025.01.09 20:43:06.447409 [ 195 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 54 rows starting from the beginning of the part | ||
| 6168 | 2025.01.09 20:43:06.447763 [ 195 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 359 rows starting from the beginning of the part | ||
| 6169 | 2025.01.09 20:43:06.448103 [ 195 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 54 rows starting from the beginning of the part | ||
| 6170 | 2025.01.09 20:43:06.449104 [ 262 ] {af2ea744-6200-43c7-a076-b3f7ad7d061c} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6171 | 2025.01.09 20:43:06.449161 [ 262 ] {af2ea744-6200-43c7-a076-b3f7ad7d061c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6172 | 2025.01.09 20:43:06.450252 [ 262 ] {af2ea744-6200-43c7-a076-b3f7ad7d061c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6173 | 2025.01.09 20:43:06.450644 [ 262 ] {af2ea744-6200-43c7-a076-b3f7ad7d061c} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6174 | 2025.01.09 20:43:06.451076 [ 140 ] {} <Debug> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6175 | 2025.01.09 20:43:06.451127 [ 195 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2195 rows, containing 5 columns (5 merged, 0 gathered) in 0.005250701 sec., 418039.41987936466 rows/sec., 31.84 MiB/sec. | ||
| 6176 | 2025.01.09 20:43:06.451220 [ 140 ] {} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6177 | 2025.01.09 20:43:06.451263 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6178 | 2025.01.09 20:43:06.451319 [ 262 ] {af2ea744-6200-43c7-a076-b3f7ad7d061c} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004887 sec., 20462.45140167792 rows/sec., 1.42 MiB/sec. | ||
| 6179 | 2025.01.09 20:43:06.451488 [ 195 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6180 | 2025.01.09 20:43:06.451734 [ 191 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::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 | ||
| 6181 | 2025.01.09 20:43:06.451787 [ 262 ] {af2ea744-6200-43c7-a076-b3f7ad7d061c} <Debug> TCPHandler: Processed in 0.00566404 sec. | ||
| 6182 | 2025.01.09 20:43:06.452121 [ 191 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6183 | 2025.01.09 20:43:06.452160 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6184 | 2025.01.09 20:43:06.452188 [ 191 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 10415 rows starting from the beginning of the part | ||
| 6185 | 2025.01.09 20:43:06.452305 [ 195 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_46_9} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6186 | 2025.01.09 20:43:06.452485 [ 191 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1009 rows starting from the beginning of the part | ||
| 6187 | 2025.01.09 20:43:06.452657 [ 195 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_46_9} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6188 | 2025.01.09 20:43:06.452899 [ 191 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 20 rows starting from the beginning of the part | ||
| 6189 | 2025.01.09 20:43:06.453009 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 6190 | 2025.01.09 20:43:06.453266 [ 260 ] {8197bffa-a80a-4ee9-95d3-d205a4f90f1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6191 | 2025.01.09 20:43:06.453386 [ 191 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 100 rows starting from the beginning of the part | ||
| 6192 | 2025.01.09 20:43:06.453655 [ 260 ] {8197bffa-a80a-4ee9-95d3-d205a4f90f1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6193 | 2025.01.09 20:43:06.453673 [ 191 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 177 rows starting from the beginning of the part | ||
| 6194 | 2025.01.09 20:43:06.454053 [ 191 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 100 rows starting from the beginning of the part | ||
| 6195 | 2025.01.09 20:43:06.457929 [ 260 ] {8197bffa-a80a-4ee9-95d3-d205a4f90f1d} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6196 | 2025.01.09 20:43:06.457980 [ 260 ] {8197bffa-a80a-4ee9-95d3-d205a4f90f1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6197 | 2025.01.09 20:43:06.459363 [ 260 ] {8197bffa-a80a-4ee9-95d3-d205a4f90f1d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6198 | 2025.01.09 20:43:06.459707 [ 260 ] {8197bffa-a80a-4ee9-95d3-d205a4f90f1d} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6199 | 2025.01.09 20:43:06.459974 [ 260 ] {8197bffa-a80a-4ee9-95d3-d205a4f90f1d} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.006981 sec., 3724.3947858472998 rows/sec., 6.67 MiB/sec. | ||
| 6200 | 2025.01.09 20:43:06.461061 [ 260 ] {8197bffa-a80a-4ee9-95d3-d205a4f90f1d} <Debug> TCPHandler: Processed in 0.009138776 sec. | ||
| 6201 | 2025.01.09 20:43:06.461087 [ 201 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11821 rows, containing 5 columns (5 merged, 0 gathered) in 0.00969434 sec., 1219371.3032553017 rows/sec., 81.67 MiB/sec. | ||
| 6202 | 2025.01.09 20:43:06.461256 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6203 | 2025.01.09 20:43:06.461408 [ 262 ] {94c3441b-43a4-44ee-8f73-2cf0b7bb7a1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6204 | 2025.01.09 20:43:06.461492 [ 262 ] {94c3441b-43a4-44ee-8f73-2cf0b7bb7a1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6205 | 2025.01.09 20:43:06.461553 [ 201 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6206 | 2025.01.09 20:43:06.462259 [ 201 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6207 | 2025.01.09 20:43:06.462494 [ 201 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6208 | 2025.01.09 20:43:06.462694 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
| 6209 | 2025.01.09 20:43:06.462748 [ 262 ] {94c3441b-43a4-44ee-8f73-2cf0b7bb7a1c} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6210 | 2025.01.09 20:43:06.462797 [ 262 ] {94c3441b-43a4-44ee-8f73-2cf0b7bb7a1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6211 | 2025.01.09 20:43:06.463184 [ 262 ] {94c3441b-43a4-44ee-8f73-2cf0b7bb7a1c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6212 | 2025.01.09 20:43:06.463426 [ 262 ] {94c3441b-43a4-44ee-8f73-2cf0b7bb7a1c} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6213 | 2025.01.09 20:43:06.463607 [ 140 ] {} <Debug> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6214 | 2025.01.09 20:43:06.463667 [ 140 ] {} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6215 | 2025.01.09 20:43:06.463700 [ 262 ] {94c3441b-43a4-44ee-8f73-2cf0b7bb7a1c} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.002323 sec., 12914.334911752045 rows/sec., 905.94 KiB/sec. | ||
| 6216 | 2025.01.09 20:43:06.463703 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6217 | 2025.01.09 20:43:06.463894 [ 262 ] {94c3441b-43a4-44ee-8f73-2cf0b7bb7a1c} <Debug> TCPHandler: Processed in 0.002728937 sec. | ||
| 6218 | 2025.01.09 20:43:06.464080 [ 186 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::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 | ||
| 6219 | 2025.01.09 20:43:06.464422 [ 186 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6220 | 2025.01.09 20:43:06.464463 [ 186 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1430 rows starting from the beginning of the part | ||
| 6221 | 2025.01.09 20:43:06.464544 [ 186 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 46 rows starting from the beginning of the part | ||
| 6222 | 2025.01.09 20:43:06.464756 [ 186 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
| 6223 | 2025.01.09 20:43:06.464929 [ 186 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 30 rows starting from the beginning of the part | ||
| 6224 | 2025.01.09 20:43:06.465047 [ 186 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 52 rows starting from the beginning of the part | ||
| 6225 | 2025.01.09 20:43:06.465243 [ 186 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 30 rows starting from the beginning of the part | ||
| 6226 | 2025.01.09 20:43:06.466550 [ 201 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1594 rows, containing 4 columns (4 merged, 0 gathered) in 0.002704137 sec., 589467.1756645466 rows/sec., 37.97 MiB/sec. | ||
| 6227 | 2025.01.09 20:43:06.466752 [ 186 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6228 | 2025.01.09 20:43:06.467027 [ 186 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_46_9} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6229 | 2025.01.09 20:43:06.467102 [ 186 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_46_9} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6230 | 2025.01.09 20:43:06.467179 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 6231 | 2025.01.09 20:43:08.218634 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 | ||
| 6232 | 2025.01.09 20:43:08.219299 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6233 | 2025.01.09 20:43:08.219352 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6234 | 2025.01.09 20:43:08.219873 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6235 | 2025.01.09 20:43:08.220123 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6236 | 2025.01.09 20:43:08.220390 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 | ||
| 6237 | 2025.01.09 20:43:09.175726 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 219 | ||
| 6238 | 2025.01.09 20:43:09.196382 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6239 | 2025.01.09 20:43:09.196447 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6240 | 2025.01.09 20:43:09.204047 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6241 | 2025.01.09 20:43:09.204851 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6242 | 2025.01.09 20:43:09.207591 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 6243 | 2025.01.09 20:43:10.783758 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 886 | ||
| 6244 | 2025.01.09 20:43:10.787075 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6245 | 2025.01.09 20:43:10.787127 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6246 | 2025.01.09 20:43:10.788607 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6247 | 2025.01.09 20:43:10.788925 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6248 | 2025.01.09 20:43:10.789093 [ 138 ] {} <Debug> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6249 | 2025.01.09 20:43:10.789154 [ 138 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6250 | 2025.01.09 20:43:10.789193 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6251 | 2025.01.09 20:43:10.789803 [ 188 ] {e112f526-83d2-4dea-952f-9c32bda020af::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 | ||
| 6252 | 2025.01.09 20:43:10.791287 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 886 | ||
| 6253 | 2025.01.09 20:43:10.791636 [ 188 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6254 | 2025.01.09 20:43:10.791820 [ 188 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 718 rows starting from the beginning of the part | ||
| 6255 | 2025.01.09 20:43:10.792365 [ 188 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 20 rows starting from the beginning of the part | ||
| 6256 | 2025.01.09 20:43:10.792880 [ 188 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 36 rows starting from the beginning of the part | ||
| 6257 | 2025.01.09 20:43:10.793399 [ 188 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 58 rows starting from the beginning of the part | ||
| 6258 | 2025.01.09 20:43:10.794090 [ 188 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 20 rows starting from the beginning of the part | ||
| 6259 | 2025.01.09 20:43:10.794779 [ 188 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part | ||
| 6260 | 2025.01.09 20:43:10.803191 [ 201 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 886 rows, containing 72 columns (72 merged, 0 gathered) in 0.013870232 sec., 63877.806802366395 rows/sec., 51.81 MiB/sec. | ||
| 6261 | 2025.01.09 20:43:10.804274 [ 192 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6262 | 2025.01.09 20:43:10.804982 [ 192 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_21_4} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6263 | 2025.01.09 20:43:10.805073 [ 192 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_21_4} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6264 | 2025.01.09 20:43:10.805293 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. | ||
| 6265 | 2025.01.09 20:43:11.438767 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6266 | 2025.01.09 20:43:11.439068 [ 260 ] {c92180b5-aba1-461b-9a7b-6cd2f9afce10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6267 | 2025.01.09 20:43:11.439188 [ 260 ] {c92180b5-aba1-461b-9a7b-6cd2f9afce10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6268 | 2025.01.09 20:43:11.439979 [ 260 ] {c92180b5-aba1-461b-9a7b-6cd2f9afce10} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6269 | 2025.01.09 20:43:11.440023 [ 260 ] {c92180b5-aba1-461b-9a7b-6cd2f9afce10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6270 | 2025.01.09 20:43:11.440470 [ 260 ] {c92180b5-aba1-461b-9a7b-6cd2f9afce10} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6271 | 2025.01.09 20:43:11.440731 [ 260 ] {c92180b5-aba1-461b-9a7b-6cd2f9afce10} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6272 | 2025.01.09 20:43:11.440958 [ 260 ] {c92180b5-aba1-461b-9a7b-6cd2f9afce10} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001977 sec., 7081.436519979768 rows/sec., 509.77 KiB/sec. | ||
| 6273 | 2025.01.09 20:43:11.441090 [ 260 ] {c92180b5-aba1-461b-9a7b-6cd2f9afce10} <Debug> TCPHandler: Processed in 0.002512082 sec. | ||
| 6274 | 2025.01.09 20:43:11.441400 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6275 | 2025.01.09 20:43:11.441700 [ 262 ] {5de44555-bb76-4ed4-a2c2-c9380d15cfe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6276 | 2025.01.09 20:43:11.441812 [ 262 ] {5de44555-bb76-4ed4-a2c2-c9380d15cfe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6277 | 2025.01.09 20:43:11.442808 [ 262 ] {5de44555-bb76-4ed4-a2c2-c9380d15cfe7} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6278 | 2025.01.09 20:43:11.442852 [ 262 ] {5de44555-bb76-4ed4-a2c2-c9380d15cfe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6279 | 2025.01.09 20:43:11.443302 [ 262 ] {5de44555-bb76-4ed4-a2c2-c9380d15cfe7} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6280 | 2025.01.09 20:43:11.443559 [ 262 ] {5de44555-bb76-4ed4-a2c2-c9380d15cfe7} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6281 | 2025.01.09 20:43:11.443791 [ 262 ] {5de44555-bb76-4ed4-a2c2-c9380d15cfe7} <Debug> executeQuery: Read 199 rows, 18.15 KiB in 0.002177 sec., 91410.19751952228 rows/sec., 8.14 MiB/sec. | ||
| 6282 | 2025.01.09 20:43:11.443853 [ 262 ] {5de44555-bb76-4ed4-a2c2-c9380d15cfe7} <Debug> TCPHandler: Processed in 0.002630595 sec. | ||
| 6283 | 2025.01.09 20:43:11.444032 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6284 | 2025.01.09 20:43:11.444181 [ 260 ] {88189408-0cf6-4415-88fa-ee11492bf522} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6285 | 2025.01.09 20:43:11.444245 [ 260 ] {88189408-0cf6-4415-88fa-ee11492bf522} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6286 | 2025.01.09 20:43:11.444945 [ 260 ] {88189408-0cf6-4415-88fa-ee11492bf522} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6287 | 2025.01.09 20:43:11.444991 [ 260 ] {88189408-0cf6-4415-88fa-ee11492bf522} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6288 | 2025.01.09 20:43:11.445403 [ 260 ] {88189408-0cf6-4415-88fa-ee11492bf522} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6289 | 2025.01.09 20:43:11.445651 [ 260 ] {88189408-0cf6-4415-88fa-ee11492bf522} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6290 | 2025.01.09 20:43:11.445778 [ 136 ] {} <Debug> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 6291 | 2025.01.09 20:43:11.445814 [ 136 ] {} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6292 | 2025.01.09 20:43:11.445837 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6293 | 2025.01.09 20:43:11.445840 [ 260 ] {88189408-0cf6-4415-88fa-ee11492bf522} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001693 sec., 11813.349084465446 rows/sec., 846.78 KiB/sec. | ||
| 6294 | 2025.01.09 20:43:11.445954 [ 260 ] {88189408-0cf6-4415-88fa-ee11492bf522} <Debug> TCPHandler: Processed in 0.001994689 sec. | ||
| 6295 | 2025.01.09 20:43:11.445991 [ 200 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
| 6296 | 2025.01.09 20:43:11.446136 [ 200 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6297 | 2025.01.09 20:43:11.446148 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6298 | 2025.01.09 20:43:11.446186 [ 200 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 60 rows starting from the beginning of the part | ||
| 6299 | 2025.01.09 20:43:11.446449 [ 200 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part | ||
| 6300 | 2025.01.09 20:43:11.446462 [ 262 ] {cc162c7b-301f-4f5b-8a4a-0aba88504dae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6301 | 2025.01.09 20:43:11.446643 [ 262 ] {cc162c7b-301f-4f5b-8a4a-0aba88504dae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6302 | 2025.01.09 20:43:11.446831 [ 200 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 26 rows starting from the beginning of the part | ||
| 6303 | 2025.01.09 20:43:11.447268 [ 200 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 20 rows starting from the beginning of the part | ||
| 6304 | 2025.01.09 20:43:11.447601 [ 200 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 26 rows starting from the beginning of the part | ||
| 6305 | 2025.01.09 20:43:11.448033 [ 200 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 20 rows starting from the beginning of the part | ||
| 6306 | 2025.01.09 20:43:11.449330 [ 262 ] {cc162c7b-301f-4f5b-8a4a-0aba88504dae} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6307 | 2025.01.09 20:43:11.449398 [ 262 ] {cc162c7b-301f-4f5b-8a4a-0aba88504dae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6308 | 2025.01.09 20:43:11.450471 [ 262 ] {cc162c7b-301f-4f5b-8a4a-0aba88504dae} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6309 | 2025.01.09 20:43:11.450734 [ 192 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 5 columns (5 merged, 0 gathered) in 0.00483902 sec., 38024.228046174634 rows/sec., 2.85 MiB/sec. | ||
| 6310 | 2025.01.09 20:43:11.450923 [ 192 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 6311 | 2025.01.09 20:43:11.450996 [ 262 ] {cc162c7b-301f-4f5b-8a4a-0aba88504dae} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6312 | 2025.01.09 20:43:11.451227 [ 136 ] {} <Debug> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 6313 | 2025.01.09 20:43:11.451333 [ 136 ] {} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6314 | 2025.01.09 20:43:11.451416 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6315 | 2025.01.09 20:43:11.451619 [ 262 ] {cc162c7b-301f-4f5b-8a4a-0aba88504dae} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005232 sec., 2675.840978593272 rows/sec., 187.40 KiB/sec. | ||
| 6316 | 2025.01.09 20:43:11.451699 [ 192 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_35_7} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6317 | 2025.01.09 20:43:11.452111 [ 262 ] {cc162c7b-301f-4f5b-8a4a-0aba88504dae} <Debug> TCPHandler: Processed in 0.00603825 sec. | ||
| 6318 | 2025.01.09 20:43:11.452271 [ 192 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_35_7} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 6319 | 2025.01.09 20:43:11.452172 [ 199 ] {5972569d-c84d-46f5-938f-78762736d93d::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 | ||
| 6320 | 2025.01.09 20:43:11.452413 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6321 | 2025.01.09 20:43:11.452586 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6322 | 2025.01.09 20:43:11.452714 [ 260 ] {12e5f2c6-572e-40f8-a2ef-3996d4a89825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6323 | 2025.01.09 20:43:11.452823 [ 260 ] {12e5f2c6-572e-40f8-a2ef-3996d4a89825} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6324 | 2025.01.09 20:43:11.452958 [ 199 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6325 | 2025.01.09 20:43:11.453047 [ 199 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 243 rows starting from the beginning of the part | ||
| 6326 | 2025.01.09 20:43:11.453323 [ 199 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 6327 | 2025.01.09 20:43:11.453649 [ 199 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 6328 | 2025.01.09 20:43:11.454018 [ 199 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 242 rows starting from the beginning of the part | ||
| 6329 | 2025.01.09 20:43:11.454281 [ 199 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 6330 | 2025.01.09 20:43:11.454587 [ 199 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 6331 | 2025.01.09 20:43:11.455601 [ 260 ] {12e5f2c6-572e-40f8-a2ef-3996d4a89825} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6332 | 2025.01.09 20:43:11.455671 [ 260 ] {12e5f2c6-572e-40f8-a2ef-3996d4a89825} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6333 | 2025.01.09 20:43:11.456583 [ 260 ] {12e5f2c6-572e-40f8-a2ef-3996d4a89825} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6334 | 2025.01.09 20:43:11.457133 [ 260 ] {12e5f2c6-572e-40f8-a2ef-3996d4a89825} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6335 | 2025.01.09 20:43:11.457377 [ 200 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005831564 sec., 92770.99591121696 rows/sec., 6.64 MiB/sec. | ||
| 6336 | 2025.01.09 20:43:11.457528 [ 260 ] {12e5f2c6-572e-40f8-a2ef-3996d4a89825} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004878 sec., 2665.0266502665027 rows/sec., 166.16 KiB/sec. | ||
| 6337 | 2025.01.09 20:43:11.457662 [ 200 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6338 | 2025.01.09 20:43:11.457684 [ 260 ] {12e5f2c6-572e-40f8-a2ef-3996d4a89825} <Debug> TCPHandler: Processed in 0.005434985 sec. | ||
| 6339 | 2025.01.09 20:43:11.457946 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6340 | 2025.01.09 20:43:11.458170 [ 200 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_20_4} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6341 | 2025.01.09 20:43:11.458301 [ 262 ] {41958ddb-cb8c-4f45-be67-ef63c916ad6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6342 | 2025.01.09 20:43:11.458353 [ 200 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_20_4} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6343 | 2025.01.09 20:43:11.458391 [ 262 ] {41958ddb-cb8c-4f45-be67-ef63c916ad6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6344 | 2025.01.09 20:43:11.458542 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 6345 | 2025.01.09 20:43:11.459281 [ 262 ] {41958ddb-cb8c-4f45-be67-ef63c916ad6e} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6346 | 2025.01.09 20:43:11.459325 [ 262 ] {41958ddb-cb8c-4f45-be67-ef63c916ad6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6347 | 2025.01.09 20:43:11.459720 [ 262 ] {41958ddb-cb8c-4f45-be67-ef63c916ad6e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6348 | 2025.01.09 20:43:11.459973 [ 262 ] {41958ddb-cb8c-4f45-be67-ef63c916ad6e} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6349 | 2025.01.09 20:43:11.460191 [ 262 ] {41958ddb-cb8c-4f45-be67-ef63c916ad6e} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.001986 sec., 180765.35750251764 rows/sec., 12.71 MiB/sec. | ||
| 6350 | 2025.01.09 20:43:11.460249 [ 262 ] {41958ddb-cb8c-4f45-be67-ef63c916ad6e} <Debug> TCPHandler: Processed in 0.00242433 sec. | ||
| 6351 | 2025.01.09 20:43:11.460405 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6352 | 2025.01.09 20:43:11.460548 [ 260 ] {a8422693-2d5d-4e41-adb2-eaea93d656c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6353 | 2025.01.09 20:43:11.460608 [ 260 ] {a8422693-2d5d-4e41-adb2-eaea93d656c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6354 | 2025.01.09 20:43:11.461180 [ 260 ] {a8422693-2d5d-4e41-adb2-eaea93d656c6} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6355 | 2025.01.09 20:43:11.461224 [ 260 ] {a8422693-2d5d-4e41-adb2-eaea93d656c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6356 | 2025.01.09 20:43:11.461593 [ 260 ] {a8422693-2d5d-4e41-adb2-eaea93d656c6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6357 | 2025.01.09 20:43:11.461830 [ 260 ] {a8422693-2d5d-4e41-adb2-eaea93d656c6} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6358 | 2025.01.09 20:43:11.461955 [ 136 ] {} <Debug> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 6359 | 2025.01.09 20:43:11.461992 [ 136 ] {} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6360 | 2025.01.09 20:43:11.462019 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6361 | 2025.01.09 20:43:11.462021 [ 260 ] {a8422693-2d5d-4e41-adb2-eaea93d656c6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001506 sec., 3984.0637450199206 rows/sec., 208.15 KiB/sec. | ||
| 6362 | 2025.01.09 20:43:11.462194 [ 260 ] {a8422693-2d5d-4e41-adb2-eaea93d656c6} <Debug> TCPHandler: Processed in 0.001853646 sec. | ||
| 6363 | 2025.01.09 20:43:11.462253 [ 199 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 6364 | 2025.01.09 20:43:11.462379 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6365 | 2025.01.09 20:43:11.462447 [ 199 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6366 | 2025.01.09 20:43:11.462501 [ 199 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 6367 | 2025.01.09 20:43:11.462676 [ 262 ] {97de4c08-bc20-4461-be34-379962d2e79b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6368 | 2025.01.09 20:43:11.462754 [ 199 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 6369 | 2025.01.09 20:43:11.462882 [ 262 ] {97de4c08-bc20-4461-be34-379962d2e79b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6370 | 2025.01.09 20:43:11.463058 [ 199 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 6371 | 2025.01.09 20:43:11.463543 [ 199 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 6372 | 2025.01.09 20:43:11.463988 [ 199 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 6373 | 2025.01.09 20:43:11.464307 [ 199 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 6374 | 2025.01.09 20:43:11.465477 [ 262 ] {97de4c08-bc20-4461-be34-379962d2e79b} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6375 | 2025.01.09 20:43:11.465557 [ 262 ] {97de4c08-bc20-4461-be34-379962d2e79b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6376 | 2025.01.09 20:43:11.466694 [ 262 ] {97de4c08-bc20-4461-be34-379962d2e79b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6377 | 2025.01.09 20:43:11.466855 [ 193 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.004753957 sec., 25242.1298720203 rows/sec., 1.29 MiB/sec. | ||
| 6378 | 2025.01.09 20:43:11.467106 [ 193 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6379 | 2025.01.09 20:43:11.467133 [ 262 ] {97de4c08-bc20-4461-be34-379962d2e79b} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6380 | 2025.01.09 20:43:11.467590 [ 262 ] {97de4c08-bc20-4461-be34-379962d2e79b} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.005043 sec., 35098.15585960738 rows/sec., 2.32 MiB/sec. | ||
| 6381 | 2025.01.09 20:43:11.467727 [ 262 ] {97de4c08-bc20-4461-be34-379962d2e79b} <Debug> TCPHandler: Processed in 0.005433954 sec. | ||
| 6382 | 2025.01.09 20:43:11.467863 [ 197 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_20_4} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6383 | 2025.01.09 20:43:11.468002 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6384 | 2025.01.09 20:43:11.468021 [ 197 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_20_4} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6385 | 2025.01.09 20:43:11.468257 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6386 | 2025.01.09 20:43:11.468319 [ 260 ] {217aa13f-5125-46a1-9f46-673a555cca5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6387 | 2025.01.09 20:43:11.468375 [ 260 ] {217aa13f-5125-46a1-9f46-673a555cca5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6388 | 2025.01.09 20:43:11.468844 [ 260 ] {217aa13f-5125-46a1-9f46-673a555cca5f} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6389 | 2025.01.09 20:43:11.468882 [ 260 ] {217aa13f-5125-46a1-9f46-673a555cca5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6390 | 2025.01.09 20:43:11.469237 [ 260 ] {217aa13f-5125-46a1-9f46-673a555cca5f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6391 | 2025.01.09 20:43:11.469476 [ 260 ] {217aa13f-5125-46a1-9f46-673a555cca5f} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): 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.09 20:43:11.469653 [ 260 ] {217aa13f-5125-46a1-9f46-673a555cca5f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001401 sec., 713.7758743754462 rows/sec., 48.10 KiB/sec. | ||
| 6393 | 2025.01.09 20:43:11.469703 [ 260 ] {217aa13f-5125-46a1-9f46-673a555cca5f} <Debug> TCPHandler: Processed in 0.001880136 sec. | ||
| 6394 | 2025.01.09 20:43:11.469855 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6395 | 2025.01.09 20:43:11.469973 [ 262 ] {33881a2c-c9f7-41b4-83bf-ce0bc1dc8558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6396 | 2025.01.09 20:43:11.470054 [ 262 ] {33881a2c-c9f7-41b4-83bf-ce0bc1dc8558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6397 | 2025.01.09 20:43:11.471172 [ 262 ] {33881a2c-c9f7-41b4-83bf-ce0bc1dc8558} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6398 | 2025.01.09 20:43:11.471211 [ 262 ] {33881a2c-c9f7-41b4-83bf-ce0bc1dc8558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6399 | 2025.01.09 20:43:11.471847 [ 262 ] {33881a2c-c9f7-41b4-83bf-ce0bc1dc8558} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6400 | 2025.01.09 20:43:11.472110 [ 262 ] {33881a2c-c9f7-41b4-83bf-ce0bc1dc8558} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6401 | 2025.01.09 20:43:11.472365 [ 262 ] {33881a2c-c9f7-41b4-83bf-ce0bc1dc8558} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002416 sec., 5380.794701986754 rows/sec., 9.64 MiB/sec. | ||
| 6402 | 2025.01.09 20:43:11.472459 [ 262 ] {33881a2c-c9f7-41b4-83bf-ce0bc1dc8558} <Debug> TCPHandler: Processed in 0.002660656 sec. | ||
| 6403 | 2025.01.09 20:43:11.472621 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6404 | 2025.01.09 20:43:11.472759 [ 260 ] {6e1b8b53-4ec0-4377-a9aa-6d6cb553c02f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6405 | 2025.01.09 20:43:11.472818 [ 260 ] {6e1b8b53-4ec0-4377-a9aa-6d6cb553c02f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6406 | 2025.01.09 20:43:11.473358 [ 260 ] {6e1b8b53-4ec0-4377-a9aa-6d6cb553c02f} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6407 | 2025.01.09 20:43:11.473395 [ 260 ] {6e1b8b53-4ec0-4377-a9aa-6d6cb553c02f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6408 | 2025.01.09 20:43:11.473759 [ 260 ] {6e1b8b53-4ec0-4377-a9aa-6d6cb553c02f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6409 | 2025.01.09 20:43:11.473992 [ 260 ] {6e1b8b53-4ec0-4377-a9aa-6d6cb553c02f} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6410 | 2025.01.09 20:43:11.474167 [ 260 ] {6e1b8b53-4ec0-4377-a9aa-6d6cb553c02f} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001439 sec., 36136.20569840167 rows/sec., 2.24 MiB/sec. | ||
| 6411 | 2025.01.09 20:43:11.474215 [ 260 ] {6e1b8b53-4ec0-4377-a9aa-6d6cb553c02f} <Debug> TCPHandler: Processed in 0.001662981 sec. | ||
| 6412 | 2025.01.09 20:43:15.588843 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6413 | 2025.01.09 20:43:15.588904 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6414 | 2025.01.09 20:43:15.720525 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 | ||
| 6415 | 2025.01.09 20:43:15.721233 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6416 | 2025.01.09 20:43:15.721286 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6417 | 2025.01.09 20:43:15.721800 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6418 | 2025.01.09 20:43:15.722061 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6419 | 2025.01.09 20:43:15.722313 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6420 | 2025.01.09 20:43:16.435013 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6421 | 2025.01.09 20:43:16.435221 [ 260 ] {97703654-c682-44a1-b048-4c8bf7f5d8de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6422 | 2025.01.09 20:43:16.435301 [ 260 ] {97703654-c682-44a1-b048-4c8bf7f5d8de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6423 | 2025.01.09 20:43:16.436075 [ 260 ] {97703654-c682-44a1-b048-4c8bf7f5d8de} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6424 | 2025.01.09 20:43:16.436124 [ 260 ] {97703654-c682-44a1-b048-4c8bf7f5d8de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6425 | 2025.01.09 20:43:16.436560 [ 260 ] {97703654-c682-44a1-b048-4c8bf7f5d8de} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6426 | 2025.01.09 20:43:16.436821 [ 260 ] {97703654-c682-44a1-b048-4c8bf7f5d8de} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6427 | 2025.01.09 20:43:16.437071 [ 260 ] {97703654-c682-44a1-b048-4c8bf7f5d8de} <Debug> executeQuery: Read 78 rows, 6.88 KiB in 0.001907 sec., 40901.94022024122 rows/sec., 3.52 MiB/sec. | ||
| 6428 | 2025.01.09 20:43:16.437130 [ 260 ] {97703654-c682-44a1-b048-4c8bf7f5d8de} <Debug> TCPHandler: Processed in 0.002252546 sec. | ||
| 6429 | 2025.01.09 20:43:16.437399 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6430 | 2025.01.09 20:43:16.437707 [ 262 ] {52ee6464-8df6-45d1-905c-594448001373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6431 | 2025.01.09 20:43:16.437824 [ 262 ] {52ee6464-8df6-45d1-905c-594448001373} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6432 | 2025.01.09 20:43:16.438784 [ 262 ] {52ee6464-8df6-45d1-905c-594448001373} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6433 | 2025.01.09 20:43:16.438828 [ 262 ] {52ee6464-8df6-45d1-905c-594448001373} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6434 | 2025.01.09 20:43:16.439268 [ 262 ] {52ee6464-8df6-45d1-905c-594448001373} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6435 | 2025.01.09 20:43:16.439525 [ 262 ] {52ee6464-8df6-45d1-905c-594448001373} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6436 | 2025.01.09 20:43:16.439768 [ 262 ] {52ee6464-8df6-45d1-905c-594448001373} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.002149 sec., 12098.650535132621 rows/sec., 909.76 KiB/sec. | ||
| 6437 | 2025.01.09 20:43:16.439825 [ 262 ] {52ee6464-8df6-45d1-905c-594448001373} <Debug> TCPHandler: Processed in 0.002569954 sec. | ||
| 6438 | 2025.01.09 20:43:16.440035 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6439 | 2025.01.09 20:43:16.440263 [ 260 ] {1c287c4c-3ae9-49ac-b0d5-9062cf009ad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6440 | 2025.01.09 20:43:16.440355 [ 260 ] {1c287c4c-3ae9-49ac-b0d5-9062cf009ad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6441 | 2025.01.09 20:43:16.441266 [ 260 ] {1c287c4c-3ae9-49ac-b0d5-9062cf009ad5} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6442 | 2025.01.09 20:43:16.441307 [ 260 ] {1c287c4c-3ae9-49ac-b0d5-9062cf009ad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6443 | 2025.01.09 20:43:16.441673 [ 260 ] {1c287c4c-3ae9-49ac-b0d5-9062cf009ad5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6444 | 2025.01.09 20:43:16.441920 [ 260 ] {1c287c4c-3ae9-49ac-b0d5-9062cf009ad5} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6445 | 2025.01.09 20:43:16.442145 [ 260 ] {1c287c4c-3ae9-49ac-b0d5-9062cf009ad5} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001938 sec., 27863.77708978328 rows/sec., 2.18 MiB/sec. | ||
| 6446 | 2025.01.09 20:43:16.442199 [ 260 ] {1c287c4c-3ae9-49ac-b0d5-9062cf009ad5} <Debug> TCPHandler: Processed in 0.002276857 sec. | ||
| 6447 | 2025.01.09 20:43:16.442366 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6448 | 2025.01.09 20:43:16.442487 [ 262 ] {f53794ad-a86b-4f35-a356-6febf7e9bc0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6449 | 2025.01.09 20:43:16.442539 [ 262 ] {f53794ad-a86b-4f35-a356-6febf7e9bc0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6450 | 2025.01.09 20:43:16.443087 [ 262 ] {f53794ad-a86b-4f35-a356-6febf7e9bc0d} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6451 | 2025.01.09 20:43:16.443127 [ 262 ] {f53794ad-a86b-4f35-a356-6febf7e9bc0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6452 | 2025.01.09 20:43:16.443519 [ 262 ] {f53794ad-a86b-4f35-a356-6febf7e9bc0d} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6453 | 2025.01.09 20:43:16.443792 [ 262 ] {f53794ad-a86b-4f35-a356-6febf7e9bc0d} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6454 | 2025.01.09 20:43:16.443997 [ 262 ] {f53794ad-a86b-4f35-a356-6febf7e9bc0d} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001537 sec., 65061.80871828237 rows/sec., 4.51 MiB/sec. | ||
| 6455 | 2025.01.09 20:43:16.444049 [ 262 ] {f53794ad-a86b-4f35-a356-6febf7e9bc0d} <Debug> TCPHandler: Processed in 0.001742763 sec. | ||
| 6456 | 2025.01.09 20:43:16.444187 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6457 | 2025.01.09 20:43:16.444307 [ 260 ] {42cc5341-1c1b-4211-bf12-ec721d15a856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6458 | 2025.01.09 20:43:16.444408 [ 260 ] {42cc5341-1c1b-4211-bf12-ec721d15a856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6459 | 2025.01.09 20:43:16.445990 [ 260 ] {42cc5341-1c1b-4211-bf12-ec721d15a856} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6460 | 2025.01.09 20:43:16.446029 [ 260 ] {42cc5341-1c1b-4211-bf12-ec721d15a856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6461 | 2025.01.09 20:43:16.446673 [ 260 ] {42cc5341-1c1b-4211-bf12-ec721d15a856} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6462 | 2025.01.09 20:43:16.446931 [ 260 ] {42cc5341-1c1b-4211-bf12-ec721d15a856} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6463 | 2025.01.09 20:43:16.447123 [ 129 ] {} <Debug> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6464 | 2025.01.09 20:43:16.447192 [ 260 ] {42cc5341-1c1b-4211-bf12-ec721d15a856} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002906 sec., 8947.00619408121 rows/sec., 16.03 MiB/sec. | ||
| 6465 | 2025.01.09 20:43:16.447213 [ 129 ] {} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6466 | 2025.01.09 20:43:16.447291 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6467 | 2025.01.09 20:43:16.447716 [ 260 ] {42cc5341-1c1b-4211-bf12-ec721d15a856} <Debug> TCPHandler: Processed in 0.003564489 sec. | ||
| 6468 | 2025.01.09 20:43:16.447821 [ 193 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::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 | ||
| 6469 | 2025.01.09 20:43:16.448048 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6470 | 2025.01.09 20:43:16.448495 [ 262 ] {7bb40e6f-dc2d-4179-b2a1-810c1fa24fae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6471 | 2025.01.09 20:43:16.448666 [ 262 ] {7bb40e6f-dc2d-4179-b2a1-810c1fa24fae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6472 | 2025.01.09 20:43:16.449388 [ 193 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6473 | 2025.01.09 20:43:16.449559 [ 193 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 542 rows starting from the beginning of the part | ||
| 6474 | 2025.01.09 20:43:16.450210 [ 193 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 26 rows starting from the beginning of the part | ||
| 6475 | 2025.01.09 20:43:16.450857 [ 262 ] {7bb40e6f-dc2d-4179-b2a1-810c1fa24fae} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6476 | 2025.01.09 20:43:16.450927 [ 193 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 13 rows starting from the beginning of the part | ||
| 6477 | 2025.01.09 20:43:16.450936 [ 262 ] {7bb40e6f-dc2d-4179-b2a1-810c1fa24fae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6478 | 2025.01.09 20:43:16.451599 [ 193 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 26 rows starting from the beginning of the part | ||
| 6479 | 2025.01.09 20:43:16.452225 [ 193 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 13 rows starting from the beginning of the part | ||
| 6480 | 2025.01.09 20:43:16.452399 [ 262 ] {7bb40e6f-dc2d-4179-b2a1-810c1fa24fae} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6481 | 2025.01.09 20:43:16.452673 [ 193 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 26 rows starting from the beginning of the part | ||
| 6482 | 2025.01.09 20:43:16.453217 [ 262 ] {7bb40e6f-dc2d-4179-b2a1-810c1fa24fae} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6483 | 2025.01.09 20:43:16.453806 [ 262 ] {7bb40e6f-dc2d-4179-b2a1-810c1fa24fae} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.005443 sec., 5511.66636046298 rows/sec., 386.64 KiB/sec. | ||
| 6484 | 2025.01.09 20:43:16.453887 [ 262 ] {7bb40e6f-dc2d-4179-b2a1-810c1fa24fae} <Debug> TCPHandler: Processed in 0.006029099 sec. | ||
| 6485 | 2025.01.09 20:43:16.461655 [ 197 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 646 rows, containing 19 columns (19 merged, 0 gathered) in 0.014212221 sec., 45453.838636480534 rows/sec., 81.45 MiB/sec. | ||
| 6486 | 2025.01.09 20:43:16.462383 [ 197 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6487 | 2025.01.09 20:43:16.462798 [ 197 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6488 | 2025.01.09 20:43:16.462883 [ 197 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6489 | 2025.01.09 20:43:16.463007 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.53 MiB. | ||
| 6490 | 2025.01.09 20:43:16.707657 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6491 | 2025.01.09 20:43:16.729801 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6492 | 2025.01.09 20:43:16.729861 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6493 | 2025.01.09 20:43:16.737398 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6494 | 2025.01.09 20:43:16.738183 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6495 | 2025.01.09 20:43:16.741171 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6496 | 2025.01.09 20:43:17.000187 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.24 MiB, peak 207.20 MiB, free memory in arenas 0.00 B, will set to 201.68 MiB (RSS), difference: 1.43 MiB | ||
| 6497 | 2025.01.09 20:43:19.726692 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6498 | 2025.01.09 20:43:19.726882 [ 260 ] {a69edabc-9736-4ca0-963e-22d11bd5bc53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6499 | 2025.01.09 20:43:19.726955 [ 260 ] {a69edabc-9736-4ca0-963e-22d11bd5bc53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6500 | 2025.01.09 20:43:19.727703 [ 260 ] {a69edabc-9736-4ca0-963e-22d11bd5bc53} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6501 | 2025.01.09 20:43:19.727755 [ 260 ] {a69edabc-9736-4ca0-963e-22d11bd5bc53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6502 | 2025.01.09 20:43:19.728185 [ 260 ] {a69edabc-9736-4ca0-963e-22d11bd5bc53} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6503 | 2025.01.09 20:43:19.728452 [ 260 ] {a69edabc-9736-4ca0-963e-22d11bd5bc53} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6504 | 2025.01.09 20:43:19.728639 [ 127 ] {} <Debug> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6505 | 2025.01.09 20:43:19.728699 [ 260 ] {a69edabc-9736-4ca0-963e-22d11bd5bc53} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001857 sec., 7539.041464728056 rows/sec., 542.71 KiB/sec. | ||
| 6506 | 2025.01.09 20:43:19.728723 [ 127 ] {} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6507 | 2025.01.09 20:43:19.728788 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6508 | 2025.01.09 20:43:19.728817 [ 260 ] {a69edabc-9736-4ca0-963e-22d11bd5bc53} <Debug> TCPHandler: Processed in 0.002255126 sec. | ||
| 6509 | 2025.01.09 20:43:19.729158 [ 198 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 6510 | 2025.01.09 20:43:19.729185 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6511 | 2025.01.09 20:43:19.729439 [ 198 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6512 | 2025.01.09 20:43:19.729441 [ 262 ] {3a83b270-78e0-49f4-bb86-b09bb2a090eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6513 | 2025.01.09 20:43:19.729489 [ 198 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 6514 | 2025.01.09 20:43:19.729538 [ 262 ] {3a83b270-78e0-49f4-bb86-b09bb2a090eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6515 | 2025.01.09 20:43:19.729676 [ 198 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 6516 | 2025.01.09 20:43:19.729994 [ 198 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 6517 | 2025.01.09 20:43:19.730422 [ 198 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 6518 | 2025.01.09 20:43:19.730827 [ 198 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 6519 | 2025.01.09 20:43:19.732467 [ 198 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003557358 sec., 19677.524724809817 rows/sec., 1.46 MiB/sec. | ||
| 6520 | 2025.01.09 20:43:19.732634 [ 198 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6521 | 2025.01.09 20:43:19.732786 [ 262 ] {3a83b270-78e0-49f4-bb86-b09bb2a090eb} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6522 | 2025.01.09 20:43:19.732836 [ 262 ] {3a83b270-78e0-49f4-bb86-b09bb2a090eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6523 | 2025.01.09 20:43:19.733021 [ 198 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_21_5} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6524 | 2025.01.09 20:43:19.733140 [ 198 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_21_5} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6525 | 2025.01.09 20:43:19.733345 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6526 | 2025.01.09 20:43:19.733546 [ 262 ] {3a83b270-78e0-49f4-bb86-b09bb2a090eb} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6527 | 2025.01.09 20:43:19.733803 [ 262 ] {3a83b270-78e0-49f4-bb86-b09bb2a090eb} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6528 | 2025.01.09 20:43:19.734077 [ 262 ] {3a83b270-78e0-49f4-bb86-b09bb2a090eb} <Debug> executeQuery: Read 1339 rows, 114.72 KiB in 0.004693 sec., 285318.55955678667 rows/sec., 23.87 MiB/sec. | ||
| 6529 | 2025.01.09 20:43:19.734228 [ 262 ] {3a83b270-78e0-49f4-bb86-b09bb2a090eb} <Debug> TCPHandler: Processed in 0.00525112 sec. | ||
| 6530 | 2025.01.09 20:43:19.734500 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6531 | 2025.01.09 20:43:19.734662 [ 260 ] {1c835978-2f8d-4bcf-9e22-9a50fe3141f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6532 | 2025.01.09 20:43:19.734724 [ 260 ] {1c835978-2f8d-4bcf-9e22-9a50fe3141f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6533 | 2025.01.09 20:43:19.735428 [ 260 ] {1c835978-2f8d-4bcf-9e22-9a50fe3141f3} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6534 | 2025.01.09 20:43:19.735476 [ 260 ] {1c835978-2f8d-4bcf-9e22-9a50fe3141f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6535 | 2025.01.09 20:43:19.735842 [ 260 ] {1c835978-2f8d-4bcf-9e22-9a50fe3141f3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6536 | 2025.01.09 20:43:19.736081 [ 260 ] {1c835978-2f8d-4bcf-9e22-9a50fe3141f3} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6537 | 2025.01.09 20:43:19.736330 [ 260 ] {1c835978-2f8d-4bcf-9e22-9a50fe3141f3} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001699 sec., 11771.630370806357 rows/sec., 843.79 KiB/sec. | ||
| 6538 | 2025.01.09 20:43:19.736533 [ 260 ] {1c835978-2f8d-4bcf-9e22-9a50fe3141f3} <Debug> TCPHandler: Processed in 0.002183563 sec. | ||
| 6539 | 2025.01.09 20:43:19.736750 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6540 | 2025.01.09 20:43:19.736901 [ 262 ] {3648c057-3e1e-4d5c-9f25-89875d09bd79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6541 | 2025.01.09 20:43:19.736964 [ 262 ] {3648c057-3e1e-4d5c-9f25-89875d09bd79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6542 | 2025.01.09 20:43:19.737746 [ 262 ] {3648c057-3e1e-4d5c-9f25-89875d09bd79} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6543 | 2025.01.09 20:43:19.737788 [ 262 ] {3648c057-3e1e-4d5c-9f25-89875d09bd79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6544 | 2025.01.09 20:43:19.738176 [ 262 ] {3648c057-3e1e-4d5c-9f25-89875d09bd79} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6545 | 2025.01.09 20:43:19.738429 [ 262 ] {3648c057-3e1e-4d5c-9f25-89875d09bd79} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6546 | 2025.01.09 20:43:19.738700 [ 262 ] {3648c057-3e1e-4d5c-9f25-89875d09bd79} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001827 sec., 132457.5807334428 rows/sec., 8.97 MiB/sec. | ||
| 6547 | 2025.01.09 20:43:19.738930 [ 262 ] {3648c057-3e1e-4d5c-9f25-89875d09bd79} <Debug> TCPHandler: Processed in 0.002281697 sec. | ||
| 6548 | 2025.01.09 20:43:19.739112 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6549 | 2025.01.09 20:43:19.739227 [ 260 ] {b10e60cb-6e99-425b-98e0-4587c19f3eaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6550 | 2025.01.09 20:43:19.739275 [ 260 ] {b10e60cb-6e99-425b-98e0-4587c19f3eaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6551 | 2025.01.09 20:43:19.739844 [ 260 ] {b10e60cb-6e99-425b-98e0-4587c19f3eaa} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6552 | 2025.01.09 20:43:19.739882 [ 260 ] {b10e60cb-6e99-425b-98e0-4587c19f3eaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6553 | 2025.01.09 20:43:19.740240 [ 260 ] {b10e60cb-6e99-425b-98e0-4587c19f3eaa} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6554 | 2025.01.09 20:43:19.740476 [ 260 ] {b10e60cb-6e99-425b-98e0-4587c19f3eaa} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6555 | 2025.01.09 20:43:19.740642 [ 127 ] {} <Debug> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6556 | 2025.01.09 20:43:19.740714 [ 127 ] {} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6557 | 2025.01.09 20:43:19.740721 [ 260 ] {b10e60cb-6e99-425b-98e0-4587c19f3eaa} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001509 sec., 8614.976805831677 rows/sec., 537.14 KiB/sec. | ||
| 6558 | 2025.01.09 20:43:19.740744 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6559 | 2025.01.09 20:43:19.740879 [ 260 ] {b10e60cb-6e99-425b-98e0-4587c19f3eaa} <Debug> TCPHandler: Processed in 0.001821895 sec. | ||
| 6560 | 2025.01.09 20:43:19.740956 [ 190 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 6561 | 2025.01.09 20:43:19.741059 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6562 | 2025.01.09 20:43:19.741091 [ 190 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6563 | 2025.01.09 20:43:19.741126 [ 190 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 6564 | 2025.01.09 20:43:19.741311 [ 262 ] {e3b0f2a9-1365-43e9-968e-3798c780f683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6565 | 2025.01.09 20:43:19.741322 [ 190 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 6566 | 2025.01.09 20:43:19.741457 [ 262 ] {e3b0f2a9-1365-43e9-968e-3798c780f683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6567 | 2025.01.09 20:43:19.741603 [ 190 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 6568 | 2025.01.09 20:43:19.741862 [ 190 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 6569 | 2025.01.09 20:43:19.742199 [ 190 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 6570 | 2025.01.09 20:43:19.743883 [ 262 ] {e3b0f2a9-1365-43e9-968e-3798c780f683} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6571 | 2025.01.09 20:43:19.743936 [ 262 ] {e3b0f2a9-1365-43e9-968e-3798c780f683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6572 | 2025.01.09 20:43:19.743986 [ 187 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003119837 sec., 20834.42179831831 rows/sec., 1.35 MiB/sec. | ||
| 6573 | 2025.01.09 20:43:19.744237 [ 187 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6574 | 2025.01.09 20:43:19.744687 [ 262 ] {e3b0f2a9-1365-43e9-968e-3798c780f683} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6575 | 2025.01.09 20:43:19.744793 [ 187 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_21_5} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6576 | 2025.01.09 20:43:19.745001 [ 187 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_21_5} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6577 | 2025.01.09 20:43:19.745148 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6578 | 2025.01.09 20:43:19.745242 [ 262 ] {e3b0f2a9-1365-43e9-968e-3798c780f683} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6579 | 2025.01.09 20:43:19.745484 [ 262 ] {e3b0f2a9-1365-43e9-968e-3798c780f683} <Debug> executeQuery: Read 815 rows, 60.13 KiB in 0.004304 sec., 189358.73605947956 rows/sec., 13.64 MiB/sec. | ||
| 6580 | 2025.01.09 20:43:19.745549 [ 262 ] {e3b0f2a9-1365-43e9-968e-3798c780f683} <Debug> TCPHandler: Processed in 0.004565302 sec. | ||
| 6581 | 2025.01.09 20:43:19.745723 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6582 | 2025.01.09 20:43:19.745866 [ 260 ] {26b40661-585c-4fc7-b6f6-3fcb1d63bd60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6583 | 2025.01.09 20:43:19.745935 [ 260 ] {26b40661-585c-4fc7-b6f6-3fcb1d63bd60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6584 | 2025.01.09 20:43:19.746517 [ 260 ] {26b40661-585c-4fc7-b6f6-3fcb1d63bd60} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6585 | 2025.01.09 20:43:19.746557 [ 260 ] {26b40661-585c-4fc7-b6f6-3fcb1d63bd60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6586 | 2025.01.09 20:43:19.746933 [ 260 ] {26b40661-585c-4fc7-b6f6-3fcb1d63bd60} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6587 | 2025.01.09 20:43:19.747188 [ 260 ] {26b40661-585c-4fc7-b6f6-3fcb1d63bd60} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6588 | 2025.01.09 20:43:19.747403 [ 260 ] {26b40661-585c-4fc7-b6f6-3fcb1d63bd60} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001566 sec., 3831.417624521073 rows/sec., 200.18 KiB/sec. | ||
| 6589 | 2025.01.09 20:43:19.747455 [ 260 ] {26b40661-585c-4fc7-b6f6-3fcb1d63bd60} <Debug> TCPHandler: Processed in 0.001802155 sec. | ||
| 6590 | 2025.01.09 20:43:19.747629 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6591 | 2025.01.09 20:43:19.747758 [ 262 ] {00e5d0e0-39db-4d77-bf43-9546eb75efc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6592 | 2025.01.09 20:43:19.747817 [ 262 ] {00e5d0e0-39db-4d77-bf43-9546eb75efc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6593 | 2025.01.09 20:43:19.748635 [ 262 ] {00e5d0e0-39db-4d77-bf43-9546eb75efc3} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6594 | 2025.01.09 20:43:19.748677 [ 262 ] {00e5d0e0-39db-4d77-bf43-9546eb75efc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6595 | 2025.01.09 20:43:19.749143 [ 262 ] {00e5d0e0-39db-4d77-bf43-9546eb75efc3} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6596 | 2025.01.09 20:43:19.749401 [ 262 ] {00e5d0e0-39db-4d77-bf43-9546eb75efc3} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6597 | 2025.01.09 20:43:19.749625 [ 262 ] {00e5d0e0-39db-4d77-bf43-9546eb75efc3} <Debug> executeQuery: Read 1003 rows, 68.37 KiB in 0.001896 sec., 529008.4388185655 rows/sec., 35.21 MiB/sec. | ||
| 6598 | 2025.01.09 20:43:19.749697 [ 262 ] {00e5d0e0-39db-4d77-bf43-9546eb75efc3} <Debug> TCPHandler: Processed in 0.002127032 sec. | ||
| 6599 | 2025.01.09 20:43:19.749851 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6600 | 2025.01.09 20:43:19.749971 [ 260 ] {75324922-548a-4658-82d5-a14ee1cbdf9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6601 | 2025.01.09 20:43:19.750027 [ 260 ] {75324922-548a-4658-82d5-a14ee1cbdf9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6602 | 2025.01.09 20:43:19.750515 [ 260 ] {75324922-548a-4658-82d5-a14ee1cbdf9e} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6603 | 2025.01.09 20:43:19.750556 [ 260 ] {75324922-548a-4658-82d5-a14ee1cbdf9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6604 | 2025.01.09 20:43:19.750921 [ 260 ] {75324922-548a-4658-82d5-a14ee1cbdf9e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6605 | 2025.01.09 20:43:19.751163 [ 260 ] {75324922-548a-4658-82d5-a14ee1cbdf9e} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6606 | 2025.01.09 20:43:19.751368 [ 260 ] {75324922-548a-4658-82d5-a14ee1cbdf9e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001422 sec., 703.2348804500702 rows/sec., 47.39 KiB/sec. | ||
| 6607 | 2025.01.09 20:43:19.751418 [ 260 ] {75324922-548a-4658-82d5-a14ee1cbdf9e} <Debug> TCPHandler: Processed in 0.001626781 sec. | ||
| 6608 | 2025.01.09 20:43:19.751586 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6609 | 2025.01.09 20:43:19.751729 [ 262 ] {12998eca-8b5c-405e-a09e-257f71c8e4e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6610 | 2025.01.09 20:43:19.751826 [ 262 ] {12998eca-8b5c-405e-a09e-257f71c8e4e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6611 | 2025.01.09 20:43:19.753064 [ 262 ] {12998eca-8b5c-405e-a09e-257f71c8e4e5} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6612 | 2025.01.09 20:43:19.753104 [ 262 ] {12998eca-8b5c-405e-a09e-257f71c8e4e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6613 | 2025.01.09 20:43:19.753738 [ 262 ] {12998eca-8b5c-405e-a09e-257f71c8e4e5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6614 | 2025.01.09 20:43:19.754006 [ 262 ] {12998eca-8b5c-405e-a09e-257f71c8e4e5} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6615 | 2025.01.09 20:43:19.754286 [ 262 ] {12998eca-8b5c-405e-a09e-257f71c8e4e5} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002584 sec., 5030.959752321982 rows/sec., 9.02 MiB/sec. | ||
| 6616 | 2025.01.09 20:43:19.754772 [ 262 ] {12998eca-8b5c-405e-a09e-257f71c8e4e5} <Debug> TCPHandler: Processed in 0.00325237 sec. | ||
| 6617 | 2025.01.09 20:43:19.755003 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6618 | 2025.01.09 20:43:19.755139 [ 260 ] {80ccbeb0-1776-4b61-8256-1f8100d04f9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6619 | 2025.01.09 20:43:19.755197 [ 260 ] {80ccbeb0-1776-4b61-8256-1f8100d04f9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6620 | 2025.01.09 20:43:19.755732 [ 260 ] {80ccbeb0-1776-4b61-8256-1f8100d04f9d} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6621 | 2025.01.09 20:43:19.755771 [ 260 ] {80ccbeb0-1776-4b61-8256-1f8100d04f9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6622 | 2025.01.09 20:43:19.756137 [ 260 ] {80ccbeb0-1776-4b61-8256-1f8100d04f9d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6623 | 2025.01.09 20:43:19.756383 [ 260 ] {80ccbeb0-1776-4b61-8256-1f8100d04f9d} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6624 | 2025.01.09 20:43:19.756561 [ 260 ] {80ccbeb0-1776-4b61-8256-1f8100d04f9d} <Debug> executeQuery: Read 46 rows, 2.88 KiB in 0.001453 sec., 31658.637302133517 rows/sec., 1.93 MiB/sec. | ||
| 6625 | 2025.01.09 20:43:19.756610 [ 260 ] {80ccbeb0-1776-4b61-8256-1f8100d04f9d} <Debug> TCPHandler: Processed in 0.001713492 sec. | ||
| 6626 | 2025.01.09 20:43:20.791519 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 942 | ||
| 6627 | 2025.01.09 20:43:20.796418 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6628 | 2025.01.09 20:43:20.796470 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6629 | 2025.01.09 20:43:20.797989 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6630 | 2025.01.09 20:43:20.798309 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6631 | 2025.01.09 20:43:20.798842 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 942 | ||
| 6632 | 2025.01.09 20:43:21.430310 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6633 | 2025.01.09 20:43:21.430508 [ 260 ] {b77155d8-245f-41a6-8524-70393d198917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6634 | 2025.01.09 20:43:21.430581 [ 260 ] {b77155d8-245f-41a6-8524-70393d198917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6635 | 2025.01.09 20:43:21.431322 [ 260 ] {b77155d8-245f-41a6-8524-70393d198917} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6636 | 2025.01.09 20:43:21.431369 [ 260 ] {b77155d8-245f-41a6-8524-70393d198917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6637 | 2025.01.09 20:43:21.431809 [ 260 ] {b77155d8-245f-41a6-8524-70393d198917} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6638 | 2025.01.09 20:43:21.432066 [ 260 ] {b77155d8-245f-41a6-8524-70393d198917} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6639 | 2025.01.09 20:43:21.432303 [ 260 ] {b77155d8-245f-41a6-8524-70393d198917} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001853 sec., 14031.300593631948 rows/sec., 1.06 MiB/sec. | ||
| 6640 | 2025.01.09 20:43:21.432369 [ 260 ] {b77155d8-245f-41a6-8524-70393d198917} <Debug> TCPHandler: Processed in 0.002182594 sec. | ||
| 6641 | 2025.01.09 20:43:21.432621 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6642 | 2025.01.09 20:43:21.432836 [ 262 ] {fe831f35-bf60-4d8f-bf63-45713b6268c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6643 | 2025.01.09 20:43:21.432918 [ 262 ] {fe831f35-bf60-4d8f-bf63-45713b6268c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6644 | 2025.01.09 20:43:21.433758 [ 262 ] {fe831f35-bf60-4d8f-bf63-45713b6268c4} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6645 | 2025.01.09 20:43:21.433805 [ 262 ] {fe831f35-bf60-4d8f-bf63-45713b6268c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6646 | 2025.01.09 20:43:21.434257 [ 262 ] {fe831f35-bf60-4d8f-bf63-45713b6268c4} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6647 | 2025.01.09 20:43:21.434524 [ 262 ] {fe831f35-bf60-4d8f-bf63-45713b6268c4} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6648 | 2025.01.09 20:43:21.434769 [ 262 ] {fe831f35-bf60-4d8f-bf63-45713b6268c4} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001993 sec., 14049.172102358254 rows/sec., 1.10 MiB/sec. | ||
| 6649 | 2025.01.09 20:43:21.434837 [ 262 ] {fe831f35-bf60-4d8f-bf63-45713b6268c4} <Debug> TCPHandler: Processed in 0.002353508 sec. | ||
| 6650 | 2025.01.09 20:43:21.434989 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6651 | 2025.01.09 20:43:21.435139 [ 260 ] {91b8bbab-bb22-40d3-95d8-2324de08e384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6652 | 2025.01.09 20:43:21.435206 [ 260 ] {91b8bbab-bb22-40d3-95d8-2324de08e384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6653 | 2025.01.09 20:43:21.435808 [ 260 ] {91b8bbab-bb22-40d3-95d8-2324de08e384} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6654 | 2025.01.09 20:43:21.435848 [ 260 ] {91b8bbab-bb22-40d3-95d8-2324de08e384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6655 | 2025.01.09 20:43:21.436246 [ 260 ] {91b8bbab-bb22-40d3-95d8-2324de08e384} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6656 | 2025.01.09 20:43:21.436487 [ 260 ] {91b8bbab-bb22-40d3-95d8-2324de08e384} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6657 | 2025.01.09 20:43:21.436703 [ 260 ] {91b8bbab-bb22-40d3-95d8-2324de08e384} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.001602 sec., 12484.394506866418 rows/sec., 886.34 KiB/sec. | ||
| 6658 | 2025.01.09 20:43:21.436759 [ 260 ] {91b8bbab-bb22-40d3-95d8-2324de08e384} <Debug> TCPHandler: Processed in 0.001839675 sec. | ||
| 6659 | 2025.01.09 20:43:21.436938 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6660 | 2025.01.09 20:43:21.437086 [ 262 ] {3e8a83b4-5f98-4df2-a1d9-21a3c58433dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6661 | 2025.01.09 20:43:21.437151 [ 262 ] {3e8a83b4-5f98-4df2-a1d9-21a3c58433dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6662 | 2025.01.09 20:43:21.437702 [ 262 ] {3e8a83b4-5f98-4df2-a1d9-21a3c58433dc} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6663 | 2025.01.09 20:43:21.437743 [ 262 ] {3e8a83b4-5f98-4df2-a1d9-21a3c58433dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6664 | 2025.01.09 20:43:21.438133 [ 262 ] {3e8a83b4-5f98-4df2-a1d9-21a3c58433dc} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6665 | 2025.01.09 20:43:21.438388 [ 262 ] {3e8a83b4-5f98-4df2-a1d9-21a3c58433dc} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6666 | 2025.01.09 20:43:21.438600 [ 262 ] {3e8a83b4-5f98-4df2-a1d9-21a3c58433dc} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.001552 sec., 3865.979381443299 rows/sec., 271.20 KiB/sec. | ||
| 6667 | 2025.01.09 20:43:21.438655 [ 262 ] {3e8a83b4-5f98-4df2-a1d9-21a3c58433dc} <Debug> TCPHandler: Processed in 0.001787294 sec. | ||
| 6668 | 2025.01.09 20:43:23.222440 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274 | ||
| 6669 | 2025.01.09 20:43:23.223593 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6670 | 2025.01.09 20:43:23.223687 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6671 | 2025.01.09 20:43:23.224361 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6672 | 2025.01.09 20:43:23.224629 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6673 | 2025.01.09 20:43:23.224849 [ 119 ] {} <Debug> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6674 | 2025.01.09 20:43:23.224892 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 | ||
| 6675 | 2025.01.09 20:43:23.224938 [ 119 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6676 | 2025.01.09 20:43:23.224969 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6677 | 2025.01.09 20:43:23.225102 [ 195 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 6678 | 2025.01.09 20:43:23.225250 [ 195 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6679 | 2025.01.09 20:43:23.225298 [ 195 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 6680 | 2025.01.09 20:43:23.225387 [ 195 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 6681 | 2025.01.09 20:43:23.225533 [ 195 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 6682 | 2025.01.09 20:43:23.225773 [ 195 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 6683 | 2025.01.09 20:43:23.226077 [ 195 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 6684 | 2025.01.09 20:43:23.226356 [ 195 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 6685 | 2025.01.09 20:43:23.228723 [ 190 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003681051 sec., 3877696.886025214 rows/sec., 55.47 MiB/sec. | ||
| 6686 | 2025.01.09 20:43:23.229222 [ 189 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6687 | 2025.01.09 20:43:23.229623 [ 189 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_31_6} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6688 | 2025.01.09 20:43:23.229720 [ 189 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_31_6} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6689 | 2025.01.09 20:43:23.229839 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
| 6690 | 2025.01.09 20:43:24.241223 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6691 | 2025.01.09 20:43:24.261905 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6692 | 2025.01.09 20:43:24.261958 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6693 | 2025.01.09 20:43:24.269322 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6694 | 2025.01.09 20:43:24.270099 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6695 | 2025.01.09 20:43:24.270546 [ 118 ] {} <Debug> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6696 | 2025.01.09 20:43:24.270735 [ 118 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6697 | 2025.01.09 20:43:24.270849 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.84 GiB. | ||
| 6698 | 2025.01.09 20:43:24.271311 [ 195 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 6699 | 2025.01.09 20:43:24.280499 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6700 | 2025.01.09 20:43:24.281726 [ 195 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6701 | 2025.01.09 20:43:24.282622 [ 195 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 6702 | 2025.01.09 20:43:24.287245 [ 195 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 6703 | 2025.01.09 20:43:24.291991 [ 195 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part | ||
| 6704 | 2025.01.09 20:43:24.297265 [ 195 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 6705 | 2025.01.09 20:43:24.302574 [ 195 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 6706 | 2025.01.09 20:43:24.307054 [ 195 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 6707 | 2025.01.09 20:43:24.364068 [ 190 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.093053572 sec., 2514.6804681501103 rows/sec., 13.00 MiB/sec. | ||
| 6708 | 2025.01.09 20:43:24.367316 [ 194 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6709 | 2025.01.09 20:43:24.370285 [ 194 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_31_6} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6710 | 2025.01.09 20:43:24.370414 [ 194 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_31_6} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6711 | 2025.01.09 20:43:24.372882 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 6712 | 2025.01.09 20:43:25.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.86 MiB, peak 213.42 MiB, free memory in arenas 0.00 B, will set to 204.33 MiB (RSS), difference: 1.47 MiB | ||
| 6713 | 2025.01.09 20:43:26.434495 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6714 | 2025.01.09 20:43:26.434704 [ 260 ] {839add1c-1fd2-4a8f-9dce-6569e69facc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6715 | 2025.01.09 20:43:26.434778 [ 260 ] {839add1c-1fd2-4a8f-9dce-6569e69facc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6716 | 2025.01.09 20:43:26.435555 [ 260 ] {839add1c-1fd2-4a8f-9dce-6569e69facc4} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6717 | 2025.01.09 20:43:26.435600 [ 260 ] {839add1c-1fd2-4a8f-9dce-6569e69facc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6718 | 2025.01.09 20:43:26.436052 [ 260 ] {839add1c-1fd2-4a8f-9dce-6569e69facc4} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6719 | 2025.01.09 20:43:26.436310 [ 260 ] {839add1c-1fd2-4a8f-9dce-6569e69facc4} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): 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.09 20:43:26.436463 [ 116 ] {} <Debug> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6721 | 2025.01.09 20:43:26.436523 [ 116 ] {} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6722 | 2025.01.09 20:43:26.436546 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6723 | 2025.01.09 20:43:26.436553 [ 260 ] {839add1c-1fd2-4a8f-9dce-6569e69facc4} <Debug> executeQuery: Read 78 rows, 6.88 KiB in 0.001904 sec., 40966.386554621844 rows/sec., 3.53 MiB/sec. | ||
| 6724 | 2025.01.09 20:43:26.436725 [ 260 ] {839add1c-1fd2-4a8f-9dce-6569e69facc4} <Debug> TCPHandler: Processed in 0.002366819 sec. | ||
| 6725 | 2025.01.09 20:43:26.436814 [ 190 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::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.09 20:43:26.436986 [ 190 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6727 | 2025.01.09 20:43:26.437003 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6728 | 2025.01.09 20:43:26.437026 [ 190 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1399 rows starting from the beginning of the part | ||
| 6729 | 2025.01.09 20:43:26.437186 [ 190 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 199 rows starting from the beginning of the part | ||
| 6730 | 2025.01.09 20:43:26.437387 [ 262 ] {6609b3d4-839f-4f21-a478-77eda3fbaee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6731 | 2025.01.09 20:43:26.437557 [ 190 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 78 rows starting from the beginning of the part | ||
| 6732 | 2025.01.09 20:43:26.437599 [ 262 ] {6609b3d4-839f-4f21-a478-77eda3fbaee4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6733 | 2025.01.09 20:43:26.437931 [ 190 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1339 rows starting from the beginning of the part | ||
| 6734 | 2025.01.09 20:43:26.438268 [ 190 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 26 rows starting from the beginning of the part | ||
| 6735 | 2025.01.09 20:43:26.438607 [ 190 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 78 rows starting from the beginning of the part | ||
| 6736 | 2025.01.09 20:43:26.439866 [ 262 ] {6609b3d4-839f-4f21-a478-77eda3fbaee4} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6737 | 2025.01.09 20:43:26.439914 [ 262 ] {6609b3d4-839f-4f21-a478-77eda3fbaee4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6738 | 2025.01.09 20:43:26.440546 [ 262 ] {6609b3d4-839f-4f21-a478-77eda3fbaee4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6739 | 2025.01.09 20:43:26.440817 [ 262 ] {6609b3d4-839f-4f21-a478-77eda3fbaee4} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6740 | 2025.01.09 20:43:26.441170 [ 262 ] {6609b3d4-839f-4f21-a478-77eda3fbaee4} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.003942 sec., 6595.636732623034 rows/sec., 495.96 KiB/sec. | ||
| 6741 | 2025.01.09 20:43:26.441294 [ 262 ] {6609b3d4-839f-4f21-a478-77eda3fbaee4} <Debug> TCPHandler: Processed in 0.0044289 sec. | ||
| 6742 | 2025.01.09 20:43:26.441297 [ 190 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3119 rows, containing 5 columns (5 merged, 0 gathered) in 0.004662285 sec., 668985.2722431167 rows/sec., 58.86 MiB/sec. | ||
| 6743 | 2025.01.09 20:43:26.441451 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6744 | 2025.01.09 20:43:26.441563 [ 190 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6745 | 2025.01.09 20:43:26.441674 [ 260 ] {0c32d537-86cb-4d69-810c-846c69a9f260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6746 | 2025.01.09 20:43:26.441763 [ 260 ] {0c32d537-86cb-4d69-810c-846c69a9f260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6747 | 2025.01.09 20:43:26.442178 [ 190 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_51_10} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): 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.09 20:43:26.442451 [ 190 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_51_10} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6749 | 2025.01.09 20:43:26.442604 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 6750 | 2025.01.09 20:43:26.442920 [ 260 ] {0c32d537-86cb-4d69-810c-846c69a9f260} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6751 | 2025.01.09 20:43:26.442966 [ 260 ] {0c32d537-86cb-4d69-810c-846c69a9f260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6752 | 2025.01.09 20:43:26.443354 [ 260 ] {0c32d537-86cb-4d69-810c-846c69a9f260} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6753 | 2025.01.09 20:43:26.443607 [ 260 ] {0c32d537-86cb-4d69-810c-846c69a9f260} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): 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.09 20:43:26.443737 [ 116 ] {} <Debug> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6755 | 2025.01.09 20:43:26.443776 [ 116 ] {} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6756 | 2025.01.09 20:43:26.443801 [ 260 ] {0c32d537-86cb-4d69-810c-846c69a9f260} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.002211 sec., 24423.33785617368 rows/sec., 1.91 MiB/sec. | ||
| 6757 | 2025.01.09 20:43:26.443804 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6758 | 2025.01.09 20:43:26.443908 [ 260 ] {0c32d537-86cb-4d69-810c-846c69a9f260} <Debug> TCPHandler: Processed in 0.002519452 sec. | ||
| 6759 | 2025.01.09 20:43:26.443960 [ 196 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::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 | ||
| 6760 | 2025.01.09 20:43:26.444076 [ 196 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6761 | 2025.01.09 20:43:26.444087 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6762 | 2025.01.09 20:43:26.444117 [ 196 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 873 rows starting from the beginning of the part | ||
| 6763 | 2025.01.09 20:43:26.444352 [ 196 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 359 rows starting from the beginning of the part | ||
| 6764 | 2025.01.09 20:43:26.444409 [ 262 ] {f9b5b155-d355-4f42-bc4d-abc6fe190325} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6765 | 2025.01.09 20:43:26.444622 [ 262 ] {f9b5b155-d355-4f42-bc4d-abc6fe190325} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6766 | 2025.01.09 20:43:26.444717 [ 196 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 54 rows starting from the beginning of the part | ||
| 6767 | 2025.01.09 20:43:26.445167 [ 196 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 815 rows starting from the beginning of the part | ||
| 6768 | 2025.01.09 20:43:26.445561 [ 196 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 28 rows starting from the beginning of the part | ||
| 6769 | 2025.01.09 20:43:26.445909 [ 196 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 54 rows starting from the beginning of the part | ||
| 6770 | 2025.01.09 20:43:26.446976 [ 262 ] {f9b5b155-d355-4f42-bc4d-abc6fe190325} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6771 | 2025.01.09 20:43:26.447055 [ 262 ] {f9b5b155-d355-4f42-bc4d-abc6fe190325} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6772 | 2025.01.09 20:43:26.448215 [ 262 ] {f9b5b155-d355-4f42-bc4d-abc6fe190325} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6773 | 2025.01.09 20:43:26.448583 [ 262 ] {f9b5b155-d355-4f42-bc4d-abc6fe190325} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): 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.09 20:43:26.448945 [ 116 ] {} <Debug> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6775 | 2025.01.09 20:43:26.449047 [ 116 ] {} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6776 | 2025.01.09 20:43:26.449139 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6777 | 2025.01.09 20:43:26.449203 [ 196 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2183 rows, containing 5 columns (5 merged, 0 gathered) in 0.005304821 sec., 411512.47139158886 rows/sec., 31.33 MiB/sec. | ||
| 6778 | 2025.01.09 20:43:26.449428 [ 262 ] {f9b5b155-d355-4f42-bc4d-abc6fe190325} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005103 sec., 19596.31589261219 rows/sec., 1.36 MiB/sec. | ||
| 6779 | 2025.01.09 20:43:26.449458 [ 200 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::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 | ||
| 6780 | 2025.01.09 20:43:26.449529 [ 196 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6781 | 2025.01.09 20:43:26.449813 [ 262 ] {f9b5b155-d355-4f42-bc4d-abc6fe190325} <Debug> TCPHandler: Processed in 0.005794333 sec. | ||
| 6782 | 2025.01.09 20:43:26.449930 [ 200 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6783 | 2025.01.09 20:43:26.450066 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6784 | 2025.01.09 20:43:26.450074 [ 200 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 11821 rows starting from the beginning of the part | ||
| 6785 | 2025.01.09 20:43:26.450447 [ 200 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 177 rows starting from the beginning of the part | ||
| 6786 | 2025.01.09 20:43:26.450513 [ 260 ] {4c5c6857-717f-4b7a-bb79-c9dcc7a226be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6787 | 2025.01.09 20:43:26.450575 [ 199 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_51_10} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6788 | 2025.01.09 20:43:26.450875 [ 200 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 100 rows starting from the beginning of the part | ||
| 6789 | 2025.01.09 20:43:26.450922 [ 260 ] {4c5c6857-717f-4b7a-bb79-c9dcc7a226be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6790 | 2025.01.09 20:43:26.451351 [ 200 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1003 rows starting from the beginning of the part | ||
| 6791 | 2025.01.09 20:43:26.451578 [ 199 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_51_10} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6792 | 2025.01.09 20:43:26.451883 [ 200 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 20 rows starting from the beginning of the part | ||
| 6793 | 2025.01.09 20:43:26.452145 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 6794 | 2025.01.09 20:43:26.452341 [ 200 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 100 rows starting from the beginning of the part | ||
| 6795 | 2025.01.09 20:43:26.454454 [ 260 ] {4c5c6857-717f-4b7a-bb79-c9dcc7a226be} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6796 | 2025.01.09 20:43:26.454503 [ 260 ] {4c5c6857-717f-4b7a-bb79-c9dcc7a226be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6797 | 2025.01.09 20:43:26.455580 [ 260 ] {4c5c6857-717f-4b7a-bb79-c9dcc7a226be} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6798 | 2025.01.09 20:43:26.456277 [ 260 ] {4c5c6857-717f-4b7a-bb79-c9dcc7a226be} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6799 | 2025.01.09 20:43:26.456515 [ 260 ] {4c5c6857-717f-4b7a-bb79-c9dcc7a226be} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.006181 sec., 4206.439087526291 rows/sec., 7.54 MiB/sec. | ||
| 6800 | 2025.01.09 20:43:26.456653 [ 260 ] {4c5c6857-717f-4b7a-bb79-c9dcc7a226be} <Debug> TCPHandler: Processed in 0.006725657 sec. | ||
| 6801 | 2025.01.09 20:43:26.456830 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6802 | 2025.01.09 20:43:26.457005 [ 262 ] {88c464ad-8a1b-46af-ae4e-7b9326e3734d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6803 | 2025.01.09 20:43:26.457086 [ 262 ] {88c464ad-8a1b-46af-ae4e-7b9326e3734d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6804 | 2025.01.09 20:43:26.457699 [ 186 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13221 rows, containing 5 columns (5 merged, 0 gathered) in 0.008418548 sec., 1570460.8443166208 rows/sec., 105.17 MiB/sec. | ||
| 6805 | 2025.01.09 20:43:26.457940 [ 262 ] {88c464ad-8a1b-46af-ae4e-7b9326e3734d} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6806 | 2025.01.09 20:43:26.457981 [ 262 ] {88c464ad-8a1b-46af-ae4e-7b9326e3734d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6807 | 2025.01.09 20:43:26.458186 [ 186 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6808 | 2025.01.09 20:43:26.458450 [ 262 ] {88c464ad-8a1b-46af-ae4e-7b9326e3734d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6809 | 2025.01.09 20:43:26.458634 [ 186 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6810 | 2025.01.09 20:43:26.458750 [ 262 ] {88c464ad-8a1b-46af-ae4e-7b9326e3734d} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6811 | 2025.01.09 20:43:26.458754 [ 186 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6812 | 2025.01.09 20:43:26.458876 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.35 MiB. | ||
| 6813 | 2025.01.09 20:43:26.458993 [ 116 ] {} <Debug> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6814 | 2025.01.09 20:43:26.459051 [ 116 ] {} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6815 | 2025.01.09 20:43:26.459087 [ 262 ] {88c464ad-8a1b-46af-ae4e-7b9326e3734d} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00212 sec., 14150.943396226416 rows/sec., 992.68 KiB/sec. | ||
| 6816 | 2025.01.09 20:43:26.459094 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6817 | 2025.01.09 20:43:26.459295 [ 262 ] {88c464ad-8a1b-46af-ae4e-7b9326e3734d} <Debug> TCPHandler: Processed in 0.002534533 sec. | ||
| 6818 | 2025.01.09 20:43:26.459360 [ 188 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::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.09 20:43:26.459533 [ 188 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6820 | 2025.01.09 20:43:26.459577 [ 188 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1594 rows starting from the beginning of the part | ||
| 6821 | 2025.01.09 20:43:26.459653 [ 188 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 52 rows starting from the beginning of the part | ||
| 6822 | 2025.01.09 20:43:26.459882 [ 188 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 30 rows starting from the beginning of the part | ||
| 6823 | 2025.01.09 20:43:26.460047 [ 188 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 46 rows starting from the beginning of the part | ||
| 6824 | 2025.01.09 20:43:26.460246 [ 188 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part | ||
| 6825 | 2025.01.09 20:43:26.460424 [ 188 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 30 rows starting from the beginning of the part | ||
| 6826 | 2025.01.09 20:43:26.461672 [ 193 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1758 rows, containing 4 columns (4 merged, 0 gathered) in 0.002432421 sec., 722736.7301959652 rows/sec., 46.55 MiB/sec. | ||
| 6827 | 2025.01.09 20:43:26.461976 [ 197 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6828 | 2025.01.09 20:43:26.462370 [ 197 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_51_10} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): 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.09 20:43:26.462490 [ 197 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_51_10} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6830 | 2025.01.09 20:43:26.462612 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 6831 | 2025.01.09 20:43:30.588956 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6832 | 2025.01.09 20:43:30.589033 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6833 | 2025.01.09 20:43:30.725067 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701 | ||
| 6834 | 2025.01.09 20:43:30.726038 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6835 | 2025.01.09 20:43:30.726088 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6836 | 2025.01.09 20:43:30.726612 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6837 | 2025.01.09 20:43:30.726870 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6838 | 2025.01.09 20:43:30.727124 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6839 | 2025.01.09 20:43:30.799127 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 962 | ||
| 6840 | 2025.01.09 20:43:30.802073 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6841 | 2025.01.09 20:43:30.802124 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6842 | 2025.01.09 20:43:30.803616 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6843 | 2025.01.09 20:43:30.803948 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6844 | 2025.01.09 20:43:30.804577 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 962 | ||
| 6845 | 2025.01.09 20:43:31.001855 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001290081 sec. | ||
| 6846 | 2025.01.09 20:43:31.438875 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6847 | 2025.01.09 20:43:31.439073 [ 260 ] {f400b0ed-fb61-4919-b895-18496cbb2298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6848 | 2025.01.09 20:43:31.439152 [ 260 ] {f400b0ed-fb61-4919-b895-18496cbb2298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6849 | 2025.01.09 20:43:31.439975 [ 260 ] {f400b0ed-fb61-4919-b895-18496cbb2298} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6850 | 2025.01.09 20:43:31.440024 [ 260 ] {f400b0ed-fb61-4919-b895-18496cbb2298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6851 | 2025.01.09 20:43:31.440448 [ 260 ] {f400b0ed-fb61-4919-b895-18496cbb2298} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6852 | 2025.01.09 20:43:31.440707 [ 260 ] {f400b0ed-fb61-4919-b895-18496cbb2298} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6853 | 2025.01.09 20:43:31.440940 [ 260 ] {f400b0ed-fb61-4919-b895-18496cbb2298} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001924 sec., 7276.507276507276 rows/sec., 523.81 KiB/sec. | ||
| 6854 | 2025.01.09 20:43:31.441006 [ 260 ] {f400b0ed-fb61-4919-b895-18496cbb2298} <Debug> TCPHandler: Processed in 0.002252136 sec. | ||
| 6855 | 2025.01.09 20:43:31.441240 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6856 | 2025.01.09 20:43:31.441420 [ 262 ] {979df6a5-888a-4eba-956c-cb8ebc25bb2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6857 | 2025.01.09 20:43:31.441490 [ 262 ] {979df6a5-888a-4eba-956c-cb8ebc25bb2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6858 | 2025.01.09 20:43:31.442301 [ 262 ] {979df6a5-888a-4eba-956c-cb8ebc25bb2e} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6859 | 2025.01.09 20:43:31.442349 [ 262 ] {979df6a5-888a-4eba-956c-cb8ebc25bb2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6860 | 2025.01.09 20:43:31.442789 [ 262 ] {979df6a5-888a-4eba-956c-cb8ebc25bb2e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6861 | 2025.01.09 20:43:31.443045 [ 262 ] {979df6a5-888a-4eba-956c-cb8ebc25bb2e} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6862 | 2025.01.09 20:43:31.443320 [ 262 ] {979df6a5-888a-4eba-956c-cb8ebc25bb2e} <Debug> executeQuery: Read 199 rows, 18.15 KiB in 0.001944 sec., 102366.25514403293 rows/sec., 9.12 MiB/sec. | ||
| 6863 | 2025.01.09 20:43:31.443534 [ 262 ] {979df6a5-888a-4eba-956c-cb8ebc25bb2e} <Debug> TCPHandler: Processed in 0.002394859 sec. | ||
| 6864 | 2025.01.09 20:43:31.443785 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6865 | 2025.01.09 20:43:31.443930 [ 260 ] {e5b0db86-e2be-48cd-b101-24ef1b610fd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6866 | 2025.01.09 20:43:31.443990 [ 260 ] {e5b0db86-e2be-48cd-b101-24ef1b610fd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6867 | 2025.01.09 20:43:31.444702 [ 260 ] {e5b0db86-e2be-48cd-b101-24ef1b610fd9} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6868 | 2025.01.09 20:43:31.444752 [ 260 ] {e5b0db86-e2be-48cd-b101-24ef1b610fd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6869 | 2025.01.09 20:43:31.445156 [ 260 ] {e5b0db86-e2be-48cd-b101-24ef1b610fd9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6870 | 2025.01.09 20:43:31.445402 [ 260 ] {e5b0db86-e2be-48cd-b101-24ef1b610fd9} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6871 | 2025.01.09 20:43:31.445624 [ 260 ] {e5b0db86-e2be-48cd-b101-24ef1b610fd9} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001728 sec., 11574.074074074075 rows/sec., 829.63 KiB/sec. | ||
| 6872 | 2025.01.09 20:43:31.445680 [ 260 ] {e5b0db86-e2be-48cd-b101-24ef1b610fd9} <Debug> TCPHandler: Processed in 0.00203127 sec. | ||
| 6873 | 2025.01.09 20:43:31.445830 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6874 | 2025.01.09 20:43:31.445966 [ 262 ] {1d255c53-08de-41fb-a48b-18a04134f5fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6875 | 2025.01.09 20:43:31.446027 [ 262 ] {1d255c53-08de-41fb-a48b-18a04134f5fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6876 | 2025.01.09 20:43:31.446728 [ 262 ] {1d255c53-08de-41fb-a48b-18a04134f5fc} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6877 | 2025.01.09 20:43:31.446776 [ 262 ] {1d255c53-08de-41fb-a48b-18a04134f5fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6878 | 2025.01.09 20:43:31.447162 [ 262 ] {1d255c53-08de-41fb-a48b-18a04134f5fc} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6879 | 2025.01.09 20:43:31.447403 [ 262 ] {1d255c53-08de-41fb-a48b-18a04134f5fc} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6880 | 2025.01.09 20:43:31.447664 [ 262 ] {1d255c53-08de-41fb-a48b-18a04134f5fc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001726 sec., 8111.239860950173 rows/sec., 568.06 KiB/sec. | ||
| 6881 | 2025.01.09 20:43:31.447901 [ 262 ] {1d255c53-08de-41fb-a48b-18a04134f5fc} <Debug> TCPHandler: Processed in 0.002125312 sec. | ||
| 6882 | 2025.01.09 20:43:31.448118 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6883 | 2025.01.09 20:43:31.448341 [ 260 ] {0ad22c93-f260-4ad8-9385-0b66cd07820f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6884 | 2025.01.09 20:43:31.448433 [ 260 ] {0ad22c93-f260-4ad8-9385-0b66cd07820f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6885 | 2025.01.09 20:43:31.449255 [ 260 ] {0ad22c93-f260-4ad8-9385-0b66cd07820f} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6886 | 2025.01.09 20:43:31.449294 [ 260 ] {0ad22c93-f260-4ad8-9385-0b66cd07820f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6887 | 2025.01.09 20:43:31.449658 [ 260 ] {0ad22c93-f260-4ad8-9385-0b66cd07820f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6888 | 2025.01.09 20:43:31.449912 [ 260 ] {0ad22c93-f260-4ad8-9385-0b66cd07820f} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6889 | 2025.01.09 20:43:31.450210 [ 260 ] {0ad22c93-f260-4ad8-9385-0b66cd07820f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001903 sec., 6831.318970047294 rows/sec., 425.93 KiB/sec. | ||
| 6890 | 2025.01.09 20:43:31.450421 [ 260 ] {0ad22c93-f260-4ad8-9385-0b66cd07820f} <Debug> TCPHandler: Processed in 0.002413949 sec. | ||
| 6891 | 2025.01.09 20:43:31.450578 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6892 | 2025.01.09 20:43:31.450696 [ 262 ] {f83fa4c5-20a1-49fc-b0c8-9271196c623f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6893 | 2025.01.09 20:43:31.450745 [ 262 ] {f83fa4c5-20a1-49fc-b0c8-9271196c623f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6894 | 2025.01.09 20:43:31.451736 [ 262 ] {f83fa4c5-20a1-49fc-b0c8-9271196c623f} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6895 | 2025.01.09 20:43:31.451777 [ 262 ] {f83fa4c5-20a1-49fc-b0c8-9271196c623f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6896 | 2025.01.09 20:43:31.452160 [ 262 ] {f83fa4c5-20a1-49fc-b0c8-9271196c623f} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6897 | 2025.01.09 20:43:31.452417 [ 262 ] {f83fa4c5-20a1-49fc-b0c8-9271196c623f} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6898 | 2025.01.09 20:43:31.452665 [ 262 ] {f83fa4c5-20a1-49fc-b0c8-9271196c623f} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.001988 sec., 180583.5010060362 rows/sec., 12.70 MiB/sec. | ||
| 6899 | 2025.01.09 20:43:31.452862 [ 262 ] {f83fa4c5-20a1-49fc-b0c8-9271196c623f} <Debug> TCPHandler: Processed in 0.002338218 sec. | ||
| 6900 | 2025.01.09 20:43:31.453161 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6901 | 2025.01.09 20:43:31.453387 [ 260 ] {52c07648-fc6d-4725-898b-b8f3a0cea3cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6902 | 2025.01.09 20:43:31.453483 [ 260 ] {52c07648-fc6d-4725-898b-b8f3a0cea3cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6903 | 2025.01.09 20:43:31.454177 [ 260 ] {52c07648-fc6d-4725-898b-b8f3a0cea3cf} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6904 | 2025.01.09 20:43:31.454217 [ 260 ] {52c07648-fc6d-4725-898b-b8f3a0cea3cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6905 | 2025.01.09 20:43:31.454587 [ 260 ] {52c07648-fc6d-4725-898b-b8f3a0cea3cf} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6906 | 2025.01.09 20:43:31.454822 [ 260 ] {52c07648-fc6d-4725-898b-b8f3a0cea3cf} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6907 | 2025.01.09 20:43:31.455029 [ 260 ] {52c07648-fc6d-4725-898b-b8f3a0cea3cf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001696 sec., 3537.735849056604 rows/sec., 184.83 KiB/sec. | ||
| 6908 | 2025.01.09 20:43:31.455082 [ 260 ] {52c07648-fc6d-4725-898b-b8f3a0cea3cf} <Debug> TCPHandler: Processed in 0.002108772 sec. | ||
| 6909 | 2025.01.09 20:43:31.455224 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6910 | 2025.01.09 20:43:31.455354 [ 262 ] {8ce42271-0ddd-45d8-8d86-b7c3c795f4cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6911 | 2025.01.09 20:43:31.455411 [ 262 ] {8ce42271-0ddd-45d8-8d86-b7c3c795f4cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6912 | 2025.01.09 20:43:31.455998 [ 262 ] {8ce42271-0ddd-45d8-8d86-b7c3c795f4cc} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6913 | 2025.01.09 20:43:31.456039 [ 262 ] {8ce42271-0ddd-45d8-8d86-b7c3c795f4cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6914 | 2025.01.09 20:43:31.456456 [ 262 ] {8ce42271-0ddd-45d8-8d86-b7c3c795f4cc} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6915 | 2025.01.09 20:43:31.456711 [ 262 ] {8ce42271-0ddd-45d8-8d86-b7c3c795f4cc} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6916 | 2025.01.09 20:43:31.456925 [ 262 ] {8ce42271-0ddd-45d8-8d86-b7c3c795f4cc} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001597 sec., 110832.81152160301 rows/sec., 7.31 MiB/sec. | ||
| 6917 | 2025.01.09 20:43:31.456981 [ 262 ] {8ce42271-0ddd-45d8-8d86-b7c3c795f4cc} <Debug> TCPHandler: Processed in 0.001818125 sec. | ||
| 6918 | 2025.01.09 20:43:31.457192 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6919 | 2025.01.09 20:43:31.457418 [ 260 ] {9294588d-e64f-4533-bd08-ae4c92bb5c16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6920 | 2025.01.09 20:43:31.457522 [ 260 ] {9294588d-e64f-4533-bd08-ae4c92bb5c16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6921 | 2025.01.09 20:43:31.458182 [ 260 ] {9294588d-e64f-4533-bd08-ae4c92bb5c16} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6922 | 2025.01.09 20:43:31.458223 [ 260 ] {9294588d-e64f-4533-bd08-ae4c92bb5c16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6923 | 2025.01.09 20:43:31.458581 [ 260 ] {9294588d-e64f-4533-bd08-ae4c92bb5c16} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6924 | 2025.01.09 20:43:31.458822 [ 260 ] {9294588d-e64f-4533-bd08-ae4c92bb5c16} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6925 | 2025.01.09 20:43:31.459033 [ 260 ] {9294588d-e64f-4533-bd08-ae4c92bb5c16} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001671 sec., 598.4440454817475 rows/sec., 40.32 KiB/sec. | ||
| 6926 | 2025.01.09 20:43:31.459087 [ 260 ] {9294588d-e64f-4533-bd08-ae4c92bb5c16} <Debug> TCPHandler: Processed in 0.00200523 sec. | ||
| 6927 | 2025.01.09 20:43:31.459238 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6928 | 2025.01.09 20:43:31.459381 [ 262 ] {3a7c1c5a-166d-41f4-98ef-23c45b07b066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6929 | 2025.01.09 20:43:31.459478 [ 262 ] {3a7c1c5a-166d-41f4-98ef-23c45b07b066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6930 | 2025.01.09 20:43:31.460628 [ 262 ] {3a7c1c5a-166d-41f4-98ef-23c45b07b066} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6931 | 2025.01.09 20:43:31.460668 [ 262 ] {3a7c1c5a-166d-41f4-98ef-23c45b07b066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6932 | 2025.01.09 20:43:31.461301 [ 262 ] {3a7c1c5a-166d-41f4-98ef-23c45b07b066} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6933 | 2025.01.09 20:43:31.461567 [ 262 ] {3a7c1c5a-166d-41f4-98ef-23c45b07b066} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6934 | 2025.01.09 20:43:31.461821 [ 262 ] {3a7c1c5a-166d-41f4-98ef-23c45b07b066} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002471 sec., 5261.027923917442 rows/sec., 9.43 MiB/sec. | ||
| 6935 | 2025.01.09 20:43:31.461919 [ 262 ] {3a7c1c5a-166d-41f4-98ef-23c45b07b066} <Debug> TCPHandler: Processed in 0.002748378 sec. | ||
| 6936 | 2025.01.09 20:43:31.462130 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6937 | 2025.01.09 20:43:31.462353 [ 260 ] {faa013ac-a8f8-473e-8053-0f18b8cc2a5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6938 | 2025.01.09 20:43:31.462445 [ 260 ] {faa013ac-a8f8-473e-8053-0f18b8cc2a5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6939 | 2025.01.09 20:43:31.463158 [ 260 ] {faa013ac-a8f8-473e-8053-0f18b8cc2a5d} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6940 | 2025.01.09 20:43:31.463198 [ 260 ] {faa013ac-a8f8-473e-8053-0f18b8cc2a5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6941 | 2025.01.09 20:43:31.463570 [ 260 ] {faa013ac-a8f8-473e-8053-0f18b8cc2a5d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6942 | 2025.01.09 20:43:31.463817 [ 260 ] {faa013ac-a8f8-473e-8053-0f18b8cc2a5d} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6943 | 2025.01.09 20:43:31.464025 [ 260 ] {faa013ac-a8f8-473e-8053-0f18b8cc2a5d} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001727 sec., 30110.017371163867 rows/sec., 1.86 MiB/sec. | ||
| 6944 | 2025.01.09 20:43:31.464078 [ 260 ] {faa013ac-a8f8-473e-8053-0f18b8cc2a5d} <Debug> TCPHandler: Processed in 0.002060341 sec. | ||
| 6945 | 2025.01.09 20:43:31.780597 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6946 | 2025.01.09 20:43:31.799685 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6947 | 2025.01.09 20:43:31.799748 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6948 | 2025.01.09 20:43:31.806844 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6949 | 2025.01.09 20:43:31.807603 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6950 | 2025.01.09 20:43:31.810774 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6951 | 2025.01.09 20:43:36.434889 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6952 | 2025.01.09 20:43:36.435119 [ 260 ] {f416b664-d949-4497-84ce-8ffa3d5c9806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6953 | 2025.01.09 20:43:36.435193 [ 260 ] {f416b664-d949-4497-84ce-8ffa3d5c9806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6954 | 2025.01.09 20:43:36.435913 [ 260 ] {f416b664-d949-4497-84ce-8ffa3d5c9806} <Trace> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6955 | 2025.01.09 20:43:36.435966 [ 260 ] {f416b664-d949-4497-84ce-8ffa3d5c9806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6956 | 2025.01.09 20:43:36.436402 [ 260 ] {f416b664-d949-4497-84ce-8ffa3d5c9806} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 6957 | 2025.01.09 20:43:36.436665 [ 260 ] {f416b664-d949-4497-84ce-8ffa3d5c9806} <Trace> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6958 | 2025.01.09 20:43:36.436943 [ 260 ] {f416b664-d949-4497-84ce-8ffa3d5c9806} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001872 sec., 1068.3760683760684 rows/sec., 87.12 KiB/sec. | ||
| 6959 | 2025.01.09 20:43:36.437121 [ 260 ] {f416b664-d949-4497-84ce-8ffa3d5c9806} <Debug> TCPHandler: Processed in 0.002365139 sec. | ||
| 6960 | 2025.01.09 20:43:36.437392 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6961 | 2025.01.09 20:43:36.437606 [ 262 ] {6a45bab5-7409-4ed5-af02-ee9ead97d127} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6962 | 2025.01.09 20:43:36.437686 [ 262 ] {6a45bab5-7409-4ed5-af02-ee9ead97d127} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6963 | 2025.01.09 20:43:36.438482 [ 262 ] {6a45bab5-7409-4ed5-af02-ee9ead97d127} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6964 | 2025.01.09 20:43:36.438541 [ 262 ] {6a45bab5-7409-4ed5-af02-ee9ead97d127} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6965 | 2025.01.09 20:43:36.439009 [ 262 ] {6a45bab5-7409-4ed5-af02-ee9ead97d127} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6966 | 2025.01.09 20:43:36.439276 [ 262 ] {6a45bab5-7409-4ed5-af02-ee9ead97d127} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6967 | 2025.01.09 20:43:36.439528 [ 262 ] {6a45bab5-7409-4ed5-af02-ee9ead97d127} <Debug> executeQuery: Read 79 rows, 6.95 KiB in 0.001978 sec., 39939.33265925177 rows/sec., 3.43 MiB/sec. | ||
| 6968 | 2025.01.09 20:43:36.439599 [ 262 ] {6a45bab5-7409-4ed5-af02-ee9ead97d127} <Debug> TCPHandler: Processed in 0.002353148 sec. | ||
| 6969 | 2025.01.09 20:43:36.439756 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6970 | 2025.01.09 20:43:36.439898 [ 260 ] {33bcbd6b-8fa7-4249-84db-fd91c4f74769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6971 | 2025.01.09 20:43:36.439958 [ 260 ] {33bcbd6b-8fa7-4249-84db-fd91c4f74769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6972 | 2025.01.09 20:43:36.440576 [ 260 ] {33bcbd6b-8fa7-4249-84db-fd91c4f74769} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6973 | 2025.01.09 20:43:36.440617 [ 260 ] {33bcbd6b-8fa7-4249-84db-fd91c4f74769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6974 | 2025.01.09 20:43:36.440999 [ 260 ] {33bcbd6b-8fa7-4249-84db-fd91c4f74769} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6975 | 2025.01.09 20:43:36.441250 [ 260 ] {33bcbd6b-8fa7-4249-84db-fd91c4f74769} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6976 | 2025.01.09 20:43:36.441429 [ 105 ] {} <Debug> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 6977 | 2025.01.09 20:43:36.441490 [ 260 ] {33bcbd6b-8fa7-4249-84db-fd91c4f74769} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001615 sec., 17337.4613003096 rows/sec., 1.27 MiB/sec. | ||
| 6978 | 2025.01.09 20:43:36.441521 [ 105 ] {} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6979 | 2025.01.09 20:43:36.441603 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6980 | 2025.01.09 20:43:36.441610 [ 260 ] {33bcbd6b-8fa7-4249-84db-fd91c4f74769} <Debug> TCPHandler: Processed in 0.001920228 sec. | ||
| 6981 | 2025.01.09 20:43:36.441886 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6982 | 2025.01.09 20:43:36.441974 [ 193 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
| 6983 | 2025.01.09 20:43:36.442244 [ 262 ] {b09ef40f-7779-48b4-aabd-35ad829dbd37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6984 | 2025.01.09 20:43:36.442413 [ 262 ] {b09ef40f-7779-48b4-aabd-35ad829dbd37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6985 | 2025.01.09 20:43:36.442577 [ 193 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6986 | 2025.01.09 20:43:36.442778 [ 193 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 60 rows starting from the beginning of the part | ||
| 6987 | 2025.01.09 20:43:36.443287 [ 193 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 26 rows starting from the beginning of the part | ||
| 6988 | 2025.01.09 20:43:36.443869 [ 193 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 20 rows starting from the beginning of the part | ||
| 6989 | 2025.01.09 20:43:36.444328 [ 193 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 26 rows starting from the beginning of the part | ||
| 6990 | 2025.01.09 20:43:36.444641 [ 193 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 20 rows starting from the beginning of the part | ||
| 6991 | 2025.01.09 20:43:36.444886 [ 193 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 28 rows starting from the beginning of the part | ||
| 6992 | 2025.01.09 20:43:36.445785 [ 262 ] {b09ef40f-7779-48b4-aabd-35ad829dbd37} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6993 | 2025.01.09 20:43:36.445861 [ 262 ] {b09ef40f-7779-48b4-aabd-35ad829dbd37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 6994 | 2025.01.09 20:43:36.446954 [ 262 ] {b09ef40f-7779-48b4-aabd-35ad829dbd37} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6995 | 2025.01.09 20:43:36.447527 [ 262 ] {b09ef40f-7779-48b4-aabd-35ad829dbd37} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6996 | 2025.01.09 20:43:36.447533 [ 198 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.005834314 sec., 30851.956202562975 rows/sec., 2.33 MiB/sec. | ||
| 6997 | 2025.01.09 20:43:36.447738 [ 198 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 6998 | 2025.01.09 20:43:36.447848 [ 262 ] {b09ef40f-7779-48b4-aabd-35ad829dbd37} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.005735 sec., 9764.60331299041 rows/sec., 781.42 KiB/sec. | ||
| 6999 | 2025.01.09 20:43:36.447940 [ 262 ] {b09ef40f-7779-48b4-aabd-35ad829dbd37} <Debug> TCPHandler: Processed in 0.006218323 sec. | ||
| 7000 | 2025.01.09 20:43:36.448145 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7001 | 2025.01.09 20:43:36.448162 [ 198 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_40_8} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7002 | 2025.01.09 20:43:36.448325 [ 198 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_40_8} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 7003 | 2025.01.09 20:43:36.448353 [ 260 ] {6f670ae9-82e5-4f31-b400-022d6f543078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7004 | 2025.01.09 20:43:36.448474 [ 260 ] {6f670ae9-82e5-4f31-b400-022d6f543078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7005 | 2025.01.09 20:43:36.448489 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7006 | 2025.01.09 20:43:36.449095 [ 260 ] {6f670ae9-82e5-4f31-b400-022d6f543078} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7007 | 2025.01.09 20:43:36.449139 [ 260 ] {6f670ae9-82e5-4f31-b400-022d6f543078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7008 | 2025.01.09 20:43:36.449585 [ 260 ] {6f670ae9-82e5-4f31-b400-022d6f543078} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7009 | 2025.01.09 20:43:36.449862 [ 260 ] {6f670ae9-82e5-4f31-b400-022d6f543078} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7010 | 2025.01.09 20:43:36.450093 [ 260 ] {6f670ae9-82e5-4f31-b400-022d6f543078} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001812 sec., 55739.51434878587 rows/sec., 3.86 MiB/sec. | ||
| 7011 | 2025.01.09 20:43:36.450158 [ 260 ] {6f670ae9-82e5-4f31-b400-022d6f543078} <Debug> TCPHandler: Processed in 0.002094031 sec. | ||
| 7012 | 2025.01.09 20:43:36.450367 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7013 | 2025.01.09 20:43:36.450513 [ 262 ] {c4934209-51ec-4759-b12b-4577606d1ec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7014 | 2025.01.09 20:43:36.450615 [ 262 ] {c4934209-51ec-4759-b12b-4577606d1ec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7015 | 2025.01.09 20:43:36.451866 [ 262 ] {c4934209-51ec-4759-b12b-4577606d1ec6} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7016 | 2025.01.09 20:43:36.451907 [ 262 ] {c4934209-51ec-4759-b12b-4577606d1ec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7017 | 2025.01.09 20:43:36.452578 [ 262 ] {c4934209-51ec-4759-b12b-4577606d1ec6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7018 | 2025.01.09 20:43:36.452856 [ 262 ] {c4934209-51ec-4759-b12b-4577606d1ec6} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7019 | 2025.01.09 20:43:36.453127 [ 262 ] {c4934209-51ec-4759-b12b-4577606d1ec6} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002648 sec., 9818.731117824773 rows/sec., 17.59 MiB/sec. | ||
| 7020 | 2025.01.09 20:43:36.453246 [ 262 ] {c4934209-51ec-4759-b12b-4577606d1ec6} <Debug> TCPHandler: Processed in 0.002976024 sec. | ||
| 7021 | 2025.01.09 20:43:36.453404 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7022 | 2025.01.09 20:43:36.453532 [ 260 ] {694e3ed3-c053-4898-b8f4-13c509cd1066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7023 | 2025.01.09 20:43:36.453586 [ 260 ] {694e3ed3-c053-4898-b8f4-13c509cd1066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7024 | 2025.01.09 20:43:36.454102 [ 260 ] {694e3ed3-c053-4898-b8f4-13c509cd1066} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7025 | 2025.01.09 20:43:36.454142 [ 260 ] {694e3ed3-c053-4898-b8f4-13c509cd1066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7026 | 2025.01.09 20:43:36.454548 [ 260 ] {694e3ed3-c053-4898-b8f4-13c509cd1066} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7027 | 2025.01.09 20:43:36.454806 [ 260 ] {694e3ed3-c053-4898-b8f4-13c509cd1066} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7028 | 2025.01.09 20:43:36.455034 [ 260 ] {694e3ed3-c053-4898-b8f4-13c509cd1066} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001529 sec., 19620.66710268149 rows/sec., 1.34 MiB/sec. | ||
| 7029 | 2025.01.09 20:43:36.455100 [ 260 ] {694e3ed3-c053-4898-b8f4-13c509cd1066} <Debug> TCPHandler: Processed in 0.001759464 sec. | ||
| 7030 | 2025.01.09 20:43:38.227249 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189 | ||
| 7031 | 2025.01.09 20:43:38.227897 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7032 | 2025.01.09 20:43:38.227943 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7033 | 2025.01.09 20:43:38.228472 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7034 | 2025.01.09 20:43:38.228734 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7035 | 2025.01.09 20:43:38.228993 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 | ||
| 7036 | 2025.01.09 20:43:39.310849 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 7037 | 2025.01.09 20:43:39.332361 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7038 | 2025.01.09 20:43:39.332427 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7039 | 2025.01.09 20:43:39.340111 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7040 | 2025.01.09 20:43:39.340950 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7041 | 2025.01.09 20:43:39.344843 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 7042 | 2025.01.09 20:43:40.804790 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 998 | ||
| 7043 | 2025.01.09 20:43:40.808354 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7044 | 2025.01.09 20:43:40.808412 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7045 | 2025.01.09 20:43:40.809911 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7046 | 2025.01.09 20:43:40.810229 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7047 | 2025.01.09 20:43:40.811913 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 998 | ||
| 7048 | 2025.01.09 20:43:41.438448 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7049 | 2025.01.09 20:43:41.438646 [ 260 ] {6eb2202d-b944-4a6a-8e87-44240e6663e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7050 | 2025.01.09 20:43:41.438720 [ 260 ] {6eb2202d-b944-4a6a-8e87-44240e6663e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7051 | 2025.01.09 20:43:41.439500 [ 260 ] {6eb2202d-b944-4a6a-8e87-44240e6663e1} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7052 | 2025.01.09 20:43:41.439556 [ 260 ] {6eb2202d-b944-4a6a-8e87-44240e6663e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7053 | 2025.01.09 20:43:41.440009 [ 260 ] {6eb2202d-b944-4a6a-8e87-44240e6663e1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7054 | 2025.01.09 20:43:41.440271 [ 260 ] {6eb2202d-b944-4a6a-8e87-44240e6663e1} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7055 | 2025.01.09 20:43:41.440550 [ 260 ] {6eb2202d-b944-4a6a-8e87-44240e6663e1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001957 sec., 7153.806847215125 rows/sec., 514.98 KiB/sec. | ||
| 7056 | 2025.01.09 20:43:41.440620 [ 260 ] {6eb2202d-b944-4a6a-8e87-44240e6663e1} <Debug> TCPHandler: Processed in 0.002308247 sec. | ||
| 7057 | 2025.01.09 20:43:41.440881 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7058 | 2025.01.09 20:43:41.441096 [ 262 ] {a9d0b7b9-8ecb-4b26-8328-db4fb05753f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7059 | 2025.01.09 20:43:41.441177 [ 262 ] {a9d0b7b9-8ecb-4b26-8328-db4fb05753f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7060 | 2025.01.09 20:43:41.442045 [ 262 ] {a9d0b7b9-8ecb-4b26-8328-db4fb05753f8} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7061 | 2025.01.09 20:43:41.442097 [ 262 ] {a9d0b7b9-8ecb-4b26-8328-db4fb05753f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7062 | 2025.01.09 20:43:41.442564 [ 262 ] {a9d0b7b9-8ecb-4b26-8328-db4fb05753f8} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7063 | 2025.01.09 20:43:41.442836 [ 262 ] {a9d0b7b9-8ecb-4b26-8328-db4fb05753f8} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7064 | 2025.01.09 20:43:41.443103 [ 262 ] {a9d0b7b9-8ecb-4b26-8328-db4fb05753f8} <Debug> executeQuery: Read 199 rows, 18.15 KiB in 0.002068 sec., 96228.23984526112 rows/sec., 8.57 MiB/sec. | ||
| 7065 | 2025.01.09 20:43:41.443173 [ 262 ] {a9d0b7b9-8ecb-4b26-8328-db4fb05753f8} <Debug> TCPHandler: Processed in 0.00243213 sec. | ||
| 7066 | 2025.01.09 20:43:41.443400 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7067 | 2025.01.09 20:43:41.443634 [ 260 ] {a0472220-6ce0-4957-b43b-a02dd763dc27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7068 | 2025.01.09 20:43:41.443732 [ 260 ] {a0472220-6ce0-4957-b43b-a02dd763dc27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7069 | 2025.01.09 20:43:41.444611 [ 260 ] {a0472220-6ce0-4957-b43b-a02dd763dc27} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7070 | 2025.01.09 20:43:41.444653 [ 260 ] {a0472220-6ce0-4957-b43b-a02dd763dc27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7071 | 2025.01.09 20:43:41.445028 [ 260 ] {a0472220-6ce0-4957-b43b-a02dd763dc27} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7072 | 2025.01.09 20:43:41.445278 [ 260 ] {a0472220-6ce0-4957-b43b-a02dd763dc27} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7073 | 2025.01.09 20:43:41.445507 [ 260 ] {a0472220-6ce0-4957-b43b-a02dd763dc27} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001934 sec., 10341.26163391934 rows/sec., 741.26 KiB/sec. | ||
| 7074 | 2025.01.09 20:43:41.445569 [ 260 ] {a0472220-6ce0-4957-b43b-a02dd763dc27} <Debug> TCPHandler: Processed in 0.002284187 sec. | ||
| 7075 | 2025.01.09 20:43:41.445728 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7076 | 2025.01.09 20:43:41.445878 [ 262 ] {40658ae7-f545-46ff-9581-a354ea28c94f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7077 | 2025.01.09 20:43:41.445941 [ 262 ] {40658ae7-f545-46ff-9581-a354ea28c94f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7078 | 2025.01.09 20:43:41.446620 [ 262 ] {40658ae7-f545-46ff-9581-a354ea28c94f} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7079 | 2025.01.09 20:43:41.446663 [ 262 ] {40658ae7-f545-46ff-9581-a354ea28c94f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7080 | 2025.01.09 20:43:41.447040 [ 262 ] {40658ae7-f545-46ff-9581-a354ea28c94f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7081 | 2025.01.09 20:43:41.447289 [ 262 ] {40658ae7-f545-46ff-9581-a354ea28c94f} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7082 | 2025.01.09 20:43:41.447514 [ 262 ] {40658ae7-f545-46ff-9581-a354ea28c94f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001674 sec., 8363.201911589009 rows/sec., 585.70 KiB/sec. | ||
| 7083 | 2025.01.09 20:43:41.447571 [ 262 ] {40658ae7-f545-46ff-9581-a354ea28c94f} <Debug> TCPHandler: Processed in 0.001913187 sec. | ||
| 7084 | 2025.01.09 20:43:41.447725 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7085 | 2025.01.09 20:43:41.447845 [ 260 ] {56206d0f-2d62-4181-8318-e1c1377b5b1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7086 | 2025.01.09 20:43:41.447897 [ 260 ] {56206d0f-2d62-4181-8318-e1c1377b5b1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7087 | 2025.01.09 20:43:41.448481 [ 260 ] {56206d0f-2d62-4181-8318-e1c1377b5b1f} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7088 | 2025.01.09 20:43:41.448519 [ 260 ] {56206d0f-2d62-4181-8318-e1c1377b5b1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7089 | 2025.01.09 20:43:41.448909 [ 260 ] {56206d0f-2d62-4181-8318-e1c1377b5b1f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7090 | 2025.01.09 20:43:41.449163 [ 260 ] {56206d0f-2d62-4181-8318-e1c1377b5b1f} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7091 | 2025.01.09 20:43:41.449354 [ 260 ] {56206d0f-2d62-4181-8318-e1c1377b5b1f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001534 sec., 8474.57627118644 rows/sec., 528.39 KiB/sec. | ||
| 7092 | 2025.01.09 20:43:41.449408 [ 260 ] {56206d0f-2d62-4181-8318-e1c1377b5b1f} <Debug> TCPHandler: Processed in 0.001741333 sec. | ||
| 7093 | 2025.01.09 20:43:41.449568 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7094 | 2025.01.09 20:43:41.449714 [ 262 ] {30c94ca1-21f4-4403-9b95-84f0e4fbbf9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7095 | 2025.01.09 20:43:41.449775 [ 262 ] {30c94ca1-21f4-4403-9b95-84f0e4fbbf9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7096 | 2025.01.09 20:43:41.450587 [ 262 ] {30c94ca1-21f4-4403-9b95-84f0e4fbbf9e} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7097 | 2025.01.09 20:43:41.450629 [ 262 ] {30c94ca1-21f4-4403-9b95-84f0e4fbbf9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7098 | 2025.01.09 20:43:41.451039 [ 262 ] {30c94ca1-21f4-4403-9b95-84f0e4fbbf9e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7099 | 2025.01.09 20:43:41.451327 [ 262 ] {30c94ca1-21f4-4403-9b95-84f0e4fbbf9e} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7100 | 2025.01.09 20:43:41.451554 [ 262 ] {30c94ca1-21f4-4403-9b95-84f0e4fbbf9e} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.001872 sec., 191773.50427350428 rows/sec., 13.48 MiB/sec. | ||
| 7101 | 2025.01.09 20:43:41.451611 [ 262 ] {30c94ca1-21f4-4403-9b95-84f0e4fbbf9e} <Debug> TCPHandler: Processed in 0.002116152 sec. | ||
| 7102 | 2025.01.09 20:43:41.451774 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7103 | 2025.01.09 20:43:41.451919 [ 260 ] {c901b5df-bc26-4cc5-a578-b5388fc62491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7104 | 2025.01.09 20:43:41.451982 [ 260 ] {c901b5df-bc26-4cc5-a578-b5388fc62491} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7105 | 2025.01.09 20:43:41.452515 [ 260 ] {c901b5df-bc26-4cc5-a578-b5388fc62491} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7106 | 2025.01.09 20:43:41.452553 [ 260 ] {c901b5df-bc26-4cc5-a578-b5388fc62491} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7107 | 2025.01.09 20:43:41.452921 [ 260 ] {c901b5df-bc26-4cc5-a578-b5388fc62491} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7108 | 2025.01.09 20:43:41.453167 [ 260 ] {c901b5df-bc26-4cc5-a578-b5388fc62491} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7109 | 2025.01.09 20:43:41.453350 [ 260 ] {c901b5df-bc26-4cc5-a578-b5388fc62491} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001464 sec., 4098.360655737705 rows/sec., 214.12 KiB/sec. | ||
| 7110 | 2025.01.09 20:43:41.453401 [ 260 ] {c901b5df-bc26-4cc5-a578-b5388fc62491} <Debug> TCPHandler: Processed in 0.001695562 sec. | ||
| 7111 | 2025.01.09 20:43:41.453547 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7112 | 2025.01.09 20:43:41.453670 [ 262 ] {a4259368-bd8c-4548-b44d-754a142c98d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7113 | 2025.01.09 20:43:41.453725 [ 262 ] {a4259368-bd8c-4548-b44d-754a142c98d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7114 | 2025.01.09 20:43:41.454319 [ 262 ] {a4259368-bd8c-4548-b44d-754a142c98d8} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7115 | 2025.01.09 20:43:41.454358 [ 262 ] {a4259368-bd8c-4548-b44d-754a142c98d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7116 | 2025.01.09 20:43:41.454770 [ 262 ] {a4259368-bd8c-4548-b44d-754a142c98d8} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7117 | 2025.01.09 20:43:41.455017 [ 262 ] {a4259368-bd8c-4548-b44d-754a142c98d8} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7118 | 2025.01.09 20:43:41.455250 [ 262 ] {a4259368-bd8c-4548-b44d-754a142c98d8} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001605 sec., 110280.3738317757 rows/sec., 7.27 MiB/sec. | ||
| 7119 | 2025.01.09 20:43:41.455324 [ 262 ] {a4259368-bd8c-4548-b44d-754a142c98d8} <Debug> TCPHandler: Processed in 0.001836716 sec. | ||
| 7120 | 2025.01.09 20:43:41.455567 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7121 | 2025.01.09 20:43:41.455725 [ 260 ] {9c150540-7605-41bd-8d2f-de9ecff429b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7122 | 2025.01.09 20:43:41.455786 [ 260 ] {9c150540-7605-41bd-8d2f-de9ecff429b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7123 | 2025.01.09 20:43:41.456331 [ 260 ] {9c150540-7605-41bd-8d2f-de9ecff429b8} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7124 | 2025.01.09 20:43:41.456395 [ 260 ] {9c150540-7605-41bd-8d2f-de9ecff429b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7125 | 2025.01.09 20:43:41.456757 [ 260 ] {9c150540-7605-41bd-8d2f-de9ecff429b8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7126 | 2025.01.09 20:43:41.457000 [ 260 ] {9c150540-7605-41bd-8d2f-de9ecff429b8} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7127 | 2025.01.09 20:43:41.457123 [ 100 ] {} <Debug> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 | ||
| 7128 | 2025.01.09 20:43:41.457163 [ 100 ] {} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7129 | 2025.01.09 20:43:41.457188 [ 260 ] {9c150540-7605-41bd-8d2f-de9ecff429b8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001492 sec., 670.2412868632707 rows/sec., 45.16 KiB/sec. | ||
| 7130 | 2025.01.09 20:43:41.457190 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7131 | 2025.01.09 20:43:41.457283 [ 260 ] {9c150540-7605-41bd-8d2f-de9ecff429b8} <Debug> TCPHandler: Processed in 0.001863076 sec. | ||
| 7132 | 2025.01.09 20:43:41.457515 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7133 | 2025.01.09 20:43:41.457576 [ 193 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_18_4 to all_23_23_0 into Compact with storage Full | ||
| 7134 | 2025.01.09 20:43:41.457859 [ 262 ] {7d4a7910-7032-4b5e-a5d0-915966a8be38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7135 | 2025.01.09 20:43:41.458025 [ 193 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7136 | 2025.01.09 20:43:41.458079 [ 262 ] {7d4a7910-7032-4b5e-a5d0-915966a8be38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7137 | 2025.01.09 20:43:41.458138 [ 193 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 19 rows starting from the beginning of the part | ||
| 7138 | 2025.01.09 20:43:41.458537 [ 193 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 7139 | 2025.01.09 20:43:41.458874 [ 193 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 7140 | 2025.01.09 20:43:41.459239 [ 193 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 7141 | 2025.01.09 20:43:41.459567 [ 193 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 7142 | 2025.01.09 20:43:41.459863 [ 193 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 7143 | 2025.01.09 20:43:41.463568 [ 187 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.006248854 sec., 3840.704231527893 rows/sec., 258.17 KiB/sec. | ||
| 7144 | 2025.01.09 20:43:41.463681 [ 262 ] {7d4a7910-7032-4b5e-a5d0-915966a8be38} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7145 | 2025.01.09 20:43:41.463740 [ 262 ] {7d4a7910-7032-4b5e-a5d0-915966a8be38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7146 | 2025.01.09 20:43:41.463814 [ 187 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
| 7147 | 2025.01.09 20:43:41.464486 [ 187 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_23_5} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7148 | 2025.01.09 20:43:41.464801 [ 187 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_23_5} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 | ||
| 7149 | 2025.01.09 20:43:41.465003 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7150 | 2025.01.09 20:43:41.465172 [ 262 ] {7d4a7910-7032-4b5e-a5d0-915966a8be38} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7151 | 2025.01.09 20:43:41.465449 [ 262 ] {7d4a7910-7032-4b5e-a5d0-915966a8be38} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7152 | 2025.01.09 20:43:41.465649 [ 100 ] {} <Debug> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7153 | 2025.01.09 20:43:41.465715 [ 100 ] {} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7154 | 2025.01.09 20:43:41.465753 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7155 | 2025.01.09 20:43:41.465794 [ 262 ] {7d4a7910-7032-4b5e-a5d0-915966a8be38} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.008033 sec., 1618.3244118013195 rows/sec., 2.90 MiB/sec. | ||
| 7156 | 2025.01.09 20:43:41.466178 [ 191 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::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 | ||
| 7157 | 2025.01.09 20:43:41.466593 [ 262 ] {7d4a7910-7032-4b5e-a5d0-915966a8be38} <Debug> TCPHandler: Processed in 0.009218158 sec. | ||
| 7158 | 2025.01.09 20:43:41.466888 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7159 | 2025.01.09 20:43:41.467368 [ 260 ] {38ddcf0c-1224-47a8-98a5-a4eb6dcd3be7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7160 | 2025.01.09 20:43:41.467508 [ 260 ] {38ddcf0c-1224-47a8-98a5-a4eb6dcd3be7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7161 | 2025.01.09 20:43:41.467787 [ 191 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7162 | 2025.01.09 20:43:41.468028 [ 191 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 646 rows starting from the beginning of the part | ||
| 7163 | 2025.01.09 20:43:41.468755 [ 191 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::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 | ||
| 7164 | 2025.01.09 20:43:41.469474 [ 191 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 26 rows starting from the beginning of the part | ||
| 7165 | 2025.01.09 20:43:41.469759 [ 260 ] {38ddcf0c-1224-47a8-98a5-a4eb6dcd3be7} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7166 | 2025.01.09 20:43:41.469961 [ 260 ] {38ddcf0c-1224-47a8-98a5-a4eb6dcd3be7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7167 | 2025.01.09 20:43:41.470141 [ 191 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 13 rows starting from the beginning of the part | ||
| 7168 | 2025.01.09 20:43:41.470768 [ 191 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 26 rows starting from the beginning of the part | ||
| 7169 | 2025.01.09 20:43:41.471408 [ 191 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 13 rows starting from the beginning of the part | ||
| 7170 | 2025.01.09 20:43:41.471919 [ 260 ] {38ddcf0c-1224-47a8-98a5-a4eb6dcd3be7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7171 | 2025.01.09 20:43:41.472480 [ 260 ] {38ddcf0c-1224-47a8-98a5-a4eb6dcd3be7} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7172 | 2025.01.09 20:43:41.473287 [ 260 ] {38ddcf0c-1224-47a8-98a5-a4eb6dcd3be7} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.006003 sec., 8662.33549891721 rows/sec., 549.20 KiB/sec. | ||
| 7173 | 2025.01.09 20:43:41.473610 [ 260 ] {38ddcf0c-1224-47a8-98a5-a4eb6dcd3be7} <Debug> TCPHandler: Processed in 0.006899911 sec. | ||
| 7174 | 2025.01.09 20:43:41.477906 [ 195 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 737 rows, containing 19 columns (19 merged, 0 gathered) in 0.012055588 sec., 61133.47602788018 rows/sec., 109.55 MiB/sec. | ||
| 7175 | 2025.01.09 20:43:41.479060 [ 195 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7176 | 2025.01.09 20:43:41.479466 [ 195 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7177 | 2025.01.09 20:43:41.479549 [ 195 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7178 | 2025.01.09 20:43:41.479682 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.59 MiB. | ||
| 7179 | 2025.01.09 20:43:45.589087 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7180 | 2025.01.09 20:43:45.589189 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7181 | 2025.01.09 20:43:45.729129 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616 | ||
| 7182 | 2025.01.09 20:43:45.729758 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7183 | 2025.01.09 20:43:45.729801 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7184 | 2025.01.09 20:43:45.730341 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7185 | 2025.01.09 20:43:45.730593 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7186 | 2025.01.09 20:43:45.730783 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 7187 | 2025.01.09 20:43:46.434522 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7188 | 2025.01.09 20:43:46.434727 [ 260 ] {2558a115-2045-4ee0-9bfa-96f5d7f0900e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7189 | 2025.01.09 20:43:46.434809 [ 260 ] {2558a115-2045-4ee0-9bfa-96f5d7f0900e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7190 | 2025.01.09 20:43:46.435663 [ 260 ] {2558a115-2045-4ee0-9bfa-96f5d7f0900e} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7191 | 2025.01.09 20:43:46.435714 [ 260 ] {2558a115-2045-4ee0-9bfa-96f5d7f0900e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7192 | 2025.01.09 20:43:46.436139 [ 260 ] {2558a115-2045-4ee0-9bfa-96f5d7f0900e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7193 | 2025.01.09 20:43:46.436391 [ 260 ] {2558a115-2045-4ee0-9bfa-96f5d7f0900e} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7194 | 2025.01.09 20:43:46.436643 [ 260 ] {2558a115-2045-4ee0-9bfa-96f5d7f0900e} <Debug> executeQuery: Read 78 rows, 6.88 KiB in 0.001971 sec., 39573.8203957382 rows/sec., 3.41 MiB/sec. | ||
| 7195 | 2025.01.09 20:43:46.436707 [ 260 ] {2558a115-2045-4ee0-9bfa-96f5d7f0900e} <Debug> TCPHandler: Processed in 0.002323667 sec. | ||
| 7196 | 2025.01.09 20:43:46.436974 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7197 | 2025.01.09 20:43:46.437193 [ 262 ] {8091f8fd-b2ba-4397-a32a-9b3fc88c4421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7198 | 2025.01.09 20:43:46.437277 [ 262 ] {8091f8fd-b2ba-4397-a32a-9b3fc88c4421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7199 | 2025.01.09 20:43:46.438051 [ 262 ] {8091f8fd-b2ba-4397-a32a-9b3fc88c4421} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7200 | 2025.01.09 20:43:46.438096 [ 262 ] {8091f8fd-b2ba-4397-a32a-9b3fc88c4421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7201 | 2025.01.09 20:43:46.438553 [ 262 ] {8091f8fd-b2ba-4397-a32a-9b3fc88c4421} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7202 | 2025.01.09 20:43:46.438834 [ 262 ] {8091f8fd-b2ba-4397-a32a-9b3fc88c4421} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7203 | 2025.01.09 20:43:46.439042 [ 262 ] {8091f8fd-b2ba-4397-a32a-9b3fc88c4421} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001911 sec., 13605.442176870749 rows/sec., 1023.07 KiB/sec. | ||
| 7204 | 2025.01.09 20:43:46.439108 [ 262 ] {8091f8fd-b2ba-4397-a32a-9b3fc88c4421} <Debug> TCPHandler: Processed in 0.002276756 sec. | ||
| 7205 | 2025.01.09 20:43:46.439275 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7206 | 2025.01.09 20:43:46.439421 [ 260 ] {528b6e91-0ce6-4a9e-b346-acaf1b591e8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7207 | 2025.01.09 20:43:46.439487 [ 260 ] {528b6e91-0ce6-4a9e-b346-acaf1b591e8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7208 | 2025.01.09 20:43:46.440559 [ 260 ] {528b6e91-0ce6-4a9e-b346-acaf1b591e8a} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7209 | 2025.01.09 20:43:46.440600 [ 260 ] {528b6e91-0ce6-4a9e-b346-acaf1b591e8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7210 | 2025.01.09 20:43:46.440968 [ 260 ] {528b6e91-0ce6-4a9e-b346-acaf1b591e8a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7211 | 2025.01.09 20:43:46.441206 [ 260 ] {528b6e91-0ce6-4a9e-b346-acaf1b591e8a} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7212 | 2025.01.09 20:43:46.441441 [ 260 ] {528b6e91-0ce6-4a9e-b346-acaf1b591e8a} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.002052 sec., 26315.78947368421 rows/sec., 2.06 MiB/sec. | ||
| 7213 | 2025.01.09 20:43:46.441519 [ 260 ] {528b6e91-0ce6-4a9e-b346-acaf1b591e8a} <Debug> TCPHandler: Processed in 0.002314047 sec. | ||
| 7214 | 2025.01.09 20:43:46.441752 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7215 | 2025.01.09 20:43:46.441948 [ 262 ] {0570935e-2fdf-4e45-9ff4-5c33b81b68da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7216 | 2025.01.09 20:43:46.442016 [ 262 ] {0570935e-2fdf-4e45-9ff4-5c33b81b68da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7217 | 2025.01.09 20:43:46.442645 [ 262 ] {0570935e-2fdf-4e45-9ff4-5c33b81b68da} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7218 | 2025.01.09 20:43:46.442684 [ 262 ] {0570935e-2fdf-4e45-9ff4-5c33b81b68da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7219 | 2025.01.09 20:43:46.443091 [ 262 ] {0570935e-2fdf-4e45-9ff4-5c33b81b68da} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7220 | 2025.01.09 20:43:46.443330 [ 262 ] {0570935e-2fdf-4e45-9ff4-5c33b81b68da} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7221 | 2025.01.09 20:43:46.443539 [ 262 ] {0570935e-2fdf-4e45-9ff4-5c33b81b68da} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001627 sec., 61462.81499692686 rows/sec., 4.26 MiB/sec. | ||
| 7222 | 2025.01.09 20:43:46.443645 [ 262 ] {0570935e-2fdf-4e45-9ff4-5c33b81b68da} <Debug> TCPHandler: Processed in 0.00202671 sec. | ||
| 7223 | 2025.01.09 20:43:46.443911 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7224 | 2025.01.09 20:43:46.444178 [ 260 ] {b7d1f3be-e117-4e3a-bda0-a5089345a7dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7225 | 2025.01.09 20:43:46.444322 [ 260 ] {b7d1f3be-e117-4e3a-bda0-a5089345a7dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7226 | 2025.01.09 20:43:46.445548 [ 260 ] {b7d1f3be-e117-4e3a-bda0-a5089345a7dd} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7227 | 2025.01.09 20:43:46.445588 [ 260 ] {b7d1f3be-e117-4e3a-bda0-a5089345a7dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7228 | 2025.01.09 20:43:46.446224 [ 260 ] {b7d1f3be-e117-4e3a-bda0-a5089345a7dd} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7229 | 2025.01.09 20:43:46.446491 [ 260 ] {b7d1f3be-e117-4e3a-bda0-a5089345a7dd} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7230 | 2025.01.09 20:43:46.446735 [ 260 ] {b7d1f3be-e117-4e3a-bda0-a5089345a7dd} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002612 sec., 9954.058192955588 rows/sec., 17.84 MiB/sec. | ||
| 7231 | 2025.01.09 20:43:46.446848 [ 260 ] {b7d1f3be-e117-4e3a-bda0-a5089345a7dd} <Debug> TCPHandler: Processed in 0.003115067 sec. | ||
| 7232 | 2025.01.09 20:43:46.446987 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7233 | 2025.01.09 20:43:46.447108 [ 262 ] {263fb653-6f7a-4820-ae78-e5727b6ffd31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7234 | 2025.01.09 20:43:46.447160 [ 262 ] {263fb653-6f7a-4820-ae78-e5727b6ffd31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7235 | 2025.01.09 20:43:46.447647 [ 262 ] {263fb653-6f7a-4820-ae78-e5727b6ffd31} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7236 | 2025.01.09 20:43:46.447684 [ 262 ] {263fb653-6f7a-4820-ae78-e5727b6ffd31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7237 | 2025.01.09 20:43:46.448222 [ 262 ] {263fb653-6f7a-4820-ae78-e5727b6ffd31} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7238 | 2025.01.09 20:43:46.448472 [ 262 ] {263fb653-6f7a-4820-ae78-e5727b6ffd31} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7239 | 2025.01.09 20:43:46.448650 [ 262 ] {263fb653-6f7a-4820-ae78-e5727b6ffd31} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001568 sec., 19132.65306122449 rows/sec., 1.31 MiB/sec. | ||
| 7240 | 2025.01.09 20:43:46.448701 [ 262 ] {263fb653-6f7a-4820-ae78-e5727b6ffd31} <Debug> TCPHandler: Processed in 0.001772344 sec. | ||
| 7241 | 2025.01.09 20:43:46.844918 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 7242 | 2025.01.09 20:43:46.865732 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7243 | 2025.01.09 20:43:46.865791 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7244 | 2025.01.09 20:43:46.873224 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7245 | 2025.01.09 20:43:46.874033 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7246 | 2025.01.09 20:43:46.876799 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 7247 | 2025.01.09 20:43:49.725670 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7248 | 2025.01.09 20:43:49.725877 [ 260 ] {4b070a1e-ec08-45bf-8941-852267211a13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7249 | 2025.01.09 20:43:49.725954 [ 260 ] {4b070a1e-ec08-45bf-8941-852267211a13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7250 | 2025.01.09 20:43:49.726747 [ 260 ] {4b070a1e-ec08-45bf-8941-852267211a13} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7251 | 2025.01.09 20:43:49.726792 [ 260 ] {4b070a1e-ec08-45bf-8941-852267211a13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7252 | 2025.01.09 20:43:49.727219 [ 260 ] {4b070a1e-ec08-45bf-8941-852267211a13} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7253 | 2025.01.09 20:43:49.727468 [ 260 ] {4b070a1e-ec08-45bf-8941-852267211a13} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7254 | 2025.01.09 20:43:49.727730 [ 260 ] {4b070a1e-ec08-45bf-8941-852267211a13} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001902 sec., 7360.672975814931 rows/sec., 529.87 KiB/sec. | ||
| 7255 | 2025.01.09 20:43:49.727821 [ 260 ] {4b070a1e-ec08-45bf-8941-852267211a13} <Debug> TCPHandler: Processed in 0.002343658 sec. | ||
| 7256 | 2025.01.09 20:43:49.728112 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7257 | 2025.01.09 20:43:49.728330 [ 262 ] {4b3bb841-9acf-4458-bad5-84700e91b4f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7258 | 2025.01.09 20:43:49.728414 [ 262 ] {4b3bb841-9acf-4458-bad5-84700e91b4f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7259 | 2025.01.09 20:43:49.729209 [ 262 ] {4b3bb841-9acf-4458-bad5-84700e91b4f5} <Trace> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7260 | 2025.01.09 20:43:49.729256 [ 262 ] {4b3bb841-9acf-4458-bad5-84700e91b4f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7261 | 2025.01.09 20:43:49.729700 [ 262 ] {4b3bb841-9acf-4458-bad5-84700e91b4f5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 7262 | 2025.01.09 20:43:49.729959 [ 262 ] {4b3bb841-9acf-4458-bad5-84700e91b4f5} <Trace> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7263 | 2025.01.09 20:43:49.730163 [ 262 ] {4b3bb841-9acf-4458-bad5-84700e91b4f5} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001895 sec., 6332.453825857519 rows/sec., 516.37 KiB/sec. | ||
| 7264 | 2025.01.09 20:43:49.730230 [ 262 ] {4b3bb841-9acf-4458-bad5-84700e91b4f5} <Debug> TCPHandler: Processed in 0.002296027 sec. | ||
| 7265 | 2025.01.09 20:43:49.730400 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7266 | 2025.01.09 20:43:49.730541 [ 260 ] {0299253a-95d4-40fe-8ce8-f7ee87e0c274} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7267 | 2025.01.09 20:43:49.730601 [ 260 ] {0299253a-95d4-40fe-8ce8-f7ee87e0c274} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7268 | 2025.01.09 20:43:49.731940 [ 260 ] {0299253a-95d4-40fe-8ce8-f7ee87e0c274} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7269 | 2025.01.09 20:43:49.731980 [ 260 ] {0299253a-95d4-40fe-8ce8-f7ee87e0c274} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7270 | 2025.01.09 20:43:49.732423 [ 260 ] {0299253a-95d4-40fe-8ce8-f7ee87e0c274} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7271 | 2025.01.09 20:43:49.732672 [ 260 ] {0299253a-95d4-40fe-8ce8-f7ee87e0c274} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7272 | 2025.01.09 20:43:49.732850 [ 90 ] {} <Debug> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7273 | 2025.01.09 20:43:49.732907 [ 260 ] {0299253a-95d4-40fe-8ce8-f7ee87e0c274} <Debug> executeQuery: Read 1345 rows, 115.16 KiB in 0.002395 sec., 561586.6388308977 rows/sec., 46.95 MiB/sec. | ||
| 7274 | 2025.01.09 20:43:49.732923 [ 90 ] {} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7275 | 2025.01.09 20:43:49.732995 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7276 | 2025.01.09 20:43:49.733026 [ 260 ] {0299253a-95d4-40fe-8ce8-f7ee87e0c274} <Debug> TCPHandler: Processed in 0.002691567 sec. | ||
| 7277 | 2025.01.09 20:43:49.733238 [ 191 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::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 | ||
| 7278 | 2025.01.09 20:43:49.733252 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7279 | 2025.01.09 20:43:49.733509 [ 191 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7280 | 2025.01.09 20:43:49.733529 [ 262 ] {0327a06c-0ddb-4eed-8cfb-6c06e4c392d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7281 | 2025.01.09 20:43:49.733587 [ 191 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1399 rows starting from the beginning of the part | ||
| 7282 | 2025.01.09 20:43:49.733631 [ 262 ] {0327a06c-0ddb-4eed-8cfb-6c06e4c392d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7283 | 2025.01.09 20:43:49.733940 [ 191 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 199 rows starting from the beginning of the part | ||
| 7284 | 2025.01.09 20:43:49.734299 [ 191 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 79 rows starting from the beginning of the part | ||
| 7285 | 2025.01.09 20:43:49.734789 [ 191 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 199 rows starting from the beginning of the part | ||
| 7286 | 2025.01.09 20:43:49.735056 [ 191 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 78 rows starting from the beginning of the part | ||
| 7287 | 2025.01.09 20:43:49.735454 [ 191 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1345 rows starting from the beginning of the part | ||
| 7288 | 2025.01.09 20:43:49.736437 [ 262 ] {0327a06c-0ddb-4eed-8cfb-6c06e4c392d2} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7289 | 2025.01.09 20:43:49.736492 [ 262 ] {0327a06c-0ddb-4eed-8cfb-6c06e4c392d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7290 | 2025.01.09 20:43:49.737486 [ 262 ] {0327a06c-0ddb-4eed-8cfb-6c06e4c392d2} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7291 | 2025.01.09 20:43:49.738056 [ 262 ] {0327a06c-0ddb-4eed-8cfb-6c06e4c392d2} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7292 | 2025.01.09 20:43:49.738347 [ 262 ] {0327a06c-0ddb-4eed-8cfb-6c06e4c392d2} <Debug> executeQuery: Read 32 rows, 2.27 KiB in 0.004907 sec., 6521.296107601386 rows/sec., 462.91 KiB/sec. | ||
| 7293 | 2025.01.09 20:43:49.738427 [ 262 ] {0327a06c-0ddb-4eed-8cfb-6c06e4c392d2} <Debug> TCPHandler: Processed in 0.005289351 sec. | ||
| 7294 | 2025.01.09 20:43:49.738673 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7295 | 2025.01.09 20:43:49.739090 [ 195 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3299 rows, containing 5 columns (5 merged, 0 gathered) in 0.005974838 sec., 552148.8616093022 rows/sec., 48.77 MiB/sec. | ||
| 7296 | 2025.01.09 20:43:49.739105 [ 260 ] {54d8cffc-ad1b-414b-8e28-0d338ae72c90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7297 | 2025.01.09 20:43:49.739230 [ 260 ] {54d8cffc-ad1b-414b-8e28-0d338ae72c90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7298 | 2025.01.09 20:43:49.739390 [ 195 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7299 | 2025.01.09 20:43:49.739971 [ 195 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_56_11} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7300 | 2025.01.09 20:43:49.740135 [ 195 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_56_11} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7301 | 2025.01.09 20:43:49.740245 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 7302 | 2025.01.09 20:43:49.740540 [ 260 ] {54d8cffc-ad1b-414b-8e28-0d338ae72c90} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7303 | 2025.01.09 20:43:49.740585 [ 260 ] {54d8cffc-ad1b-414b-8e28-0d338ae72c90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7304 | 2025.01.09 20:43:49.740956 [ 260 ] {54d8cffc-ad1b-414b-8e28-0d338ae72c90} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7305 | 2025.01.09 20:43:49.741203 [ 260 ] {54d8cffc-ad1b-414b-8e28-0d338ae72c90} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7306 | 2025.01.09 20:43:49.741417 [ 260 ] {54d8cffc-ad1b-414b-8e28-0d338ae72c90} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002413 sec., 100290.09531703273 rows/sec., 6.79 MiB/sec. | ||
| 7307 | 2025.01.09 20:43:49.741472 [ 260 ] {54d8cffc-ad1b-414b-8e28-0d338ae72c90} <Debug> TCPHandler: Processed in 0.002940543 sec. | ||
| 7308 | 2025.01.09 20:43:49.741640 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7309 | 2025.01.09 20:43:49.741779 [ 262 ] {8eb4e2ea-6e38-433f-951b-4c2ec212cfe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7310 | 2025.01.09 20:43:49.741836 [ 262 ] {8eb4e2ea-6e38-433f-951b-4c2ec212cfe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7311 | 2025.01.09 20:43:49.742524 [ 262 ] {8eb4e2ea-6e38-433f-951b-4c2ec212cfe8} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7312 | 2025.01.09 20:43:49.742569 [ 262 ] {8eb4e2ea-6e38-433f-951b-4c2ec212cfe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7313 | 2025.01.09 20:43:49.742936 [ 262 ] {8eb4e2ea-6e38-433f-951b-4c2ec212cfe8} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7314 | 2025.01.09 20:43:49.743185 [ 262 ] {8eb4e2ea-6e38-433f-951b-4c2ec212cfe8} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7315 | 2025.01.09 20:43:49.743408 [ 262 ] {8eb4e2ea-6e38-433f-951b-4c2ec212cfe8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001654 sec., 7859.7339782345825 rows/sec., 490.05 KiB/sec. | ||
| 7316 | 2025.01.09 20:43:49.743644 [ 262 ] {8eb4e2ea-6e38-433f-951b-4c2ec212cfe8} <Debug> TCPHandler: Processed in 0.0020658 sec. | ||
| 7317 | 2025.01.09 20:43:49.743829 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7318 | 2025.01.09 20:43:49.743967 [ 260 ] {84b5ae8f-8052-48b5-b425-3f738141d28a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7319 | 2025.01.09 20:43:49.744023 [ 260 ] {84b5ae8f-8052-48b5-b425-3f738141d28a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7320 | 2025.01.09 20:43:49.745035 [ 260 ] {84b5ae8f-8052-48b5-b425-3f738141d28a} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7321 | 2025.01.09 20:43:49.745074 [ 260 ] {84b5ae8f-8052-48b5-b425-3f738141d28a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7322 | 2025.01.09 20:43:49.745479 [ 260 ] {84b5ae8f-8052-48b5-b425-3f738141d28a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7323 | 2025.01.09 20:43:49.745721 [ 260 ] {84b5ae8f-8052-48b5-b425-3f738141d28a} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7324 | 2025.01.09 20:43:49.745895 [ 90 ] {} <Debug> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7325 | 2025.01.09 20:43:49.745964 [ 90 ] {} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7326 | 2025.01.09 20:43:49.745996 [ 260 ] {84b5ae8f-8052-48b5-b425-3f738141d28a} <Debug> executeQuery: Read 827 rows, 61.11 KiB in 0.002046 sec., 404203.32355816226 rows/sec., 29.17 MiB/sec. | ||
| 7327 | 2025.01.09 20:43:49.746003 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7328 | 2025.01.09 20:43:49.746141 [ 260 ] {84b5ae8f-8052-48b5-b425-3f738141d28a} <Debug> TCPHandler: Processed in 0.002400569 sec. | ||
| 7329 | 2025.01.09 20:43:49.746288 [ 201 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::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 | ||
| 7330 | 2025.01.09 20:43:49.746345 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7331 | 2025.01.09 20:43:49.746591 [ 201 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7332 | 2025.01.09 20:43:49.746599 [ 262 ] {071bf17c-62d7-4939-a3f8-d40f141cc386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7333 | 2025.01.09 20:43:49.746655 [ 201 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 873 rows starting from the beginning of the part | ||
| 7334 | 2025.01.09 20:43:49.746719 [ 262 ] {071bf17c-62d7-4939-a3f8-d40f141cc386} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7335 | 2025.01.09 20:43:49.746962 [ 201 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 359 rows starting from the beginning of the part | ||
| 7336 | 2025.01.09 20:43:49.747403 [ 201 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::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 | ||
| 7337 | 2025.01.09 20:43:49.747719 [ 201 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 359 rows starting from the beginning of the part | ||
| 7338 | 2025.01.09 20:43:49.748138 [ 201 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 54 rows starting from the beginning of the part | ||
| 7339 | 2025.01.09 20:43:49.748389 [ 201 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 827 rows starting from the beginning of the part | ||
| 7340 | 2025.01.09 20:43:49.749322 [ 262 ] {071bf17c-62d7-4939-a3f8-d40f141cc386} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7341 | 2025.01.09 20:43:49.749383 [ 262 ] {071bf17c-62d7-4939-a3f8-d40f141cc386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7342 | 2025.01.09 20:43:49.750349 [ 262 ] {071bf17c-62d7-4939-a3f8-d40f141cc386} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7343 | 2025.01.09 20:43:49.750839 [ 262 ] {071bf17c-62d7-4939-a3f8-d40f141cc386} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7344 | 2025.01.09 20:43:49.751080 [ 262 ] {071bf17c-62d7-4939-a3f8-d40f141cc386} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00457 sec., 1312.9102844638949 rows/sec., 68.59 KiB/sec. | ||
| 7345 | 2025.01.09 20:43:49.751169 [ 262 ] {071bf17c-62d7-4939-a3f8-d40f141cc386} <Debug> TCPHandler: Processed in 0.004916142 sec. | ||
| 7346 | 2025.01.09 20:43:49.751500 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7347 | 2025.01.09 20:43:49.751510 [ 201 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2528 rows, containing 5 columns (5 merged, 0 gathered) in 0.005367163 sec., 471012.3392935895 rows/sec., 35.71 MiB/sec. | ||
| 7348 | 2025.01.09 20:43:49.751752 [ 260 ] {07ed9cab-a333-44c9-bfce-e3ed432c322f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7349 | 2025.01.09 20:43:49.751793 [ 195 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7350 | 2025.01.09 20:43:49.751886 [ 260 ] {07ed9cab-a333-44c9-bfce-e3ed432c322f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7351 | 2025.01.09 20:43:49.752392 [ 195 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_56_11} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7352 | 2025.01.09 20:43:49.752543 [ 195 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_56_11} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7353 | 2025.01.09 20:43:49.752637 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 7354 | 2025.01.09 20:43:49.753150 [ 260 ] {07ed9cab-a333-44c9-bfce-e3ed432c322f} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7355 | 2025.01.09 20:43:49.753194 [ 260 ] {07ed9cab-a333-44c9-bfce-e3ed432c322f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7356 | 2025.01.09 20:43:49.753656 [ 260 ] {07ed9cab-a333-44c9-bfce-e3ed432c322f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7357 | 2025.01.09 20:43:49.753903 [ 260 ] {07ed9cab-a333-44c9-bfce-e3ed432c322f} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7358 | 2025.01.09 20:43:49.754072 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7359 | 2025.01.09 20:43:49.754137 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7360 | 2025.01.09 20:43:49.754172 [ 260 ] {07ed9cab-a333-44c9-bfce-e3ed432c322f} <Debug> executeQuery: Read 1009 rows, 68.79 KiB in 0.002463 sec., 409663.0125862769 rows/sec., 27.27 MiB/sec. | ||
| 7361 | 2025.01.09 20:43:49.754178 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7362 | 2025.01.09 20:43:49.754361 [ 260 ] {07ed9cab-a333-44c9-bfce-e3ed432c322f} <Debug> TCPHandler: Processed in 0.003035884 sec. | ||
| 7363 | 2025.01.09 20:43:49.754500 [ 192 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::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 | ||
| 7364 | 2025.01.09 20:43:49.754608 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7365 | 2025.01.09 20:43:49.754952 [ 192 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7366 | 2025.01.09 20:43:49.755008 [ 262 ] {05c1cb88-6b30-4c65-a893-1b36962f45a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7367 | 2025.01.09 20:43:49.755087 [ 192 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 13221 rows starting from the beginning of the part | ||
| 7368 | 2025.01.09 20:43:49.755223 [ 262 ] {05c1cb88-6b30-4c65-a893-1b36962f45a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7369 | 2025.01.09 20:43:49.755436 [ 192 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 177 rows starting from the beginning of the part | ||
| 7370 | 2025.01.09 20:43:49.755728 [ 192 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 101 rows starting from the beginning of the part | ||
| 7371 | 2025.01.09 20:43:49.756315 [ 192 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 177 rows starting from the beginning of the part | ||
| 7372 | 2025.01.09 20:43:49.756894 [ 192 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 100 rows starting from the beginning of the part | ||
| 7373 | 2025.01.09 20:43:49.757400 [ 192 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1009 rows starting from the beginning of the part | ||
| 7374 | 2025.01.09 20:43:49.758331 [ 262 ] {05c1cb88-6b30-4c65-a893-1b36962f45a8} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7375 | 2025.01.09 20:43:49.758407 [ 262 ] {05c1cb88-6b30-4c65-a893-1b36962f45a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7376 | 2025.01.09 20:43:49.758975 [ 262 ] {05c1cb88-6b30-4c65-a893-1b36962f45a8} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7377 | 2025.01.09 20:43:49.759410 [ 262 ] {05c1cb88-6b30-4c65-a893-1b36962f45a8} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7378 | 2025.01.09 20:43:49.759941 [ 262 ] {05c1cb88-6b30-4c65-a893-1b36962f45a8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005061 sec., 197.58940920766645 rows/sec., 13.31 KiB/sec. | ||
| 7379 | 2025.01.09 20:43:49.760134 [ 262 ] {05c1cb88-6b30-4c65-a893-1b36962f45a8} <Debug> TCPHandler: Processed in 0.005647419 sec. | ||
| 7380 | 2025.01.09 20:43:49.760320 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7381 | 2025.01.09 20:43:49.760469 [ 260 ] {ecd94f25-41b0-4ce2-8000-c0b07d462948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7382 | 2025.01.09 20:43:49.760573 [ 260 ] {ecd94f25-41b0-4ce2-8000-c0b07d462948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7383 | 2025.01.09 20:43:49.761963 [ 260 ] {ecd94f25-41b0-4ce2-8000-c0b07d462948} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7384 | 2025.01.09 20:43:49.762004 [ 260 ] {ecd94f25-41b0-4ce2-8000-c0b07d462948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7385 | 2025.01.09 20:43:49.762877 [ 260 ] {ecd94f25-41b0-4ce2-8000-c0b07d462948} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7386 | 2025.01.09 20:43:49.762893 [ 188 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14785 rows, containing 5 columns (5 merged, 0 gathered) in 0.008565122 sec., 1726186.737328435 rows/sec., 115.57 MiB/sec. | ||
| 7387 | 2025.01.09 20:43:49.763188 [ 260 ] {ecd94f25-41b0-4ce2-8000-c0b07d462948} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7388 | 2025.01.09 20:43:49.763497 [ 260 ] {ecd94f25-41b0-4ce2-8000-c0b07d462948} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.003055 sec., 4255.319148936171 rows/sec., 7.63 MiB/sec. | ||
| 7389 | 2025.01.09 20:43:49.763506 [ 195 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7390 | 2025.01.09 20:43:49.763817 [ 260 ] {ecd94f25-41b0-4ce2-8000-c0b07d462948} <Debug> TCPHandler: Processed in 0.003570309 sec. | ||
| 7391 | 2025.01.09 20:43:49.764112 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7392 | 2025.01.09 20:43:49.764185 [ 197 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7393 | 2025.01.09 20:43:49.764378 [ 197 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7394 | 2025.01.09 20:43:49.764438 [ 262 ] {3a24c8fb-e7d7-423f-97d5-eb05b4c5982e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7395 | 2025.01.09 20:43:49.764576 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB. | ||
| 7396 | 2025.01.09 20:43:49.764629 [ 262 ] {3a24c8fb-e7d7-423f-97d5-eb05b4c5982e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7397 | 2025.01.09 20:43:49.765120 [ 262 ] {3a24c8fb-e7d7-423f-97d5-eb05b4c5982e} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7398 | 2025.01.09 20:43:49.765158 [ 262 ] {3a24c8fb-e7d7-423f-97d5-eb05b4c5982e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7399 | 2025.01.09 20:43:49.765537 [ 262 ] {3a24c8fb-e7d7-423f-97d5-eb05b4c5982e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7400 | 2025.01.09 20:43:49.765782 [ 262 ] {3a24c8fb-e7d7-423f-97d5-eb05b4c5982e} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7401 | 2025.01.09 20:43:49.765914 [ 90 ] {} <Debug> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7402 | 2025.01.09 20:43:49.765948 [ 90 ] {} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7403 | 2025.01.09 20:43:49.765970 [ 262 ] {3a24c8fb-e7d7-423f-97d5-eb05b4c5982e} <Debug> executeQuery: Read 46 rows, 2.88 KiB in 0.001617 sec., 28447.74273345702 rows/sec., 1.74 MiB/sec. | ||
| 7404 | 2025.01.09 20:43:49.765972 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.83 GiB. | ||
| 7405 | 2025.01.09 20:43:49.766096 [ 262 ] {3a24c8fb-e7d7-423f-97d5-eb05b4c5982e} <Debug> TCPHandler: Processed in 0.002154954 sec. | ||
| 7406 | 2025.01.09 20:43:49.766390 [ 195 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::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 | ||
| 7407 | 2025.01.09 20:43:49.766764 [ 195 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7408 | 2025.01.09 20:43:49.766810 [ 195 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1758 rows starting from the beginning of the part | ||
| 7409 | 2025.01.09 20:43:49.766875 [ 195 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 52 rows starting from the beginning of the part | ||
| 7410 | 2025.01.09 20:43:49.767132 [ 195 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 30 rows starting from the beginning of the part | ||
| 7411 | 2025.01.09 20:43:49.767282 [ 195 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 52 rows starting from the beginning of the part | ||
| 7412 | 2025.01.09 20:43:49.767436 [ 195 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 30 rows starting from the beginning of the part | ||
| 7413 | 2025.01.09 20:43:49.767601 [ 195 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 46 rows starting from the beginning of the part | ||
| 7414 | 2025.01.09 20:43:49.768902 [ 188 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1968 rows, containing 4 columns (4 merged, 0 gathered) in 0.002793999 sec., 704366.7517418582 rows/sec., 45.31 MiB/sec. | ||
| 7415 | 2025.01.09 20:43:49.769102 [ 195 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7416 | 2025.01.09 20:43:49.769375 [ 195 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_56_11} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7417 | 2025.01.09 20:43:49.769452 [ 195 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_56_11} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7418 | 2025.01.09 20:43:49.769527 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 7419 | 2025.01.09 20:43:50.812197 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1056 | ||
| 7420 | 2025.01.09 20:43:50.816019 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7421 | 2025.01.09 20:43:50.816076 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7422 | 2025.01.09 20:43:50.817619 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7423 | 2025.01.09 20:43:50.817968 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7424 | 2025.01.09 20:43:50.818634 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1056 | ||
| 7425 | 2025.01.09 20:43:51.430060 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7426 | 2025.01.09 20:43:51.430274 [ 260 ] {884d0a1e-48d7-455e-b67a-00b68e7f35e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7427 | 2025.01.09 20:43:51.430357 [ 260 ] {884d0a1e-48d7-455e-b67a-00b68e7f35e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7428 | 2025.01.09 20:43:51.431157 [ 260 ] {884d0a1e-48d7-455e-b67a-00b68e7f35e5} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7429 | 2025.01.09 20:43:51.431209 [ 260 ] {884d0a1e-48d7-455e-b67a-00b68e7f35e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7430 | 2025.01.09 20:43:51.431664 [ 260 ] {884d0a1e-48d7-455e-b67a-00b68e7f35e5} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7431 | 2025.01.09 20:43:51.431925 [ 260 ] {884d0a1e-48d7-455e-b67a-00b68e7f35e5} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7432 | 2025.01.09 20:43:51.432194 [ 260 ] {884d0a1e-48d7-455e-b67a-00b68e7f35e5} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.00197 sec., 13197.969543147208 rows/sec., 1018.70 KiB/sec. | ||
| 7433 | 2025.01.09 20:43:51.432306 [ 260 ] {884d0a1e-48d7-455e-b67a-00b68e7f35e5} <Debug> TCPHandler: Processed in 0.002386339 sec. | ||
| 7434 | 2025.01.09 20:43:51.432580 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7435 | 2025.01.09 20:43:51.432787 [ 262 ] {5ffae1be-db9a-498f-bf18-d76a1b01002a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7436 | 2025.01.09 20:43:51.432864 [ 262 ] {5ffae1be-db9a-498f-bf18-d76a1b01002a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7437 | 2025.01.09 20:43:51.433698 [ 262 ] {5ffae1be-db9a-498f-bf18-d76a1b01002a} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7438 | 2025.01.09 20:43:51.433746 [ 262 ] {5ffae1be-db9a-498f-bf18-d76a1b01002a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7439 | 2025.01.09 20:43:51.434194 [ 262 ] {5ffae1be-db9a-498f-bf18-d76a1b01002a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7440 | 2025.01.09 20:43:51.434461 [ 262 ] {5ffae1be-db9a-498f-bf18-d76a1b01002a} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7441 | 2025.01.09 20:43:51.434700 [ 262 ] {5ffae1be-db9a-498f-bf18-d76a1b01002a} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001969 sec., 14220.416455053328 rows/sec., 1.11 MiB/sec. | ||
| 7442 | 2025.01.09 20:43:51.434763 [ 262 ] {5ffae1be-db9a-498f-bf18-d76a1b01002a} <Debug> TCPHandler: Processed in 0.002333277 sec. | ||
| 7443 | 2025.01.09 20:43:51.434926 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7444 | 2025.01.09 20:43:51.435075 [ 260 ] {dc86e3fa-3a18-4158-8fc4-8da7ccc50441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7445 | 2025.01.09 20:43:51.435142 [ 260 ] {dc86e3fa-3a18-4158-8fc4-8da7ccc50441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7446 | 2025.01.09 20:43:51.435754 [ 260 ] {dc86e3fa-3a18-4158-8fc4-8da7ccc50441} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7447 | 2025.01.09 20:43:51.435795 [ 260 ] {dc86e3fa-3a18-4158-8fc4-8da7ccc50441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7448 | 2025.01.09 20:43:51.436187 [ 260 ] {dc86e3fa-3a18-4158-8fc4-8da7ccc50441} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7449 | 2025.01.09 20:43:51.436424 [ 260 ] {dc86e3fa-3a18-4158-8fc4-8da7ccc50441} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7450 | 2025.01.09 20:43:51.436708 [ 260 ] {dc86e3fa-3a18-4158-8fc4-8da7ccc50441} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.001663 sec., 12026.458208057727 rows/sec., 853.83 KiB/sec. | ||
| 7451 | 2025.01.09 20:43:51.436841 [ 260 ] {dc86e3fa-3a18-4158-8fc4-8da7ccc50441} <Debug> TCPHandler: Processed in 0.001979189 sec. | ||
| 7452 | 2025.01.09 20:43:51.437076 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7453 | 2025.01.09 20:43:51.437251 [ 262 ] {14b2d8ce-faf5-402b-b708-8db914844ec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7454 | 2025.01.09 20:43:51.437316 [ 262 ] {14b2d8ce-faf5-402b-b708-8db914844ec5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7455 | 2025.01.09 20:43:51.437851 [ 262 ] {14b2d8ce-faf5-402b-b708-8db914844ec5} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7456 | 2025.01.09 20:43:51.437892 [ 262 ] {14b2d8ce-faf5-402b-b708-8db914844ec5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7457 | 2025.01.09 20:43:51.438291 [ 262 ] {14b2d8ce-faf5-402b-b708-8db914844ec5} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7458 | 2025.01.09 20:43:51.438553 [ 262 ] {14b2d8ce-faf5-402b-b708-8db914844ec5} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7459 | 2025.01.09 20:43:51.438786 [ 262 ] {14b2d8ce-faf5-402b-b708-8db914844ec5} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.001566 sec., 3831.417624521073 rows/sec., 268.77 KiB/sec. | ||
| 7460 | 2025.01.09 20:43:51.438888 [ 262 ] {14b2d8ce-faf5-402b-b708-8db914844ec5} <Debug> TCPHandler: Processed in 0.001948738 sec. | ||
| 7461 | 2025.01.09 20:43:53.230913 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 | ||
| 7462 | 2025.01.09 20:43:53.231680 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7463 | 2025.01.09 20:43:53.231737 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7464 | 2025.01.09 20:43:53.232255 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7465 | 2025.01.09 20:43:53.232505 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7466 | 2025.01.09 20:43:53.232798 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 | ||
| 7467 | 2025.01.09 20:43:54.376874 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 7468 | 2025.01.09 20:43:54.399778 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7469 | 2025.01.09 20:43:54.399839 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7470 | 2025.01.09 20:43:54.407313 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7471 | 2025.01.09 20:43:54.408123 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7472 | 2025.01.09 20:43:54.411406 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 7473 | 2025.01.09 20:43:56.435073 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7474 | 2025.01.09 20:43:56.435280 [ 260 ] {7476098f-093f-43b5-b1ef-aeedc1810b53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7475 | 2025.01.09 20:43:56.435352 [ 260 ] {7476098f-093f-43b5-b1ef-aeedc1810b53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7476 | 2025.01.09 20:43:56.436149 [ 260 ] {7476098f-093f-43b5-b1ef-aeedc1810b53} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7477 | 2025.01.09 20:43:56.436198 [ 260 ] {7476098f-093f-43b5-b1ef-aeedc1810b53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7478 | 2025.01.09 20:43:56.436646 [ 260 ] {7476098f-093f-43b5-b1ef-aeedc1810b53} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7479 | 2025.01.09 20:43:56.436914 [ 260 ] {7476098f-093f-43b5-b1ef-aeedc1810b53} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7480 | 2025.01.09 20:43:56.437169 [ 260 ] {7476098f-093f-43b5-b1ef-aeedc1810b53} <Debug> executeQuery: Read 78 rows, 6.88 KiB in 0.00194 sec., 40206.18556701031 rows/sec., 3.46 MiB/sec. | ||
| 7481 | 2025.01.09 20:43:56.437237 [ 260 ] {7476098f-093f-43b5-b1ef-aeedc1810b53} <Debug> TCPHandler: Processed in 0.002291386 sec. | ||
| 7482 | 2025.01.09 20:43:56.437516 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7483 | 2025.01.09 20:43:56.437740 [ 262 ] {afbd7a5f-3773-4448-8dad-9f0bd44028a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7484 | 2025.01.09 20:43:56.437824 [ 262 ] {afbd7a5f-3773-4448-8dad-9f0bd44028a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7485 | 2025.01.09 20:43:56.438580 [ 262 ] {afbd7a5f-3773-4448-8dad-9f0bd44028a0} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7486 | 2025.01.09 20:43:56.438631 [ 262 ] {afbd7a5f-3773-4448-8dad-9f0bd44028a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7487 | 2025.01.09 20:43:56.439079 [ 262 ] {afbd7a5f-3773-4448-8dad-9f0bd44028a0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7488 | 2025.01.09 20:43:56.439341 [ 262 ] {afbd7a5f-3773-4448-8dad-9f0bd44028a0} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7489 | 2025.01.09 20:43:56.439621 [ 262 ] {afbd7a5f-3773-4448-8dad-9f0bd44028a0} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001936 sec., 13429.752066115703 rows/sec., 1009.85 KiB/sec. | ||
| 7490 | 2025.01.09 20:43:56.439821 [ 262 ] {afbd7a5f-3773-4448-8dad-9f0bd44028a0} <Debug> TCPHandler: Processed in 0.002452231 sec. | ||
| 7491 | 2025.01.09 20:43:56.440045 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7492 | 2025.01.09 20:43:56.440188 [ 260 ] {446cda48-e77f-4d69-9a7e-93c2d93421b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7493 | 2025.01.09 20:43:56.440247 [ 260 ] {446cda48-e77f-4d69-9a7e-93c2d93421b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7494 | 2025.01.09 20:43:56.440926 [ 260 ] {446cda48-e77f-4d69-9a7e-93c2d93421b7} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7495 | 2025.01.09 20:43:56.440966 [ 260 ] {446cda48-e77f-4d69-9a7e-93c2d93421b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7496 | 2025.01.09 20:43:56.441339 [ 260 ] {446cda48-e77f-4d69-9a7e-93c2d93421b7} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7497 | 2025.01.09 20:43:56.441585 [ 260 ] {446cda48-e77f-4d69-9a7e-93c2d93421b7} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7498 | 2025.01.09 20:43:56.441808 [ 260 ] {446cda48-e77f-4d69-9a7e-93c2d93421b7} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.00165 sec., 32727.272727272728 rows/sec., 2.56 MiB/sec. | ||
| 7499 | 2025.01.09 20:43:56.441881 [ 260 ] {446cda48-e77f-4d69-9a7e-93c2d93421b7} <Debug> TCPHandler: Processed in 0.001942328 sec. | ||
| 7500 | 2025.01.09 20:43:56.442097 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7501 | 2025.01.09 20:43:56.442244 [ 262 ] {26754841-88cc-4061-ad84-0ab4d0ae2203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7502 | 2025.01.09 20:43:56.442310 [ 262 ] {26754841-88cc-4061-ad84-0ab4d0ae2203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7503 | 2025.01.09 20:43:56.442951 [ 262 ] {26754841-88cc-4061-ad84-0ab4d0ae2203} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7504 | 2025.01.09 20:43:56.442991 [ 262 ] {26754841-88cc-4061-ad84-0ab4d0ae2203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7505 | 2025.01.09 20:43:56.443407 [ 262 ] {26754841-88cc-4061-ad84-0ab4d0ae2203} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7506 | 2025.01.09 20:43:56.443661 [ 262 ] {26754841-88cc-4061-ad84-0ab4d0ae2203} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7507 | 2025.01.09 20:43:56.443885 [ 262 ] {26754841-88cc-4061-ad84-0ab4d0ae2203} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001677 sec., 59630.29218843172 rows/sec., 4.13 MiB/sec. | ||
| 7508 | 2025.01.09 20:43:56.443943 [ 262 ] {26754841-88cc-4061-ad84-0ab4d0ae2203} <Debug> TCPHandler: Processed in 0.001936748 sec. | ||
| 7509 | 2025.01.09 20:43:56.444096 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7510 | 2025.01.09 20:43:56.444238 [ 260 ] {5fde165b-e92d-4b80-9fbd-0f4b2ed26669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7511 | 2025.01.09 20:43:56.444334 [ 260 ] {5fde165b-e92d-4b80-9fbd-0f4b2ed26669} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7512 | 2025.01.09 20:43:56.445609 [ 260 ] {5fde165b-e92d-4b80-9fbd-0f4b2ed26669} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7513 | 2025.01.09 20:43:56.445648 [ 260 ] {5fde165b-e92d-4b80-9fbd-0f4b2ed26669} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7514 | 2025.01.09 20:43:56.446301 [ 260 ] {5fde165b-e92d-4b80-9fbd-0f4b2ed26669} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7515 | 2025.01.09 20:43:56.446583 [ 260 ] {5fde165b-e92d-4b80-9fbd-0f4b2ed26669} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7516 | 2025.01.09 20:43:56.446858 [ 260 ] {5fde165b-e92d-4b80-9fbd-0f4b2ed26669} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002653 sec., 9800.226159065209 rows/sec., 17.56 MiB/sec. | ||
| 7517 | 2025.01.09 20:43:56.447179 [ 260 ] {5fde165b-e92d-4b80-9fbd-0f4b2ed26669} <Debug> TCPHandler: Processed in 0.003147717 sec. | ||
| 7518 | 2025.01.09 20:43:56.447412 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7519 | 2025.01.09 20:43:56.447649 [ 262 ] {e9166f6a-45ee-43db-b1bd-2c8f424a4e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7520 | 2025.01.09 20:43:56.447745 [ 262 ] {e9166f6a-45ee-43db-b1bd-2c8f424a4e21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7521 | 2025.01.09 20:43:56.448320 [ 262 ] {e9166f6a-45ee-43db-b1bd-2c8f424a4e21} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7522 | 2025.01.09 20:43:56.448359 [ 262 ] {e9166f6a-45ee-43db-b1bd-2c8f424a4e21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7523 | 2025.01.09 20:43:56.448752 [ 262 ] {e9166f6a-45ee-43db-b1bd-2c8f424a4e21} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7524 | 2025.01.09 20:43:56.449027 [ 262 ] {e9166f6a-45ee-43db-b1bd-2c8f424a4e21} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7525 | 2025.01.09 20:43:56.449252 [ 262 ] {e9166f6a-45ee-43db-b1bd-2c8f424a4e21} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001658 sec., 18094.089264173705 rows/sec., 1.24 MiB/sec. | ||
| 7526 | 2025.01.09 20:43:56.449371 [ 262 ] {e9166f6a-45ee-43db-b1bd-2c8f424a4e21} <Debug> TCPHandler: Processed in 0.002068142 sec. | ||
| 7527 | 2025.01.09 20:44:00.386808 [ 76 ] {} <Debug> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7528 | 2025.01.09 20:44:00.386898 [ 76 ] {} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7529 | 2025.01.09 20:44:00.386926 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7530 | 2025.01.09 20:44:00.387138 [ 186 ] {5972569d-c84d-46f5-938f-78762736d93d::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 | ||
| 7531 | 2025.01.09 20:44:00.387376 [ 186 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7532 | 2025.01.09 20:44:00.387423 [ 186 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 243 rows starting from the beginning of the part | ||
| 7533 | 2025.01.09 20:44:00.387518 [ 186 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 242 rows starting from the beginning of the part | ||
| 7534 | 2025.01.09 20:44:00.387773 [ 186 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 7535 | 2025.01.09 20:44:00.388036 [ 186 ] {5972569d-c84d-46f5-938f-78762736d93d::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 | ||
| 7536 | 2025.01.09 20:44:00.388204 [ 186 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 242 rows starting from the beginning of the part | ||
| 7537 | 2025.01.09 20:44:00.389414 [ 188 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002406069 sec., 313789.8372823057 rows/sec., 22.46 MiB/sec. | ||
| 7538 | 2025.01.09 20:44:00.389627 [ 188 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7539 | 2025.01.09 20:44:00.389991 [ 188 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_24_5} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7540 | 2025.01.09 20:44:00.390088 [ 188 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_24_5} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7541 | 2025.01.09 20:44:00.390187 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 7542 | 2025.01.09 20:44:00.589236 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7543 | 2025.01.09 20:44:00.589268 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7544 | 2025.01.09 20:44:00.716347 [ 76 ] {} <Debug> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7545 | 2025.01.09 20:44:00.716424 [ 76 ] {} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7546 | 2025.01.09 20:44:00.716453 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7547 | 2025.01.09 20:44:00.716642 [ 200 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 7548 | 2025.01.09 20:44:00.716921 [ 200 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7549 | 2025.01.09 20:44:00.716963 [ 200 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 7550 | 2025.01.09 20:44:00.717048 [ 200 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 7551 | 2025.01.09 20:44:00.717199 [ 200 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 7552 | 2025.01.09 20:44:00.717406 [ 200 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 7553 | 2025.01.09 20:44:00.717511 [ 200 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 7554 | 2025.01.09 20:44:00.718536 [ 199 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.00201352 sec., 71516.54813461004 rows/sec., 3.65 MiB/sec. | ||
| 7555 | 2025.01.09 20:44:00.718705 [ 188 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7556 | 2025.01.09 20:44:00.719031 [ 188 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_24_5} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7557 | 2025.01.09 20:44:00.719111 [ 188 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_24_5} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7558 | 2025.01.09 20:44:00.719181 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7559 | 2025.01.09 20:44:00.732934 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531 | ||
| 7560 | 2025.01.09 20:44:00.733540 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7561 | 2025.01.09 20:44:00.733582 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7562 | 2025.01.09 20:44:00.734086 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7563 | 2025.01.09 20:44:00.734326 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7564 | 2025.01.09 20:44:00.734474 [ 76 ] {} <Debug> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7565 | 2025.01.09 20:44:00.734502 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7566 | 2025.01.09 20:44:00.734522 [ 76 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7567 | 2025.01.09 20:44:00.734549 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7568 | 2025.01.09 20:44:00.734682 [ 190 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 7569 | 2025.01.09 20:44:00.734832 [ 190 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7570 | 2025.01.09 20:44:00.734875 [ 190 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 7571 | 2025.01.09 20:44:00.734990 [ 190 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 7572 | 2025.01.09 20:44:00.735191 [ 190 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 7573 | 2025.01.09 20:44:00.735462 [ 190 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 7574 | 2025.01.09 20:44:00.735735 [ 190 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 7575 | 2025.01.09 20:44:00.735939 [ 190 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 7576 | 2025.01.09 20:44:00.738746 [ 188 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.004130012 sec., 4002651.8082756177 rows/sec., 57.26 MiB/sec. | ||
| 7577 | 2025.01.09 20:44:00.738879 [ 196 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7578 | 2025.01.09 20:44:00.739218 [ 196 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_36_7} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7579 | 2025.01.09 20:44:00.739306 [ 196 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_36_7} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7580 | 2025.01.09 20:44:00.739418 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 7581 | 2025.01.09 20:44:00.818934 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1076 | ||
| 7582 | 2025.01.09 20:44:00.821647 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7583 | 2025.01.09 20:44:00.821694 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7584 | 2025.01.09 20:44:00.823113 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7585 | 2025.01.09 20:44:00.823427 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7586 | 2025.01.09 20:44:00.823722 [ 76 ] {} <Debug> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7587 | 2025.01.09 20:44:00.823883 [ 76 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7588 | 2025.01.09 20:44:00.824017 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7589 | 2025.01.09 20:44:00.824329 [ 198 ] {e112f526-83d2-4dea-952f-9c32bda020af::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 | ||
| 7590 | 2025.01.09 20:44:00.824574 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1076 | ||
| 7591 | 2025.01.09 20:44:00.825098 [ 198 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7592 | 2025.01.09 20:44:00.825235 [ 198 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 886 rows starting from the beginning of the part | ||
| 7593 | 2025.01.09 20:44:00.825838 [ 198 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
| 7594 | 2025.01.09 20:44:00.826377 [ 198 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 20 rows starting from the beginning of the part | ||
| 7595 | 2025.01.09 20:44:00.826938 [ 198 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part | ||
| 7596 | 2025.01.09 20:44:00.827442 [ 198 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 58 rows starting from the beginning of the part | ||
| 7597 | 2025.01.09 20:44:00.827985 [ 198 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 20 rows starting from the beginning of the part | ||
| 7598 | 2025.01.09 20:44:00.836025 [ 196 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1076 rows, containing 72 columns (72 merged, 0 gathered) in 0.011856744 sec., 90750.04065196987 rows/sec., 71.94 MiB/sec. | ||
| 7599 | 2025.01.09 20:44:00.837556 [ 188 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7600 | 2025.01.09 20:44:00.838343 [ 188 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_26_5} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7601 | 2025.01.09 20:44:00.838434 [ 188 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_26_5} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7602 | 2025.01.09 20:44:00.838767 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.45 MiB. | ||
| 7603 | 2025.01.09 20:44:01.438577 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7604 | 2025.01.09 20:44:01.438791 [ 260 ] {a98a7310-a896-48b4-a8db-d370b829fdde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7605 | 2025.01.09 20:44:01.438865 [ 260 ] {a98a7310-a896-48b4-a8db-d370b829fdde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7606 | 2025.01.09 20:44:01.439672 [ 260 ] {a98a7310-a896-48b4-a8db-d370b829fdde} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7607 | 2025.01.09 20:44:01.439724 [ 260 ] {a98a7310-a896-48b4-a8db-d370b829fdde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7608 | 2025.01.09 20:44:01.440177 [ 260 ] {a98a7310-a896-48b4-a8db-d370b829fdde} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7609 | 2025.01.09 20:44:01.440448 [ 260 ] {a98a7310-a896-48b4-a8db-d370b829fdde} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7610 | 2025.01.09 20:44:01.440635 [ 75 ] {} <Debug> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7611 | 2025.01.09 20:44:01.440717 [ 260 ] {a98a7310-a896-48b4-a8db-d370b829fdde} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001988 sec., 7042.25352112676 rows/sec., 506.95 KiB/sec. | ||
| 7612 | 2025.01.09 20:44:01.440720 [ 75 ] {} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7613 | 2025.01.09 20:44:01.440807 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7614 | 2025.01.09 20:44:01.440864 [ 260 ] {a98a7310-a896-48b4-a8db-d370b829fdde} <Debug> TCPHandler: Processed in 0.00241341 sec. | ||
| 7615 | 2025.01.09 20:44:01.441236 [ 189 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 7616 | 2025.01.09 20:44:01.441236 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7617 | 2025.01.09 20:44:01.441530 [ 189 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7618 | 2025.01.09 20:44:01.441614 [ 262 ] {06aed870-9844-4bf3-b2aa-798ef97622a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7619 | 2025.01.09 20:44:01.441614 [ 189 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 7620 | 2025.01.09 20:44:01.441736 [ 262 ] {06aed870-9844-4bf3-b2aa-798ef97622a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7621 | 2025.01.09 20:44:01.441910 [ 189 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 7622 | 2025.01.09 20:44:01.442281 [ 189 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 7623 | 2025.01.09 20:44:01.442511 [ 189 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 7624 | 2025.01.09 20:44:01.442832 [ 189 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 7625 | 2025.01.09 20:44:01.444800 [ 262 ] {06aed870-9844-4bf3-b2aa-798ef97622a1} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7626 | 2025.01.09 20:44:01.444890 [ 262 ] {06aed870-9844-4bf3-b2aa-798ef97622a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7627 | 2025.01.09 20:44:01.445304 [ 188 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004387208 sec., 15955.477834650192 rows/sec., 1.18 MiB/sec. | ||
| 7628 | 2025.01.09 20:44:01.445521 [ 188 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7629 | 2025.01.09 20:44:01.445858 [ 262 ] {06aed870-9844-4bf3-b2aa-798ef97622a1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7630 | 2025.01.09 20:44:01.446063 [ 187 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_25_6} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7631 | 2025.01.09 20:44:01.446244 [ 187 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_25_6} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7632 | 2025.01.09 20:44:01.446337 [ 262 ] {06aed870-9844-4bf3-b2aa-798ef97622a1} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7633 | 2025.01.09 20:44:01.446431 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7634 | 2025.01.09 20:44:01.446654 [ 262 ] {06aed870-9844-4bf3-b2aa-798ef97622a1} <Debug> executeQuery: Read 199 rows, 18.15 KiB in 0.00515 sec., 38640.77669902913 rows/sec., 3.44 MiB/sec. | ||
| 7635 | 2025.01.09 20:44:01.446738 [ 262 ] {06aed870-9844-4bf3-b2aa-798ef97622a1} <Debug> TCPHandler: Processed in 0.005738212 sec. | ||
| 7636 | 2025.01.09 20:44:01.446919 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7637 | 2025.01.09 20:44:01.447064 [ 260 ] {7abe6a4c-428b-4e16-b196-25a96a8c01b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7638 | 2025.01.09 20:44:01.447118 [ 260 ] {7abe6a4c-428b-4e16-b196-25a96a8c01b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7639 | 2025.01.09 20:44:01.447738 [ 260 ] {7abe6a4c-428b-4e16-b196-25a96a8c01b0} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7640 | 2025.01.09 20:44:01.447778 [ 260 ] {7abe6a4c-428b-4e16-b196-25a96a8c01b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7641 | 2025.01.09 20:44:01.448155 [ 260 ] {7abe6a4c-428b-4e16-b196-25a96a8c01b0} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7642 | 2025.01.09 20:44:01.448419 [ 260 ] {7abe6a4c-428b-4e16-b196-25a96a8c01b0} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7643 | 2025.01.09 20:44:01.448591 [ 75 ] {} <Debug> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
| 7644 | 2025.01.09 20:44:01.448648 [ 75 ] {} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7645 | 2025.01.09 20:44:01.448679 [ 260 ] {7abe6a4c-428b-4e16-b196-25a96a8c01b0} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001642 sec., 12180.26796589525 rows/sec., 873.08 KiB/sec. | ||
| 7646 | 2025.01.09 20:44:01.448692 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7647 | 2025.01.09 20:44:01.448873 [ 260 ] {7abe6a4c-428b-4e16-b196-25a96a8c01b0} <Debug> TCPHandler: Processed in 0.00201771 sec. | ||
| 7648 | 2025.01.09 20:44:01.449069 [ 188 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full | ||
| 7649 | 2025.01.09 20:44:01.449154 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7650 | 2025.01.09 20:44:01.449585 [ 188 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7651 | 2025.01.09 20:44:01.449597 [ 262 ] {183aba09-9848-46b3-a8f2-b250c99c3fa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7652 | 2025.01.09 20:44:01.449716 [ 188 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 60 rows starting from the beginning of the part | ||
| 7653 | 2025.01.09 20:44:01.449786 [ 262 ] {183aba09-9848-46b3-a8f2-b250c99c3fa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7654 | 2025.01.09 20:44:01.450330 [ 188 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 20 rows starting from the beginning of the part | ||
| 7655 | 2025.01.09 20:44:01.451077 [ 188 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 26 rows starting from the beginning of the part | ||
| 7656 | 2025.01.09 20:44:01.451495 [ 188 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 32 rows starting from the beginning of the part | ||
| 7657 | 2025.01.09 20:44:01.451855 [ 188 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 26 rows starting from the beginning of the part | ||
| 7658 | 2025.01.09 20:44:01.452144 [ 188 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 20 rows starting from the beginning of the part | ||
| 7659 | 2025.01.09 20:44:01.452878 [ 262 ] {183aba09-9848-46b3-a8f2-b250c99c3fa5} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7660 | 2025.01.09 20:44:01.452948 [ 262 ] {183aba09-9848-46b3-a8f2-b250c99c3fa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7661 | 2025.01.09 20:44:01.454006 [ 262 ] {183aba09-9848-46b3-a8f2-b250c99c3fa5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7662 | 2025.01.09 20:44:01.454646 [ 262 ] {183aba09-9848-46b3-a8f2-b250c99c3fa5} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7663 | 2025.01.09 20:44:01.454944 [ 193 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 5 columns (5 merged, 0 gathered) in 0.006099911 sec., 30164.37452939887 rows/sec., 2.26 MiB/sec. | ||
| 7664 | 2025.01.09 20:44:01.455116 [ 262 ] {183aba09-9848-46b3-a8f2-b250c99c3fa5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005686 sec., 2462.1878297572985 rows/sec., 172.44 KiB/sec. | ||
| 7665 | 2025.01.09 20:44:01.455229 [ 262 ] {183aba09-9848-46b3-a8f2-b250c99c3fa5} <Debug> TCPHandler: Processed in 0.006226184 sec. | ||
| 7666 | 2025.01.09 20:44:01.455274 [ 193 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
| 7667 | 2025.01.09 20:44:01.455427 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7668 | 2025.01.09 20:44:01.455650 [ 260 ] {87fb67d3-d859-48ec-a7fe-5d75c1b24c2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7669 | 2025.01.09 20:44:01.455752 [ 260 ] {87fb67d3-d859-48ec-a7fe-5d75c1b24c2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7670 | 2025.01.09 20:44:01.455775 [ 193 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_45_9} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7671 | 2025.01.09 20:44:01.456013 [ 193 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_45_9} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
| 7672 | 2025.01.09 20:44:01.456210 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7673 | 2025.01.09 20:44:01.456694 [ 260 ] {87fb67d3-d859-48ec-a7fe-5d75c1b24c2d} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7674 | 2025.01.09 20:44:01.456740 [ 260 ] {87fb67d3-d859-48ec-a7fe-5d75c1b24c2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7675 | 2025.01.09 20:44:01.457111 [ 260 ] {87fb67d3-d859-48ec-a7fe-5d75c1b24c2d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7676 | 2025.01.09 20:44:01.457372 [ 260 ] {87fb67d3-d859-48ec-a7fe-5d75c1b24c2d} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7677 | 2025.01.09 20:44:01.457534 [ 75 ] {} <Debug> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7678 | 2025.01.09 20:44:01.457594 [ 75 ] {} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7679 | 2025.01.09 20:44:01.457623 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7680 | 2025.01.09 20:44:01.457641 [ 260 ] {87fb67d3-d859-48ec-a7fe-5d75c1b24c2d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002047 sec., 6350.757205666829 rows/sec., 395.97 KiB/sec. | ||
| 7681 | 2025.01.09 20:44:01.457996 [ 260 ] {87fb67d3-d859-48ec-a7fe-5d75c1b24c2d} <Debug> TCPHandler: Processed in 0.002660396 sec. | ||
| 7682 | 2025.01.09 20:44:01.458034 [ 187 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 7683 | 2025.01.09 20:44:01.458293 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7684 | 2025.01.09 20:44:01.458504 [ 187 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7685 | 2025.01.09 20:44:01.458558 [ 262 ] {fad09e39-45d3-40d6-909b-ffaac2e492da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7686 | 2025.01.09 20:44:01.458578 [ 187 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 7687 | 2025.01.09 20:44:01.458659 [ 262 ] {fad09e39-45d3-40d6-909b-ffaac2e492da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7688 | 2025.01.09 20:44:01.458848 [ 187 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 7689 | 2025.01.09 20:44:01.459383 [ 187 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 7690 | 2025.01.09 20:44:01.459760 [ 187 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 7691 | 2025.01.09 20:44:01.460231 [ 187 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 7692 | 2025.01.09 20:44:01.461950 [ 262 ] {fad09e39-45d3-40d6-909b-ffaac2e492da} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7693 | 2025.01.09 20:44:01.462023 [ 262 ] {fad09e39-45d3-40d6-909b-ffaac2e492da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7694 | 2025.01.09 20:44:01.463094 [ 187 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005397713 sec., 12042.137105103588 rows/sec., 797.86 KiB/sec. | ||
| 7695 | 2025.01.09 20:44:01.463139 [ 262 ] {fad09e39-45d3-40d6-909b-ffaac2e492da} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7696 | 2025.01.09 20:44:01.463261 [ 187 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7697 | 2025.01.09 20:44:01.463624 [ 262 ] {fad09e39-45d3-40d6-909b-ffaac2e492da} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7698 | 2025.01.09 20:44:01.463758 [ 187 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_25_6} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7699 | 2025.01.09 20:44:01.464028 [ 187 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_25_6} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7700 | 2025.01.09 20:44:01.464164 [ 262 ] {fad09e39-45d3-40d6-909b-ffaac2e492da} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.005648 sec., 63562.322946175635 rows/sec., 4.47 MiB/sec. | ||
| 7701 | 2025.01.09 20:44:01.464258 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7702 | 2025.01.09 20:44:01.464471 [ 262 ] {fad09e39-45d3-40d6-909b-ffaac2e492da} <Debug> TCPHandler: Processed in 0.006344088 sec. | ||
| 7703 | 2025.01.09 20:44:01.464697 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7704 | 2025.01.09 20:44:01.464836 [ 260 ] {7f58b0b6-db8d-4863-a7de-6942388e8cbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7705 | 2025.01.09 20:44:01.464897 [ 260 ] {7f58b0b6-db8d-4863-a7de-6942388e8cbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7706 | 2025.01.09 20:44:01.465387 [ 260 ] {7f58b0b6-db8d-4863-a7de-6942388e8cbf} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7707 | 2025.01.09 20:44:01.465426 [ 260 ] {7f58b0b6-db8d-4863-a7de-6942388e8cbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7708 | 2025.01.09 20:44:01.465802 [ 260 ] {7f58b0b6-db8d-4863-a7de-6942388e8cbf} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7709 | 2025.01.09 20:44:01.466053 [ 260 ] {7f58b0b6-db8d-4863-a7de-6942388e8cbf} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7710 | 2025.01.09 20:44:01.466267 [ 260 ] {7f58b0b6-db8d-4863-a7de-6942388e8cbf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001461 sec., 4106.776180698152 rows/sec., 214.56 KiB/sec. | ||
| 7711 | 2025.01.09 20:44:01.466319 [ 260 ] {7f58b0b6-db8d-4863-a7de-6942388e8cbf} <Debug> TCPHandler: Processed in 0.001722932 sec. | ||
| 7712 | 2025.01.09 20:44:01.466473 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7713 | 2025.01.09 20:44:01.466614 [ 262 ] {58587913-d052-4f77-9574-ddd685cfb50b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7714 | 2025.01.09 20:44:01.466677 [ 262 ] {58587913-d052-4f77-9574-ddd685cfb50b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7715 | 2025.01.09 20:44:01.467303 [ 262 ] {58587913-d052-4f77-9574-ddd685cfb50b} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7716 | 2025.01.09 20:44:01.467342 [ 262 ] {58587913-d052-4f77-9574-ddd685cfb50b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7717 | 2025.01.09 20:44:01.467754 [ 262 ] {58587913-d052-4f77-9574-ddd685cfb50b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7718 | 2025.01.09 20:44:01.468006 [ 262 ] {58587913-d052-4f77-9574-ddd685cfb50b} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7719 | 2025.01.09 20:44:01.468182 [ 262 ] {58587913-d052-4f77-9574-ddd685cfb50b} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001602 sec., 110486.8913857678 rows/sec., 7.29 MiB/sec. | ||
| 7720 | 2025.01.09 20:44:01.468234 [ 262 ] {58587913-d052-4f77-9574-ddd685cfb50b} <Debug> TCPHandler: Processed in 0.001826925 sec. | ||
| 7721 | 2025.01.09 20:44:01.468380 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7722 | 2025.01.09 20:44:01.468520 [ 260 ] {7ab49d97-6e0d-4c29-86fa-40f68261549f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7723 | 2025.01.09 20:44:01.468580 [ 260 ] {7ab49d97-6e0d-4c29-86fa-40f68261549f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7724 | 2025.01.09 20:44:01.469112 [ 260 ] {7ab49d97-6e0d-4c29-86fa-40f68261549f} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7725 | 2025.01.09 20:44:01.469151 [ 260 ] {7ab49d97-6e0d-4c29-86fa-40f68261549f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7726 | 2025.01.09 20:44:01.469517 [ 260 ] {7ab49d97-6e0d-4c29-86fa-40f68261549f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7727 | 2025.01.09 20:44:01.469774 [ 260 ] {7ab49d97-6e0d-4c29-86fa-40f68261549f} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7728 | 2025.01.09 20:44:01.469984 [ 260 ] {7ab49d97-6e0d-4c29-86fa-40f68261549f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001496 sec., 668.4491978609626 rows/sec., 45.04 KiB/sec. | ||
| 7729 | 2025.01.09 20:44:01.470039 [ 260 ] {7ab49d97-6e0d-4c29-86fa-40f68261549f} <Debug> TCPHandler: Processed in 0.001722322 sec. | ||
| 7730 | 2025.01.09 20:44:01.470184 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7731 | 2025.01.09 20:44:01.470322 [ 262 ] {ccf6ab06-d501-4f47-92bd-0c491c7b9e9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7732 | 2025.01.09 20:44:01.470418 [ 262 ] {ccf6ab06-d501-4f47-92bd-0c491c7b9e9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7733 | 2025.01.09 20:44:01.471629 [ 262 ] {ccf6ab06-d501-4f47-92bd-0c491c7b9e9a} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7734 | 2025.01.09 20:44:01.471666 [ 262 ] {ccf6ab06-d501-4f47-92bd-0c491c7b9e9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7735 | 2025.01.09 20:44:01.472301 [ 262 ] {ccf6ab06-d501-4f47-92bd-0c491c7b9e9a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7736 | 2025.01.09 20:44:01.472565 [ 262 ] {ccf6ab06-d501-4f47-92bd-0c491c7b9e9a} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7737 | 2025.01.09 20:44:01.472809 [ 262 ] {ccf6ab06-d501-4f47-92bd-0c491c7b9e9a} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002513 sec., 5173.099880620772 rows/sec., 9.27 MiB/sec. | ||
| 7738 | 2025.01.09 20:44:01.473304 [ 262 ] {ccf6ab06-d501-4f47-92bd-0c491c7b9e9a} <Debug> TCPHandler: Processed in 0.003181979 sec. | ||
| 7739 | 2025.01.09 20:44:01.473574 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7740 | 2025.01.09 20:44:01.473795 [ 260 ] {ad854aa2-76fb-4e02-9dbf-250d82841074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7741 | 2025.01.09 20:44:01.473886 [ 260 ] {ad854aa2-76fb-4e02-9dbf-250d82841074} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7742 | 2025.01.09 20:44:01.474456 [ 260 ] {ad854aa2-76fb-4e02-9dbf-250d82841074} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7743 | 2025.01.09 20:44:01.474495 [ 260 ] {ad854aa2-76fb-4e02-9dbf-250d82841074} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7744 | 2025.01.09 20:44:01.474868 [ 260 ] {ad854aa2-76fb-4e02-9dbf-250d82841074} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7745 | 2025.01.09 20:44:01.475126 [ 260 ] {ad854aa2-76fb-4e02-9dbf-250d82841074} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7746 | 2025.01.09 20:44:01.475338 [ 260 ] {ad854aa2-76fb-4e02-9dbf-250d82841074} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001598 sec., 32540.675844806006 rows/sec., 2.01 MiB/sec. | ||
| 7747 | 2025.01.09 20:44:01.475388 [ 260 ] {ad854aa2-76fb-4e02-9dbf-250d82841074} <Debug> TCPHandler: Processed in 0.001947769 sec. | ||
| 7748 | 2025.01.09 20:44:01.911479 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7749 | 2025.01.09 20:44:01.933879 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7750 | 2025.01.09 20:44:01.933933 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7751 | 2025.01.09 20:44:01.941515 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7752 | 2025.01.09 20:44:01.942316 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7753 | 2025.01.09 20:44:01.942746 [ 74 ] {} <Debug> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7754 | 2025.01.09 20:44:01.942922 [ 74 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7755 | 2025.01.09 20:44:01.943020 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7756 | 2025.01.09 20:44:01.943507 [ 197 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 7757 | 2025.01.09 20:44:01.957702 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7758 | 2025.01.09 20:44:01.959495 [ 197 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7759 | 2025.01.09 20:44:01.960902 [ 197 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 7760 | 2025.01.09 20:44:01.966015 [ 197 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 7761 | 2025.01.09 20:44:01.971249 [ 197 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 7762 | 2025.01.09 20:44:01.976543 [ 197 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 7763 | 2025.01.09 20:44:01.982069 [ 197 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 7764 | 2025.01.09 20:44:01.986541 [ 197 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 7765 | 2025.01.09 20:44:02.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.52 MiB, peak 219.52 MiB, free memory in arenas 0.00 B, will set to 209.09 MiB (RSS), difference: -10.43 MiB | ||
| 7766 | 2025.01.09 20:44:02.048067 [ 191 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.104850863 sec., 2594.1608129634565 rows/sec., 13.41 MiB/sec. | ||
| 7767 | 2025.01.09 20:44:02.050052 [ 201 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7768 | 2025.01.09 20:44:02.052450 [ 201 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_36_7} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7769 | 2025.01.09 20:44:02.052550 [ 201 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_36_7} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7770 | 2025.01.09 20:44:02.053809 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB. | ||
| 7771 | 2025.01.09 20:44:03.000211 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.68 MiB, peak 219.52 MiB, free memory in arenas 0.00 B, will set to 211.55 MiB (RSS), difference: 11.87 MiB | ||
| 7772 | 2025.01.09 20:44:06.434742 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7773 | 2025.01.09 20:44:06.434974 [ 260 ] {3a2520fa-1604-41ec-a0ed-6415a2fd7230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7774 | 2025.01.09 20:44:06.435056 [ 260 ] {3a2520fa-1604-41ec-a0ed-6415a2fd7230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7775 | 2025.01.09 20:44:06.435957 [ 260 ] {3a2520fa-1604-41ec-a0ed-6415a2fd7230} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7776 | 2025.01.09 20:44:06.436024 [ 260 ] {3a2520fa-1604-41ec-a0ed-6415a2fd7230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7777 | 2025.01.09 20:44:06.436661 [ 260 ] {3a2520fa-1604-41ec-a0ed-6415a2fd7230} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7778 | 2025.01.09 20:44:06.436953 [ 260 ] {3a2520fa-1604-41ec-a0ed-6415a2fd7230} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7779 | 2025.01.09 20:44:06.437202 [ 260 ] {3a2520fa-1604-41ec-a0ed-6415a2fd7230} <Debug> executeQuery: Read 78 rows, 6.88 KiB in 0.002286 sec., 34120.73490813649 rows/sec., 2.94 MiB/sec. | ||
| 7780 | 2025.01.09 20:44:06.437274 [ 260 ] {3a2520fa-1604-41ec-a0ed-6415a2fd7230} <Debug> TCPHandler: Processed in 0.002676816 sec. | ||
| 7781 | 2025.01.09 20:44:06.437555 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7782 | 2025.01.09 20:44:06.437761 [ 262 ] {a629fe74-8cc6-4fbc-9e66-de2b4931b8da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7783 | 2025.01.09 20:44:06.437843 [ 262 ] {a629fe74-8cc6-4fbc-9e66-de2b4931b8da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7784 | 2025.01.09 20:44:06.438651 [ 262 ] {a629fe74-8cc6-4fbc-9e66-de2b4931b8da} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7785 | 2025.01.09 20:44:06.438708 [ 262 ] {a629fe74-8cc6-4fbc-9e66-de2b4931b8da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7786 | 2025.01.09 20:44:06.439166 [ 262 ] {a629fe74-8cc6-4fbc-9e66-de2b4931b8da} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7787 | 2025.01.09 20:44:06.439433 [ 262 ] {a629fe74-8cc6-4fbc-9e66-de2b4931b8da} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7788 | 2025.01.09 20:44:06.439690 [ 262 ] {a629fe74-8cc6-4fbc-9e66-de2b4931b8da} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001983 sec., 13111.447302067574 rows/sec., 985.92 KiB/sec. | ||
| 7789 | 2025.01.09 20:44:06.439786 [ 262 ] {a629fe74-8cc6-4fbc-9e66-de2b4931b8da} <Debug> TCPHandler: Processed in 0.002377579 sec. | ||
| 7790 | 2025.01.09 20:44:06.439998 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7791 | 2025.01.09 20:44:06.440149 [ 260 ] {a745f480-5852-41b4-a4b4-efdcd5031f6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7792 | 2025.01.09 20:44:06.440213 [ 260 ] {a745f480-5852-41b4-a4b4-efdcd5031f6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7793 | 2025.01.09 20:44:06.440867 [ 260 ] {a745f480-5852-41b4-a4b4-efdcd5031f6b} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7794 | 2025.01.09 20:44:06.440909 [ 260 ] {a745f480-5852-41b4-a4b4-efdcd5031f6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7795 | 2025.01.09 20:44:06.441288 [ 260 ] {a745f480-5852-41b4-a4b4-efdcd5031f6b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7796 | 2025.01.09 20:44:06.441530 [ 260 ] {a745f480-5852-41b4-a4b4-efdcd5031f6b} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7797 | 2025.01.09 20:44:06.441757 [ 260 ] {a745f480-5852-41b4-a4b4-efdcd5031f6b} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001647 sec., 32786.88524590164 rows/sec., 2.56 MiB/sec. | ||
| 7798 | 2025.01.09 20:44:06.441812 [ 260 ] {a745f480-5852-41b4-a4b4-efdcd5031f6b} <Debug> TCPHandler: Processed in 0.001908977 sec. | ||
| 7799 | 2025.01.09 20:44:06.441974 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7800 | 2025.01.09 20:44:06.442144 [ 262 ] {0b7e8926-7212-4c72-a933-81bc0772ed70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7801 | 2025.01.09 20:44:06.442205 [ 262 ] {0b7e8926-7212-4c72-a933-81bc0772ed70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7802 | 2025.01.09 20:44:06.442773 [ 262 ] {0b7e8926-7212-4c72-a933-81bc0772ed70} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7803 | 2025.01.09 20:44:06.442815 [ 262 ] {0b7e8926-7212-4c72-a933-81bc0772ed70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7804 | 2025.01.09 20:44:06.443229 [ 262 ] {0b7e8926-7212-4c72-a933-81bc0772ed70} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7805 | 2025.01.09 20:44:06.443497 [ 262 ] {0b7e8926-7212-4c72-a933-81bc0772ed70} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7806 | 2025.01.09 20:44:06.443717 [ 262 ] {0b7e8926-7212-4c72-a933-81bc0772ed70} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001604 sec., 62344.13965087282 rows/sec., 4.32 MiB/sec. | ||
| 7807 | 2025.01.09 20:44:06.443775 [ 262 ] {0b7e8926-7212-4c72-a933-81bc0772ed70} <Debug> TCPHandler: Processed in 0.001860396 sec. | ||
| 7808 | 2025.01.09 20:44:06.443994 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7809 | 2025.01.09 20:44:06.444119 [ 260 ] {6121e76c-7932-4fe4-8582-f98bc2708d84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7810 | 2025.01.09 20:44:06.444205 [ 260 ] {6121e76c-7932-4fe4-8582-f98bc2708d84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7811 | 2025.01.09 20:44:06.445519 [ 260 ] {6121e76c-7932-4fe4-8582-f98bc2708d84} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7812 | 2025.01.09 20:44:06.445557 [ 260 ] {6121e76c-7932-4fe4-8582-f98bc2708d84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7813 | 2025.01.09 20:44:06.446209 [ 260 ] {6121e76c-7932-4fe4-8582-f98bc2708d84} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7814 | 2025.01.09 20:44:06.446475 [ 260 ] {6121e76c-7932-4fe4-8582-f98bc2708d84} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7815 | 2025.01.09 20:44:06.446669 [ 69 ] {} <Debug> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7816 | 2025.01.09 20:44:06.446745 [ 260 ] {6121e76c-7932-4fe4-8582-f98bc2708d84} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00265 sec., 9811.32075471698 rows/sec., 17.58 MiB/sec. | ||
| 7817 | 2025.01.09 20:44:06.446754 [ 69 ] {} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7818 | 2025.01.09 20:44:06.446832 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7819 | 2025.01.09 20:44:06.447151 [ 260 ] {6121e76c-7932-4fe4-8582-f98bc2708d84} <Debug> TCPHandler: Processed in 0.003207989 sec. | ||
| 7820 | 2025.01.09 20:44:06.447267 [ 195 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::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 | ||
| 7821 | 2025.01.09 20:44:06.447491 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7822 | 2025.01.09 20:44:06.448092 [ 262 ] {e0e67206-a06f-4c1e-8dd4-6fc923fd02c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7823 | 2025.01.09 20:44:06.448369 [ 262 ] {e0e67206-a06f-4c1e-8dd4-6fc923fd02c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7824 | 2025.01.09 20:44:06.449023 [ 195 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7825 | 2025.01.09 20:44:06.449259 [ 195 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 737 rows starting from the beginning of the part | ||
| 7826 | 2025.01.09 20:44:06.449949 [ 195 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 26 rows starting from the beginning of the part | ||
| 7827 | 2025.01.09 20:44:06.450760 [ 195 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 13 rows starting from the beginning of the part | ||
| 7828 | 2025.01.09 20:44:06.450806 [ 262 ] {e0e67206-a06f-4c1e-8dd4-6fc923fd02c2} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7829 | 2025.01.09 20:44:06.450885 [ 262 ] {e0e67206-a06f-4c1e-8dd4-6fc923fd02c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 7830 | 2025.01.09 20:44:06.451393 [ 195 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 26 rows starting from the beginning of the part | ||
| 7831 | 2025.01.09 20:44:06.451992 [ 195 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 13 rows starting from the beginning of the part | ||
| 7832 | 2025.01.09 20:44:06.452633 [ 195 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 26 rows starting from the beginning of the part | ||
| 7833 | 2025.01.09 20:44:06.452838 [ 262 ] {e0e67206-a06f-4c1e-8dd4-6fc923fd02c2} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7834 | 2025.01.09 20:44:06.453727 [ 262 ] {e0e67206-a06f-4c1e-8dd4-6fc923fd02c2} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7835 | 2025.01.09 20:44:06.454472 [ 262 ] {e0e67206-a06f-4c1e-8dd4-6fc923fd02c2} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.006575 sec., 4562.737642585551 rows/sec., 320.07 KiB/sec. | ||
| 7836 | 2025.01.09 20:44:06.454568 [ 262 ] {e0e67206-a06f-4c1e-8dd4-6fc923fd02c2} <Debug> TCPHandler: Processed in 0.00728315 sec. | ||
| 7837 | 2025.01.09 20:44:06.462465 [ 186 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 841 rows, containing 19 columns (19 merged, 0 gathered) in 0.015469052 sec., 54366.61535561455 rows/sec., 97.42 MiB/sec. | ||
| 7838 | 2025.01.09 20:44:06.463689 [ 199 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7839 | 2025.01.09 20:44:06.464125 [ 199 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7840 | 2025.01.09 20:44:06.464209 [ 199 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7841 | 2025.01.09 20:44:06.464334 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.66 MiB. | ||
| 7842 | 2025.01.09 20:44:07.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 212.04 MiB, peak 219.65 MiB, free memory in arenas 0.00 B, will set to 213.75 MiB (RSS), difference: 1.71 MiB | ||
| 7843 | 2025.01.09 20:44:08.234640 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019 | ||
| 7844 | 2025.01.09 20:44:08.235394 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7845 | 2025.01.09 20:44:08.235437 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7846 | 2025.01.09 20:44:08.235958 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7847 | 2025.01.09 20:44:08.236208 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7848 | 2025.01.09 20:44:08.236409 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 | ||
| 7849 | 2025.01.09 20:44:09.457799 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7850 | 2025.01.09 20:44:09.477098 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7851 | 2025.01.09 20:44:09.477159 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.82 GiB. | ||
| 7852 | 2025.01.09 20:44:09.484193 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7853 | 2025.01.09 20:44:09.484990 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7854 | 2025.01.09 20:44:09.487814 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7855 | 2025.01.09 20:44:10.824750 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1110 | ||
| 7856 | 2025.01.09 20:44:10.828709 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7857 | 2025.01.09 20:44:10.828769 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 7858 | 2025.01.09 20:44:10.830329 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7859 | 2025.01.09 20:44:10.830663 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7860 | 2025.01.09 20:44:10.831901 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1110 | ||
| 7861 | 2025.01.09 20:44:11.438571 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7862 | 2025.01.09 20:44:11.438781 [ 260 ] {469a07d1-7066-4120-9fb0-66127e6d0e7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7863 | 2025.01.09 20:44:11.438862 [ 260 ] {469a07d1-7066-4120-9fb0-66127e6d0e7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7864 | 2025.01.09 20:44:11.439698 [ 260 ] {469a07d1-7066-4120-9fb0-66127e6d0e7c} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7865 | 2025.01.09 20:44:11.439740 [ 260 ] {469a07d1-7066-4120-9fb0-66127e6d0e7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 7866 | 2025.01.09 20:44:11.440172 [ 260 ] {469a07d1-7066-4120-9fb0-66127e6d0e7c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7867 | 2025.01.09 20:44:11.440420 [ 260 ] {469a07d1-7066-4120-9fb0-66127e6d0e7c} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7868 | 2025.01.09 20:44:11.440622 [ 260 ] {469a07d1-7066-4120-9fb0-66127e6d0e7c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001899 sec., 7372.30121116377 rows/sec., 530.71 KiB/sec. | ||
| 7869 | 2025.01.09 20:44:11.440692 [ 260 ] {469a07d1-7066-4120-9fb0-66127e6d0e7c} <Debug> TCPHandler: Processed in 0.002258506 sec. | ||
| 7870 | 2025.01.09 20:44:11.440934 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7871 | 2025.01.09 20:44:11.441131 [ 262 ] {7d6e17a2-7542-4850-843c-846ede2ae69c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7872 | 2025.01.09 20:44:11.441208 [ 262 ] {7d6e17a2-7542-4850-843c-846ede2ae69c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7873 | 2025.01.09 20:44:11.442040 [ 262 ] {7d6e17a2-7542-4850-843c-846ede2ae69c} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7874 | 2025.01.09 20:44:11.442085 [ 262 ] {7d6e17a2-7542-4850-843c-846ede2ae69c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 7875 | 2025.01.09 20:44:11.442589 [ 262 ] {7d6e17a2-7542-4850-843c-846ede2ae69c} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7876 | 2025.01.09 20:44:11.442878 [ 262 ] {7d6e17a2-7542-4850-843c-846ede2ae69c} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7877 | 2025.01.09 20:44:11.443091 [ 64 ] {} <Debug> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7878 | 2025.01.09 20:44:11.443165 [ 262 ] {7d6e17a2-7542-4850-843c-846ede2ae69c} <Debug> executeQuery: Read 199 rows, 18.15 KiB in 0.002085 sec., 95443.64508393285 rows/sec., 8.50 MiB/sec. | ||
| 7879 | 2025.01.09 20:44:11.443189 [ 64 ] {} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7880 | 2025.01.09 20:44:11.443275 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 7881 | 2025.01.09 20:44:11.443299 [ 262 ] {7d6e17a2-7542-4850-843c-846ede2ae69c} <Debug> TCPHandler: Processed in 0.002475121 sec. | ||
| 7882 | 2025.01.09 20:44:11.443590 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7883 | 2025.01.09 20:44:11.443636 [ 196 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::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 | ||
| 7884 | 2025.01.09 20:44:11.443891 [ 260 ] {8f965282-77f6-49f2-8aa5-93477d022039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7885 | 2025.01.09 20:44:11.444029 [ 196 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7886 | 2025.01.09 20:44:11.444044 [ 260 ] {8f965282-77f6-49f2-8aa5-93477d022039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7887 | 2025.01.09 20:44:11.444137 [ 196 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1399 rows starting from the beginning of the part | ||
| 7888 | 2025.01.09 20:44:11.444658 [ 196 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 26 rows starting from the beginning of the part | ||
| 7889 | 2025.01.09 20:44:11.445021 [ 196 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 78 rows starting from the beginning of the part | ||
| 7890 | 2025.01.09 20:44:11.445415 [ 196 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 199 rows starting from the beginning of the part | ||
| 7891 | 2025.01.09 20:44:11.445781 [ 196 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 78 rows starting from the beginning of the part | ||
| 7892 | 2025.01.09 20:44:11.446147 [ 196 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 199 rows starting from the beginning of the part | ||
| 7893 | 2025.01.09 20:44:11.447021 [ 260 ] {8f965282-77f6-49f2-8aa5-93477d022039} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7894 | 2025.01.09 20:44:11.447065 [ 260 ] {8f965282-77f6-49f2-8aa5-93477d022039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 7895 | 2025.01.09 20:44:11.447612 [ 260 ] {8f965282-77f6-49f2-8aa5-93477d022039} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7896 | 2025.01.09 20:44:11.447907 [ 260 ] {8f965282-77f6-49f2-8aa5-93477d022039} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7897 | 2025.01.09 20:44:11.448137 [ 260 ] {8f965282-77f6-49f2-8aa5-93477d022039} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.004353 sec., 4594.532506317482 rows/sec., 329.33 KiB/sec. | ||
| 7898 | 2025.01.09 20:44:11.448324 [ 260 ] {8f965282-77f6-49f2-8aa5-93477d022039} <Debug> TCPHandler: Processed in 0.004909271 sec. | ||
| 7899 | 2025.01.09 20:44:11.448409 [ 186 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1979 rows, containing 5 columns (5 merged, 0 gathered) in 0.004995954 sec., 396120.540741568 rows/sec., 35.18 MiB/sec. | ||
| 7900 | 2025.01.09 20:44:11.448494 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7901 | 2025.01.09 20:44:11.448668 [ 262 ] {cc87ab5a-30dd-4382-9596-573f880eb5a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7902 | 2025.01.09 20:44:11.448678 [ 196 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7903 | 2025.01.09 20:44:11.448792 [ 262 ] {cc87ab5a-30dd-4382-9596-573f880eb5a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7904 | 2025.01.09 20:44:11.449240 [ 196 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_61_12} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7905 | 2025.01.09 20:44:11.449475 [ 196 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_61_12} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7906 | 2025.01.09 20:44:11.449636 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 7907 | 2025.01.09 20:44:11.449959 [ 262 ] {cc87ab5a-30dd-4382-9596-573f880eb5a3} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7908 | 2025.01.09 20:44:11.450006 [ 262 ] {cc87ab5a-30dd-4382-9596-573f880eb5a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 7909 | 2025.01.09 20:44:11.450379 [ 262 ] {cc87ab5a-30dd-4382-9596-573f880eb5a3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7910 | 2025.01.09 20:44:11.450629 [ 262 ] {cc87ab5a-30dd-4382-9596-573f880eb5a3} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7911 | 2025.01.09 20:44:11.450852 [ 262 ] {cc87ab5a-30dd-4382-9596-573f880eb5a3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002241 sec., 6247.211066488175 rows/sec., 437.51 KiB/sec. | ||
| 7912 | 2025.01.09 20:44:11.450914 [ 262 ] {cc87ab5a-30dd-4382-9596-573f880eb5a3} <Debug> TCPHandler: Processed in 0.002492772 sec. | ||
| 7913 | 2025.01.09 20:44:11.451072 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7914 | 2025.01.09 20:44:11.451214 [ 260 ] {16020dd3-6544-42e3-bb36-e3c377a1914b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7915 | 2025.01.09 20:44:11.451273 [ 260 ] {16020dd3-6544-42e3-bb36-e3c377a1914b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7916 | 2025.01.09 20:44:11.451871 [ 260 ] {16020dd3-6544-42e3-bb36-e3c377a1914b} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7917 | 2025.01.09 20:44:11.451908 [ 260 ] {16020dd3-6544-42e3-bb36-e3c377a1914b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 7918 | 2025.01.09 20:44:11.452261 [ 260 ] {16020dd3-6544-42e3-bb36-e3c377a1914b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7919 | 2025.01.09 20:44:11.452694 [ 260 ] {16020dd3-6544-42e3-bb36-e3c377a1914b} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7920 | 2025.01.09 20:44:11.453259 [ 260 ] {16020dd3-6544-42e3-bb36-e3c377a1914b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002067 sec., 6289.30817610063 rows/sec., 392.14 KiB/sec. | ||
| 7921 | 2025.01.09 20:44:11.453384 [ 260 ] {16020dd3-6544-42e3-bb36-e3c377a1914b} <Debug> TCPHandler: Processed in 0.002383159 sec. | ||
| 7922 | 2025.01.09 20:44:11.453545 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7923 | 2025.01.09 20:44:11.453696 [ 262 ] {f60de9ae-0e24-4693-bcec-be6129b00d96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7924 | 2025.01.09 20:44:11.453755 [ 262 ] {f60de9ae-0e24-4693-bcec-be6129b00d96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7925 | 2025.01.09 20:44:11.454625 [ 262 ] {f60de9ae-0e24-4693-bcec-be6129b00d96} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7926 | 2025.01.09 20:44:11.454666 [ 262 ] {f60de9ae-0e24-4693-bcec-be6129b00d96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 7927 | 2025.01.09 20:44:11.455100 [ 262 ] {f60de9ae-0e24-4693-bcec-be6129b00d96} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7928 | 2025.01.09 20:44:11.455364 [ 262 ] {f60de9ae-0e24-4693-bcec-be6129b00d96} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7929 | 2025.01.09 20:44:11.455536 [ 64 ] {} <Debug> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7930 | 2025.01.09 20:44:11.455597 [ 64 ] {} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7931 | 2025.01.09 20:44:11.455635 [ 262 ] {f60de9ae-0e24-4693-bcec-be6129b00d96} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.001958 sec., 183350.35750766087 rows/sec., 12.89 MiB/sec. | ||
| 7932 | 2025.01.09 20:44:11.455643 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 7933 | 2025.01.09 20:44:11.455840 [ 262 ] {f60de9ae-0e24-4693-bcec-be6129b00d96} <Debug> TCPHandler: Processed in 0.002350718 sec. | ||
| 7934 | 2025.01.09 20:44:11.456047 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::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 | ||
| 7935 | 2025.01.09 20:44:11.456183 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7936 | 2025.01.09 20:44:11.456610 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7937 | 2025.01.09 20:44:11.456765 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 873 rows starting from the beginning of the part | ||
| 7938 | 2025.01.09 20:44:11.456819 [ 260 ] {131bcd8a-de62-494d-970e-ccfa76491430} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7939 | 2025.01.09 20:44:11.457091 [ 260 ] {131bcd8a-de62-494d-970e-ccfa76491430} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7940 | 2025.01.09 20:44:11.457137 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 28 rows starting from the beginning of the part | ||
| 7941 | 2025.01.09 20:44:11.457487 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 54 rows starting from the beginning of the part | ||
| 7942 | 2025.01.09 20:44:11.457916 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 359 rows starting from the beginning of the part | ||
| 7943 | 2025.01.09 20:44:11.458185 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 54 rows starting from the beginning of the part | ||
| 7944 | 2025.01.09 20:44:11.458478 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 359 rows starting from the beginning of the part | ||
| 7945 | 2025.01.09 20:44:11.459332 [ 260 ] {131bcd8a-de62-494d-970e-ccfa76491430} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7946 | 2025.01.09 20:44:11.459403 [ 260 ] {131bcd8a-de62-494d-970e-ccfa76491430} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 7947 | 2025.01.09 20:44:11.460321 [ 260 ] {131bcd8a-de62-494d-970e-ccfa76491430} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7948 | 2025.01.09 20:44:11.460818 [ 260 ] {131bcd8a-de62-494d-970e-ccfa76491430} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7949 | 2025.01.09 20:44:11.461385 [ 260 ] {131bcd8a-de62-494d-970e-ccfa76491430} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00472 sec., 1271.186440677966 rows/sec., 66.41 KiB/sec. | ||
| 7950 | 2025.01.09 20:44:11.461917 [ 260 ] {131bcd8a-de62-494d-970e-ccfa76491430} <Debug> TCPHandler: Processed in 0.005947717 sec. | ||
| 7951 | 2025.01.09 20:44:11.461945 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1727 rows, containing 5 columns (5 merged, 0 gathered) in 0.006162072 sec., 280262.87261817127 rows/sec., 21.25 MiB/sec. | ||
| 7952 | 2025.01.09 20:44:11.462096 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7953 | 2025.01.09 20:44:11.462160 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7954 | 2025.01.09 20:44:11.462343 [ 262 ] {c1188060-e9a8-4f6f-b093-20299b0d03b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7955 | 2025.01.09 20:44:11.462436 [ 262 ] {c1188060-e9a8-4f6f-b093-20299b0d03b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7956 | 2025.01.09 20:44:11.462783 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_61_12} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7957 | 2025.01.09 20:44:11.462982 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_61_12} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7958 | 2025.01.09 20:44:11.463078 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 7959 | 2025.01.09 20:44:11.463393 [ 262 ] {c1188060-e9a8-4f6f-b093-20299b0d03b5} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7960 | 2025.01.09 20:44:11.463438 [ 262 ] {c1188060-e9a8-4f6f-b093-20299b0d03b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 7961 | 2025.01.09 20:44:11.463855 [ 262 ] {c1188060-e9a8-4f6f-b093-20299b0d03b5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7962 | 2025.01.09 20:44:11.464105 [ 262 ] {c1188060-e9a8-4f6f-b093-20299b0d03b5} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7963 | 2025.01.09 20:44:11.464288 [ 60 ] {} <Debug> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7964 | 2025.01.09 20:44:11.464349 [ 60 ] {} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7965 | 2025.01.09 20:44:11.464357 [ 262 ] {c1188060-e9a8-4f6f-b093-20299b0d03b5} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.002093 sec., 84567.60630673675 rows/sec., 5.58 MiB/sec. | ||
| 7966 | 2025.01.09 20:44:11.464388 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 7967 | 2025.01.09 20:44:11.464545 [ 262 ] {c1188060-e9a8-4f6f-b093-20299b0d03b5} <Debug> TCPHandler: Processed in 0.002532263 sec. | ||
| 7968 | 2025.01.09 20:44:11.464628 [ 196 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::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 | ||
| 7969 | 2025.01.09 20:44:11.464742 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7970 | 2025.01.09 20:44:11.464793 [ 196 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7971 | 2025.01.09 20:44:11.464829 [ 196 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 14785 rows starting from the beginning of the part | ||
| 7972 | 2025.01.09 20:44:11.464940 [ 260 ] {1f4ad6e3-fc5f-42a9-8e92-a42a5ef1186a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7973 | 2025.01.09 20:44:11.465049 [ 196 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 20 rows starting from the beginning of the part | ||
| 7974 | 2025.01.09 20:44:11.465138 [ 260 ] {1f4ad6e3-fc5f-42a9-8e92-a42a5ef1186a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7975 | 2025.01.09 20:44:11.465441 [ 196 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 100 rows starting from the beginning of the part | ||
| 7976 | 2025.01.09 20:44:11.465807 [ 196 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 177 rows starting from the beginning of the part | ||
| 7977 | 2025.01.09 20:44:11.466178 [ 196 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 100 rows starting from the beginning of the part | ||
| 7978 | 2025.01.09 20:44:11.466408 [ 196 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 177 rows starting from the beginning of the part | ||
| 7979 | 2025.01.09 20:44:11.467205 [ 260 ] {1f4ad6e3-fc5f-42a9-8e92-a42a5ef1186a} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7980 | 2025.01.09 20:44:11.467250 [ 260 ] {1f4ad6e3-fc5f-42a9-8e92-a42a5ef1186a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 7981 | 2025.01.09 20:44:11.467664 [ 260 ] {1f4ad6e3-fc5f-42a9-8e92-a42a5ef1186a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7982 | 2025.01.09 20:44:11.467915 [ 260 ] {1f4ad6e3-fc5f-42a9-8e92-a42a5ef1186a} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7983 | 2025.01.09 20:44:11.468152 [ 260 ] {1f4ad6e3-fc5f-42a9-8e92-a42a5ef1186a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003292 sec., 303.7667071688943 rows/sec., 20.47 KiB/sec. | ||
| 7984 | 2025.01.09 20:44:11.468252 [ 260 ] {1f4ad6e3-fc5f-42a9-8e92-a42a5ef1186a} <Debug> TCPHandler: Processed in 0.003583779 sec. | ||
| 7985 | 2025.01.09 20:44:11.468439 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7986 | 2025.01.09 20:44:11.468723 [ 262 ] {a92cb39e-1aa1-4424-b392-8ae16fa0729f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7987 | 2025.01.09 20:44:11.468839 [ 262 ] {a92cb39e-1aa1-4424-b392-8ae16fa0729f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7988 | 2025.01.09 20:44:11.470721 [ 262 ] {a92cb39e-1aa1-4424-b392-8ae16fa0729f} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7989 | 2025.01.09 20:44:11.470777 [ 262 ] {a92cb39e-1aa1-4424-b392-8ae16fa0729f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 7990 | 2025.01.09 20:44:11.471695 [ 196 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15359 rows, containing 5 columns (5 merged, 0 gathered) in 0.007190758 sec., 2135936.1558266873 rows/sec., 143.02 MiB/sec. | ||
| 7991 | 2025.01.09 20:44:11.472045 [ 262 ] {a92cb39e-1aa1-4424-b392-8ae16fa0729f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7992 | 2025.01.09 20:44:11.472196 [ 196 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7993 | 2025.01.09 20:44:11.472550 [ 262 ] {a92cb39e-1aa1-4424-b392-8ae16fa0729f} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7994 | 2025.01.09 20:44:11.472856 [ 186 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7995 | 2025.01.09 20:44:11.473034 [ 262 ] {a92cb39e-1aa1-4424-b392-8ae16fa0729f} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.004391 sec., 2960.601229788203 rows/sec., 5.31 MiB/sec. | ||
| 7996 | 2025.01.09 20:44:11.473059 [ 186 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7997 | 2025.01.09 20:44:11.473299 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.73 MiB. | ||
| 7998 | 2025.01.09 20:44:11.473523 [ 262 ] {a92cb39e-1aa1-4424-b392-8ae16fa0729f} <Debug> TCPHandler: Processed in 0.005175388 sec. | ||
| 7999 | 2025.01.09 20:44:11.473682 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8000 | 2025.01.09 20:44:11.473821 [ 260 ] {730f31e1-1e46-4fb6-b48c-2ac54759722d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8001 | 2025.01.09 20:44:11.473880 [ 260 ] {730f31e1-1e46-4fb6-b48c-2ac54759722d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8002 | 2025.01.09 20:44:11.474449 [ 260 ] {730f31e1-1e46-4fb6-b48c-2ac54759722d} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8003 | 2025.01.09 20:44:11.474487 [ 260 ] {730f31e1-1e46-4fb6-b48c-2ac54759722d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8004 | 2025.01.09 20:44:11.474845 [ 260 ] {730f31e1-1e46-4fb6-b48c-2ac54759722d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8005 | 2025.01.09 20:44:11.475082 [ 260 ] {730f31e1-1e46-4fb6-b48c-2ac54759722d} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8006 | 2025.01.09 20:44:11.475210 [ 60 ] {} <Debug> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8007 | 2025.01.09 20:44:11.475249 [ 60 ] {} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8008 | 2025.01.09 20:44:11.475258 [ 260 ] {730f31e1-1e46-4fb6-b48c-2ac54759722d} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001467 sec., 35446.4894342195 rows/sec., 2.19 MiB/sec. | ||
| 8009 | 2025.01.09 20:44:11.475274 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8010 | 2025.01.09 20:44:11.475358 [ 260 ] {730f31e1-1e46-4fb6-b48c-2ac54759722d} <Debug> TCPHandler: Processed in 0.001736933 sec. | ||
| 8011 | 2025.01.09 20:44:11.475517 [ 193 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::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 | ||
| 8012 | 2025.01.09 20:44:11.475699 [ 193 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8013 | 2025.01.09 20:44:11.475742 [ 193 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1968 rows starting from the beginning of the part | ||
| 8014 | 2025.01.09 20:44:11.475840 [ 193 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part | ||
| 8015 | 2025.01.09 20:44:11.475936 [ 193 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 30 rows starting from the beginning of the part | ||
| 8016 | 2025.01.09 20:44:11.476032 [ 193 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 52 rows starting from the beginning of the part | ||
| 8017 | 2025.01.09 20:44:11.476127 [ 193 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 30 rows starting from the beginning of the part | ||
| 8018 | 2025.01.09 20:44:11.476212 [ 193 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 52 rows starting from the beginning of the part | ||
| 8019 | 2025.01.09 20:44:11.477645 [ 188 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2138 rows, containing 4 columns (4 merged, 0 gathered) in 0.002274326 sec., 940058.7250904223 rows/sec., 60.48 MiB/sec. | ||
| 8020 | 2025.01.09 20:44:11.477948 [ 189 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8021 | 2025.01.09 20:44:11.478274 [ 189 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_61_12} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8022 | 2025.01.09 20:44:11.478361 [ 189 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_61_12} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8023 | 2025.01.09 20:44:11.478445 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 8024 | 2025.01.09 20:44:15.589312 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8025 | 2025.01.09 20:44:15.589388 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8026 | 2025.01.09 20:44:15.736595 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446 | ||
| 8027 | 2025.01.09 20:44:15.737199 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8028 | 2025.01.09 20:44:15.737237 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8029 | 2025.01.09 20:44:15.737746 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8030 | 2025.01.09 20:44:15.737996 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8031 | 2025.01.09 20:44:15.738180 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 8032 | 2025.01.09 20:44:16.435739 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8033 | 2025.01.09 20:44:16.435943 [ 260 ] {f90da1d9-7776-4405-bd18-a10d6084cdc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8034 | 2025.01.09 20:44:16.436022 [ 260 ] {f90da1d9-7776-4405-bd18-a10d6084cdc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8035 | 2025.01.09 20:44:16.436859 [ 260 ] {f90da1d9-7776-4405-bd18-a10d6084cdc4} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8036 | 2025.01.09 20:44:16.436902 [ 260 ] {f90da1d9-7776-4405-bd18-a10d6084cdc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8037 | 2025.01.09 20:44:16.437342 [ 260 ] {f90da1d9-7776-4405-bd18-a10d6084cdc4} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8038 | 2025.01.09 20:44:16.437600 [ 260 ] {f90da1d9-7776-4405-bd18-a10d6084cdc4} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8039 | 2025.01.09 20:44:16.437843 [ 260 ] {f90da1d9-7776-4405-bd18-a10d6084cdc4} <Debug> executeQuery: Read 78 rows, 6.88 KiB in 0.001955 sec., 39897.69820971867 rows/sec., 3.43 MiB/sec. | ||
| 8040 | 2025.01.09 20:44:16.437907 [ 260 ] {f90da1d9-7776-4405-bd18-a10d6084cdc4} <Debug> TCPHandler: Processed in 0.002297407 sec. | ||
| 8041 | 2025.01.09 20:44:16.438187 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8042 | 2025.01.09 20:44:16.438416 [ 262 ] {b486fe08-811c-4d79-8b11-73fa82a0413a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8043 | 2025.01.09 20:44:16.438502 [ 262 ] {b486fe08-811c-4d79-8b11-73fa82a0413a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8044 | 2025.01.09 20:44:16.439295 [ 262 ] {b486fe08-811c-4d79-8b11-73fa82a0413a} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8045 | 2025.01.09 20:44:16.439344 [ 262 ] {b486fe08-811c-4d79-8b11-73fa82a0413a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8046 | 2025.01.09 20:44:16.439821 [ 262 ] {b486fe08-811c-4d79-8b11-73fa82a0413a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8047 | 2025.01.09 20:44:16.440075 [ 262 ] {b486fe08-811c-4d79-8b11-73fa82a0413a} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8048 | 2025.01.09 20:44:16.440316 [ 262 ] {b486fe08-811c-4d79-8b11-73fa82a0413a} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.001961 sec., 13258.541560428352 rows/sec., 996.98 KiB/sec. | ||
| 8049 | 2025.01.09 20:44:16.440381 [ 262 ] {b486fe08-811c-4d79-8b11-73fa82a0413a} <Debug> TCPHandler: Processed in 0.002338818 sec. | ||
| 8050 | 2025.01.09 20:44:16.440546 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8051 | 2025.01.09 20:44:16.440691 [ 260 ] {01d28dce-3a69-448e-8b08-6abc913aada6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8052 | 2025.01.09 20:44:16.440746 [ 260 ] {01d28dce-3a69-448e-8b08-6abc913aada6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8053 | 2025.01.09 20:44:16.441389 [ 260 ] {01d28dce-3a69-448e-8b08-6abc913aada6} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8054 | 2025.01.09 20:44:16.441429 [ 260 ] {01d28dce-3a69-448e-8b08-6abc913aada6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8055 | 2025.01.09 20:44:16.441800 [ 260 ] {01d28dce-3a69-448e-8b08-6abc913aada6} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8056 | 2025.01.09 20:44:16.442054 [ 260 ] {01d28dce-3a69-448e-8b08-6abc913aada6} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8057 | 2025.01.09 20:44:16.442309 [ 260 ] {01d28dce-3a69-448e-8b08-6abc913aada6} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001639 sec., 32946.91885295912 rows/sec., 2.57 MiB/sec. | ||
| 8058 | 2025.01.09 20:44:16.442407 [ 260 ] {01d28dce-3a69-448e-8b08-6abc913aada6} <Debug> TCPHandler: Processed in 0.001925827 sec. | ||
| 8059 | 2025.01.09 20:44:16.442659 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8060 | 2025.01.09 20:44:16.442920 [ 262 ] {f5b41f25-0a8b-470b-a0a2-0485a2751ade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8061 | 2025.01.09 20:44:16.443031 [ 262 ] {f5b41f25-0a8b-470b-a0a2-0485a2751ade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8062 | 2025.01.09 20:44:16.443871 [ 262 ] {f5b41f25-0a8b-470b-a0a2-0485a2751ade} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8063 | 2025.01.09 20:44:16.443911 [ 262 ] {f5b41f25-0a8b-470b-a0a2-0485a2751ade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8064 | 2025.01.09 20:44:16.444325 [ 262 ] {f5b41f25-0a8b-470b-a0a2-0485a2751ade} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8065 | 2025.01.09 20:44:16.444575 [ 262 ] {f5b41f25-0a8b-470b-a0a2-0485a2751ade} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8066 | 2025.01.09 20:44:16.444801 [ 262 ] {f5b41f25-0a8b-470b-a0a2-0485a2751ade} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001942 sec., 51493.30587023687 rows/sec., 3.57 MiB/sec. | ||
| 8067 | 2025.01.09 20:44:16.444858 [ 262 ] {f5b41f25-0a8b-470b-a0a2-0485a2751ade} <Debug> TCPHandler: Processed in 0.002337538 sec. | ||
| 8068 | 2025.01.09 20:44:16.445067 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8069 | 2025.01.09 20:44:16.445212 [ 260 ] {13c153dc-fbcf-46d5-887b-57516d00982b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8070 | 2025.01.09 20:44:16.445310 [ 260 ] {13c153dc-fbcf-46d5-887b-57516d00982b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8071 | 2025.01.09 20:44:16.446521 [ 260 ] {13c153dc-fbcf-46d5-887b-57516d00982b} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8072 | 2025.01.09 20:44:16.446561 [ 260 ] {13c153dc-fbcf-46d5-887b-57516d00982b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8073 | 2025.01.09 20:44:16.447203 [ 260 ] {13c153dc-fbcf-46d5-887b-57516d00982b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8074 | 2025.01.09 20:44:16.447462 [ 260 ] {13c153dc-fbcf-46d5-887b-57516d00982b} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8075 | 2025.01.09 20:44:16.447705 [ 260 ] {13c153dc-fbcf-46d5-887b-57516d00982b} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002524 sec., 10301.109350237717 rows/sec., 18.46 MiB/sec. | ||
| 8076 | 2025.01.09 20:44:16.447821 [ 260 ] {13c153dc-fbcf-46d5-887b-57516d00982b} <Debug> TCPHandler: Processed in 0.00285951 sec. | ||
| 8077 | 2025.01.09 20:44:16.448000 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8078 | 2025.01.09 20:44:16.448143 [ 262 ] {6a26b10c-0ebd-4e46-b92d-fa10c71cb9f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8079 | 2025.01.09 20:44:16.448203 [ 262 ] {6a26b10c-0ebd-4e46-b92d-fa10c71cb9f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8080 | 2025.01.09 20:44:16.448755 [ 262 ] {6a26b10c-0ebd-4e46-b92d-fa10c71cb9f1} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8081 | 2025.01.09 20:44:16.448795 [ 262 ] {6a26b10c-0ebd-4e46-b92d-fa10c71cb9f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8082 | 2025.01.09 20:44:16.449178 [ 262 ] {6a26b10c-0ebd-4e46-b92d-fa10c71cb9f1} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8083 | 2025.01.09 20:44:16.449421 [ 262 ] {6a26b10c-0ebd-4e46-b92d-fa10c71cb9f1} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8084 | 2025.01.09 20:44:16.449659 [ 262 ] {6a26b10c-0ebd-4e46-b92d-fa10c71cb9f1} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001538 sec., 19505.851755526655 rows/sec., 1.34 MiB/sec. | ||
| 8085 | 2025.01.09 20:44:16.449715 [ 262 ] {6a26b10c-0ebd-4e46-b92d-fa10c71cb9f1} <Debug> TCPHandler: Processed in 0.001781454 sec. | ||
| 8086 | 2025.01.09 20:44:16.987897 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 8087 | 2025.01.09 20:44:17.008841 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8088 | 2025.01.09 20:44:17.008900 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8089 | 2025.01.09 20:44:17.016359 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8090 | 2025.01.09 20:44:17.017157 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8091 | 2025.01.09 20:44:17.020194 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 8092 | 2025.01.09 20:44:19.724925 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8093 | 2025.01.09 20:44:19.725228 [ 260 ] {c34fce83-0168-4a5a-8b91-f26ee451e96b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8094 | 2025.01.09 20:44:19.725346 [ 260 ] {c34fce83-0168-4a5a-8b91-f26ee451e96b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8095 | 2025.01.09 20:44:19.726269 [ 260 ] {c34fce83-0168-4a5a-8b91-f26ee451e96b} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8096 | 2025.01.09 20:44:19.726322 [ 260 ] {c34fce83-0168-4a5a-8b91-f26ee451e96b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8097 | 2025.01.09 20:44:19.726749 [ 260 ] {c34fce83-0168-4a5a-8b91-f26ee451e96b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8098 | 2025.01.09 20:44:19.727004 [ 260 ] {c34fce83-0168-4a5a-8b91-f26ee451e96b} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8099 | 2025.01.09 20:44:19.727236 [ 260 ] {c34fce83-0168-4a5a-8b91-f26ee451e96b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002091 sec., 6695.361071257771 rows/sec., 481.98 KiB/sec. | ||
| 8100 | 2025.01.09 20:44:19.727302 [ 260 ] {c34fce83-0168-4a5a-8b91-f26ee451e96b} <Debug> TCPHandler: Processed in 0.002564173 sec. | ||
| 8101 | 2025.01.09 20:44:19.727589 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8102 | 2025.01.09 20:44:19.727813 [ 262 ] {c125f350-19f3-49f3-8a7a-dcb8b5feaad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8103 | 2025.01.09 20:44:19.727889 [ 262 ] {c125f350-19f3-49f3-8a7a-dcb8b5feaad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8104 | 2025.01.09 20:44:19.729267 [ 262 ] {c125f350-19f3-49f3-8a7a-dcb8b5feaad4} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8105 | 2025.01.09 20:44:19.729318 [ 262 ] {c125f350-19f3-49f3-8a7a-dcb8b5feaad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8106 | 2025.01.09 20:44:19.729858 [ 262 ] {c125f350-19f3-49f3-8a7a-dcb8b5feaad4} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8107 | 2025.01.09 20:44:19.730118 [ 262 ] {c125f350-19f3-49f3-8a7a-dcb8b5feaad4} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8108 | 2025.01.09 20:44:19.730356 [ 262 ] {c125f350-19f3-49f3-8a7a-dcb8b5feaad4} <Debug> executeQuery: Read 1339 rows, 114.72 KiB in 0.002601 sec., 514801.999231065 rows/sec., 43.07 MiB/sec. | ||
| 8109 | 2025.01.09 20:44:19.730411 [ 262 ] {c125f350-19f3-49f3-8a7a-dcb8b5feaad4} <Debug> TCPHandler: Processed in 0.002969633 sec. | ||
| 8110 | 2025.01.09 20:44:19.730567 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8111 | 2025.01.09 20:44:19.730700 [ 260 ] {38904a6e-bc8e-40da-bd69-dcb3a5515332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8112 | 2025.01.09 20:44:19.730753 [ 260 ] {38904a6e-bc8e-40da-bd69-dcb3a5515332} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8113 | 2025.01.09 20:44:19.731374 [ 260 ] {38904a6e-bc8e-40da-bd69-dcb3a5515332} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8114 | 2025.01.09 20:44:19.731415 [ 260 ] {38904a6e-bc8e-40da-bd69-dcb3a5515332} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8115 | 2025.01.09 20:44:19.731781 [ 260 ] {38904a6e-bc8e-40da-bd69-dcb3a5515332} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8116 | 2025.01.09 20:44:19.732032 [ 260 ] {38904a6e-bc8e-40da-bd69-dcb3a5515332} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8117 | 2025.01.09 20:44:19.732254 [ 260 ] {38904a6e-bc8e-40da-bd69-dcb3a5515332} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001589 sec., 12586.532410320957 rows/sec., 902.20 KiB/sec. | ||
| 8118 | 2025.01.09 20:44:19.732310 [ 260 ] {38904a6e-bc8e-40da-bd69-dcb3a5515332} <Debug> TCPHandler: Processed in 0.001799844 sec. | ||
| 8119 | 2025.01.09 20:44:19.732461 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8120 | 2025.01.09 20:44:19.732577 [ 262 ] {9f81153b-bc80-4e74-be35-3533cd3080b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8121 | 2025.01.09 20:44:19.732627 [ 262 ] {9f81153b-bc80-4e74-be35-3533cd3080b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8122 | 2025.01.09 20:44:19.733295 [ 262 ] {9f81153b-bc80-4e74-be35-3533cd3080b2} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8123 | 2025.01.09 20:44:19.733334 [ 262 ] {9f81153b-bc80-4e74-be35-3533cd3080b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8124 | 2025.01.09 20:44:19.733715 [ 262 ] {9f81153b-bc80-4e74-be35-3533cd3080b2} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8125 | 2025.01.09 20:44:19.733962 [ 262 ] {9f81153b-bc80-4e74-be35-3533cd3080b2} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8126 | 2025.01.09 20:44:19.734171 [ 262 ] {9f81153b-bc80-4e74-be35-3533cd3080b2} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001618 sec., 149567.36711990112 rows/sec., 10.13 MiB/sec. | ||
| 8127 | 2025.01.09 20:44:19.734221 [ 262 ] {9f81153b-bc80-4e74-be35-3533cd3080b2} <Debug> TCPHandler: Processed in 0.001814904 sec. | ||
| 8128 | 2025.01.09 20:44:19.734434 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8129 | 2025.01.09 20:44:19.734656 [ 260 ] {18e44dd4-1f2e-4313-b07d-1bfabef85302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8130 | 2025.01.09 20:44:19.734746 [ 260 ] {18e44dd4-1f2e-4313-b07d-1bfabef85302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8131 | 2025.01.09 20:44:19.735355 [ 260 ] {18e44dd4-1f2e-4313-b07d-1bfabef85302} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8132 | 2025.01.09 20:44:19.735394 [ 260 ] {18e44dd4-1f2e-4313-b07d-1bfabef85302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8133 | 2025.01.09 20:44:19.735754 [ 260 ] {18e44dd4-1f2e-4313-b07d-1bfabef85302} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8134 | 2025.01.09 20:44:19.735999 [ 260 ] {18e44dd4-1f2e-4313-b07d-1bfabef85302} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8135 | 2025.01.09 20:44:19.736203 [ 260 ] {18e44dd4-1f2e-4313-b07d-1bfabef85302} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001602 sec., 8114.8564294631715 rows/sec., 505.96 KiB/sec. | ||
| 8136 | 2025.01.09 20:44:19.736257 [ 260 ] {18e44dd4-1f2e-4313-b07d-1bfabef85302} <Debug> TCPHandler: Processed in 0.001930738 sec. | ||
| 8137 | 2025.01.09 20:44:19.736414 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8138 | 2025.01.09 20:44:19.736549 [ 262 ] {14749c22-3a2e-4f32-a915-06ae571c8793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8139 | 2025.01.09 20:44:19.736605 [ 262 ] {14749c22-3a2e-4f32-a915-06ae571c8793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8140 | 2025.01.09 20:44:19.737543 [ 262 ] {14749c22-3a2e-4f32-a915-06ae571c8793} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8141 | 2025.01.09 20:44:19.737581 [ 262 ] {14749c22-3a2e-4f32-a915-06ae571c8793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8142 | 2025.01.09 20:44:19.737974 [ 262 ] {14749c22-3a2e-4f32-a915-06ae571c8793} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8143 | 2025.01.09 20:44:19.738215 [ 262 ] {14749c22-3a2e-4f32-a915-06ae571c8793} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8144 | 2025.01.09 20:44:19.738444 [ 262 ] {14749c22-3a2e-4f32-a915-06ae571c8793} <Debug> executeQuery: Read 815 rows, 60.13 KiB in 0.001925 sec., 423376.6233766234 rows/sec., 30.51 MiB/sec. | ||
| 8145 | 2025.01.09 20:44:19.738506 [ 262 ] {14749c22-3a2e-4f32-a915-06ae571c8793} <Debug> TCPHandler: Processed in 0.002155564 sec. | ||
| 8146 | 2025.01.09 20:44:19.738689 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8147 | 2025.01.09 20:44:19.738926 [ 260 ] {4e72fbcd-903c-466e-a518-29b9030b9c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8148 | 2025.01.09 20:44:19.739021 [ 260 ] {4e72fbcd-903c-466e-a518-29b9030b9c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8149 | 2025.01.09 20:44:19.739852 [ 260 ] {4e72fbcd-903c-466e-a518-29b9030b9c8f} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8150 | 2025.01.09 20:44:19.739890 [ 260 ] {4e72fbcd-903c-466e-a518-29b9030b9c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8151 | 2025.01.09 20:44:19.740251 [ 260 ] {4e72fbcd-903c-466e-a518-29b9030b9c8f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8152 | 2025.01.09 20:44:19.740485 [ 260 ] {4e72fbcd-903c-466e-a518-29b9030b9c8f} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8153 | 2025.01.09 20:44:19.740720 [ 260 ] {4e72fbcd-903c-466e-a518-29b9030b9c8f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001848 sec., 3246.753246753247 rows/sec., 169.63 KiB/sec. | ||
| 8154 | 2025.01.09 20:44:19.740776 [ 260 ] {4e72fbcd-903c-466e-a518-29b9030b9c8f} <Debug> TCPHandler: Processed in 0.002184665 sec. | ||
| 8155 | 2025.01.09 20:44:19.740938 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8156 | 2025.01.09 20:44:19.741079 [ 262 ] {00cdbe8f-23be-4e25-872c-46bd8dbdb4b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8157 | 2025.01.09 20:44:19.741140 [ 262 ] {00cdbe8f-23be-4e25-872c-46bd8dbdb4b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8158 | 2025.01.09 20:44:19.742003 [ 262 ] {00cdbe8f-23be-4e25-872c-46bd8dbdb4b1} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8159 | 2025.01.09 20:44:19.742041 [ 262 ] {00cdbe8f-23be-4e25-872c-46bd8dbdb4b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8160 | 2025.01.09 20:44:19.742495 [ 262 ] {00cdbe8f-23be-4e25-872c-46bd8dbdb4b1} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8161 | 2025.01.09 20:44:19.742759 [ 262 ] {00cdbe8f-23be-4e25-872c-46bd8dbdb4b1} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8162 | 2025.01.09 20:44:19.743010 [ 262 ] {00cdbe8f-23be-4e25-872c-46bd8dbdb4b1} <Debug> executeQuery: Read 1003 rows, 68.37 KiB in 0.001954 sec., 513306.0388945752 rows/sec., 34.17 MiB/sec. | ||
| 8163 | 2025.01.09 20:44:19.743067 [ 262 ] {00cdbe8f-23be-4e25-872c-46bd8dbdb4b1} <Debug> TCPHandler: Processed in 0.002196464 sec. | ||
| 8164 | 2025.01.09 20:44:19.743295 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8165 | 2025.01.09 20:44:19.743474 [ 260 ] {197ca7de-dd1a-400a-8fd0-3498581a702d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8166 | 2025.01.09 20:44:19.743524 [ 260 ] {197ca7de-dd1a-400a-8fd0-3498581a702d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8167 | 2025.01.09 20:44:19.743995 [ 260 ] {197ca7de-dd1a-400a-8fd0-3498581a702d} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8168 | 2025.01.09 20:44:19.744032 [ 260 ] {197ca7de-dd1a-400a-8fd0-3498581a702d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8169 | 2025.01.09 20:44:19.744387 [ 260 ] {197ca7de-dd1a-400a-8fd0-3498581a702d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8170 | 2025.01.09 20:44:19.744633 [ 260 ] {197ca7de-dd1a-400a-8fd0-3498581a702d} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8171 | 2025.01.09 20:44:19.744839 [ 260 ] {197ca7de-dd1a-400a-8fd0-3498581a702d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001389 sec., 719.9424046076314 rows/sec., 48.51 KiB/sec. | ||
| 8172 | 2025.01.09 20:44:19.744891 [ 260 ] {197ca7de-dd1a-400a-8fd0-3498581a702d} <Debug> TCPHandler: Processed in 0.001724112 sec. | ||
| 8173 | 2025.01.09 20:44:19.745043 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8174 | 2025.01.09 20:44:19.745181 [ 262 ] {2e87f749-e189-46a0-95c7-a6d236dcde11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8175 | 2025.01.09 20:44:19.745275 [ 262 ] {2e87f749-e189-46a0-95c7-a6d236dcde11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8176 | 2025.01.09 20:44:19.746463 [ 262 ] {2e87f749-e189-46a0-95c7-a6d236dcde11} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8177 | 2025.01.09 20:44:19.746502 [ 262 ] {2e87f749-e189-46a0-95c7-a6d236dcde11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8178 | 2025.01.09 20:44:19.747127 [ 262 ] {2e87f749-e189-46a0-95c7-a6d236dcde11} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8179 | 2025.01.09 20:44:19.747387 [ 262 ] {2e87f749-e189-46a0-95c7-a6d236dcde11} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8180 | 2025.01.09 20:44:19.747629 [ 262 ] {2e87f749-e189-46a0-95c7-a6d236dcde11} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002479 sec., 5244.050020169423 rows/sec., 9.40 MiB/sec. | ||
| 8181 | 2025.01.09 20:44:19.747739 [ 262 ] {2e87f749-e189-46a0-95c7-a6d236dcde11} <Debug> TCPHandler: Processed in 0.002763888 sec. | ||
| 8182 | 2025.01.09 20:44:19.747897 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8183 | 2025.01.09 20:44:19.748035 [ 260 ] {67096e39-b66a-4018-be62-db8c7ac5fbda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8184 | 2025.01.09 20:44:19.748094 [ 260 ] {67096e39-b66a-4018-be62-db8c7ac5fbda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8185 | 2025.01.09 20:44:19.748662 [ 260 ] {67096e39-b66a-4018-be62-db8c7ac5fbda} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8186 | 2025.01.09 20:44:19.748709 [ 260 ] {67096e39-b66a-4018-be62-db8c7ac5fbda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8187 | 2025.01.09 20:44:19.749085 [ 260 ] {67096e39-b66a-4018-be62-db8c7ac5fbda} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8188 | 2025.01.09 20:44:19.749317 [ 260 ] {67096e39-b66a-4018-be62-db8c7ac5fbda} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8189 | 2025.01.09 20:44:19.749558 [ 260 ] {67096e39-b66a-4018-be62-db8c7ac5fbda} <Debug> executeQuery: Read 46 rows, 2.88 KiB in 0.00154 sec., 29870.129870129873 rows/sec., 1.82 MiB/sec. | ||
| 8190 | 2025.01.09 20:44:19.749613 [ 260 ] {67096e39-b66a-4018-be62-db8c7ac5fbda} <Debug> TCPHandler: Processed in 0.001782934 sec. | ||
| 8191 | 2025.01.09 20:44:20.832183 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1166 | ||
| 8192 | 2025.01.09 20:44:20.835943 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8193 | 2025.01.09 20:44:20.835989 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8194 | 2025.01.09 20:44:20.837510 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8195 | 2025.01.09 20:44:20.837828 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8196 | 2025.01.09 20:44:20.838929 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1166 | ||
| 8197 | 2025.01.09 20:44:21.429985 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8198 | 2025.01.09 20:44:21.430200 [ 260 ] {64d60eb1-aaeb-469c-aa70-08c418b9e3d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8199 | 2025.01.09 20:44:21.430281 [ 260 ] {64d60eb1-aaeb-469c-aa70-08c418b9e3d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8200 | 2025.01.09 20:44:21.431105 [ 260 ] {64d60eb1-aaeb-469c-aa70-08c418b9e3d4} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8201 | 2025.01.09 20:44:21.431159 [ 260 ] {64d60eb1-aaeb-469c-aa70-08c418b9e3d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8202 | 2025.01.09 20:44:21.431605 [ 260 ] {64d60eb1-aaeb-469c-aa70-08c418b9e3d4} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8203 | 2025.01.09 20:44:21.431867 [ 260 ] {64d60eb1-aaeb-469c-aa70-08c418b9e3d4} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8204 | 2025.01.09 20:44:21.432140 [ 260 ] {64d60eb1-aaeb-469c-aa70-08c418b9e3d4} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001992 sec., 13052.208835341366 rows/sec., 1007.45 KiB/sec. | ||
| 8205 | 2025.01.09 20:44:21.432234 [ 260 ] {64d60eb1-aaeb-469c-aa70-08c418b9e3d4} <Debug> TCPHandler: Processed in 0.002388609 sec. | ||
| 8206 | 2025.01.09 20:44:21.432548 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8207 | 2025.01.09 20:44:21.432764 [ 262 ] {5813b185-3842-4143-afad-d9915cb64b9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8208 | 2025.01.09 20:44:21.432844 [ 262 ] {5813b185-3842-4143-afad-d9915cb64b9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8209 | 2025.01.09 20:44:21.433599 [ 262 ] {5813b185-3842-4143-afad-d9915cb64b9e} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8210 | 2025.01.09 20:44:21.433645 [ 262 ] {5813b185-3842-4143-afad-d9915cb64b9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8211 | 2025.01.09 20:44:21.434146 [ 262 ] {5813b185-3842-4143-afad-d9915cb64b9e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8212 | 2025.01.09 20:44:21.434463 [ 262 ] {5813b185-3842-4143-afad-d9915cb64b9e} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8213 | 2025.01.09 20:44:21.434711 [ 262 ] {5813b185-3842-4143-afad-d9915cb64b9e} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002003 sec., 13979.03145282077 rows/sec., 1.09 MiB/sec. | ||
| 8214 | 2025.01.09 20:44:21.434787 [ 262 ] {5813b185-3842-4143-afad-d9915cb64b9e} <Debug> TCPHandler: Processed in 0.00242867 sec. | ||
| 8215 | 2025.01.09 20:44:21.435006 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8216 | 2025.01.09 20:44:21.435164 [ 260 ] {6f85bc91-5039-462d-9220-8429325f4252} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8217 | 2025.01.09 20:44:21.435233 [ 260 ] {6f85bc91-5039-462d-9220-8429325f4252} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8218 | 2025.01.09 20:44:21.435863 [ 260 ] {6f85bc91-5039-462d-9220-8429325f4252} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8219 | 2025.01.09 20:44:21.435905 [ 260 ] {6f85bc91-5039-462d-9220-8429325f4252} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8220 | 2025.01.09 20:44:21.436308 [ 260 ] {6f85bc91-5039-462d-9220-8429325f4252} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8221 | 2025.01.09 20:44:21.436559 [ 260 ] {6f85bc91-5039-462d-9220-8429325f4252} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8222 | 2025.01.09 20:44:21.436800 [ 260 ] {6f85bc91-5039-462d-9220-8429325f4252} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.001673 sec., 11954.572624028691 rows/sec., 848.73 KiB/sec. | ||
| 8223 | 2025.01.09 20:44:21.436863 [ 260 ] {6f85bc91-5039-462d-9220-8429325f4252} <Debug> TCPHandler: Processed in 0.001969978 sec. | ||
| 8224 | 2025.01.09 20:44:21.437033 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8225 | 2025.01.09 20:44:21.437162 [ 262 ] {a5e5af94-c486-4a3d-a06b-d2bcfc5fddbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8226 | 2025.01.09 20:44:21.437219 [ 262 ] {a5e5af94-c486-4a3d-a06b-d2bcfc5fddbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8227 | 2025.01.09 20:44:21.437794 [ 262 ] {a5e5af94-c486-4a3d-a06b-d2bcfc5fddbc} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8228 | 2025.01.09 20:44:21.437843 [ 262 ] {a5e5af94-c486-4a3d-a06b-d2bcfc5fddbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8229 | 2025.01.09 20:44:21.438314 [ 262 ] {a5e5af94-c486-4a3d-a06b-d2bcfc5fddbc} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8230 | 2025.01.09 20:44:21.438567 [ 262 ] {a5e5af94-c486-4a3d-a06b-d2bcfc5fddbc} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8231 | 2025.01.09 20:44:21.438798 [ 262 ] {a5e5af94-c486-4a3d-a06b-d2bcfc5fddbc} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.001666 sec., 3601.4405762304923 rows/sec., 252.64 KiB/sec. | ||
| 8232 | 2025.01.09 20:44:21.438859 [ 262 ] {a5e5af94-c486-4a3d-a06b-d2bcfc5fddbc} <Debug> TCPHandler: Processed in 0.001884597 sec. | ||
| 8233 | 2025.01.09 20:44:23.238327 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934 | ||
| 8234 | 2025.01.09 20:44:23.239060 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8235 | 2025.01.09 20:44:23.239101 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8236 | 2025.01.09 20:44:23.239622 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8237 | 2025.01.09 20:44:23.239878 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8238 | 2025.01.09 20:44:23.240110 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 | ||
| 8239 | 2025.01.09 20:44:24.520291 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 8240 | 2025.01.09 20:44:24.540856 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8241 | 2025.01.09 20:44:24.540914 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8242 | 2025.01.09 20:44:24.548167 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8243 | 2025.01.09 20:44:24.548927 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8244 | 2025.01.09 20:44:24.551652 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 8245 | 2025.01.09 20:44:26.434695 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8246 | 2025.01.09 20:44:26.434924 [ 260 ] {c1737f00-d6e9-46b2-811e-60dce6a9cac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8247 | 2025.01.09 20:44:26.435007 [ 260 ] {c1737f00-d6e9-46b2-811e-60dce6a9cac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8248 | 2025.01.09 20:44:26.435788 [ 260 ] {c1737f00-d6e9-46b2-811e-60dce6a9cac8} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8249 | 2025.01.09 20:44:26.435841 [ 260 ] {c1737f00-d6e9-46b2-811e-60dce6a9cac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8250 | 2025.01.09 20:44:26.436310 [ 260 ] {c1737f00-d6e9-46b2-811e-60dce6a9cac8} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8251 | 2025.01.09 20:44:26.436562 [ 260 ] {c1737f00-d6e9-46b2-811e-60dce6a9cac8} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8252 | 2025.01.09 20:44:26.436850 [ 260 ] {c1737f00-d6e9-46b2-811e-60dce6a9cac8} <Debug> executeQuery: Read 78 rows, 6.88 KiB in 0.001976 sec., 39473.68421052632 rows/sec., 3.40 MiB/sec. | ||
| 8253 | 2025.01.09 20:44:26.436992 [ 260 ] {c1737f00-d6e9-46b2-811e-60dce6a9cac8} <Debug> TCPHandler: Processed in 0.00243099 sec. | ||
| 8254 | 2025.01.09 20:44:26.437294 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8255 | 2025.01.09 20:44:26.437513 [ 262 ] {c1351849-09d4-445e-92cf-566c5d4b0627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8256 | 2025.01.09 20:44:26.437602 [ 262 ] {c1351849-09d4-445e-92cf-566c5d4b0627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8257 | 2025.01.09 20:44:26.438442 [ 262 ] {c1351849-09d4-445e-92cf-566c5d4b0627} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8258 | 2025.01.09 20:44:26.438496 [ 262 ] {c1351849-09d4-445e-92cf-566c5d4b0627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8259 | 2025.01.09 20:44:26.438962 [ 262 ] {c1351849-09d4-445e-92cf-566c5d4b0627} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8260 | 2025.01.09 20:44:26.439224 [ 262 ] {c1351849-09d4-445e-92cf-566c5d4b0627} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8261 | 2025.01.09 20:44:26.439419 [ 43 ] {} <Debug> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
| 8262 | 2025.01.09 20:44:26.439487 [ 262 ] {c1351849-09d4-445e-92cf-566c5d4b0627} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.002032 sec., 12795.275590551182 rows/sec., 962.14 KiB/sec. | ||
| 8263 | 2025.01.09 20:44:26.439501 [ 43 ] {} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8264 | 2025.01.09 20:44:26.439577 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8265 | 2025.01.09 20:44:26.439636 [ 262 ] {c1351849-09d4-445e-92cf-566c5d4b0627} <Debug> TCPHandler: Processed in 0.002522693 sec. | ||
| 8266 | 2025.01.09 20:44:26.439864 [ 193 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full | ||
| 8267 | 2025.01.09 20:44:26.439891 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8268 | 2025.01.09 20:44:26.440147 [ 193 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8269 | 2025.01.09 20:44:26.440160 [ 260 ] {52d4f5da-a1e4-4456-9755-fc54fd691026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8270 | 2025.01.09 20:44:26.440211 [ 193 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 60 rows starting from the beginning of the part | ||
| 8271 | 2025.01.09 20:44:26.440279 [ 260 ] {52d4f5da-a1e4-4456-9755-fc54fd691026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8272 | 2025.01.09 20:44:26.440529 [ 193 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 26 rows starting from the beginning of the part | ||
| 8273 | 2025.01.09 20:44:26.440937 [ 193 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 20 rows starting from the beginning of the part | ||
| 8274 | 2025.01.09 20:44:26.441297 [ 193 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 26 rows starting from the beginning of the part | ||
| 8275 | 2025.01.09 20:44:26.441664 [ 193 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 20 rows starting from the beginning of the part | ||
| 8276 | 2025.01.09 20:44:26.442041 [ 193 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 26 rows starting from the beginning of the part | ||
| 8277 | 2025.01.09 20:44:26.443038 [ 260 ] {52d4f5da-a1e4-4456-9755-fc54fd691026} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8278 | 2025.01.09 20:44:26.443116 [ 260 ] {52d4f5da-a1e4-4456-9755-fc54fd691026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8279 | 2025.01.09 20:44:26.444176 [ 260 ] {52d4f5da-a1e4-4456-9755-fc54fd691026} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8280 | 2025.01.09 20:44:26.444762 [ 260 ] {52d4f5da-a1e4-4456-9755-fc54fd691026} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8281 | 2025.01.09 20:44:26.444795 [ 188 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 5 columns (5 merged, 0 gathered) in 0.005108896 sec., 34841.186823924385 rows/sec., 2.64 MiB/sec. | ||
| 8282 | 2025.01.09 20:44:26.445113 [ 190 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
| 8283 | 2025.01.09 20:44:26.445123 [ 260 ] {52d4f5da-a1e4-4456-9755-fc54fd691026} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.005044 sec., 10705.78905630452 rows/sec., 856.14 KiB/sec. | ||
| 8284 | 2025.01.09 20:44:26.445339 [ 260 ] {52d4f5da-a1e4-4456-9755-fc54fd691026} <Debug> TCPHandler: Processed in 0.005560248 sec. | ||
| 8285 | 2025.01.09 20:44:26.445525 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8286 | 2025.01.09 20:44:26.445694 [ 190 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_50_10} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8287 | 2025.01.09 20:44:26.445700 [ 262 ] {46c6bae3-19fd-454f-854a-dd3411fcc776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8288 | 2025.01.09 20:44:26.445797 [ 262 ] {46c6bae3-19fd-454f-854a-dd3411fcc776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8289 | 2025.01.09 20:44:26.445816 [ 190 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_50_10} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
| 8290 | 2025.01.09 20:44:26.445963 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8291 | 2025.01.09 20:44:26.446495 [ 262 ] {46c6bae3-19fd-454f-854a-dd3411fcc776} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8292 | 2025.01.09 20:44:26.446536 [ 262 ] {46c6bae3-19fd-454f-854a-dd3411fcc776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8293 | 2025.01.09 20:44:26.446953 [ 262 ] {46c6bae3-19fd-454f-854a-dd3411fcc776} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8294 | 2025.01.09 20:44:26.447219 [ 262 ] {46c6bae3-19fd-454f-854a-dd3411fcc776} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8295 | 2025.01.09 20:44:26.447499 [ 262 ] {46c6bae3-19fd-454f-854a-dd3411fcc776} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00184 sec., 54347.82608695652 rows/sec., 3.77 MiB/sec. | ||
| 8296 | 2025.01.09 20:44:26.447579 [ 262 ] {46c6bae3-19fd-454f-854a-dd3411fcc776} <Debug> TCPHandler: Processed in 0.002138403 sec. | ||
| 8297 | 2025.01.09 20:44:26.447861 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8298 | 2025.01.09 20:44:26.448014 [ 260 ] {f28a03a1-6341-44b7-a1ad-ce4d79fe2012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8299 | 2025.01.09 20:44:26.448110 [ 260 ] {f28a03a1-6341-44b7-a1ad-ce4d79fe2012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8300 | 2025.01.09 20:44:26.449384 [ 260 ] {f28a03a1-6341-44b7-a1ad-ce4d79fe2012} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8301 | 2025.01.09 20:44:26.449425 [ 260 ] {f28a03a1-6341-44b7-a1ad-ce4d79fe2012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8302 | 2025.01.09 20:44:26.450770 [ 260 ] {f28a03a1-6341-44b7-a1ad-ce4d79fe2012} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8303 | 2025.01.09 20:44:26.451038 [ 260 ] {f28a03a1-6341-44b7-a1ad-ce4d79fe2012} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8304 | 2025.01.09 20:44:26.451281 [ 260 ] {f28a03a1-6341-44b7-a1ad-ce4d79fe2012} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.003301 sec., 7876.401090578613 rows/sec., 14.11 MiB/sec. | ||
| 8305 | 2025.01.09 20:44:26.451390 [ 260 ] {f28a03a1-6341-44b7-a1ad-ce4d79fe2012} <Debug> TCPHandler: Processed in 0.003680732 sec. | ||
| 8306 | 2025.01.09 20:44:26.451556 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8307 | 2025.01.09 20:44:26.451705 [ 262 ] {a5e73f8f-3c5d-44c9-90f0-5798f1a88c3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8308 | 2025.01.09 20:44:26.451766 [ 262 ] {a5e73f8f-3c5d-44c9-90f0-5798f1a88c3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8309 | 2025.01.09 20:44:26.452292 [ 262 ] {a5e73f8f-3c5d-44c9-90f0-5798f1a88c3c} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8310 | 2025.01.09 20:44:26.452333 [ 262 ] {a5e73f8f-3c5d-44c9-90f0-5798f1a88c3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8311 | 2025.01.09 20:44:26.452722 [ 262 ] {a5e73f8f-3c5d-44c9-90f0-5798f1a88c3c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8312 | 2025.01.09 20:44:26.452973 [ 262 ] {a5e73f8f-3c5d-44c9-90f0-5798f1a88c3c} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8313 | 2025.01.09 20:44:26.453239 [ 262 ] {a5e73f8f-3c5d-44c9-90f0-5798f1a88c3c} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001565 sec., 19169.32907348243 rows/sec., 1.31 MiB/sec. | ||
| 8314 | 2025.01.09 20:44:26.453296 [ 262 ] {a5e73f8f-3c5d-44c9-90f0-5798f1a88c3c} <Debug> TCPHandler: Processed in 0.001807925 sec. | ||
| 8315 | 2025.01.09 20:44:30.589453 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8316 | 2025.01.09 20:44:30.589563 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8317 | 2025.01.09 20:44:30.740239 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361 | ||
| 8318 | 2025.01.09 20:44:30.740854 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8319 | 2025.01.09 20:44:30.740895 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8320 | 2025.01.09 20:44:30.741445 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8321 | 2025.01.09 20:44:30.741714 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8322 | 2025.01.09 20:44:30.741912 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 8323 | 2025.01.09 20:44:30.839309 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1186 | ||
| 8324 | 2025.01.09 20:44:30.842585 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8325 | 2025.01.09 20:44:30.842646 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8326 | 2025.01.09 20:44:30.844165 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8327 | 2025.01.09 20:44:30.844500 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8328 | 2025.01.09 20:44:30.845234 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1186 | ||
| 8329 | 2025.01.09 20:44:31.438548 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8330 | 2025.01.09 20:44:31.438854 [ 260 ] {3bb9fea7-aaf0-4e25-a832-fa869f756587} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8331 | 2025.01.09 20:44:31.438967 [ 260 ] {3bb9fea7-aaf0-4e25-a832-fa869f756587} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8332 | 2025.01.09 20:44:31.439827 [ 260 ] {3bb9fea7-aaf0-4e25-a832-fa869f756587} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8333 | 2025.01.09 20:44:31.439871 [ 260 ] {3bb9fea7-aaf0-4e25-a832-fa869f756587} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8334 | 2025.01.09 20:44:31.440313 [ 260 ] {3bb9fea7-aaf0-4e25-a832-fa869f756587} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8335 | 2025.01.09 20:44:31.440576 [ 260 ] {3bb9fea7-aaf0-4e25-a832-fa869f756587} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8336 | 2025.01.09 20:44:31.440862 [ 260 ] {3bb9fea7-aaf0-4e25-a832-fa869f756587} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002082 sec., 6724.303554274736 rows/sec., 484.06 KiB/sec. | ||
| 8337 | 2025.01.09 20:44:31.441069 [ 260 ] {3bb9fea7-aaf0-4e25-a832-fa869f756587} <Debug> TCPHandler: Processed in 0.002695927 sec. | ||
| 8338 | 2025.01.09 20:44:31.441344 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8339 | 2025.01.09 20:44:31.441552 [ 262 ] {9745611b-f43c-4d93-9460-528607d19644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8340 | 2025.01.09 20:44:31.441630 [ 262 ] {9745611b-f43c-4d93-9460-528607d19644} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8341 | 2025.01.09 20:44:31.442504 [ 262 ] {9745611b-f43c-4d93-9460-528607d19644} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8342 | 2025.01.09 20:44:31.442546 [ 262 ] {9745611b-f43c-4d93-9460-528607d19644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8343 | 2025.01.09 20:44:31.443002 [ 262 ] {9745611b-f43c-4d93-9460-528607d19644} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8344 | 2025.01.09 20:44:31.443273 [ 262 ] {9745611b-f43c-4d93-9460-528607d19644} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8345 | 2025.01.09 20:44:31.443418 [ 38 ] {} <Debug> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8346 | 2025.01.09 20:44:31.443472 [ 262 ] {9745611b-f43c-4d93-9460-528607d19644} <Debug> executeQuery: Read 199 rows, 18.15 KiB in 0.001979 sec., 100555.83628094998 rows/sec., 8.96 MiB/sec. | ||
| 8347 | 2025.01.09 20:44:31.443476 [ 38 ] {} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8348 | 2025.01.09 20:44:31.443528 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8349 | 2025.01.09 20:44:31.443546 [ 262 ] {9745611b-f43c-4d93-9460-528607d19644} <Debug> TCPHandler: Processed in 0.002345748 sec. | ||
| 8350 | 2025.01.09 20:44:31.443766 [ 200 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::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 | ||
| 8351 | 2025.01.09 20:44:31.443804 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8352 | 2025.01.09 20:44:31.444018 [ 200 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8353 | 2025.01.09 20:44:31.444096 [ 200 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1399 rows starting from the beginning of the part | ||
| 8354 | 2025.01.09 20:44:31.444103 [ 260 ] {b0da24fd-0cf9-4ac1-a1ba-2626cfa103a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8355 | 2025.01.09 20:44:31.444257 [ 260 ] {b0da24fd-0cf9-4ac1-a1ba-2626cfa103a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8356 | 2025.01.09 20:44:31.444303 [ 200 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 78 rows starting from the beginning of the part | ||
| 8357 | 2025.01.09 20:44:31.444660 [ 200 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1339 rows starting from the beginning of the part | ||
| 8358 | 2025.01.09 20:44:31.445045 [ 200 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 26 rows starting from the beginning of the part | ||
| 8359 | 2025.01.09 20:44:31.445308 [ 200 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 78 rows starting from the beginning of the part | ||
| 8360 | 2025.01.09 20:44:31.445710 [ 200 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 199 rows starting from the beginning of the part | ||
| 8361 | 2025.01.09 20:44:31.446519 [ 260 ] {b0da24fd-0cf9-4ac1-a1ba-2626cfa103a0} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8362 | 2025.01.09 20:44:31.446563 [ 260 ] {b0da24fd-0cf9-4ac1-a1ba-2626cfa103a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8363 | 2025.01.09 20:44:31.447100 [ 260 ] {b0da24fd-0cf9-4ac1-a1ba-2626cfa103a0} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8364 | 2025.01.09 20:44:31.447389 [ 260 ] {b0da24fd-0cf9-4ac1-a1ba-2626cfa103a0} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8365 | 2025.01.09 20:44:31.447633 [ 260 ] {b0da24fd-0cf9-4ac1-a1ba-2626cfa103a0} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.003613 sec., 5535.566011624689 rows/sec., 396.79 KiB/sec. | ||
| 8366 | 2025.01.09 20:44:31.447728 [ 260 ] {b0da24fd-0cf9-4ac1-a1ba-2626cfa103a0} <Debug> TCPHandler: Processed in 0.00406074 sec. | ||
| 8367 | 2025.01.09 20:44:31.447982 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8368 | 2025.01.09 20:44:31.447993 [ 200 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3119 rows, containing 5 columns (5 merged, 0 gathered) in 0.004356408 sec., 715956.8157987039 rows/sec., 62.99 MiB/sec. | ||
| 8369 | 2025.01.09 20:44:31.448137 [ 262 ] {4dcf0602-4482-42b8-ad53-3732c72dfe49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8370 | 2025.01.09 20:44:31.448226 [ 262 ] {4dcf0602-4482-42b8-ad53-3732c72dfe49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8371 | 2025.01.09 20:44:31.448235 [ 200 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8372 | 2025.01.09 20:44:31.448912 [ 200 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_66_13} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8373 | 2025.01.09 20:44:31.449068 [ 200 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_66_13} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8374 | 2025.01.09 20:44:31.449225 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 8375 | 2025.01.09 20:44:31.449445 [ 262 ] {4dcf0602-4482-42b8-ad53-3732c72dfe49} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8376 | 2025.01.09 20:44:31.449490 [ 262 ] {4dcf0602-4482-42b8-ad53-3732c72dfe49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8377 | 2025.01.09 20:44:31.449858 [ 262 ] {4dcf0602-4482-42b8-ad53-3732c72dfe49} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8378 | 2025.01.09 20:44:31.450107 [ 262 ] {4dcf0602-4482-42b8-ad53-3732c72dfe49} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8379 | 2025.01.09 20:44:31.450325 [ 262 ] {4dcf0602-4482-42b8-ad53-3732c72dfe49} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002217 sec., 6314.839873703203 rows/sec., 442.25 KiB/sec. | ||
| 8380 | 2025.01.09 20:44:31.450532 [ 262 ] {4dcf0602-4482-42b8-ad53-3732c72dfe49} <Debug> TCPHandler: Processed in 0.002694666 sec. | ||
| 8381 | 2025.01.09 20:44:31.450768 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8382 | 2025.01.09 20:44:31.450909 [ 260 ] {d2a30021-155f-4d75-8f2f-1708aeb85a09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8383 | 2025.01.09 20:44:31.450966 [ 260 ] {d2a30021-155f-4d75-8f2f-1708aeb85a09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8384 | 2025.01.09 20:44:31.451586 [ 260 ] {d2a30021-155f-4d75-8f2f-1708aeb85a09} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8385 | 2025.01.09 20:44:31.451626 [ 260 ] {d2a30021-155f-4d75-8f2f-1708aeb85a09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8386 | 2025.01.09 20:44:31.451974 [ 260 ] {d2a30021-155f-4d75-8f2f-1708aeb85a09} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8387 | 2025.01.09 20:44:31.452206 [ 260 ] {d2a30021-155f-4d75-8f2f-1708aeb85a09} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8388 | 2025.01.09 20:44:31.452445 [ 260 ] {d2a30021-155f-4d75-8f2f-1708aeb85a09} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001567 sec., 8296.107211231652 rows/sec., 517.26 KiB/sec. | ||
| 8389 | 2025.01.09 20:44:31.452643 [ 260 ] {d2a30021-155f-4d75-8f2f-1708aeb85a09} <Debug> TCPHandler: Processed in 0.00200421 sec. | ||
| 8390 | 2025.01.09 20:44:31.452844 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8391 | 2025.01.09 20:44:31.452982 [ 262 ] {29fe31a4-b58b-4687-ab44-17c34f2c4b59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8392 | 2025.01.09 20:44:31.453038 [ 262 ] {29fe31a4-b58b-4687-ab44-17c34f2c4b59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8393 | 2025.01.09 20:44:31.453765 [ 262 ] {29fe31a4-b58b-4687-ab44-17c34f2c4b59} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8394 | 2025.01.09 20:44:31.453803 [ 262 ] {29fe31a4-b58b-4687-ab44-17c34f2c4b59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8395 | 2025.01.09 20:44:31.454186 [ 262 ] {29fe31a4-b58b-4687-ab44-17c34f2c4b59} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8396 | 2025.01.09 20:44:31.454439 [ 262 ] {29fe31a4-b58b-4687-ab44-17c34f2c4b59} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8397 | 2025.01.09 20:44:31.454565 [ 38 ] {} <Debug> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8398 | 2025.01.09 20:44:31.454598 [ 38 ] {} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8399 | 2025.01.09 20:44:31.454620 [ 262 ] {29fe31a4-b58b-4687-ab44-17c34f2c4b59} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.001668 sec., 215227.81774580336 rows/sec., 15.13 MiB/sec. | ||
| 8400 | 2025.01.09 20:44:31.454623 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8401 | 2025.01.09 20:44:31.454735 [ 262 ] {29fe31a4-b58b-4687-ab44-17c34f2c4b59} <Debug> TCPHandler: Processed in 0.00198973 sec. | ||
| 8402 | 2025.01.09 20:44:31.454876 [ 192 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::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 | ||
| 8403 | 2025.01.09 20:44:31.454935 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8404 | 2025.01.09 20:44:31.455042 [ 192 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8405 | 2025.01.09 20:44:31.455090 [ 192 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 873 rows starting from the beginning of the part | ||
| 8406 | 2025.01.09 20:44:31.455101 [ 260 ] {fb2cacf7-5a77-4ebd-a191-c50ef6977bcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8407 | 2025.01.09 20:44:31.455215 [ 260 ] {fb2cacf7-5a77-4ebd-a191-c50ef6977bcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8408 | 2025.01.09 20:44:31.455245 [ 192 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 54 rows starting from the beginning of the part | ||
| 8409 | 2025.01.09 20:44:31.455586 [ 192 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 815 rows starting from the beginning of the part | ||
| 8410 | 2025.01.09 20:44:31.455939 [ 192 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 28 rows starting from the beginning of the part | ||
| 8411 | 2025.01.09 20:44:31.456248 [ 192 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 54 rows starting from the beginning of the part | ||
| 8412 | 2025.01.09 20:44:31.456563 [ 192 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 359 rows starting from the beginning of the part | ||
| 8413 | 2025.01.09 20:44:31.457315 [ 260 ] {fb2cacf7-5a77-4ebd-a191-c50ef6977bcd} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8414 | 2025.01.09 20:44:31.457356 [ 260 ] {fb2cacf7-5a77-4ebd-a191-c50ef6977bcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8415 | 2025.01.09 20:44:31.457884 [ 260 ] {fb2cacf7-5a77-4ebd-a191-c50ef6977bcd} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8416 | 2025.01.09 20:44:31.458191 [ 260 ] {fb2cacf7-5a77-4ebd-a191-c50ef6977bcd} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8417 | 2025.01.09 20:44:31.458543 [ 260 ] {fb2cacf7-5a77-4ebd-a191-c50ef6977bcd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00347 sec., 1729.106628242075 rows/sec., 90.34 KiB/sec. | ||
| 8418 | 2025.01.09 20:44:31.458643 [ 260 ] {fb2cacf7-5a77-4ebd-a191-c50ef6977bcd} <Debug> TCPHandler: Processed in 0.003808694 sec. | ||
| 8419 | 2025.01.09 20:44:31.458646 [ 192 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2183 rows, containing 5 columns (5 merged, 0 gathered) in 0.003922767 sec., 556494.9434926928 rows/sec., 42.37 MiB/sec. | ||
| 8420 | 2025.01.09 20:44:31.458805 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8421 | 2025.01.09 20:44:31.458822 [ 192 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8422 | 2025.01.09 20:44:31.458985 [ 262 ] {18a9bb09-1890-473a-a0b7-b67974b2fd51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8423 | 2025.01.09 20:44:31.459117 [ 262 ] {18a9bb09-1890-473a-a0b7-b67974b2fd51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8424 | 2025.01.09 20:44:31.459284 [ 192 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_66_13} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8425 | 2025.01.09 20:44:31.459538 [ 192 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_66_13} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8426 | 2025.01.09 20:44:31.459686 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 8427 | 2025.01.09 20:44:31.460116 [ 262 ] {18a9bb09-1890-473a-a0b7-b67974b2fd51} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8428 | 2025.01.09 20:44:31.460159 [ 262 ] {18a9bb09-1890-473a-a0b7-b67974b2fd51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8429 | 2025.01.09 20:44:31.460555 [ 262 ] {18a9bb09-1890-473a-a0b7-b67974b2fd51} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8430 | 2025.01.09 20:44:31.460808 [ 262 ] {18a9bb09-1890-473a-a0b7-b67974b2fd51} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8431 | 2025.01.09 20:44:31.460935 [ 38 ] {} <Debug> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8432 | 2025.01.09 20:44:31.460969 [ 38 ] {} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8433 | 2025.01.09 20:44:31.460990 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8434 | 2025.01.09 20:44:31.460995 [ 262 ] {18a9bb09-1890-473a-a0b7-b67974b2fd51} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.002067 sec., 85631.34978229318 rows/sec., 5.65 MiB/sec. | ||
| 8435 | 2025.01.09 20:44:31.461111 [ 262 ] {18a9bb09-1890-473a-a0b7-b67974b2fd51} <Debug> TCPHandler: Processed in 0.002391749 sec. | ||
| 8436 | 2025.01.09 20:44:31.461146 [ 198 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::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 | ||
| 8437 | 2025.01.09 20:44:31.461286 [ 198 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8438 | 2025.01.09 20:44:31.461342 [ 198 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 15359 rows starting from the beginning of the part | ||
| 8439 | 2025.01.09 20:44:31.461350 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8440 | 2025.01.09 20:44:31.461583 [ 198 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 100 rows starting from the beginning of the part | ||
| 8441 | 2025.01.09 20:44:31.462025 [ 198 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1003 rows starting from the beginning of the part | ||
| 8442 | 2025.01.09 20:44:31.462153 [ 260 ] {eabf8e4b-2b84-4f85-9bb2-20d1a3cd1cc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8443 | 2025.01.09 20:44:31.462381 [ 198 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 20 rows starting from the beginning of the part | ||
| 8444 | 2025.01.09 20:44:31.462475 [ 260 ] {eabf8e4b-2b84-4f85-9bb2-20d1a3cd1cc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8445 | 2025.01.09 20:44:31.462640 [ 198 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 100 rows starting from the beginning of the part | ||
| 8446 | 2025.01.09 20:44:31.462959 [ 198 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 177 rows starting from the beginning of the part | ||
| 8447 | 2025.01.09 20:44:31.464321 [ 260 ] {eabf8e4b-2b84-4f85-9bb2-20d1a3cd1cc8} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8448 | 2025.01.09 20:44:31.464364 [ 260 ] {eabf8e4b-2b84-4f85-9bb2-20d1a3cd1cc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8449 | 2025.01.09 20:44:31.464993 [ 260 ] {eabf8e4b-2b84-4f85-9bb2-20d1a3cd1cc8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8450 | 2025.01.09 20:44:31.465430 [ 260 ] {eabf8e4b-2b84-4f85-9bb2-20d1a3cd1cc8} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8451 | 2025.01.09 20:44:31.465694 [ 38 ] {} <Debug> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965) (MergerMutator): Selected 6 parts from all_1_23_5 to all_28_28_0 | ||
| 8452 | 2025.01.09 20:44:31.465783 [ 38 ] {} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8453 | 2025.01.09 20:44:31.465856 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8454 | 2025.01.09 20:44:31.466169 [ 260 ] {eabf8e4b-2b84-4f85-9bb2-20d1a3cd1cc8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004336 sec., 230.62730627306274 rows/sec., 15.54 KiB/sec. | ||
| 8455 | 2025.01.09 20:44:31.466658 [ 197 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_23_5 to all_28_28_0 into Compact with storage Full | ||
| 8456 | 2025.01.09 20:44:31.467368 [ 260 ] {eabf8e4b-2b84-4f85-9bb2-20d1a3cd1cc8} <Debug> TCPHandler: Processed in 0.006155602 sec. | ||
| 8457 | 2025.01.09 20:44:31.467417 [ 197 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8458 | 2025.01.09 20:44:31.467534 [ 197 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 24 rows starting from the beginning of the part | ||
| 8459 | 2025.01.09 20:44:31.467616 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8460 | 2025.01.09 20:44:31.467734 [ 197 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 8461 | 2025.01.09 20:44:31.468066 [ 262 ] {f1b1855e-2077-4b74-b584-ea98881780c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8462 | 2025.01.09 20:44:31.468088 [ 197 ] {cd0e6e96-c996-434c-a97a-3f5887345965::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 | ||
| 8463 | 2025.01.09 20:44:31.468543 [ 262 ] {f1b1855e-2077-4b74-b584-ea98881780c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8464 | 2025.01.09 20:44:31.468555 [ 197 ] {cd0e6e96-c996-434c-a97a-3f5887345965::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 | ||
| 8465 | 2025.01.09 20:44:31.468995 [ 197 ] {cd0e6e96-c996-434c-a97a-3f5887345965::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 | ||
| 8466 | 2025.01.09 20:44:31.469419 [ 197 ] {cd0e6e96-c996-434c-a97a-3f5887345965::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 | ||
| 8467 | 2025.01.09 20:44:31.472736 [ 198 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16759 rows, containing 5 columns (5 merged, 0 gathered) in 0.011685449 sec., 1434176.8125469547 rows/sec., 96.03 MiB/sec. | ||
| 8468 | 2025.01.09 20:44:31.473085 [ 198 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8469 | 2025.01.09 20:44:31.474124 [ 198 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8470 | 2025.01.09 20:44:31.474492 [ 198 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8471 | 2025.01.09 20:44:31.474776 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.40 MiB. | ||
| 8472 | 2025.01.09 20:44:31.475298 [ 198 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 4 columns (4 merged, 0 gathered) in 0.009275499 sec., 3126.5164278493266 rows/sec., 210.25 KiB/sec. | ||
| 8473 | 2025.01.09 20:44:31.475414 [ 262 ] {f1b1855e-2077-4b74-b584-ea98881780c4} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8474 | 2025.01.09 20:44:31.475442 [ 198 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) | ||
| 8475 | 2025.01.09 20:44:31.475456 [ 262 ] {f1b1855e-2077-4b74-b584-ea98881780c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8476 | 2025.01.09 20:44:31.475810 [ 198 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_28_6} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8477 | 2025.01.09 20:44:31.475941 [ 198 ] {cd0e6e96-c996-434c-a97a-3f5887345965::all_1_28_6} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965) (MergerMutator): Merged 6 parts: [all_1_23_5, all_28_28_0] -> all_1_28_6 | ||
| 8478 | 2025.01.09 20:44:31.476049 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8479 | 2025.01.09 20:44:31.476278 [ 262 ] {f1b1855e-2077-4b74-b584-ea98881780c4} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8480 | 2025.01.09 20:44:31.476542 [ 262 ] {f1b1855e-2077-4b74-b584-ea98881780c4} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8481 | 2025.01.09 20:44:31.476684 [ 38 ] {} <Debug> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8482 | 2025.01.09 20:44:31.476753 [ 38 ] {} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8483 | 2025.01.09 20:44:31.476784 [ 262 ] {f1b1855e-2077-4b74-b584-ea98881780c4} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00892 sec., 1457.3991031390133 rows/sec., 2.61 MiB/sec. | ||
| 8484 | 2025.01.09 20:44:31.476795 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8485 | 2025.01.09 20:44:31.477153 [ 197 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::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 | ||
| 8486 | 2025.01.09 20:44:31.477200 [ 262 ] {f1b1855e-2077-4b74-b584-ea98881780c4} <Debug> TCPHandler: Processed in 0.00972313 sec. | ||
| 8487 | 2025.01.09 20:44:31.477467 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8488 | 2025.01.09 20:44:31.477740 [ 260 ] {2b5f3a4b-f92c-49bb-a744-15e36591adca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8489 | 2025.01.09 20:44:31.477867 [ 260 ] {2b5f3a4b-f92c-49bb-a744-15e36591adca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8490 | 2025.01.09 20:44:31.477908 [ 197 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8491 | 2025.01.09 20:44:31.478208 [ 197 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 841 rows starting from the beginning of the part | ||
| 8492 | 2025.01.09 20:44:31.479035 [ 197 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 13 rows starting from the beginning of the part | ||
| 8493 | 2025.01.09 20:44:31.479946 [ 197 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 26 rows starting from the beginning of the part | ||
| 8494 | 2025.01.09 20:44:31.479951 [ 260 ] {2b5f3a4b-f92c-49bb-a744-15e36591adca} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8495 | 2025.01.09 20:44:31.480036 [ 260 ] {2b5f3a4b-f92c-49bb-a744-15e36591adca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8496 | 2025.01.09 20:44:31.480582 [ 197 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::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 | ||
| 8497 | 2025.01.09 20:44:31.481261 [ 197 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 26 rows starting from the beginning of the part | ||
| 8498 | 2025.01.09 20:44:31.481513 [ 260 ] {2b5f3a4b-f92c-49bb-a744-15e36591adca} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8499 | 2025.01.09 20:44:31.481754 [ 197 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 13 rows starting from the beginning of the part | ||
| 8500 | 2025.01.09 20:44:31.482359 [ 260 ] {2b5f3a4b-f92c-49bb-a744-15e36591adca} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8501 | 2025.01.09 20:44:31.482696 [ 38 ] {} <Debug> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8502 | 2025.01.09 20:44:31.482822 [ 38 ] {} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8503 | 2025.01.09 20:44:31.482934 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8504 | 2025.01.09 20:44:31.483234 [ 260 ] {2b5f3a4b-f92c-49bb-a744-15e36591adca} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.005526 sec., 9410.061527325372 rows/sec., 596.61 KiB/sec. | ||
| 8505 | 2025.01.09 20:44:31.483322 [ 191 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::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 | ||
| 8506 | 2025.01.09 20:44:31.483529 [ 260 ] {2b5f3a4b-f92c-49bb-a744-15e36591adca} <Debug> TCPHandler: Processed in 0.006214634 sec. | ||
| 8507 | 2025.01.09 20:44:31.483868 [ 191 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8508 | 2025.01.09 20:44:31.483973 [ 191 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2138 rows starting from the beginning of the part | ||
| 8509 | 2025.01.09 20:44:31.484315 [ 191 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 30 rows starting from the beginning of the part | ||
| 8510 | 2025.01.09 20:44:31.484579 [ 191 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 46 rows starting from the beginning of the part | ||
| 8511 | 2025.01.09 20:44:31.484745 [ 191 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 6 rows starting from the beginning of the part | ||
| 8512 | 2025.01.09 20:44:31.484886 [ 191 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 30 rows starting from the beginning of the part | ||
| 8513 | 2025.01.09 20:44:31.485113 [ 191 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 52 rows starting from the beginning of the part | ||
| 8514 | 2025.01.09 20:44:31.488293 [ 186 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2302 rows, containing 4 columns (4 merged, 0 gathered) in 0.005197348 sec., 442918.1959722535 rows/sec., 28.50 MiB/sec. | ||
| 8515 | 2025.01.09 20:44:31.488737 [ 186 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8516 | 2025.01.09 20:44:31.489423 [ 186 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_66_13} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8517 | 2025.01.09 20:44:31.489576 [ 186 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_66_13} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8518 | 2025.01.09 20:44:31.489737 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 8519 | 2025.01.09 20:44:31.492451 [ 196 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 932 rows, containing 19 columns (19 merged, 0 gathered) in 0.015537974 sec., 59982.08003179823 rows/sec., 107.49 MiB/sec. | ||
| 8520 | 2025.01.09 20:44:31.493630 [ 199 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8521 | 2025.01.09 20:44:31.494090 [ 199 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8522 | 2025.01.09 20:44:31.494188 [ 199 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8523 | 2025.01.09 20:44:31.494357 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.13 MiB. | ||
| 8524 | 2025.01.09 20:44:32.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.59 MiB, peak 223.94 MiB, free memory in arenas 0.00 B, will set to 217.47 MiB (RSS), difference: 1.87 MiB | ||
| 8525 | 2025.01.09 20:44:32.051734 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 8526 | 2025.01.09 20:44:32.073044 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8527 | 2025.01.09 20:44:32.073100 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8528 | 2025.01.09 20:44:32.080810 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8529 | 2025.01.09 20:44:32.081599 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8530 | 2025.01.09 20:44:32.085566 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 8531 | 2025.01.09 20:44:36.434533 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8532 | 2025.01.09 20:44:36.434746 [ 260 ] {dd2b80fc-e961-4675-9953-a234191285f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8533 | 2025.01.09 20:44:36.434818 [ 260 ] {dd2b80fc-e961-4675-9953-a234191285f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8534 | 2025.01.09 20:44:36.435527 [ 260 ] {dd2b80fc-e961-4675-9953-a234191285f4} <Trace> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8535 | 2025.01.09 20:44:36.435575 [ 260 ] {dd2b80fc-e961-4675-9953-a234191285f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8536 | 2025.01.09 20:44:36.436011 [ 260 ] {dd2b80fc-e961-4675-9953-a234191285f4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 8537 | 2025.01.09 20:44:36.436267 [ 260 ] {dd2b80fc-e961-4675-9953-a234191285f4} <Trace> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8538 | 2025.01.09 20:44:36.436516 [ 260 ] {dd2b80fc-e961-4675-9953-a234191285f4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001797 sec., 1112.9660545353368 rows/sec., 90.75 KiB/sec. | ||
| 8539 | 2025.01.09 20:44:36.436637 [ 260 ] {dd2b80fc-e961-4675-9953-a234191285f4} <Debug> TCPHandler: Processed in 0.002243705 sec. | ||
| 8540 | 2025.01.09 20:44:36.436949 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8541 | 2025.01.09 20:44:36.437176 [ 262 ] {1d73f56c-cdbe-40d8-b490-692345787738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8542 | 2025.01.09 20:44:36.437250 [ 262 ] {1d73f56c-cdbe-40d8-b490-692345787738} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8543 | 2025.01.09 20:44:36.438034 [ 262 ] {1d73f56c-cdbe-40d8-b490-692345787738} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8544 | 2025.01.09 20:44:36.438084 [ 262 ] {1d73f56c-cdbe-40d8-b490-692345787738} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8545 | 2025.01.09 20:44:36.438537 [ 262 ] {1d73f56c-cdbe-40d8-b490-692345787738} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8546 | 2025.01.09 20:44:36.438807 [ 262 ] {1d73f56c-cdbe-40d8-b490-692345787738} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8547 | 2025.01.09 20:44:36.439094 [ 262 ] {1d73f56c-cdbe-40d8-b490-692345787738} <Debug> executeQuery: Read 79 rows, 6.95 KiB in 0.001973 sec., 40040.547389761785 rows/sec., 3.44 MiB/sec. | ||
| 8548 | 2025.01.09 20:44:36.439228 [ 262 ] {1d73f56c-cdbe-40d8-b490-692345787738} <Debug> TCPHandler: Processed in 0.00242368 sec. | ||
| 8549 | 2025.01.09 20:44:36.439483 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8550 | 2025.01.09 20:44:36.439631 [ 260 ] {28fbe19b-6329-4739-bb1c-cd080ac8de55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8551 | 2025.01.09 20:44:36.439690 [ 260 ] {28fbe19b-6329-4739-bb1c-cd080ac8de55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8552 | 2025.01.09 20:44:36.440309 [ 260 ] {28fbe19b-6329-4739-bb1c-cd080ac8de55} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8553 | 2025.01.09 20:44:36.440349 [ 260 ] {28fbe19b-6329-4739-bb1c-cd080ac8de55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8554 | 2025.01.09 20:44:36.440716 [ 260 ] {28fbe19b-6329-4739-bb1c-cd080ac8de55} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8555 | 2025.01.09 20:44:36.440958 [ 260 ] {28fbe19b-6329-4739-bb1c-cd080ac8de55} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8556 | 2025.01.09 20:44:36.441190 [ 260 ] {28fbe19b-6329-4739-bb1c-cd080ac8de55} <Debug> executeQuery: Read 28 rows, 2.09 KiB in 0.001595 sec., 17554.85893416928 rows/sec., 1.28 MiB/sec. | ||
| 8557 | 2025.01.09 20:44:36.441251 [ 260 ] {28fbe19b-6329-4739-bb1c-cd080ac8de55} <Debug> TCPHandler: Processed in 0.001902827 sec. | ||
| 8558 | 2025.01.09 20:44:36.441401 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8559 | 2025.01.09 20:44:36.441553 [ 262 ] {c14e0dcf-8e23-443c-88d0-47abd2a0b5d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8560 | 2025.01.09 20:44:36.441617 [ 262 ] {c14e0dcf-8e23-443c-88d0-47abd2a0b5d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8561 | 2025.01.09 20:44:36.442363 [ 262 ] {c14e0dcf-8e23-443c-88d0-47abd2a0b5d7} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8562 | 2025.01.09 20:44:36.442413 [ 262 ] {c14e0dcf-8e23-443c-88d0-47abd2a0b5d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8563 | 2025.01.09 20:44:36.442821 [ 262 ] {c14e0dcf-8e23-443c-88d0-47abd2a0b5d7} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8564 | 2025.01.09 20:44:36.443074 [ 262 ] {c14e0dcf-8e23-443c-88d0-47abd2a0b5d7} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8565 | 2025.01.09 20:44:36.443312 [ 262 ] {c14e0dcf-8e23-443c-88d0-47abd2a0b5d7} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.001798 sec., 31145.717463848723 rows/sec., 2.43 MiB/sec. | ||
| 8566 | 2025.01.09 20:44:36.443378 [ 262 ] {c14e0dcf-8e23-443c-88d0-47abd2a0b5d7} <Debug> TCPHandler: Processed in 0.00203995 sec. | ||
| 8567 | 2025.01.09 20:44:36.443526 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8568 | 2025.01.09 20:44:36.443647 [ 260 ] {b9936a2c-53e1-43e6-99e5-97fe2df29a88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8569 | 2025.01.09 20:44:36.443700 [ 260 ] {b9936a2c-53e1-43e6-99e5-97fe2df29a88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8570 | 2025.01.09 20:44:36.444290 [ 260 ] {b9936a2c-53e1-43e6-99e5-97fe2df29a88} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8571 | 2025.01.09 20:44:36.444328 [ 260 ] {b9936a2c-53e1-43e6-99e5-97fe2df29a88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8572 | 2025.01.09 20:44:36.444714 [ 260 ] {b9936a2c-53e1-43e6-99e5-97fe2df29a88} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8573 | 2025.01.09 20:44:36.444959 [ 260 ] {b9936a2c-53e1-43e6-99e5-97fe2df29a88} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8574 | 2025.01.09 20:44:36.445168 [ 260 ] {b9936a2c-53e1-43e6-99e5-97fe2df29a88} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001547 sec., 65287.65352294764 rows/sec., 4.53 MiB/sec. | ||
| 8575 | 2025.01.09 20:44:36.445226 [ 260 ] {b9936a2c-53e1-43e6-99e5-97fe2df29a88} <Debug> TCPHandler: Processed in 0.001761694 sec. | ||
| 8576 | 2025.01.09 20:44:36.445381 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8577 | 2025.01.09 20:44:36.445524 [ 262 ] {a2bb944d-0bb9-454a-a35c-d8eddebea969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8578 | 2025.01.09 20:44:36.445624 [ 262 ] {a2bb944d-0bb9-454a-a35c-d8eddebea969} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8579 | 2025.01.09 20:44:36.446973 [ 262 ] {a2bb944d-0bb9-454a-a35c-d8eddebea969} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8580 | 2025.01.09 20:44:36.447015 [ 262 ] {a2bb944d-0bb9-454a-a35c-d8eddebea969} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8581 | 2025.01.09 20:44:36.447693 [ 262 ] {a2bb944d-0bb9-454a-a35c-d8eddebea969} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8582 | 2025.01.09 20:44:36.447966 [ 262 ] {a2bb944d-0bb9-454a-a35c-d8eddebea969} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8583 | 2025.01.09 20:44:36.448234 [ 262 ] {a2bb944d-0bb9-454a-a35c-d8eddebea969} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002743 sec., 9478.67298578199 rows/sec., 16.99 MiB/sec. | ||
| 8584 | 2025.01.09 20:44:36.448600 [ 262 ] {a2bb944d-0bb9-454a-a35c-d8eddebea969} <Debug> TCPHandler: Processed in 0.003276221 sec. | ||
| 8585 | 2025.01.09 20:44:36.448754 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8586 | 2025.01.09 20:44:36.448875 [ 260 ] {045c9911-39eb-4598-b700-39dbc1b8647a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8587 | 2025.01.09 20:44:36.448927 [ 260 ] {045c9911-39eb-4598-b700-39dbc1b8647a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8588 | 2025.01.09 20:44:36.449452 [ 260 ] {045c9911-39eb-4598-b700-39dbc1b8647a} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8589 | 2025.01.09 20:44:36.449491 [ 260 ] {045c9911-39eb-4598-b700-39dbc1b8647a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8590 | 2025.01.09 20:44:36.449866 [ 260 ] {045c9911-39eb-4598-b700-39dbc1b8647a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8591 | 2025.01.09 20:44:36.450173 [ 260 ] {045c9911-39eb-4598-b700-39dbc1b8647a} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8592 | 2025.01.09 20:44:36.450426 [ 260 ] {045c9911-39eb-4598-b700-39dbc1b8647a} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00157 sec., 19108.28025477707 rows/sec., 1.31 MiB/sec. | ||
| 8593 | 2025.01.09 20:44:36.450485 [ 260 ] {045c9911-39eb-4598-b700-39dbc1b8647a} <Debug> TCPHandler: Processed in 0.001788714 sec. | ||
| 8594 | 2025.01.09 20:44:38.242044 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849 | ||
| 8595 | 2025.01.09 20:44:38.242699 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8596 | 2025.01.09 20:44:38.242755 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8597 | 2025.01.09 20:44:38.243278 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8598 | 2025.01.09 20:44:38.243537 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8599 | 2025.01.09 20:44:38.243745 [ 31 ] {} <Debug> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8600 | 2025.01.09 20:44:38.243790 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 | ||
| 8601 | 2025.01.09 20:44:38.243832 [ 31 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8602 | 2025.01.09 20:44:38.243860 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8603 | 2025.01.09 20:44:38.244082 [ 187 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 8604 | 2025.01.09 20:44:38.244607 [ 187 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8605 | 2025.01.09 20:44:38.244747 [ 187 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 8606 | 2025.01.09 20:44:38.245355 [ 187 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 8607 | 2025.01.09 20:44:38.245438 [ 187 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 8608 | 2025.01.09 20:44:38.245631 [ 187 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 8609 | 2025.01.09 20:44:38.245820 [ 187 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 8610 | 2025.01.09 20:44:38.245942 [ 187 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::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 | ||
| 8611 | 2025.01.09 20:44:38.248334 [ 199 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.004416929 sec., 4267444.643099312 rows/sec., 61.05 MiB/sec. | ||
| 8612 | 2025.01.09 20:44:38.248700 [ 189 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8613 | 2025.01.09 20:44:38.249054 [ 189 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_41_8} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8614 | 2025.01.09 20:44:38.249147 [ 189 ] {88804eec-7ada-4686-b6dc-9f80d6ac2fde::all_1_41_8} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8615 | 2025.01.09 20:44:38.249266 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB. | ||
| 8616 | 2025.01.09 20:44:39.585660 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 8617 | 2025.01.09 20:44:39.607828 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8618 | 2025.01.09 20:44:39.607891 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8619 | 2025.01.09 20:44:39.615440 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8620 | 2025.01.09 20:44:39.616234 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8621 | 2025.01.09 20:44:39.616607 [ 30 ] {} <Debug> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8622 | 2025.01.09 20:44:39.616750 [ 30 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8623 | 2025.01.09 20:44:39.616836 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8624 | 2025.01.09 20:44:39.617334 [ 190 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 8625 | 2025.01.09 20:44:39.634396 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 8626 | 2025.01.09 20:44:39.635860 [ 190 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8627 | 2025.01.09 20:44:39.637459 [ 190 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 8628 | 2025.01.09 20:44:39.643164 [ 190 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 8629 | 2025.01.09 20:44:39.648994 [ 190 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 8630 | 2025.01.09 20:44:39.654579 [ 190 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 8631 | 2025.01.09 20:44:39.660319 [ 190 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 8632 | 2025.01.09 20:44:39.665234 [ 190 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::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 | ||
| 8633 | 2025.01.09 20:44:39.726393 [ 199 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.109414567 sec., 2824.121215962039 rows/sec., 14.60 MiB/sec. | ||
| 8634 | 2025.01.09 20:44:39.729372 [ 199 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8635 | 2025.01.09 20:44:39.732257 [ 199 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_41_8} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8636 | 2025.01.09 20:44:39.732355 [ 199 ] {7e901848-61a9-474e-85e0-4ef4c7a70499::all_1_41_8} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8637 | 2025.01.09 20:44:39.734854 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 8638 | 2025.01.09 20:44:40.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 218.67 MiB, peak 232.07 MiB, free memory in arenas 0.00 B, will set to 220.64 MiB (RSS), difference: 1.97 MiB | ||
| 8639 | 2025.01.09 20:44:40.845410 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1222 | ||
| 8640 | 2025.01.09 20:44:40.849479 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8641 | 2025.01.09 20:44:40.849540 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8642 | 2025.01.09 20:44:40.851075 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8643 | 2025.01.09 20:44:40.851414 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8644 | 2025.01.09 20:44:40.852655 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1222 | ||
| 8645 | 2025.01.09 20:44:41.439344 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8646 | 2025.01.09 20:44:41.439655 [ 260 ] {ed16c4d4-e2b8-476c-8db9-98e24ac83045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8647 | 2025.01.09 20:44:41.439730 [ 260 ] {ed16c4d4-e2b8-476c-8db9-98e24ac83045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8648 | 2025.01.09 20:44:41.440513 [ 260 ] {ed16c4d4-e2b8-476c-8db9-98e24ac83045} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8649 | 2025.01.09 20:44:41.440557 [ 260 ] {ed16c4d4-e2b8-476c-8db9-98e24ac83045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8650 | 2025.01.09 20:44:41.441001 [ 260 ] {ed16c4d4-e2b8-476c-8db9-98e24ac83045} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8651 | 2025.01.09 20:44:41.441255 [ 260 ] {ed16c4d4-e2b8-476c-8db9-98e24ac83045} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8652 | 2025.01.09 20:44:41.441399 [ 44 ] {} <Debug> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8653 | 2025.01.09 20:44:41.441442 [ 44 ] {} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8654 | 2025.01.09 20:44:41.441466 [ 260 ] {ed16c4d4-e2b8-476c-8db9-98e24ac83045} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001894 sec., 7391.763463569166 rows/sec., 532.11 KiB/sec. | ||
| 8655 | 2025.01.09 20:44:41.441468 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8656 | 2025.01.09 20:44:41.441572 [ 260 ] {ed16c4d4-e2b8-476c-8db9-98e24ac83045} <Debug> TCPHandler: Processed in 0.00241221 sec. | ||
| 8657 | 2025.01.09 20:44:41.441624 [ 188 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 8658 | 2025.01.09 20:44:41.441748 [ 188 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8659 | 2025.01.09 20:44:41.441779 [ 188 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 8660 | 2025.01.09 20:44:41.441854 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8661 | 2025.01.09 20:44:41.441938 [ 188 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 8662 | 2025.01.09 20:44:41.442083 [ 188 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 8663 | 2025.01.09 20:44:41.442417 [ 262 ] {09c31959-c741-44b1-aa8f-4d1259bb6b79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8664 | 2025.01.09 20:44:41.442490 [ 188 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 8665 | 2025.01.09 20:44:41.442681 [ 262 ] {09c31959-c741-44b1-aa8f-4d1259bb6b79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8666 | 2025.01.09 20:44:41.442963 [ 188 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::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 | ||
| 8667 | 2025.01.09 20:44:41.445429 [ 262 ] {09c31959-c741-44b1-aa8f-4d1259bb6b79} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8668 | 2025.01.09 20:44:41.445519 [ 262 ] {09c31959-c741-44b1-aa8f-4d1259bb6b79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8669 | 2025.01.09 20:44:41.445552 [ 188 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003999919 sec., 17500.35438217624 rows/sec., 1.30 MiB/sec. | ||
| 8670 | 2025.01.09 20:44:41.445748 [ 188 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8671 | 2025.01.09 20:44:41.446342 [ 188 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_29_7} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8672 | 2025.01.09 20:44:41.446457 [ 188 ] {81235c2c-88e1-4fde-a167-6b7ac02d6987::all_1_29_7} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8673 | 2025.01.09 20:44:41.446473 [ 262 ] {09c31959-c741-44b1-aa8f-4d1259bb6b79} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8674 | 2025.01.09 20:44:41.446571 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8675 | 2025.01.09 20:44:41.446832 [ 262 ] {09c31959-c741-44b1-aa8f-4d1259bb6b79} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8676 | 2025.01.09 20:44:41.447096 [ 262 ] {09c31959-c741-44b1-aa8f-4d1259bb6b79} <Debug> executeQuery: Read 199 rows, 18.15 KiB in 0.004924 sec., 40414.29731925263 rows/sec., 3.60 MiB/sec. | ||
| 8677 | 2025.01.09 20:44:41.447172 [ 262 ] {09c31959-c741-44b1-aa8f-4d1259bb6b79} <Debug> TCPHandler: Processed in 0.005467006 sec. | ||
| 8678 | 2025.01.09 20:44:41.447350 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8679 | 2025.01.09 20:44:41.447500 [ 260 ] {af420a84-d49b-44ff-bbf6-8e4ccd81a24b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8680 | 2025.01.09 20:44:41.447562 [ 260 ] {af420a84-d49b-44ff-bbf6-8e4ccd81a24b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8681 | 2025.01.09 20:44:41.448252 [ 260 ] {af420a84-d49b-44ff-bbf6-8e4ccd81a24b} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8682 | 2025.01.09 20:44:41.448298 [ 260 ] {af420a84-d49b-44ff-bbf6-8e4ccd81a24b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8683 | 2025.01.09 20:44:41.448709 [ 260 ] {af420a84-d49b-44ff-bbf6-8e4ccd81a24b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8684 | 2025.01.09 20:44:41.448952 [ 260 ] {af420a84-d49b-44ff-bbf6-8e4ccd81a24b} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8685 | 2025.01.09 20:44:41.449134 [ 260 ] {af420a84-d49b-44ff-bbf6-8e4ccd81a24b} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001669 sec., 11983.223487118035 rows/sec., 858.95 KiB/sec. | ||
| 8686 | 2025.01.09 20:44:41.449186 [ 260 ] {af420a84-d49b-44ff-bbf6-8e4ccd81a24b} <Debug> TCPHandler: Processed in 0.001905158 sec. | ||
| 8687 | 2025.01.09 20:44:41.449336 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8688 | 2025.01.09 20:44:41.449461 [ 262 ] {32a435b4-072d-4fa0-9c03-dc707fd46df5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8689 | 2025.01.09 20:44:41.449513 [ 262 ] {32a435b4-072d-4fa0-9c03-dc707fd46df5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8690 | 2025.01.09 20:44:41.450114 [ 262 ] {32a435b4-072d-4fa0-9c03-dc707fd46df5} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8691 | 2025.01.09 20:44:41.450156 [ 262 ] {32a435b4-072d-4fa0-9c03-dc707fd46df5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8692 | 2025.01.09 20:44:41.450544 [ 262 ] {32a435b4-072d-4fa0-9c03-dc707fd46df5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8693 | 2025.01.09 20:44:41.450812 [ 262 ] {32a435b4-072d-4fa0-9c03-dc707fd46df5} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8694 | 2025.01.09 20:44:41.450982 [ 44 ] {} <Debug> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8695 | 2025.01.09 20:44:41.451049 [ 44 ] {} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8696 | 2025.01.09 20:44:41.451066 [ 262 ] {32a435b4-072d-4fa0-9c03-dc707fd46df5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001625 sec., 8615.384615384615 rows/sec., 603.37 KiB/sec. | ||
| 8697 | 2025.01.09 20:44:41.451086 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8698 | 2025.01.09 20:44:41.451235 [ 262 ] {32a435b4-072d-4fa0-9c03-dc707fd46df5} <Debug> TCPHandler: Processed in 0.001954998 sec. | ||
| 8699 | 2025.01.09 20:44:41.451474 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8700 | 2025.01.09 20:44:41.451503 [ 201 ] {5972569d-c84d-46f5-938f-78762736d93d::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 | ||
| 8701 | 2025.01.09 20:44:41.451668 [ 260 ] {05d6cbc1-33ed-4eeb-b4ac-abce466c06e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8702 | 2025.01.09 20:44:41.451771 [ 260 ] {05d6cbc1-33ed-4eeb-b4ac-abce466c06e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8703 | 2025.01.09 20:44:41.451858 [ 201 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8704 | 2025.01.09 20:44:41.451970 [ 201 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 243 rows starting from the beginning of the part | ||
| 8705 | 2025.01.09 20:44:41.452311 [ 201 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 8706 | 2025.01.09 20:44:41.452683 [ 201 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 8707 | 2025.01.09 20:44:41.453109 [ 201 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 242 rows starting from the beginning of the part | ||
| 8708 | 2025.01.09 20:44:41.453471 [ 201 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 8709 | 2025.01.09 20:44:41.453781 [ 201 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 8710 | 2025.01.09 20:44:41.454655 [ 260 ] {05d6cbc1-33ed-4eeb-b4ac-abce466c06e2} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8711 | 2025.01.09 20:44:41.454723 [ 260 ] {05d6cbc1-33ed-4eeb-b4ac-abce466c06e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8712 | 2025.01.09 20:44:41.455745 [ 260 ] {05d6cbc1-33ed-4eeb-b4ac-abce466c06e2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8713 | 2025.01.09 20:44:41.456311 [ 260 ] {05d6cbc1-33ed-4eeb-b4ac-abce466c06e2} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8714 | 2025.01.09 20:44:41.456661 [ 44 ] {} <Debug> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8715 | 2025.01.09 20:44:41.456743 [ 44 ] {} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8716 | 2025.01.09 20:44:41.456803 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8717 | 2025.01.09 20:44:41.456916 [ 195 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.00564701 sec., 95802.91162934013 rows/sec., 6.86 MiB/sec. | ||
| 8718 | 2025.01.09 20:44:41.457017 [ 260 ] {05d6cbc1-33ed-4eeb-b4ac-abce466c06e2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005373 sec., 2419.5049320677463 rows/sec., 150.86 KiB/sec. | ||
| 8719 | 2025.01.09 20:44:41.457092 [ 201 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 8720 | 2025.01.09 20:44:41.457305 [ 260 ] {05d6cbc1-33ed-4eeb-b4ac-abce466c06e2} <Debug> TCPHandler: Processed in 0.005949887 sec. | ||
| 8721 | 2025.01.09 20:44:41.457424 [ 195 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8722 | 2025.01.09 20:44:41.457493 [ 201 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8723 | 2025.01.09 20:44:41.457594 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8724 | 2025.01.09 20:44:41.457632 [ 201 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 8725 | 2025.01.09 20:44:41.458061 [ 201 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 8726 | 2025.01.09 20:44:41.458163 [ 262 ] {1cc13c11-93af-41d8-a42f-390b39edc15e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8727 | 2025.01.09 20:44:41.458415 [ 262 ] {1cc13c11-93af-41d8-a42f-390b39edc15e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8728 | 2025.01.09 20:44:41.458448 [ 201 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 8729 | 2025.01.09 20:44:41.458822 [ 201 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 8730 | 2025.01.09 20:44:41.459142 [ 201 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::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 | ||
| 8731 | 2025.01.09 20:44:41.459978 [ 195 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_29_6} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8732 | 2025.01.09 20:44:41.460427 [ 195 ] {5972569d-c84d-46f5-938f-78762736d93d::all_1_29_6} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8733 | 2025.01.09 20:44:41.460711 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 8734 | 2025.01.09 20:44:41.461698 [ 262 ] {1cc13c11-93af-41d8-a42f-390b39edc15e} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8735 | 2025.01.09 20:44:41.461775 [ 262 ] {1cc13c11-93af-41d8-a42f-390b39edc15e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8736 | 2025.01.09 20:44:41.462201 [ 201 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005281141 sec., 12307.946332052108 rows/sec., 815.48 KiB/sec. | ||
| 8737 | 2025.01.09 20:44:41.462381 [ 186 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8738 | 2025.01.09 20:44:41.462511 [ 262 ] {1cc13c11-93af-41d8-a42f-390b39edc15e} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8739 | 2025.01.09 20:44:41.462741 [ 186 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_29_7} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8740 | 2025.01.09 20:44:41.462830 [ 262 ] {1cc13c11-93af-41d8-a42f-390b39edc15e} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8741 | 2025.01.09 20:44:41.462873 [ 186 ] {2f3949bb-cada-4e26-9e72-63d77dbee74e::all_1_29_7} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8742 | 2025.01.09 20:44:41.463082 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8743 | 2025.01.09 20:44:41.463185 [ 262 ] {1cc13c11-93af-41d8-a42f-390b39edc15e} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.005285 sec., 67928.09839167456 rows/sec., 4.78 MiB/sec. | ||
| 8744 | 2025.01.09 20:44:41.463253 [ 262 ] {1cc13c11-93af-41d8-a42f-390b39edc15e} <Debug> TCPHandler: Processed in 0.005804173 sec. | ||
| 8745 | 2025.01.09 20:44:41.463480 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8746 | 2025.01.09 20:44:41.463677 [ 260 ] {e67b1955-7467-419d-93a4-db8bf556c15d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8747 | 2025.01.09 20:44:41.463741 [ 260 ] {e67b1955-7467-419d-93a4-db8bf556c15d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8748 | 2025.01.09 20:44:41.464323 [ 260 ] {e67b1955-7467-419d-93a4-db8bf556c15d} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8749 | 2025.01.09 20:44:41.464370 [ 260 ] {e67b1955-7467-419d-93a4-db8bf556c15d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8750 | 2025.01.09 20:44:41.464773 [ 260 ] {e67b1955-7467-419d-93a4-db8bf556c15d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8751 | 2025.01.09 20:44:41.465016 [ 260 ] {e67b1955-7467-419d-93a4-db8bf556c15d} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8752 | 2025.01.09 20:44:41.465154 [ 44 ] {} <Debug> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8753 | 2025.01.09 20:44:41.465193 [ 44 ] {} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8754 | 2025.01.09 20:44:41.465218 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8755 | 2025.01.09 20:44:41.465221 [ 260 ] {e67b1955-7467-419d-93a4-db8bf556c15d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001572 sec., 3816.793893129771 rows/sec., 199.41 KiB/sec. | ||
| 8756 | 2025.01.09 20:44:41.465383 [ 260 ] {e67b1955-7467-419d-93a4-db8bf556c15d} <Debug> TCPHandler: Processed in 0.00201492 sec. | ||
| 8757 | 2025.01.09 20:44:41.465459 [ 195 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 8758 | 2025.01.09 20:44:41.465567 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8759 | 2025.01.09 20:44:41.465648 [ 195 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8760 | 2025.01.09 20:44:41.465712 [ 195 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 8761 | 2025.01.09 20:44:41.465818 [ 262 ] {a44ea76e-0e74-484d-bc12-c9bc5f7d3ec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8762 | 2025.01.09 20:44:41.465972 [ 195 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 8763 | 2025.01.09 20:44:41.466019 [ 262 ] {a44ea76e-0e74-484d-bc12-c9bc5f7d3ec9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8764 | 2025.01.09 20:44:41.466406 [ 195 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 8765 | 2025.01.09 20:44:41.466763 [ 195 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 8766 | 2025.01.09 20:44:41.467022 [ 195 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 8767 | 2025.01.09 20:44:41.467390 [ 195 ] {56643bd7-f83d-41bb-a615-a32a0392479e::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 | ||
| 8768 | 2025.01.09 20:44:41.468620 [ 262 ] {a44ea76e-0e74-484d-bc12-c9bc5f7d3ec9} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8769 | 2025.01.09 20:44:41.468678 [ 262 ] {a44ea76e-0e74-484d-bc12-c9bc5f7d3ec9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8770 | 2025.01.09 20:44:41.469790 [ 262 ] {a44ea76e-0e74-484d-bc12-c9bc5f7d3ec9} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8771 | 2025.01.09 20:44:41.470066 [ 191 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.004756438 sec., 36581.99686403986 rows/sec., 1.87 MiB/sec. | ||
| 8772 | 2025.01.09 20:44:41.470270 [ 191 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8773 | 2025.01.09 20:44:41.470305 [ 262 ] {a44ea76e-0e74-484d-bc12-c9bc5f7d3ec9} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8774 | 2025.01.09 20:44:41.470785 [ 262 ] {a44ea76e-0e74-484d-bc12-c9bc5f7d3ec9} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.005049 sec., 35056.446821152706 rows/sec., 2.31 MiB/sec. | ||
| 8775 | 2025.01.09 20:44:41.470972 [ 262 ] {a44ea76e-0e74-484d-bc12-c9bc5f7d3ec9} <Debug> TCPHandler: Processed in 0.005486415 sec. | ||
| 8776 | 2025.01.09 20:44:41.470979 [ 191 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_29_6} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8777 | 2025.01.09 20:44:41.471152 [ 191 ] {56643bd7-f83d-41bb-a615-a32a0392479e::all_1_29_6} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8778 | 2025.01.09 20:44:41.471185 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8779 | 2025.01.09 20:44:41.471280 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8780 | 2025.01.09 20:44:41.471376 [ 260 ] {075c6ffe-102b-4a81-ab90-5d89c63f954f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8781 | 2025.01.09 20:44:41.471442 [ 260 ] {075c6ffe-102b-4a81-ab90-5d89c63f954f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8782 | 2025.01.09 20:44:41.471939 [ 260 ] {075c6ffe-102b-4a81-ab90-5d89c63f954f} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8783 | 2025.01.09 20:44:41.471977 [ 260 ] {075c6ffe-102b-4a81-ab90-5d89c63f954f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8784 | 2025.01.09 20:44:41.472333 [ 260 ] {075c6ffe-102b-4a81-ab90-5d89c63f954f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8785 | 2025.01.09 20:44:41.472567 [ 260 ] {075c6ffe-102b-4a81-ab90-5d89c63f954f} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8786 | 2025.01.09 20:44:41.472750 [ 260 ] {075c6ffe-102b-4a81-ab90-5d89c63f954f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001403 sec., 712.7583749109052 rows/sec., 48.03 KiB/sec. | ||
| 8787 | 2025.01.09 20:44:41.472798 [ 260 ] {075c6ffe-102b-4a81-ab90-5d89c63f954f} <Debug> TCPHandler: Processed in 0.001725173 sec. | ||
| 8788 | 2025.01.09 20:44:41.472946 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8789 | 2025.01.09 20:44:41.473086 [ 262 ] {7011d40a-5f62-4b68-a189-a1a234b52cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8790 | 2025.01.09 20:44:41.473179 [ 262 ] {7011d40a-5f62-4b68-a189-a1a234b52cef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8791 | 2025.01.09 20:44:41.474334 [ 262 ] {7011d40a-5f62-4b68-a189-a1a234b52cef} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8792 | 2025.01.09 20:44:41.474374 [ 262 ] {7011d40a-5f62-4b68-a189-a1a234b52cef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8793 | 2025.01.09 20:44:41.475033 [ 262 ] {7011d40a-5f62-4b68-a189-a1a234b52cef} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8794 | 2025.01.09 20:44:41.475311 [ 262 ] {7011d40a-5f62-4b68-a189-a1a234b52cef} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8795 | 2025.01.09 20:44:41.475587 [ 262 ] {7011d40a-5f62-4b68-a189-a1a234b52cef} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00252 sec., 5158.730158730158 rows/sec., 9.24 MiB/sec. | ||
| 8796 | 2025.01.09 20:44:41.475993 [ 262 ] {7011d40a-5f62-4b68-a189-a1a234b52cef} <Debug> TCPHandler: Processed in 0.003106956 sec. | ||
| 8797 | 2025.01.09 20:44:41.476376 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8798 | 2025.01.09 20:44:41.476598 [ 260 ] {17af54af-dccb-4367-ba48-e5a2e498ca02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8799 | 2025.01.09 20:44:41.476672 [ 260 ] {17af54af-dccb-4367-ba48-e5a2e498ca02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8800 | 2025.01.09 20:44:41.477161 [ 260 ] {17af54af-dccb-4367-ba48-e5a2e498ca02} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8801 | 2025.01.09 20:44:41.477199 [ 260 ] {17af54af-dccb-4367-ba48-e5a2e498ca02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.81 GiB. | ||
| 8802 | 2025.01.09 20:44:41.477568 [ 260 ] {17af54af-dccb-4367-ba48-e5a2e498ca02} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8803 | 2025.01.09 20:44:41.477802 [ 260 ] {17af54af-dccb-4367-ba48-e5a2e498ca02} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8804 | 2025.01.09 20:44:41.478014 [ 260 ] {17af54af-dccb-4367-ba48-e5a2e498ca02} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.00147 sec., 35374.14965986395 rows/sec., 2.19 MiB/sec. | ||
| 8805 | 2025.01.09 20:44:41.478063 [ 260 ] {17af54af-dccb-4367-ba48-e5a2e498ca02} <Debug> TCPHandler: Processed in 0.001949629 sec. | ||
| 8806 | 2025.01.09 20:44:45.589632 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8807 | 2025.01.09 20:44:45.589729 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8808 | 2025.01.09 20:44:45.743937 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276 | ||
| 8809 | 2025.01.09 20:44:45.744640 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8810 | 2025.01.09 20:44:45.744689 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 8811 | 2025.01.09 20:44:45.745197 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8812 | 2025.01.09 20:44:45.745442 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8813 | 2025.01.09 20:44:45.745675 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8814 | 2025.01.09 20:44:46.434559 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8815 | 2025.01.09 20:44:46.434743 [ 260 ] {85e55ce7-a847-40de-afc2-bcb96eb9eaa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8816 | 2025.01.09 20:44:46.434813 [ 260 ] {85e55ce7-a847-40de-afc2-bcb96eb9eaa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8817 | 2025.01.09 20:44:46.435587 [ 260 ] {85e55ce7-a847-40de-afc2-bcb96eb9eaa4} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8818 | 2025.01.09 20:44:46.435631 [ 260 ] {85e55ce7-a847-40de-afc2-bcb96eb9eaa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 8819 | 2025.01.09 20:44:46.436074 [ 260 ] {85e55ce7-a847-40de-afc2-bcb96eb9eaa4} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8820 | 2025.01.09 20:44:46.436328 [ 260 ] {85e55ce7-a847-40de-afc2-bcb96eb9eaa4} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8821 | 2025.01.09 20:44:46.436548 [ 260 ] {85e55ce7-a847-40de-afc2-bcb96eb9eaa4} <Debug> executeQuery: Read 78 rows, 6.88 KiB in 0.001853 sec., 42093.901780895845 rows/sec., 3.62 MiB/sec. | ||
| 8822 | 2025.01.09 20:44:46.436616 [ 260 ] {85e55ce7-a847-40de-afc2-bcb96eb9eaa4} <Debug> TCPHandler: Processed in 0.002178834 sec. | ||
| 8823 | 2025.01.09 20:44:46.436880 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8824 | 2025.01.09 20:44:46.437077 [ 262 ] {c55feeca-279a-4b13-8710-40ad3e3fe4ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8825 | 2025.01.09 20:44:46.437152 [ 262 ] {c55feeca-279a-4b13-8710-40ad3e3fe4ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8826 | 2025.01.09 20:44:46.437912 [ 262 ] {c55feeca-279a-4b13-8710-40ad3e3fe4ad} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8827 | 2025.01.09 20:44:46.437966 [ 262 ] {c55feeca-279a-4b13-8710-40ad3e3fe4ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 8828 | 2025.01.09 20:44:46.438418 [ 262 ] {c55feeca-279a-4b13-8710-40ad3e3fe4ad} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8829 | 2025.01.09 20:44:46.438683 [ 262 ] {c55feeca-279a-4b13-8710-40ad3e3fe4ad} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8830 | 2025.01.09 20:44:46.438933 [ 262 ] {c55feeca-279a-4b13-8710-40ad3e3fe4ad} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.00191 sec., 13612.565445026177 rows/sec., 1023.60 KiB/sec. | ||
| 8831 | 2025.01.09 20:44:46.439003 [ 262 ] {c55feeca-279a-4b13-8710-40ad3e3fe4ad} <Debug> TCPHandler: Processed in 0.002259336 sec. | ||
| 8832 | 2025.01.09 20:44:46.439171 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8833 | 2025.01.09 20:44:46.439318 [ 260 ] {1e056ac1-88fa-4c35-a359-7934ec6ef589} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8834 | 2025.01.09 20:44:46.439378 [ 260 ] {1e056ac1-88fa-4c35-a359-7934ec6ef589} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8835 | 2025.01.09 20:44:46.440056 [ 260 ] {1e056ac1-88fa-4c35-a359-7934ec6ef589} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8836 | 2025.01.09 20:44:46.440093 [ 260 ] {1e056ac1-88fa-4c35-a359-7934ec6ef589} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 8837 | 2025.01.09 20:44:46.440456 [ 260 ] {1e056ac1-88fa-4c35-a359-7934ec6ef589} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8838 | 2025.01.09 20:44:46.440695 [ 260 ] {1e056ac1-88fa-4c35-a359-7934ec6ef589} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8839 | 2025.01.09 20:44:46.440887 [ 260 ] {1e056ac1-88fa-4c35-a359-7934ec6ef589} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001603 sec., 33686.83718028696 rows/sec., 2.63 MiB/sec. | ||
| 8840 | 2025.01.09 20:44:46.440994 [ 260 ] {1e056ac1-88fa-4c35-a359-7934ec6ef589} <Debug> TCPHandler: Processed in 0.001891036 sec. | ||
| 8841 | 2025.01.09 20:44:46.441169 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8842 | 2025.01.09 20:44:46.441324 [ 262 ] {d67c213b-3e2a-4240-86db-e651bb5ce939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8843 | 2025.01.09 20:44:46.441390 [ 262 ] {d67c213b-3e2a-4240-86db-e651bb5ce939} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8844 | 2025.01.09 20:44:46.441996 [ 262 ] {d67c213b-3e2a-4240-86db-e651bb5ce939} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8845 | 2025.01.09 20:44:46.442035 [ 262 ] {d67c213b-3e2a-4240-86db-e651bb5ce939} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 8846 | 2025.01.09 20:44:46.442441 [ 262 ] {d67c213b-3e2a-4240-86db-e651bb5ce939} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8847 | 2025.01.09 20:44:46.442687 [ 262 ] {d67c213b-3e2a-4240-86db-e651bb5ce939} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8848 | 2025.01.09 20:44:46.442922 [ 262 ] {d67c213b-3e2a-4240-86db-e651bb5ce939} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001633 sec., 61236.987140232704 rows/sec., 4.25 MiB/sec. | ||
| 8849 | 2025.01.09 20:44:46.442978 [ 262 ] {d67c213b-3e2a-4240-86db-e651bb5ce939} <Debug> TCPHandler: Processed in 0.001899458 sec. | ||
| 8850 | 2025.01.09 20:44:46.443192 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8851 | 2025.01.09 20:44:46.443415 [ 260 ] {01d1d517-f3a0-44bd-bf08-e888f32e8d0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8852 | 2025.01.09 20:44:46.443555 [ 260 ] {01d1d517-f3a0-44bd-bf08-e888f32e8d0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8853 | 2025.01.09 20:44:46.444797 [ 260 ] {01d1d517-f3a0-44bd-bf08-e888f32e8d0e} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8854 | 2025.01.09 20:44:46.444834 [ 260 ] {01d1d517-f3a0-44bd-bf08-e888f32e8d0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 8855 | 2025.01.09 20:44:46.445469 [ 260 ] {01d1d517-f3a0-44bd-bf08-e888f32e8d0e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8856 | 2025.01.09 20:44:46.445724 [ 260 ] {01d1d517-f3a0-44bd-bf08-e888f32e8d0e} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8857 | 2025.01.09 20:44:46.445926 [ 260 ] {01d1d517-f3a0-44bd-bf08-e888f32e8d0e} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002568 sec., 10124.610591900311 rows/sec., 18.14 MiB/sec. | ||
| 8858 | 2025.01.09 20:44:46.446033 [ 260 ] {01d1d517-f3a0-44bd-bf08-e888f32e8d0e} <Debug> TCPHandler: Processed in 0.002960303 sec. | ||
| 8859 | 2025.01.09 20:44:46.446182 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8860 | 2025.01.09 20:44:46.446328 [ 262 ] {040b251a-5de4-4850-bd05-948dd8ae9ae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8861 | 2025.01.09 20:44:46.446389 [ 262 ] {040b251a-5de4-4850-bd05-948dd8ae9ae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8862 | 2025.01.09 20:44:46.446938 [ 262 ] {040b251a-5de4-4850-bd05-948dd8ae9ae1} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8863 | 2025.01.09 20:44:46.446978 [ 262 ] {040b251a-5de4-4850-bd05-948dd8ae9ae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 8864 | 2025.01.09 20:44:46.447373 [ 262 ] {040b251a-5de4-4850-bd05-948dd8ae9ae1} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8865 | 2025.01.09 20:44:46.447626 [ 262 ] {040b251a-5de4-4850-bd05-948dd8ae9ae1} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8866 | 2025.01.09 20:44:46.447832 [ 262 ] {040b251a-5de4-4850-bd05-948dd8ae9ae1} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001538 sec., 19505.851755526655 rows/sec., 1.34 MiB/sec. | ||
| 8867 | 2025.01.09 20:44:46.447885 [ 262 ] {040b251a-5de4-4850-bd05-948dd8ae9ae1} <Debug> TCPHandler: Processed in 0.001768094 sec. | ||
| 8868 | 2025.01.09 20:44:47.134502 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8869 | 2025.01.09 20:44:47.153879 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8870 | 2025.01.09 20:44:47.153944 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 8871 | 2025.01.09 20:44:47.161046 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8872 | 2025.01.09 20:44:47.161806 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8873 | 2025.01.09 20:44:47.164715 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8874 | 2025.01.09 20:44:49.726473 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8875 | 2025.01.09 20:44:49.726658 [ 260 ] {dc7c4d62-ed1f-4c99-802d-41e6cb8eb182} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8876 | 2025.01.09 20:44:49.726729 [ 260 ] {dc7c4d62-ed1f-4c99-802d-41e6cb8eb182} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8877 | 2025.01.09 20:44:49.727472 [ 260 ] {dc7c4d62-ed1f-4c99-802d-41e6cb8eb182} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8878 | 2025.01.09 20:44:49.727525 [ 260 ] {dc7c4d62-ed1f-4c99-802d-41e6cb8eb182} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 8879 | 2025.01.09 20:44:49.727973 [ 260 ] {dc7c4d62-ed1f-4c99-802d-41e6cb8eb182} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8880 | 2025.01.09 20:44:49.728230 [ 260 ] {dc7c4d62-ed1f-4c99-802d-41e6cb8eb182} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8881 | 2025.01.09 20:44:49.728481 [ 260 ] {dc7c4d62-ed1f-4c99-802d-41e6cb8eb182} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001873 sec., 7474.639615589962 rows/sec., 538.07 KiB/sec. | ||
| 8882 | 2025.01.09 20:44:49.728546 [ 260 ] {dc7c4d62-ed1f-4c99-802d-41e6cb8eb182} <Debug> TCPHandler: Processed in 0.002199675 sec. | ||
| 8883 | 2025.01.09 20:44:49.728792 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8884 | 2025.01.09 20:44:49.729005 [ 262 ] {6db7d8f6-16e9-4cb3-b71e-00acda9b6960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8885 | 2025.01.09 20:44:49.729094 [ 262 ] {6db7d8f6-16e9-4cb3-b71e-00acda9b6960} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8886 | 2025.01.09 20:44:49.729957 [ 262 ] {6db7d8f6-16e9-4cb3-b71e-00acda9b6960} <Trace> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8887 | 2025.01.09 20:44:49.730016 [ 262 ] {6db7d8f6-16e9-4cb3-b71e-00acda9b6960} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 8888 | 2025.01.09 20:44:49.730472 [ 262 ] {6db7d8f6-16e9-4cb3-b71e-00acda9b6960} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 8889 | 2025.01.09 20:44:49.730744 [ 262 ] {6db7d8f6-16e9-4cb3-b71e-00acda9b6960} <Trace> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8890 | 2025.01.09 20:44:49.730953 [ 262 ] {6db7d8f6-16e9-4cb3-b71e-00acda9b6960} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.00201 sec., 5970.149253731343 rows/sec., 486.82 KiB/sec. | ||
| 8891 | 2025.01.09 20:44:49.731024 [ 262 ] {6db7d8f6-16e9-4cb3-b71e-00acda9b6960} <Debug> TCPHandler: Processed in 0.002368769 sec. | ||
| 8892 | 2025.01.09 20:44:49.731178 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8893 | 2025.01.09 20:44:49.731305 [ 260 ] {d51598e3-2490-4c89-99f1-bbfa005c5bf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8894 | 2025.01.09 20:44:49.731357 [ 260 ] {d51598e3-2490-4c89-99f1-bbfa005c5bf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8895 | 2025.01.09 20:44:49.732618 [ 260 ] {d51598e3-2490-4c89-99f1-bbfa005c5bf7} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8896 | 2025.01.09 20:44:49.732660 [ 260 ] {d51598e3-2490-4c89-99f1-bbfa005c5bf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 8897 | 2025.01.09 20:44:49.733118 [ 260 ] {d51598e3-2490-4c89-99f1-bbfa005c5bf7} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8898 | 2025.01.09 20:44:49.733364 [ 260 ] {d51598e3-2490-4c89-99f1-bbfa005c5bf7} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8899 | 2025.01.09 20:44:49.733604 [ 260 ] {d51598e3-2490-4c89-99f1-bbfa005c5bf7} <Debug> executeQuery: Read 1345 rows, 115.16 KiB in 0.002326 sec., 578245.9157351677 rows/sec., 48.35 MiB/sec. | ||
| 8900 | 2025.01.09 20:44:49.733704 [ 260 ] {d51598e3-2490-4c89-99f1-bbfa005c5bf7} <Debug> TCPHandler: Processed in 0.002586794 sec. | ||
| 8901 | 2025.01.09 20:44:49.733933 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8902 | 2025.01.09 20:44:49.734125 [ 262 ] {c16a1619-5db2-4e3a-bd95-57fe055910da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8903 | 2025.01.09 20:44:49.734189 [ 262 ] {c16a1619-5db2-4e3a-bd95-57fe055910da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8904 | 2025.01.09 20:44:49.734905 [ 262 ] {c16a1619-5db2-4e3a-bd95-57fe055910da} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8905 | 2025.01.09 20:44:49.734946 [ 262 ] {c16a1619-5db2-4e3a-bd95-57fe055910da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 8906 | 2025.01.09 20:44:49.735326 [ 262 ] {c16a1619-5db2-4e3a-bd95-57fe055910da} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8907 | 2025.01.09 20:44:49.735575 [ 262 ] {c16a1619-5db2-4e3a-bd95-57fe055910da} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8908 | 2025.01.09 20:44:49.735715 [ 150 ] {} <Debug> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 | ||
| 8909 | 2025.01.09 20:44:49.735759 [ 150 ] {} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8910 | 2025.01.09 20:44:49.735764 [ 262 ] {c16a1619-5db2-4e3a-bd95-57fe055910da} <Debug> executeQuery: Read 32 rows, 2.27 KiB in 0.001675 sec., 19104.4776119403 rows/sec., 1.32 MiB/sec. | ||
| 8911 | 2025.01.09 20:44:49.735797 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 8912 | 2025.01.09 20:44:49.735857 [ 262 ] {c16a1619-5db2-4e3a-bd95-57fe055910da} <Debug> TCPHandler: Processed in 0.002052171 sec. | ||
| 8913 | 2025.01.09 20:44:49.736118 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8914 | 2025.01.09 20:44:49.736257 [ 192 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full | ||
| 8915 | 2025.01.09 20:44:49.736550 [ 260 ] {08be5c92-f259-4188-9554-911ff94f5b75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8916 | 2025.01.09 20:44:49.736735 [ 260 ] {08be5c92-f259-4188-9554-911ff94f5b75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8917 | 2025.01.09 20:44:49.736859 [ 192 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8918 | 2025.01.09 20:44:49.737002 [ 192 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 60 rows starting from the beginning of the part | ||
| 8919 | 2025.01.09 20:44:49.737596 [ 192 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 20 rows starting from the beginning of the part | ||
| 8920 | 2025.01.09 20:44:49.738007 [ 192 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 28 rows starting from the beginning of the part | ||
| 8921 | 2025.01.09 20:44:49.738380 [ 192 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 20 rows starting from the beginning of the part | ||
| 8922 | 2025.01.09 20:44:49.738611 [ 192 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 26 rows starting from the beginning of the part | ||
| 8923 | 2025.01.09 20:44:49.738823 [ 192 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 32 rows starting from the beginning of the part | ||
| 8924 | 2025.01.09 20:44:49.739561 [ 260 ] {08be5c92-f259-4188-9554-911ff94f5b75} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8925 | 2025.01.09 20:44:49.739601 [ 260 ] {08be5c92-f259-4188-9554-911ff94f5b75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 8926 | 2025.01.09 20:44:49.740234 [ 260 ] {08be5c92-f259-4188-9554-911ff94f5b75} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8927 | 2025.01.09 20:44:49.740482 [ 191 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 5 columns (5 merged, 0 gathered) in 0.004584114 sec., 40574.907168539 rows/sec., 3.04 MiB/sec. | ||
| 8928 | 2025.01.09 20:44:49.740601 [ 260 ] {08be5c92-f259-4188-9554-911ff94f5b75} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8929 | 2025.01.09 20:44:49.740754 [ 191 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) | ||
| 8930 | 2025.01.09 20:44:49.741015 [ 260 ] {08be5c92-f259-4188-9554-911ff94f5b75} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004604 sec., 52562.98870547351 rows/sec., 3.56 MiB/sec. | ||
| 8931 | 2025.01.09 20:44:49.741157 [ 260 ] {08be5c92-f259-4188-9554-911ff94f5b75} <Debug> TCPHandler: Processed in 0.005192338 sec. | ||
| 8932 | 2025.01.09 20:44:49.741384 [ 197 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_55_11} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8933 | 2025.01.09 20:44:49.741422 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8934 | 2025.01.09 20:44:49.741560 [ 197 ] {6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c::all_1_55_11} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 | ||
| 8935 | 2025.01.09 20:44:49.741749 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8936 | 2025.01.09 20:44:49.741750 [ 262 ] {fd1a3828-e5b0-4607-8fed-7a86e581f14a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8937 | 2025.01.09 20:44:49.741873 [ 262 ] {fd1a3828-e5b0-4607-8fed-7a86e581f14a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8938 | 2025.01.09 20:44:49.742496 [ 262 ] {fd1a3828-e5b0-4607-8fed-7a86e581f14a} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8939 | 2025.01.09 20:44:49.742536 [ 262 ] {fd1a3828-e5b0-4607-8fed-7a86e581f14a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 8940 | 2025.01.09 20:44:49.742911 [ 262 ] {fd1a3828-e5b0-4607-8fed-7a86e581f14a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8941 | 2025.01.09 20:44:49.743155 [ 262 ] {fd1a3828-e5b0-4607-8fed-7a86e581f14a} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8942 | 2025.01.09 20:44:49.743335 [ 262 ] {fd1a3828-e5b0-4607-8fed-7a86e581f14a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00171 sec., 7602.33918128655 rows/sec., 474.00 KiB/sec. | ||
| 8943 | 2025.01.09 20:44:49.743389 [ 262 ] {fd1a3828-e5b0-4607-8fed-7a86e581f14a} <Debug> TCPHandler: Processed in 0.002093121 sec. | ||
| 8944 | 2025.01.09 20:44:49.743546 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8945 | 2025.01.09 20:44:49.743687 [ 260 ] {2200aa06-6336-450d-9c6f-d78ae8c3bf7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8946 | 2025.01.09 20:44:49.743745 [ 260 ] {2200aa06-6336-450d-9c6f-d78ae8c3bf7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8947 | 2025.01.09 20:44:49.744675 [ 260 ] {2200aa06-6336-450d-9c6f-d78ae8c3bf7b} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8948 | 2025.01.09 20:44:49.744714 [ 260 ] {2200aa06-6336-450d-9c6f-d78ae8c3bf7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 8949 | 2025.01.09 20:44:49.745112 [ 260 ] {2200aa06-6336-450d-9c6f-d78ae8c3bf7b} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8950 | 2025.01.09 20:44:49.745363 [ 260 ] {2200aa06-6336-450d-9c6f-d78ae8c3bf7b} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8951 | 2025.01.09 20:44:49.745578 [ 260 ] {2200aa06-6336-450d-9c6f-d78ae8c3bf7b} <Debug> executeQuery: Read 827 rows, 61.11 KiB in 0.001923 sec., 430057.20228809153 rows/sec., 31.03 MiB/sec. | ||
| 8952 | 2025.01.09 20:44:49.745634 [ 260 ] {2200aa06-6336-450d-9c6f-d78ae8c3bf7b} <Debug> TCPHandler: Processed in 0.002159823 sec. | ||
| 8953 | 2025.01.09 20:44:49.745790 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8954 | 2025.01.09 20:44:49.745933 [ 262 ] {78cfa51b-eef3-420d-beb0-d284369e29e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8955 | 2025.01.09 20:44:49.745983 [ 262 ] {78cfa51b-eef3-420d-beb0-d284369e29e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8956 | 2025.01.09 20:44:49.746470 [ 262 ] {78cfa51b-eef3-420d-beb0-d284369e29e8} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8957 | 2025.01.09 20:44:49.746507 [ 262 ] {78cfa51b-eef3-420d-beb0-d284369e29e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 8958 | 2025.01.09 20:44:49.746895 [ 262 ] {78cfa51b-eef3-420d-beb0-d284369e29e8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8959 | 2025.01.09 20:44:49.747137 [ 262 ] {78cfa51b-eef3-420d-beb0-d284369e29e8} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8960 | 2025.01.09 20:44:49.747364 [ 262 ] {78cfa51b-eef3-420d-beb0-d284369e29e8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001461 sec., 4106.776180698152 rows/sec., 214.56 KiB/sec. | ||
| 8961 | 2025.01.09 20:44:49.747578 [ 262 ] {78cfa51b-eef3-420d-beb0-d284369e29e8} <Debug> TCPHandler: Processed in 0.001850186 sec. | ||
| 8962 | 2025.01.09 20:44:49.747794 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8963 | 2025.01.09 20:44:49.747915 [ 260 ] {bee60211-a931-4215-97fb-79f68bd3da98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8964 | 2025.01.09 20:44:49.747978 [ 260 ] {bee60211-a931-4215-97fb-79f68bd3da98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8965 | 2025.01.09 20:44:49.748880 [ 260 ] {bee60211-a931-4215-97fb-79f68bd3da98} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8966 | 2025.01.09 20:44:49.748925 [ 260 ] {bee60211-a931-4215-97fb-79f68bd3da98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 8967 | 2025.01.09 20:44:49.749357 [ 260 ] {bee60211-a931-4215-97fb-79f68bd3da98} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8968 | 2025.01.09 20:44:49.749597 [ 260 ] {bee60211-a931-4215-97fb-79f68bd3da98} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8969 | 2025.01.09 20:44:49.749815 [ 260 ] {bee60211-a931-4215-97fb-79f68bd3da98} <Debug> executeQuery: Read 1009 rows, 68.79 KiB in 0.00193 sec., 522797.92746113986 rows/sec., 34.81 MiB/sec. | ||
| 8970 | 2025.01.09 20:44:49.749872 [ 260 ] {bee60211-a931-4215-97fb-79f68bd3da98} <Debug> TCPHandler: Processed in 0.002187954 sec. | ||
| 8971 | 2025.01.09 20:44:49.750071 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8972 | 2025.01.09 20:44:49.750295 [ 262 ] {4605ae2b-3a87-42b3-a2e5-57374bf45f89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8973 | 2025.01.09 20:44:49.750389 [ 262 ] {4605ae2b-3a87-42b3-a2e5-57374bf45f89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8974 | 2025.01.09 20:44:49.751104 [ 262 ] {4605ae2b-3a87-42b3-a2e5-57374bf45f89} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8975 | 2025.01.09 20:44:49.751141 [ 262 ] {4605ae2b-3a87-42b3-a2e5-57374bf45f89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 8976 | 2025.01.09 20:44:49.751507 [ 262 ] {4605ae2b-3a87-42b3-a2e5-57374bf45f89} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8977 | 2025.01.09 20:44:49.751753 [ 262 ] {4605ae2b-3a87-42b3-a2e5-57374bf45f89} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8978 | 2025.01.09 20:44:49.751931 [ 262 ] {4605ae2b-3a87-42b3-a2e5-57374bf45f89} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001692 sec., 591.016548463357 rows/sec., 39.82 KiB/sec. | ||
| 8979 | 2025.01.09 20:44:49.751983 [ 262 ] {4605ae2b-3a87-42b3-a2e5-57374bf45f89} <Debug> TCPHandler: Processed in 0.00201842 sec. | ||
| 8980 | 2025.01.09 20:44:49.752122 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8981 | 2025.01.09 20:44:49.752260 [ 260 ] {f1d6e555-94b5-45e0-aa03-eaf30388ea58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8982 | 2025.01.09 20:44:49.752352 [ 260 ] {f1d6e555-94b5-45e0-aa03-eaf30388ea58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8983 | 2025.01.09 20:44:49.753503 [ 260 ] {f1d6e555-94b5-45e0-aa03-eaf30388ea58} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8984 | 2025.01.09 20:44:49.753543 [ 260 ] {f1d6e555-94b5-45e0-aa03-eaf30388ea58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 8985 | 2025.01.09 20:44:49.754148 [ 260 ] {f1d6e555-94b5-45e0-aa03-eaf30388ea58} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8986 | 2025.01.09 20:44:49.754404 [ 260 ] {f1d6e555-94b5-45e0-aa03-eaf30388ea58} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8987 | 2025.01.09 20:44:49.754651 [ 260 ] {f1d6e555-94b5-45e0-aa03-eaf30388ea58} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002421 sec., 5369.6819496076005 rows/sec., 9.62 MiB/sec. | ||
| 8988 | 2025.01.09 20:44:49.754759 [ 260 ] {f1d6e555-94b5-45e0-aa03-eaf30388ea58} <Debug> TCPHandler: Processed in 0.002703897 sec. | ||
| 8989 | 2025.01.09 20:44:49.754922 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8990 | 2025.01.09 20:44:49.755047 [ 262 ] {9cccadde-2af7-4217-a068-7573c406d84c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8991 | 2025.01.09 20:44:49.755099 [ 262 ] {9cccadde-2af7-4217-a068-7573c406d84c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8992 | 2025.01.09 20:44:49.755598 [ 262 ] {9cccadde-2af7-4217-a068-7573c406d84c} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8993 | 2025.01.09 20:44:49.755637 [ 262 ] {9cccadde-2af7-4217-a068-7573c406d84c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 8994 | 2025.01.09 20:44:49.756040 [ 262 ] {9cccadde-2af7-4217-a068-7573c406d84c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8995 | 2025.01.09 20:44:49.756300 [ 262 ] {9cccadde-2af7-4217-a068-7573c406d84c} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8996 | 2025.01.09 20:44:49.756478 [ 262 ] {9cccadde-2af7-4217-a068-7573c406d84c} <Debug> executeQuery: Read 46 rows, 2.88 KiB in 0.001457 sec., 31571.722717913523 rows/sec., 1.93 MiB/sec. | ||
| 8997 | 2025.01.09 20:44:49.756530 [ 262 ] {9cccadde-2af7-4217-a068-7573c406d84c} <Debug> TCPHandler: Processed in 0.001672142 sec. | ||
| 8998 | 2025.01.09 20:44:50.852874 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1280 | ||
| 8999 | 2025.01.09 20:44:50.856431 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9000 | 2025.01.09 20:44:50.856477 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9001 | 2025.01.09 20:44:50.858010 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9002 | 2025.01.09 20:44:50.858328 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9003 | 2025.01.09 20:44:50.858572 [ 149 ] {} <Debug> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 9004 | 2025.01.09 20:44:50.858708 [ 149 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9005 | 2025.01.09 20:44:50.858784 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9006 | 2025.01.09 20:44:50.859186 [ 191 ] {e112f526-83d2-4dea-952f-9c32bda020af::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 | ||
| 9007 | 2025.01.09 20:44:50.859679 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1280 | ||
| 9008 | 2025.01.09 20:44:50.860204 [ 191 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9009 | 2025.01.09 20:44:50.860384 [ 191 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1076 rows starting from the beginning of the part | ||
| 9010 | 2025.01.09 20:44:50.861023 [ 191 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 34 rows starting from the beginning of the part | ||
| 9011 | 2025.01.09 20:44:50.861693 [ 191 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 56 rows starting from the beginning of the part | ||
| 9012 | 2025.01.09 20:44:50.862362 [ 191 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part | ||
| 9013 | 2025.01.09 20:44:50.862992 [ 191 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 36 rows starting from the beginning of the part | ||
| 9014 | 2025.01.09 20:44:50.863620 [ 191 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 58 rows starting from the beginning of the part | ||
| 9015 | 2025.01.09 20:44:50.871785 [ 198 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1280 rows, containing 72 columns (72 merged, 0 gathered) in 0.012841417 sec., 99677.4732881893 rows/sec., 77.66 MiB/sec. | ||
| 9016 | 2025.01.09 20:44:50.873362 [ 197 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 9017 | 2025.01.09 20:44:50.874200 [ 197 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_31_6} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9018 | 2025.01.09 20:44:50.874309 [ 197 ] {e112f526-83d2-4dea-952f-9c32bda020af::all_1_31_6} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 9019 | 2025.01.09 20:44:50.874663 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.84 MiB. | ||
| 9020 | 2025.01.09 20:44:51.430030 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9021 | 2025.01.09 20:44:51.430245 [ 260 ] {4402e362-dcfb-456d-9c55-653f477c2171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9022 | 2025.01.09 20:44:51.430323 [ 260 ] {4402e362-dcfb-456d-9c55-653f477c2171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9023 | 2025.01.09 20:44:51.431150 [ 260 ] {4402e362-dcfb-456d-9c55-653f477c2171} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9024 | 2025.01.09 20:44:51.431196 [ 260 ] {4402e362-dcfb-456d-9c55-653f477c2171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9025 | 2025.01.09 20:44:51.431647 [ 260 ] {4402e362-dcfb-456d-9c55-653f477c2171} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9026 | 2025.01.09 20:44:51.431927 [ 260 ] {4402e362-dcfb-456d-9c55-653f477c2171} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9027 | 2025.01.09 20:44:51.432089 [ 148 ] {} <Debug> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9028 | 2025.01.09 20:44:51.432139 [ 260 ] {4402e362-dcfb-456d-9c55-653f477c2171} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001952 sec., 13319.672131147541 rows/sec., 1.00 MiB/sec. | ||
| 9029 | 2025.01.09 20:44:51.432142 [ 148 ] {} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9030 | 2025.01.09 20:44:51.432193 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9031 | 2025.01.09 20:44:51.432228 [ 260 ] {4402e362-dcfb-456d-9c55-653f477c2171} <Debug> TCPHandler: Processed in 0.002332247 sec. | ||
| 9032 | 2025.01.09 20:44:51.432449 [ 189 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::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 | ||
| 9033 | 2025.01.09 20:44:51.432527 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9034 | 2025.01.09 20:44:51.432736 [ 189 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9035 | 2025.01.09 20:44:51.432815 [ 189 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1399 rows starting from the beginning of the part | ||
| 9036 | 2025.01.09 20:44:51.432843 [ 262 ] {22dea001-9e60-4a76-af12-286bcb5cbdc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9037 | 2025.01.09 20:44:51.433033 [ 189 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 79 rows starting from the beginning of the part | ||
| 9038 | 2025.01.09 20:44:51.433042 [ 262 ] {22dea001-9e60-4a76-af12-286bcb5cbdc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9039 | 2025.01.09 20:44:51.433416 [ 189 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 199 rows starting from the beginning of the part | ||
| 9040 | 2025.01.09 20:44:51.433851 [ 189 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 78 rows starting from the beginning of the part | ||
| 9041 | 2025.01.09 20:44:51.434135 [ 189 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1345 rows starting from the beginning of the part | ||
| 9042 | 2025.01.09 20:44:51.434513 [ 189 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 26 rows starting from the beginning of the part | ||
| 9043 | 2025.01.09 20:44:51.436071 [ 262 ] {22dea001-9e60-4a76-af12-286bcb5cbdc0} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9044 | 2025.01.09 20:44:51.436156 [ 262 ] {22dea001-9e60-4a76-af12-286bcb5cbdc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9045 | 2025.01.09 20:44:51.437267 [ 262 ] {22dea001-9e60-4a76-af12-286bcb5cbdc0} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9046 | 2025.01.09 20:44:51.437576 [ 262 ] {22dea001-9e60-4a76-af12-286bcb5cbdc0} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9047 | 2025.01.09 20:44:51.438135 [ 148 ] {} <Debug> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9048 | 2025.01.09 20:44:51.438133 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3126 rows, containing 5 columns (5 merged, 0 gathered) in 0.005813504 sec., 537713.5717116562 rows/sec., 47.29 MiB/sec. | ||
| 9049 | 2025.01.09 20:44:51.438201 [ 262 ] {22dea001-9e60-4a76-af12-286bcb5cbdc0} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.005436 sec., 5150.84621044886 rows/sec., 411.39 KiB/sec. | ||
| 9050 | 2025.01.09 20:44:51.438204 [ 148 ] {} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9051 | 2025.01.09 20:44:51.438284 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9052 | 2025.01.09 20:44:51.438450 [ 262 ] {22dea001-9e60-4a76-af12-286bcb5cbdc0} <Debug> TCPHandler: Processed in 0.006086951 sec. | ||
| 9053 | 2025.01.09 20:44:51.438559 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9054 | 2025.01.09 20:44:51.438819 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::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 | ||
| 9055 | 2025.01.09 20:44:51.438844 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9056 | 2025.01.09 20:44:51.439221 [ 260 ] {b0a7c236-0a2e-49de-a8b3-c8b42416d91f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9057 | 2025.01.09 20:44:51.439268 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9058 | 2025.01.09 20:44:51.439332 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_71_14} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9059 | 2025.01.09 20:44:51.439396 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 873 rows starting from the beginning of the part | ||
| 9060 | 2025.01.09 20:44:51.439418 [ 260 ] {b0a7c236-0a2e-49de-a8b3-c8b42416d91f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9061 | 2025.01.09 20:44:51.439648 [ 197 ] {5cc58e76-3bbf-4ad5-84be-7fac577860fd::all_1_71_14} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9062 | 2025.01.09 20:44:51.440008 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::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 | ||
| 9063 | 2025.01.09 20:44:51.440047 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 9064 | 2025.01.09 20:44:51.440390 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 359 rows starting from the beginning of the part | ||
| 9065 | 2025.01.09 20:44:51.440768 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 54 rows starting from the beginning of the part | ||
| 9066 | 2025.01.09 20:44:51.441101 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 827 rows starting from the beginning of the part | ||
| 9067 | 2025.01.09 20:44:51.441376 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 28 rows starting from the beginning of the part | ||
| 9068 | 2025.01.09 20:44:51.442227 [ 260 ] {b0a7c236-0a2e-49de-a8b3-c8b42416d91f} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9069 | 2025.01.09 20:44:51.442296 [ 260 ] {b0a7c236-0a2e-49de-a8b3-c8b42416d91f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9070 | 2025.01.09 20:44:51.443274 [ 260 ] {b0a7c236-0a2e-49de-a8b3-c8b42416d91f} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9071 | 2025.01.09 20:44:51.443785 [ 260 ] {b0a7c236-0a2e-49de-a8b3-c8b42416d91f} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9072 | 2025.01.09 20:44:51.443980 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Selected 5 parts from all_1_66_13 to all_70_70_0 | ||
| 9073 | 2025.01.09 20:44:51.444025 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9074 | 2025.01.09 20:44:51.444050 [ 260 ] {b0a7c236-0a2e-49de-a8b3-c8b42416d91f} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.004981 sec., 4015.2579803252356 rows/sec., 285.07 KiB/sec. | ||
| 9075 | 2025.01.09 20:44:51.444055 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9076 | 2025.01.09 20:44:51.444410 [ 260 ] {b0a7c236-0a2e-49de-a8b3-c8b42416d91f} <Debug> TCPHandler: Processed in 0.005814154 sec. | ||
| 9077 | 2025.01.09 20:44:51.444953 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9078 | 2025.01.09 20:44:51.444991 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2197 rows, containing 5 columns (5 merged, 0 gathered) in 0.006500191 sec., 337990.06829183945 rows/sec., 25.75 MiB/sec. | ||
| 9079 | 2025.01.09 20:44:51.445069 [ 193 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_66_13 to all_70_70_0 into Compact with storage Full | ||
| 9080 | 2025.01.09 20:44:51.445284 [ 262 ] {bf54ff92-345c-494f-8f99-8e4e3721639f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9081 | 2025.01.09 20:44:51.445377 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9082 | 2025.01.09 20:44:51.445454 [ 262 ] {bf54ff92-345c-494f-8f99-8e4e3721639f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9083 | 2025.01.09 20:44:51.445507 [ 193 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9084 | 2025.01.09 20:44:51.445635 [ 193 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 16759 rows starting from the beginning of the part | ||
| 9085 | 2025.01.09 20:44:51.446026 [ 193 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 101 rows starting from the beginning of the part | ||
| 9086 | 2025.01.09 20:44:51.446431 [ 193 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 177 rows starting from the beginning of the part | ||
| 9087 | 2025.01.09 20:44:51.446853 [ 193 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 100 rows starting from the beginning of the part | ||
| 9088 | 2025.01.09 20:44:51.447335 [ 193 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1009 rows starting from the beginning of the part | ||
| 9089 | 2025.01.09 20:44:51.448197 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_71_14} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9090 | 2025.01.09 20:44:51.448745 [ 262 ] {bf54ff92-345c-494f-8f99-8e4e3721639f} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9091 | 2025.01.09 20:44:51.448821 [ 187 ] {786fba2f-526e-4c99-9fff-77b1bbb6d7f3::all_1_71_14} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9092 | 2025.01.09 20:44:51.448849 [ 262 ] {bf54ff92-345c-494f-8f99-8e4e3721639f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9093 | 2025.01.09 20:44:51.449105 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 9094 | 2025.01.09 20:44:51.449598 [ 262 ] {bf54ff92-345c-494f-8f99-8e4e3721639f} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9095 | 2025.01.09 20:44:51.449991 [ 262 ] {bf54ff92-345c-494f-8f99-8e4e3721639f} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9096 | 2025.01.09 20:44:51.450460 [ 148 ] {} <Debug> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9097 | 2025.01.09 20:44:51.450615 [ 148 ] {} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9098 | 2025.01.09 20:44:51.450642 [ 262 ] {bf54ff92-345c-494f-8f99-8e4e3721639f} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.00545 sec., 1100.9174311926606 rows/sec., 77.23 KiB/sec. | ||
| 9099 | 2025.01.09 20:44:51.450766 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9100 | 2025.01.09 20:44:51.450917 [ 262 ] {bf54ff92-345c-494f-8f99-8e4e3721639f} <Debug> TCPHandler: Processed in 0.006335246 sec. | ||
| 9101 | 2025.01.09 20:44:51.451456 [ 194 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::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 | ||
| 9102 | 2025.01.09 20:44:51.451996 [ 194 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9103 | 2025.01.09 20:44:51.452138 [ 194 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2302 rows starting from the beginning of the part | ||
| 9104 | 2025.01.09 20:44:51.452683 [ 194 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 30 rows starting from the beginning of the part | ||
| 9105 | 2025.01.09 20:44:51.453099 [ 194 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 52 rows starting from the beginning of the part | ||
| 9106 | 2025.01.09 20:44:51.453423 [ 194 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 30 rows starting from the beginning of the part | ||
| 9107 | 2025.01.09 20:44:51.453620 [ 194 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 46 rows starting from the beginning of the part | ||
| 9108 | 2025.01.09 20:44:51.453874 [ 194 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 6 rows starting from the beginning of the part | ||
| 9109 | 2025.01.09 20:44:51.456142 [ 199 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18146 rows, containing 5 columns (5 merged, 0 gathered) in 0.011812932 sec., 1536113.134317543 rows/sec., 102.85 MiB/sec. | ||
| 9110 | 2025.01.09 20:44:51.456273 [ 195 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2466 rows, containing 4 columns (4 merged, 0 gathered) in 0.00523257 sec., 471278.93176775466 rows/sec., 30.32 MiB/sec. | ||
| 9111 | 2025.01.09 20:44:51.456436 [ 199 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) | ||
| 9112 | 2025.01.09 20:44:51.456675 [ 195 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9113 | 2025.01.09 20:44:51.456777 [ 199 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_70_14} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9114 | 2025.01.09 20:44:51.456877 [ 199 ] {10379b4f-7332-4ee7-8a4e-5ccb2b807b04::all_1_70_14} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04) (MergerMutator): Merged 5 parts: [all_1_66_13, all_70_70_0] -> all_1_70_14 | ||
| 9115 | 2025.01.09 20:44:51.456998 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.12 MiB. | ||
| 9116 | 2025.01.09 20:44:51.457085 [ 195 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_71_14} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9117 | 2025.01.09 20:44:51.457176 [ 195 ] {18d72a8f-1fd6-43bb-ab77-2bb905fb9e71::all_1_71_14} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9118 | 2025.01.09 20:44:51.457265 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 9119 | 2025.01.09 20:44:53.245800 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764 | ||
| 9120 | 2025.01.09 20:44:53.246475 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9121 | 2025.01.09 20:44:53.246531 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9122 | 2025.01.09 20:44:53.247069 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9123 | 2025.01.09 20:44:53.247341 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9124 | 2025.01.09 20:44:53.247617 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 | ||
| 9125 | 2025.01.09 20:44:54.664788 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 9126 | 2025.01.09 20:44:54.685203 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9127 | 2025.01.09 20:44:54.685267 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9128 | 2025.01.09 20:44:54.692575 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9129 | 2025.01.09 20:44:54.693326 [ 243 ] {} <Trace> system.metric_log (7e901848-61a9-474e-85e0-4ef4c7a70499): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9130 | 2025.01.09 20:44:54.696531 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 9131 | 2025.01.09 20:44:56.435457 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9132 | 2025.01.09 20:44:56.435685 [ 260 ] {f72872e9-c494-4a29-81c5-bcba59843317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9133 | 2025.01.09 20:44:56.435765 [ 260 ] {f72872e9-c494-4a29-81c5-bcba59843317} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9134 | 2025.01.09 20:44:56.436613 [ 260 ] {f72872e9-c494-4a29-81c5-bcba59843317} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9135 | 2025.01.09 20:44:56.436665 [ 260 ] {f72872e9-c494-4a29-81c5-bcba59843317} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9136 | 2025.01.09 20:44:56.437131 [ 260 ] {f72872e9-c494-4a29-81c5-bcba59843317} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9137 | 2025.01.09 20:44:56.437391 [ 260 ] {f72872e9-c494-4a29-81c5-bcba59843317} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9138 | 2025.01.09 20:44:56.437650 [ 260 ] {f72872e9-c494-4a29-81c5-bcba59843317} <Debug> executeQuery: Read 78 rows, 6.88 KiB in 0.002008 sec., 38844.62151394423 rows/sec., 3.34 MiB/sec. | ||
| 9139 | 2025.01.09 20:44:56.437765 [ 260 ] {f72872e9-c494-4a29-81c5-bcba59843317} <Debug> TCPHandler: Processed in 0.002443491 sec. | ||
| 9140 | 2025.01.09 20:44:56.438073 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9141 | 2025.01.09 20:44:56.438293 [ 262 ] {19d9956e-d969-4ea8-a5cd-bf661ee56e6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9142 | 2025.01.09 20:44:56.438378 [ 262 ] {19d9956e-d969-4ea8-a5cd-bf661ee56e6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9143 | 2025.01.09 20:44:56.439236 [ 262 ] {19d9956e-d969-4ea8-a5cd-bf661ee56e6c} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9144 | 2025.01.09 20:44:56.439289 [ 262 ] {19d9956e-d969-4ea8-a5cd-bf661ee56e6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9145 | 2025.01.09 20:44:56.439751 [ 262 ] {19d9956e-d969-4ea8-a5cd-bf661ee56e6c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9146 | 2025.01.09 20:44:56.440035 [ 262 ] {19d9956e-d969-4ea8-a5cd-bf661ee56e6c} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9147 | 2025.01.09 20:44:56.440295 [ 262 ] {19d9956e-d969-4ea8-a5cd-bf661ee56e6c} <Debug> executeQuery: Read 26 rows, 1.96 KiB in 0.002064 sec., 12596.899224806202 rows/sec., 947.23 KiB/sec. | ||
| 9148 | 2025.01.09 20:44:56.440362 [ 262 ] {19d9956e-d969-4ea8-a5cd-bf661ee56e6c} <Debug> TCPHandler: Processed in 0.002465401 sec. | ||
| 9149 | 2025.01.09 20:44:56.440518 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9150 | 2025.01.09 20:44:56.440664 [ 260 ] {667a3cd3-5ca8-4d60-bd49-5bf3e482e109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9151 | 2025.01.09 20:44:56.440725 [ 260 ] {667a3cd3-5ca8-4d60-bd49-5bf3e482e109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9152 | 2025.01.09 20:44:56.441398 [ 260 ] {667a3cd3-5ca8-4d60-bd49-5bf3e482e109} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9153 | 2025.01.09 20:44:56.441439 [ 260 ] {667a3cd3-5ca8-4d60-bd49-5bf3e482e109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9154 | 2025.01.09 20:44:56.441811 [ 260 ] {667a3cd3-5ca8-4d60-bd49-5bf3e482e109} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9155 | 2025.01.09 20:44:56.442091 [ 260 ] {667a3cd3-5ca8-4d60-bd49-5bf3e482e109} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9156 | 2025.01.09 20:44:56.442343 [ 260 ] {667a3cd3-5ca8-4d60-bd49-5bf3e482e109} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.00171 sec., 31578.947368421053 rows/sec., 2.47 MiB/sec. | ||
| 9157 | 2025.01.09 20:44:56.442458 [ 260 ] {667a3cd3-5ca8-4d60-bd49-5bf3e482e109} <Debug> TCPHandler: Processed in 0.00200488 sec. | ||
| 9158 | 2025.01.09 20:44:56.442635 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9159 | 2025.01.09 20:44:56.442806 [ 262 ] {7dfd3614-c1da-4916-8e41-11614c019cb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9160 | 2025.01.09 20:44:56.442875 [ 262 ] {7dfd3614-c1da-4916-8e41-11614c019cb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9161 | 2025.01.09 20:44:56.443511 [ 262 ] {7dfd3614-c1da-4916-8e41-11614c019cb3} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9162 | 2025.01.09 20:44:56.443583 [ 262 ] {7dfd3614-c1da-4916-8e41-11614c019cb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9163 | 2025.01.09 20:44:56.444008 [ 262 ] {7dfd3614-c1da-4916-8e41-11614c019cb3} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9164 | 2025.01.09 20:44:56.444270 [ 262 ] {7dfd3614-c1da-4916-8e41-11614c019cb3} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9165 | 2025.01.09 20:44:56.444513 [ 262 ] {7dfd3614-c1da-4916-8e41-11614c019cb3} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001741 sec., 57438.25387708214 rows/sec., 3.98 MiB/sec. | ||
| 9166 | 2025.01.09 20:44:56.444588 [ 262 ] {7dfd3614-c1da-4916-8e41-11614c019cb3} <Debug> TCPHandler: Processed in 0.0020493 sec. | ||
| 9167 | 2025.01.09 20:44:56.444787 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9168 | 2025.01.09 20:44:56.444931 [ 260 ] {f4e1330e-17cd-4933-ac06-22bb77f6996c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9169 | 2025.01.09 20:44:56.445009 [ 260 ] {f4e1330e-17cd-4933-ac06-22bb77f6996c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9170 | 2025.01.09 20:44:56.446182 [ 260 ] {f4e1330e-17cd-4933-ac06-22bb77f6996c} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9171 | 2025.01.09 20:44:56.446221 [ 260 ] {f4e1330e-17cd-4933-ac06-22bb77f6996c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9172 | 2025.01.09 20:44:56.446938 [ 260 ] {f4e1330e-17cd-4933-ac06-22bb77f6996c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9173 | 2025.01.09 20:44:56.447258 [ 260 ] {f4e1330e-17cd-4933-ac06-22bb77f6996c} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9174 | 2025.01.09 20:44:56.447462 [ 141 ] {} <Debug> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9175 | 2025.01.09 20:44:56.447551 [ 260 ] {f4e1330e-17cd-4933-ac06-22bb77f6996c} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00264 sec., 9848.484848484848 rows/sec., 17.65 MiB/sec. | ||
| 9176 | 2025.01.09 20:44:56.447555 [ 141 ] {} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9177 | 2025.01.09 20:44:56.447651 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9178 | 2025.01.09 20:44:56.447997 [ 260 ] {f4e1330e-17cd-4933-ac06-22bb77f6996c} <Debug> TCPHandler: Processed in 0.003301312 sec. | ||
| 9179 | 2025.01.09 20:44:56.448038 [ 190 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::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 | ||
| 9180 | 2025.01.09 20:44:56.448184 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9181 | 2025.01.09 20:44:56.448375 [ 262 ] {d1e2b41f-eeb4-4aa0-bd98-bfe3cad451c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9182 | 2025.01.09 20:44:56.448450 [ 190 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9183 | 2025.01.09 20:44:56.448457 [ 262 ] {d1e2b41f-eeb4-4aa0-bd98-bfe3cad451c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9184 | 2025.01.09 20:44:56.448567 [ 190 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 932 rows starting from the beginning of the part | ||
| 9185 | 2025.01.09 20:44:56.449427 [ 190 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 26 rows starting from the beginning of the part | ||
| 9186 | 2025.01.09 20:44:56.450421 [ 190 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 13 rows starting from the beginning of the part | ||
| 9187 | 2025.01.09 20:44:56.450620 [ 262 ] {d1e2b41f-eeb4-4aa0-bd98-bfe3cad451c7} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9188 | 2025.01.09 20:44:56.450730 [ 262 ] {d1e2b41f-eeb4-4aa0-bd98-bfe3cad451c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9189 | 2025.01.09 20:44:56.451015 [ 190 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 26 rows starting from the beginning of the part | ||
| 9190 | 2025.01.09 20:44:56.451570 [ 190 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 13 rows starting from the beginning of the part | ||
| 9191 | 2025.01.09 20:44:56.451810 [ 262 ] {d1e2b41f-eeb4-4aa0-bd98-bfe3cad451c7} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9192 | 2025.01.09 20:44:56.452041 [ 190 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 26 rows starting from the beginning of the part | ||
| 9193 | 2025.01.09 20:44:56.452539 [ 262 ] {d1e2b41f-eeb4-4aa0-bd98-bfe3cad451c7} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9194 | 2025.01.09 20:44:56.452971 [ 262 ] {d1e2b41f-eeb4-4aa0-bd98-bfe3cad451c7} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004648 sec., 6454.388984509466 rows/sec., 452.77 KiB/sec. | ||
| 9195 | 2025.01.09 20:44:56.453178 [ 262 ] {d1e2b41f-eeb4-4aa0-bd98-bfe3cad451c7} <Debug> TCPHandler: Processed in 0.005066355 sec. | ||
| 9196 | 2025.01.09 20:44:56.460694 [ 199 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1036 rows, containing 19 columns (19 merged, 0 gathered) in 0.012884139 sec., 80408.94311990892 rows/sec., 144.09 MiB/sec. | ||
| 9197 | 2025.01.09 20:44:56.462036 [ 188 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9198 | 2025.01.09 20:44:56.462509 [ 188 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9199 | 2025.01.09 20:44:56.462592 [ 188 ] {77c91df8-e22e-453b-807b-6eba379a7ef9::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9200 | 2025.01.09 20:44:56.462761 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.36 MiB. | ||
| 9201 | 2025.01.09 20:44:57.000244 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 222.13 MiB, peak 232.07 MiB, free memory in arenas 0.00 B, will set to 225.67 MiB (RSS), difference: 3.54 MiB | ||
| 9202 | 2025.01.09 20:45:00.347774 [ 28 ] {} <Debug> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 9203 | 2025.01.09 20:45:00.347842 [ 28 ] {} <Trace> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9204 | 2025.01.09 20:45:00.347864 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9205 | 2025.01.09 20:45:00.348097 [ 199 ] {e0c0f591-f3fb-4e46-864c-a592ab9d5c90::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 | ||
| 9206 | 2025.01.09 20:45:00.348279 [ 199 ] {e0c0f591-f3fb-4e46-864c-a592ab9d5c90::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9207 | 2025.01.09 20:45:00.348321 [ 199 ] {e0c0f591-f3fb-4e46-864c-a592ab9d5c90::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 | ||
| 9208 | 2025.01.09 20:45:00.348404 [ 199 ] {e0c0f591-f3fb-4e46-864c-a592ab9d5c90::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 | ||
| 9209 | 2025.01.09 20:45:00.348648 [ 199 ] {e0c0f591-f3fb-4e46-864c-a592ab9d5c90::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part | ||
| 9210 | 2025.01.09 20:45:00.348870 [ 199 ] {e0c0f591-f3fb-4e46-864c-a592ab9d5c90::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 9211 | 2025.01.09 20:45:00.349084 [ 199 ] {e0c0f591-f3fb-4e46-864c-a592ab9d5c90::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part | ||
| 9212 | 2025.01.09 20:45:00.350217 [ 188 ] {e0c0f591-f3fb-4e46-864c-a592ab9d5c90::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.002277046 sec., 18444.950167892963 rows/sec., 1.54 MiB/sec. | ||
| 9213 | 2025.01.09 20:45:00.350373 [ 188 ] {e0c0f591-f3fb-4e46-864c-a592ab9d5c90::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 9214 | 2025.01.09 20:45:00.350757 [ 188 ] {e0c0f591-f3fb-4e46-864c-a592ab9d5c90::all_1_9_2} <Trace> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9215 | 2025.01.09 20:45:00.350847 [ 188 ] {e0c0f591-f3fb-4e46-864c-a592ab9d5c90::all_1_9_2} <Trace> oximeter.fields_ipaddr (e0c0f591-f3fb-4e46-864c-a592ab9d5c90) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 9216 | 2025.01.09 20:45:00.350944 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9217 | 2025.01.09 20:45:00.589994 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9218 | 2025.01.09 20:45:00.590043 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9219 | 2025.01.09 20:45:00.747766 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191 | ||
| 9220 | 2025.01.09 20:45:00.748532 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9221 | 2025.01.09 20:45:00.748583 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9222 | 2025.01.09 20:45:00.749098 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9223 | 2025.01.09 20:45:00.749386 [ 244 ] {} <Trace> system.asynchronous_metric_log (88804eec-7ada-4686-b6dc-9f80d6ac2fde): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9224 | 2025.01.09 20:45:00.749577 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 9225 | 2025.01.09 20:45:00.859988 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1300 | ||
| 9226 | 2025.01.09 20:45:00.862794 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9227 | 2025.01.09 20:45:00.862845 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9228 | 2025.01.09 20:45:00.864323 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9229 | 2025.01.09 20:45:00.864689 [ 242 ] {} <Trace> system.query_log (e112f526-83d2-4dea-952f-9c32bda020af): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9230 | 2025.01.09 20:45:00.866041 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1300 | ||
| 9231 | 2025.01.09 20:45:01.441368 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9232 | 2025.01.09 20:45:01.441569 [ 260 ] {30ca055c-1b47-4947-a677-c89fa9563981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9233 | 2025.01.09 20:45:01.441642 [ 260 ] {30ca055c-1b47-4947-a677-c89fa9563981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9234 | 2025.01.09 20:45:01.442399 [ 260 ] {30ca055c-1b47-4947-a677-c89fa9563981} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9235 | 2025.01.09 20:45:01.442454 [ 260 ] {30ca055c-1b47-4947-a677-c89fa9563981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9236 | 2025.01.09 20:45:01.442944 [ 260 ] {30ca055c-1b47-4947-a677-c89fa9563981} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9237 | 2025.01.09 20:45:01.443226 [ 260 ] {30ca055c-1b47-4947-a677-c89fa9563981} <Trace> oximeter.fields_i16 (81235c2c-88e1-4fde-a167-6b7ac02d6987): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9238 | 2025.01.09 20:45:01.443467 [ 260 ] {30ca055c-1b47-4947-a677-c89fa9563981} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001954 sec., 7164.790174002047 rows/sec., 515.77 KiB/sec. | ||
| 9239 | 2025.01.09 20:45:01.443553 [ 260 ] {30ca055c-1b47-4947-a677-c89fa9563981} <Debug> TCPHandler: Processed in 0.002317017 sec. | ||
| 9240 | 2025.01.09 20:45:01.443841 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9241 | 2025.01.09 20:45:01.444031 [ 262 ] {0e52e2e8-d6cb-4e71-a65c-fbee294d6236} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9242 | 2025.01.09 20:45:01.444103 [ 262 ] {0e52e2e8-d6cb-4e71-a65c-fbee294d6236} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9243 | 2025.01.09 20:45:01.444958 [ 262 ] {0e52e2e8-d6cb-4e71-a65c-fbee294d6236} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9244 | 2025.01.09 20:45:01.444999 [ 262 ] {0e52e2e8-d6cb-4e71-a65c-fbee294d6236} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9245 | 2025.01.09 20:45:01.445460 [ 262 ] {0e52e2e8-d6cb-4e71-a65c-fbee294d6236} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9246 | 2025.01.09 20:45:01.445734 [ 262 ] {0e52e2e8-d6cb-4e71-a65c-fbee294d6236} <Trace> oximeter.fields_string (5cc58e76-3bbf-4ad5-84be-7fac577860fd): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9247 | 2025.01.09 20:45:01.445945 [ 262 ] {0e52e2e8-d6cb-4e71-a65c-fbee294d6236} <Debug> executeQuery: Read 199 rows, 18.15 KiB in 0.001967 sec., 101169.29334011185 rows/sec., 9.01 MiB/sec. | ||
| 9248 | 2025.01.09 20:45:01.446004 [ 262 ] {0e52e2e8-d6cb-4e71-a65c-fbee294d6236} <Debug> TCPHandler: Processed in 0.002316277 sec. | ||
| 9249 | 2025.01.09 20:45:01.446218 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9250 | 2025.01.09 20:45:01.446375 [ 260 ] {eec1d34b-f0bd-4f3f-9bda-35491b28c45e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9251 | 2025.01.09 20:45:01.446441 [ 260 ] {eec1d34b-f0bd-4f3f-9bda-35491b28c45e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9252 | 2025.01.09 20:45:01.447198 [ 260 ] {eec1d34b-f0bd-4f3f-9bda-35491b28c45e} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9253 | 2025.01.09 20:45:01.447240 [ 260 ] {eec1d34b-f0bd-4f3f-9bda-35491b28c45e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9254 | 2025.01.09 20:45:01.447702 [ 260 ] {eec1d34b-f0bd-4f3f-9bda-35491b28c45e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9255 | 2025.01.09 20:45:01.448061 [ 260 ] {eec1d34b-f0bd-4f3f-9bda-35491b28c45e} <Trace> oximeter.fields_u16 (6c27d5c3-ab4e-4404-b32b-c6cb9ed3a04c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9256 | 2025.01.09 20:45:01.448326 [ 260 ] {eec1d34b-f0bd-4f3f-9bda-35491b28c45e} <Debug> executeQuery: Read 20 rows, 1.43 KiB in 0.001986 sec., 10070.493454179255 rows/sec., 721.85 KiB/sec. | ||
| 9257 | 2025.01.09 20:45:01.448382 [ 260 ] {eec1d34b-f0bd-4f3f-9bda-35491b28c45e} <Debug> TCPHandler: Processed in 0.002262726 sec. | ||
| 9258 | 2025.01.09 20:45:01.448576 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9259 | 2025.01.09 20:45:01.448722 [ 262 ] {f1011a0a-fb7f-46ca-9e4a-2fb06ec60150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9260 | 2025.01.09 20:45:01.448788 [ 262 ] {f1011a0a-fb7f-46ca-9e4a-2fb06ec60150} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9261 | 2025.01.09 20:45:01.449420 [ 262 ] {f1011a0a-fb7f-46ca-9e4a-2fb06ec60150} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9262 | 2025.01.09 20:45:01.449460 [ 262 ] {f1011a0a-fb7f-46ca-9e4a-2fb06ec60150} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9263 | 2025.01.09 20:45:01.449836 [ 262 ] {f1011a0a-fb7f-46ca-9e4a-2fb06ec60150} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9264 | 2025.01.09 20:45:01.450089 [ 262 ] {f1011a0a-fb7f-46ca-9e4a-2fb06ec60150} <Trace> oximeter.fields_u32 (5972569d-c84d-46f5-938f-78762736d93d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9265 | 2025.01.09 20:45:01.450301 [ 262 ] {f1011a0a-fb7f-46ca-9e4a-2fb06ec60150} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001596 sec., 8771.929824561405 rows/sec., 614.33 KiB/sec. | ||
| 9266 | 2025.01.09 20:45:01.450432 [ 262 ] {f1011a0a-fb7f-46ca-9e4a-2fb06ec60150} <Debug> TCPHandler: Processed in 0.001926158 sec. | ||
| 9267 | 2025.01.09 20:45:01.450647 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9268 | 2025.01.09 20:45:01.450770 [ 260 ] {144a17e9-b462-4f53-b7c0-57820c9f2e4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9269 | 2025.01.09 20:45:01.450820 [ 260 ] {144a17e9-b462-4f53-b7c0-57820c9f2e4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9270 | 2025.01.09 20:45:01.451412 [ 260 ] {144a17e9-b462-4f53-b7c0-57820c9f2e4c} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9271 | 2025.01.09 20:45:01.451455 [ 260 ] {144a17e9-b462-4f53-b7c0-57820c9f2e4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9272 | 2025.01.09 20:45:01.451828 [ 260 ] {144a17e9-b462-4f53-b7c0-57820c9f2e4c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9273 | 2025.01.09 20:45:01.452086 [ 260 ] {144a17e9-b462-4f53-b7c0-57820c9f2e4c} <Trace> oximeter.fields_u8 (2f3949bb-cada-4e26-9e72-63d77dbee74e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9274 | 2025.01.09 20:45:01.452306 [ 260 ] {144a17e9-b462-4f53-b7c0-57820c9f2e4c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001563 sec., 8317.338451695457 rows/sec., 518.58 KiB/sec. | ||
| 9275 | 2025.01.09 20:45:01.452358 [ 260 ] {144a17e9-b462-4f53-b7c0-57820c9f2e4c} <Debug> TCPHandler: Processed in 0.001790704 sec. | ||
| 9276 | 2025.01.09 20:45:01.452525 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9277 | 2025.01.09 20:45:01.452658 [ 262 ] {9c62a6e0-cc3c-4816-a1b3-6f99ffea496b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9278 | 2025.01.09 20:45:01.452706 [ 262 ] {9c62a6e0-cc3c-4816-a1b3-6f99ffea496b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9279 | 2025.01.09 20:45:01.453465 [ 262 ] {9c62a6e0-cc3c-4816-a1b3-6f99ffea496b} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9280 | 2025.01.09 20:45:01.453503 [ 262 ] {9c62a6e0-cc3c-4816-a1b3-6f99ffea496b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9281 | 2025.01.09 20:45:01.453895 [ 262 ] {9c62a6e0-cc3c-4816-a1b3-6f99ffea496b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9282 | 2025.01.09 20:45:01.454143 [ 262 ] {9c62a6e0-cc3c-4816-a1b3-6f99ffea496b} <Trace> oximeter.fields_uuid (786fba2f-526e-4c99-9fff-77b1bbb6d7f3): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9283 | 2025.01.09 20:45:01.454335 [ 262 ] {9c62a6e0-cc3c-4816-a1b3-6f99ffea496b} <Debug> executeQuery: Read 359 rows, 25.84 KiB in 0.001696 sec., 211674.52830188678 rows/sec., 14.88 MiB/sec. | ||
| 9284 | 2025.01.09 20:45:01.454431 [ 262 ] {9c62a6e0-cc3c-4816-a1b3-6f99ffea496b} <Debug> TCPHandler: Processed in 0.001972859 sec. | ||
| 9285 | 2025.01.09 20:45:01.454668 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9286 | 2025.01.09 20:45:01.454811 [ 260 ] {6c1c8658-8ce3-4177-afba-3076689fe352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9287 | 2025.01.09 20:45:01.454865 [ 260 ] {6c1c8658-8ce3-4177-afba-3076689fe352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9288 | 2025.01.09 20:45:01.455410 [ 260 ] {6c1c8658-8ce3-4177-afba-3076689fe352} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9289 | 2025.01.09 20:45:01.455453 [ 260 ] {6c1c8658-8ce3-4177-afba-3076689fe352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9290 | 2025.01.09 20:45:01.455890 [ 260 ] {6c1c8658-8ce3-4177-afba-3076689fe352} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9291 | 2025.01.09 20:45:01.456180 [ 260 ] {6c1c8658-8ce3-4177-afba-3076689fe352} <Trace> oximeter.measurements_bool (56643bd7-f83d-41bb-a615-a32a0392479e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9292 | 2025.01.09 20:45:01.456444 [ 260 ] {6c1c8658-8ce3-4177-afba-3076689fe352} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001656 sec., 3623.1884057971015 rows/sec., 189.30 KiB/sec. | ||
| 9293 | 2025.01.09 20:45:01.456583 [ 260 ] {6c1c8658-8ce3-4177-afba-3076689fe352} <Debug> TCPHandler: Processed in 0.00201594 sec. | ||
| 9294 | 2025.01.09 20:45:01.456774 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9295 | 2025.01.09 20:45:01.456919 [ 262 ] {5b935d93-26f7-4bdb-8314-b630b6d36e60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9296 | 2025.01.09 20:45:01.456988 [ 262 ] {5b935d93-26f7-4bdb-8314-b630b6d36e60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9297 | 2025.01.09 20:45:01.457734 [ 262 ] {5b935d93-26f7-4bdb-8314-b630b6d36e60} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9298 | 2025.01.09 20:45:01.457779 [ 262 ] {5b935d93-26f7-4bdb-8314-b630b6d36e60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9299 | 2025.01.09 20:45:01.458190 [ 262 ] {5b935d93-26f7-4bdb-8314-b630b6d36e60} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9300 | 2025.01.09 20:45:01.458465 [ 262 ] {5b935d93-26f7-4bdb-8314-b630b6d36e60} <Trace> oximeter.measurements_cumulativeu64 (10379b4f-7332-4ee7-8a4e-5ccb2b807b04): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9301 | 2025.01.09 20:45:01.458656 [ 262 ] {5b935d93-26f7-4bdb-8314-b630b6d36e60} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.00177 sec., 100000 rows/sec., 6.60 MiB/sec. | ||
| 9302 | 2025.01.09 20:45:01.458713 [ 262 ] {5b935d93-26f7-4bdb-8314-b630b6d36e60} <Debug> TCPHandler: Processed in 0.00199947 sec. | ||
| 9303 | 2025.01.09 20:45:01.458867 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9304 | 2025.01.09 20:45:01.458989 [ 260 ] {44e6c712-ec51-42d2-bf77-498389c3140d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9305 | 2025.01.09 20:45:01.459048 [ 260 ] {44e6c712-ec51-42d2-bf77-498389c3140d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9306 | 2025.01.09 20:45:01.459554 [ 260 ] {44e6c712-ec51-42d2-bf77-498389c3140d} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9307 | 2025.01.09 20:45:01.459595 [ 260 ] {44e6c712-ec51-42d2-bf77-498389c3140d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9308 | 2025.01.09 20:45:01.459962 [ 260 ] {44e6c712-ec51-42d2-bf77-498389c3140d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9309 | 2025.01.09 20:45:01.460188 [ 260 ] {44e6c712-ec51-42d2-bf77-498389c3140d} <Trace> oximeter.measurements_f64 (cd0e6e96-c996-434c-a97a-3f5887345965): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9310 | 2025.01.09 20:45:01.460394 [ 260 ] {44e6c712-ec51-42d2-bf77-498389c3140d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001468 sec., 681.1989100817439 rows/sec., 45.90 KiB/sec. | ||
| 9311 | 2025.01.09 20:45:01.460444 [ 260 ] {44e6c712-ec51-42d2-bf77-498389c3140d} <Debug> TCPHandler: Processed in 0.001677401 sec. | ||
| 9312 | 2025.01.09 20:45:01.460593 [ 262 ] {} <Trace> TCP-Session: e3438731-af5f-41ce-98a7-6ff3477940cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9313 | 2025.01.09 20:45:01.460707 [ 262 ] {1afb3bc9-4ce0-4628-85e2-74dcb67b4838} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39349) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9314 | 2025.01.09 20:45:01.460854 [ 262 ] {1afb3bc9-4ce0-4628-85e2-74dcb67b4838} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9315 | 2025.01.09 20:45:01.462006 [ 262 ] {1afb3bc9-4ce0-4628-85e2-74dcb67b4838} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9316 | 2025.01.09 20:45:01.462044 [ 262 ] {1afb3bc9-4ce0-4628-85e2-74dcb67b4838} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9317 | 2025.01.09 20:45:01.462712 [ 262 ] {1afb3bc9-4ce0-4628-85e2-74dcb67b4838} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9318 | 2025.01.09 20:45:01.463056 [ 262 ] {1afb3bc9-4ce0-4628-85e2-74dcb67b4838} <Trace> oximeter.measurements_histogramu64 (77c91df8-e22e-453b-807b-6eba379a7ef9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9319 | 2025.01.09 20:45:01.463303 [ 262 ] {1afb3bc9-4ce0-4628-85e2-74dcb67b4838} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002558 sec., 5082.095387021111 rows/sec., 9.11 MiB/sec. | ||
| 9320 | 2025.01.09 20:45:01.463427 [ 262 ] {1afb3bc9-4ce0-4628-85e2-74dcb67b4838} <Debug> TCPHandler: Processed in 0.00283698 sec. | ||
| 9321 | 2025.01.09 20:45:01.463624 [ 260 ] {} <Trace> TCP-Session: 96b40393-66ce-4ecb-b721-1dceedf1b040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9322 | 2025.01.09 20:45:01.463755 [ 260 ] {4c4839ee-4cff-4f62-9b10-25647be82b6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33609) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9323 | 2025.01.09 20:45:01.463807 [ 260 ] {4c4839ee-4cff-4f62-9b10-25647be82b6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9324 | 2025.01.09 20:45:01.464369 [ 260 ] {4c4839ee-4cff-4f62-9b10-25647be82b6f} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9325 | 2025.01.09 20:45:01.464409 [ 260 ] {4c4839ee-4cff-4f62-9b10-25647be82b6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.80 GiB. | ||
| 9326 | 2025.01.09 20:45:01.464858 [ 260 ] {4c4839ee-4cff-4f62-9b10-25647be82b6f} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9327 | 2025.01.09 20:45:01.465138 [ 260 ] {4c4839ee-4cff-4f62-9b10-25647be82b6f} <Trace> oximeter.measurements_u64 (18d72a8f-1fd6-43bb-ab77-2bb905fb9e71): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9328 | 2025.01.09 20:45:01.465377 [ 260 ] {4c4839ee-4cff-4f62-9b10-25647be82b6f} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001647 sec., 31572.556162720095 rows/sec., 1.95 MiB/sec. | ||
| 9329 | 2025.01.09 20:45:01.465431 [ 260 ] {4c4839ee-4cff-4f62-9b10-25647be82b6f} <Debug> TCPHandler: Processed in 0.001880907 sec. | ||